
.pro_header {
    width: 142px;
    height: 600px;
    perspective: 1000px;
    margin-top: -30px;
}

#pro_btn{
    margin-top: 40px;
}

#pro_btn:hover{
    color: #002151;
}


.pro_header1 a{
    margin-top: 50px;
}

.pro_header1 p{
    margin-top: 15px;
    font-size: 18px;
    color: #E80959;
}
  
#carousel {
    width: 100%;
    height: 100%;
    top: 120px;
    left: 110px;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}
  
#carousel img {
    margin: 0;
    display: block;
    position: absolute;
    transition: transform 1s; 
}

#carousel img:hover {
   cursor: pointer;
}


#carousel img h2 {
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding-top: 100px;
}

.alberto { 
    transform: rotateY( -7deg ) translateZ( 150px ); 
}

.leire {
    transform: rotateY( 113deg ) translateZ( 150px ); 
}

.ruben {
    transform: rotateY( 233deg ) translateZ( 150px ); 
}
.textos > div {
    position: absolute;
    left: 80px;
    top: 385px;
}
#text-leire {
    display: none;
}
#text-ruben {
    display: none;
}

.pro_header2{
    background: linear-gradient(180deg, #002151 60%, #E80959 60%);
    margin-top: 60px;
}


.pro_titulo{
    position: relative;
    display: inline-block;
}

.pro_titulo h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    padding-left: 36px;
    margin-bottom: 60px;
}

.pro_stroke{
    background-color: #E80959;
    width: 49px;
    height: 3px;
    position: absolute;
    top: 27px;
    left: 260px;
}

.pro_scrolling-wrapper{
    overflow-x: scroll;
  overflow-y: hidden;
}

.pro_galeria{
    display: flex;
    flex-direction: row;
   
}

.pro_tarjeta{
    border-radius: 12px;
    margin: 16px;
    margin-top: 32px;
    margin-bottom: 60px;
}

.pro_tarjeta img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px ;
}

.pro_tarjeta:hover{
    transform: scale(1.03);
    transition: 0.2s linear;
}

.pro_descripcion{
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding: 24px;
    width: 290px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.pro_descripcion h5{
    font-size: 22px;
    font-weight: 600;
    
}


.pro_header1{
    padding: 66px;
    padding-bottom: 80px;
    display: none;
    justify-content: center;
    justify-content: space-between;
    flex-direction: row;
}

.pro_header1 img{
    margin-bottom: 25px;
}

.bubbly-button {
    display: inline-block;
    font-size: 16px;
    padding: 0.5rem 1.2rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ED7125;
    color: #002151;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px #ED7125;
}
.bubbly-button:focus {
    outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #ED7125 20%, transparent 20%), radial-gradient(circle, transparent 20%, #E80959 20%, transparent 30%), radial-gradient(circle, #ED7125 20%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ED7125 15%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, #ED7125 20%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, #ED7125 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #ED7125 20%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ED7125 15%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, #ED7125 20%, transparent 20%), radial-gradient(circle, #E80959 20%, transparent 20%), radial-gradient(circle, #ED7125 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
    transform: scale(0.9);
    background-color: #E80959;
    box-shadow: 0 2px 25px #8f3b06;
}
.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}
  
@keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}

.scr_pro::-webkit-scrollbar{
    height: 7px;
    background-color: rgba(0, 0, 0, 0);
 
}
.scr_pro::-webkit-scrollbar-thumb{
   border-radius: 7px;
   background-color:  #002151;
}


@media screen and (min-width:400px){
    .pro_header {
        margin-left: 12px;
    }

    .pro_titulo h1{
        width: 300px;
    }
}

@media screen and (min-width:460px){
    .pro_header {
        margin-left: 40px;
    }

    .textos > div {
        left: 110px;
        top: 420px;
    }

    .pro_titulo{
        margin-left: 12px;
    }

    .pro_tarjeta img:first-child{
        margin-left: 12px;
    }

    .pro_descripcion{
        margin-left: 12px;
    }
}


@media screen and (min-width:550px){
    .pro_header {
        margin-left: 82px;
        display: flex;
        justify-content: center;
    }

    .textos > div {
        left: 145px;
        
    }

    .pro_titulo{
        margin-left: 32px;
    }

    .pro_tarjeta img:first-child{
        margin-left: 32px;
    }

    .pro_descripcion{
        margin-left: 32px;
    }

    #carousel figure {
        width: 170px;
        height: 170px;
        border-radius: 200px;
        transition: transform 1s; 
    }
    
}

@media screen and (min-width:620px){
   

    .pro_titulo h1{
        font-size: 54px;
    }

    .pro_stroke{
        width: 76px;
        left: 295px;
    }

    .pro_tarjeta img{
        width: 305px;
    }

    .pro_descripcion{
        width: 305px;
    }
}

@media screen and (min-width:720px){
    .pro_header {
        margin-left: 162px;
    }

    .textos > div {
        left: 225px;
        
    }
}

@media screen and (min-width:830px){
    .pro_header {
        margin-left: 32px;
        height: 410px;
    }

    .textos > div {
        left: 465px;
        top: 200px;
    }
}


@media screen and (min-width:1010px){
    .pro_header1{
        display: flex;
    }

    .pro_header{
        display: none;
    }

    .textos{
        display: none;
    }

}



@media screen and (min-width:1250px){
    
    .pro_header1{
        padding-left: 115px;
        padding-right: 115px;
    }

    .pro_titulo h1{
        font-size: 62px;
        line-height: 60px;
        
    }

    .pro_stroke{
        width: 96px;
        height: 4px;
        left: 325px;
        top: 40px;
    }

    .pro_tarjeta img{
        width: 355px;
    }

    .pro_descripcion{
        width: 355px;
        margin-left: 50px;
    }

    .pro_titulo{
        margin-left: 72px;
    }

    .pro_tarjeta img:first-child{
        margin-left: 50px;
    }

}

@media screen and (min-width:1480px){
    .a_slims_titulo{
        left:500px;
        top: 500px;
    }

    .a_slims_stroke{
        width: 100px;
        height: 5px;
        left: 420px;
        
    }

    #a_slims_linea1 img{
        height: 675px;
    }

    #a_slims_linea2 img{
        height: 470px;
    }

}

@media screen and (min-width:1678px){
    .a_slims_titulo{
        left: 500px;
        top: 500px;
    }
    
    .a_slims_stroke{
        width: 130px;
        left: 480px;
    }

    #a_slims_linea1 img{
        height: 770px;
         
    }

    #a_slims_linea2 img{
        height: 540px;
    }
}


