@font-face {
    font-family: Artifact;
    src: url(../fonts/Artifact.otf);
}
@font-face {
    font-family: Adelliya;
    src: url(../fonts/Adelliya.ttf);
}
@font-face {
    font-family: Fontspring;
    src: url(../fonts/FONTSPRING\ DEMO\ -\ Astrid\ Grotesk\ Hv.ttf);
}
.contenedor-texto{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon-navv{
    margin-right: 20px;
    border: 0;
    color: #A2A685;
    font-size: 40px;

}
.icon-nav{
    margin-top: 100px;
    margin-right: 5px;
    border: 0;
    color: #A2A685;
    font-size: 40px;
}
.icon-wsp{
    right: 0;
    background: transparent;
    bottom:0;
    position: fixed;
    z-index: 2;
    margin: 20px;
    border: 0;
    color: #5fff02;
    font-size: 70px;
}
.icon-wsp2{
    right: 0;
    background: transparent;
    bottom:0;
    position: fixed;
    z-index: 2;
    margin: 20px;
    border: 0;
    color: #5fff02;
    font-size: 70px;
}

.logo-nav{
    max-width: 250px;
}
body{
    background-color: #A2A685;
}
header{
    z-index: 3;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #f2f2f2;
}
.social-iconsnav{
    display: none;
}
#button-nav-footer{

font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-left: 0px;
    text-decoration: none;
    color: #A2A685;
}
.nav-list-footer{
    width: 100%;
    align-items: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 4rem;
}
.nav-list{
    display: flex;
    list-style-type: none;
    gap: 1rem;
}
.titulo-index{
    font-size: 32px;
    color: #f2f2f2;
    font-family: Artifact, Arial, Helvetica, sans-serif;
}
.titulo-indexx{
    width: 90%;
    font-size: 32px;
    font-family: Artifact, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #A2A685;
}
.titulo-importante{
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    font-size: 32px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #A2A685;
}
.mensaje-importante{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contacto-contenedor{
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    width: 400px;
    border: solid 5px #A2A685;
    background-color: #f2f2f2;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
#button-form:hover{
    background-color: #D9BFC4;
}
#button-form{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    border-radius: 10px;
    font-size: 20px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    margin-left: 0;
    transition: 1s;
    background-color: #A2A685;
    color: #f2f2f2;
    text-decoration: none;
    padding: 8px;
}
#button4:hover{
    background-color: #A2A685;
    color: #f2f2f2;
}
#button4{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    border-radius: 10px;
    font-size: 20px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    margin-left: 0;
    transition: 1s;
    background-color: #f2f2f2;
    color: #D9BFC4;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#button3:hover{
    background-color: #f2f2f2;
    color: #D9BFC4;
}
#button3{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    border-radius: 10px;
    font-size: 20px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    margin-left: 0;
    transition: 1s;
    background-color: #D9BFC4;
    color: #f2f2f2;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
#button1:hover{
    background-color: #D9BFC4;
}
#button1{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    border-radius: 10px;
    font-size: 20px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    margin-left: 0;
    transition: 1s;
    background-color: #A2A685;
    color: #f2f2f2;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
#button2:hover{
    color: #f2f2f2;
    background-color: #D9BFC4;
}
#button2{
    transition: 1s;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 20px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    margin-left: 0;
    background-color: #f2f2f2;
    color: #A2A685;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
a {
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin-left: 70px;
    text-decoration: none;
    color: #A2A685;
}
.abrir-menu,
.cerrar-menu {
color: #A2A685;
    display: none;
}

@media screen and (max-width:1120px) {
    .abrir-menu,
    .cerrar-menu{
        display: block;
        border: 0;
        font-size: 2rem;
        background-color: transparent;
    }
    #contenedor-service{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #contenedor-portada{
        padding-right: 0px;
        align-items: center;
    }
    #nav-list-footer{
        width: 100%;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        list-style-type: none;
        gap: 1rem;
    }
    .button-nav {
        margin-top: 20px;
        font-size: 24px;
    }
    #titulo-info{
        font-size: 32px;
    }
    #card-service{
        padding: 10px;
        row-gap: 10px;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 350px;
        background-color: #f2f2f2;
        border-radius: 10px;
        padding: 15px;
    }
    #titulo-indexx{
        width: 90%;
        font-size: 28px;
        font-family: Artifact, Arial, Helvetica, sans-serif;
        text-align: center;
        color: #A2A685;
    }
    #contenedor-recepcion2{
        flex-direction: column;
    }
    #contenedor-recepcion{
        flex-direction: column;
    }
    #img-panoramica2{
        width: 350px;
    }
    .nav{
        gap: 1rem;
        display: flex;
        flex-direction: column;
        align-items: end;
        padding: 2rem;
        background-color: #f2f2f2;
        top: 0;
        right: 0;
        height: 1500px;
        position: absolute;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0,.5);
        opacity: 0;
        visibility: hidden;
        transition-duration: .5s;
        transition-property: all;
    } 
    .social-iconsnav{display: block;}
    .nav.visible{
        opacity: 1;
        visibility: visible;
    }
    .nav-list{
        transition-duration: 2s;
        align-items: end;
        flex-direction: column;
    }
    .service-intro{
        padding: 25px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    #sub-talleres{
        font-size: 32px;

    }
    #sub-talleres2{
        font-size: 24px;

    }
    #intro-service{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    #videoservice{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #sub-sobremi{
        width: 90%;
        border-bottom: solid 3px #f2f2f2;
        margin-bottom: 20px;
        font-family: "Big Shoulders Display", sans-serif;
        text-align: center;
        font-size: 32px;
        text-transform: uppercase;
    }
    .social-icons{
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .img-normal2{
        width: 350px;
    }
    #tituloservice-index{
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 5px;
        margin-bottom: 24px;
        border-bottom: solid 3px #f2f2f2;
        font-family: "Big Shoulders Display", sans-serif;
        color: #f2f2f2;
        font-size: 32px;
        text-align: center;
        font-weight: 300;
    }
    .card-contenedor{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #info-contenedor2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .imgarbol{
        display: none;
    }
    #service-intro2{
        margin-top: -60px;
        flex-direction: column;
    }
    #sub-index{
        font-size: 32px;
    }
    #img-panoramica{
        width: 350px;
    }
    #sub-indexx{
        font-weight: 300;
        text-transform: uppercase;
        color: #A2A685;
        font-size: 18px;
        font-family: "Big Shoulders Display", sans-serif;
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
    #contenedor-present{
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #titulo-acc{
        font-size: 32px;
    }
    #sub-acc{
        font-size: 32px;
    }
    #carrousel-contenedor2{
        gap: 30px;
        margin-top: 50px;
        width:400px;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #carrousel-contenedor{
        gap: 30px;
        margin-top: 50px;
        width:90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.contenedor-present{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contenedor-presentt{
    margin-top: 40px;
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.contenedor-serv-portada{
    padding-bottom: 50px;
    width: 100%;
    border-bottom: solid 5px #A2A685 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.servicios-portada{
    margin-bottom: -40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}
.contenedor-estadisticas{
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.present{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-normal{
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
    margin: 20px;
    width: 450px;
    height: auto;
}
.intro-index{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes show {
    from {
        opacity: 0;
        scale: 25%;
    }
    to {
        opacity: 1;
        scale: 100%;
    }
}
.animation{
    view-timeline-name: --image;
    view-timeline-axis: block;
    animation-timeline: --image;
    animation-name: show;
    animation-range: entry 25% cover 30%;
    animation-fill-mode: both;
}
.card-service{
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    margin-bottom: 30px;
    display: flex;
    top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
}
.service{
    margin-top: 50px;
}
.card-servicio{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 480px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
}
.info-contenedor3{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.info-contenedor{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-contenedor2{
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    align-content: center;
}
.titulo-info{
    margin-bottom: 30px;
    border-bottom: solid 5px #f2f2f2;
    width: 90%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 40px;
    color: #f2f2f2;

}
.titulo-card{
        margin-top: 24px;
        margin-bottom: 24px;
        font-family: "Big Shoulders Display", sans-serif;
        color: #A2A685;
        text-transform: uppercase;
        font-size: 32px;
        text-align: center;
        font-weight: 500;

}
.img-card{
    margin-top: 20px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    width: 300px;
    height: auto;
}
.imgarbol{
    width: 400px;
    height: 400px;
}
.card-contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.service-intro2{
    width: 95%;
    padding: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.portada-acc{
    height: 400px;
}
.service-intro{
    width: 95%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#active2{
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    padding: 5px;
    background-color: #A6606D;
    color: #f2f2f2;
}
#active {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    padding: 5px;
    background-color: #A2A685;
    color: #f2f2f2;
} 
.contenedor-portada{
    padding-right: 150px;
    padding-top: 100px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    border-bottom: solid 5px #f2f2f2;
    height:600px;
}
.portada{
    opacity: .5;
}
#border {
    border-bottom: solid 5px #590202;
}
.intro-service{
    width: 80%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.intro-service{
    margin-top: 40px;
}
.flechas-index{
    font-weight: 300;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 48px;
    font-family: "Big Shoulders Display", sans-serif;
    width: 85%;
    text-align: center;
    bottom: 0;
}

.sub-talleres{
    border-bottom: solid 3px #f2f2f2;
    font-weight: 300;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 52px;
    font-family: "Big Shoulders Display", sans-serif;
    width: 90%;
    text-align: center;
}
.sub-talleres2{
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 32px;
    font-family: "Big Shoulders Display", sans-serif;
    width: 90%;
    text-align: center;
}
.sub-indexx{
    font-weight: 300;
    text-transform: uppercase;
    color: #A2A685;
    font-size: 28px;
    font-family: "Big Shoulders Display", sans-serif;
    width: 90%;
    text-align: center;
}
.sub-index{
    font-weight: 300;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 40px;
    font-family: "Big Shoulders Display", sans-serif;
    width: 85%;
    text-align: center;
    margin-bottom: 20px;
}

.tituloservice-index{
    padding-bottom: 5px;
    margin-bottom: 24px;
    border-bottom: solid 3px #f2f2f2;
    font-family: "Big Shoulders Display", sans-serif;
    color: #f2f2f2;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
}
.center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p-info{
    font-weight: 600;
    width: 90%;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
}
.p-importante{
    font-weight: 600;
    width: 90%;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
}
.p-index{
    font-weight: 600;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
}

.p-index2{
    font-weight: 600;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    font-size: 16px;
    text-align: center;
}
.p-index3{
    font-weight: 400;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #A2A685;
    font-size: 16px;
    text-align: left;
}
.portada-acc{
    height:480px;
}
.social-icons{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contenedor-portada-acc{
    padding-top: 80px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 5px #f2f2f2;
    height:480px;
    
}

.titulo-acc{
    width: 90%;
    text-transform: uppercase;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 44px;
    color: #f2f2f2;
    text-align: center;
    font-weight: 300;
}

.sub-acc{
    width: 90%;
    margin-bottom: 20px;
    font-family: "Big Shoulders Display", sans-serif;
    text-align: center;
    color: #f2f2f2;
    font-size: 44px;
    text-transform: uppercase;
}
.img-normal2{
    -webkit-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 33px 0px rgba(0,0,0,0.75);
    margin-top: -20px;
    width: 500px;
    height: auto;
}
.contenedor-intro-service{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sub-sobremi{
    width: 90%;
    border-bottom: solid 3px #f2f2f2;
    margin-bottom: 20px;
    font-family: "Big Shoulders Display", sans-serif;
    text-align: center;
    color: #f2f2f2;
    font-size: 40px;
    text-transform: uppercase;
}
.p-present{
    font-weight: 600;
    margin-bottom: 30px;
    width: 90%;
    text-align: center;
    color: #f2f2f2;
    font-size: 22px;
    font-family: "Arima", Arial, Helvetica, sans-serif;   
}
.videoservice{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contenedor-videosesrvice{
    margin-bottom: 20px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-panoramica2{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    width: 50%;
    height: auto;
    margin: 20px;
}
.img-panoramica{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    margin-bottom: 30px;
    width: 450px;
    height: auto;
}

.titulo-scroll{
    width: 85%;
    font-family: "Big Shoulders Display", sans-serif;;
    text-align: center;
    color: #f2f2f2;
    font-size: 24px;
    
}
.img-cuadrada{
    width: 300px;
    height: auto;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
}
.contenedor-recepcion{
    padding: 15px;
    background-color: #A2A685;
    border-radius: 20px;
    column-gap: 50px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.p-recepcion{
    margin-top: 10px;
    font-weight: 600;
    list-style-type: none;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    color: #f2f2f2; 
}
.contenedor-recepcion-texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor-recepcion2{
    margin-top: 50px;
    padding: 15px;
    background-color: #A2A685;
    border-radius: 20px;
    column-gap: 50px;
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.fondoscroll{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.carrousel-contenedor2{
    margin-top: -100px;
    gap: 30px;
    width:600px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.carrousel-contenedor{
    gap: 30px;
    margin-top: 50px;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.titulo-estadisticas {
    margin-top: 15px ;
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 48px;
    color: #f2f2f2;
    text-align: center;

}
.contenedor-scroll {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(166,96,109);
background: radial-gradient(circle, rgba(166,96,109,0.5886729691876751) 34%, rgba(166,96,109,0.5970763305322129) 66%);    
}
.f2{
    background-color: #f2f2f2;
}
.p-estadisticas{
    font-size: 24px;
    font-family: "Big Shoulders Display", sans-serif;
    color: #f2f2f2;
    text-align: center;
}

.titulo-card-service{
    border-bottom: solid 3px #A2A685;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Big Shoulders Display", sans-serif;
    color: #A2A685;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;   
}

.p-card-service{
    font-weight: 600;
    margin-top: 10px;
    font-family: "Arima", Arial, Helvetica, sans-serif;
    color: #A2A685;
    font-size: 22px;
    text-align: center;
}

.contenedor-service{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.97);
  }
  
  .imgLogo {
    width: 100px;
    height: 100px;
    border-radius: 175px;
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    /*border: 1px solid rgba(109, 86, 10, 0.7);*/
  }
  
  .formulario__titulo,
  .formulario__subtitulo,
  .formulario__parrafo {
    text-align: center;
    margin-top: 0;
  }
  .formulario__titulo,
  .formulario__subtitulo {
    color: #A2A685;
    font-family: "Big Shoulders Display", sans-serif;
    

  }
  .formulario__parrafo {
    color: #A2A685;
    
    font-size: 20px;
    font-family: "Arima", Arial, Helvetica, sans-serif;
  }
  .option-form{
    width: 300px;
    background-color: #590202;
    font-family: "Big Shoulders Display", sans-serif;
    color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;

  }
  .formulario__input,
  .formulario__label {
    display: block;
    width: 100%;
    font-size: 1, 3em;
  }
  .formulario__input {
    padding: 10px;
    background: transparent;
    
    border: solid 1px #A2A685;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .formulario__input:focus {
    /*outline: 1px solid rgba(0,0,0,0.7);*/
    outline: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  }
  /*.formulario__input:focus + .formulario__label{
      margin-top: -120px;
  }*/
  .formulario__label {
    font-family: "Arima", Arial, Helvetica, sans-serif;
    padding-left: 15px;
    /*position: absolute;*/
    /*margin-top: -78px;*/
    /*z-index: -20;*/
    color: #A2A685;
    /*transition: all 0.2s;*/
    margin: 2px;
  }
  .formulario__submit:hover{
    background-color: #D9BFC4;
  }
  .formulario__submit {
    transition: 1s;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.26);
    border-radius: 10px;
    font-size: 32px;
    font-family: "Big Shoulders Display", Arial, Helvetica, sans-serif ;
    border: none;
    margin: auto;
    background-color: #A2A685;
    color: #f2f2f2;
    text-decoration: none;
    padding: 8px;
  }
  
  .formulario__input,
  .formulario__submit {
    margin-left: auto;
    margin-right: auto;
  }
  
  /*.fijar {
      margin-top: -120px;
  } */
  
  /* respuesta del formulario */
  #respuesta {
    width: 100%;
    height: 50px;
    margin: 5px;
    padding: 5px;
  }
  #respuesta.fail {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 28px;
    color: #A2A685
  }
  #respuesta.send {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 28px;
    color: #A2A685;
  }

/* final formulario */

.talleres-portada{
    height: 400px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contenedor-talleres-portada{
    width: 100%;
    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}