.seccion-modal-servicio{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: -150vh;
    z-index: 1000;
    transition: ease top .4s;
}

.seccion-modal-servicio.muestra-modal-servicio{
    top: 0vh;
    transition: ease top .4s;
}

.contenedor-modal{
    width: 850px;
    height: fit-content;
    background-color: transparent;
    position: absolute;
    inset: 0;
    margin: auto;
}

.contenedor-modal-servicios {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    height: 580px;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-modal-servicios figure {
    width: 30%;
    background-color: #050f11;
    height: 580px;
}

.contenedor-modal-servicios figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contenedor-info-modal-servicios{
    width: 70%;
    height: 580px;
    float: left;
    position: relative;
    overflow-y:scroll;
}

.info-modal-servicios{
    width: 100%;
    background-color: transparent;
    float: left;
    height: auto;
    padding: 40px;
}

.info-modal-servicios .icono-servicio{
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
    border-radius: 5px;
}

.info-modal-servicios h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #050f11;
    text-align: left;
    margin-bottom: 20px;
}

.info-modal-servicios p{
    width: 100%;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    text-align: left;
    line-height: 23px;
}

.info-modal-servicios p strong{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    line-height: 23px;
}

.info-modal-servicios h5{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #050f11;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.puntos-alcance-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-modal-servicios ul,
.puntos-alcance-servicio ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contenedor-info-modal-servicios ul li,
.puntos-alcance-servicio ul li{
    width: 47%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 20px;
    list-style: none;
}

.contenedor-info-modal-servicios ul li .bullet,
.puntos-alcance-servicio ul li .bullet{
    width: 10px;
    height: 10px;
    float: left;
    background-color: transparent;
    margin-right: 10px;
}

.contenedor-info-modal-servicios ul li span,
.puntos-alcance-servicio ul li span{
    width: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    text-align: left;
    margin-top: -5px;
}

.contenedor-btn-cerrar-modal{
    width: 100%;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    background-color: transparent;
    float: left;
    margin-top: 20px;
}

.contenedor-btn-cerrar-modal button{
    width: 30px;
    height: 30px;
    appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
}

.contenedor-btn-cerrar-modal button #imgCerrarModal{
    width: 30px;
    height: 30px;
    background-color: transparent;
}








.seccion-inicio{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #F3F6F9;
    display: inline-flex;
    justify-content: center;
    padding-top: 160px;
}

.contenedor-general-inicio{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-inicio{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-inicio{
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    background-color: transparent;
}

.info-inicio h2{
    width: auto;
    background-color: #00B6ED;
    float: left;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
}

.info-inicio h1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 68px;
    color: #050f11;
    margin-bottom: 20px;
}

.info-inicio h1 br{
    display: none;
    visibility: hidden;
}

.info-inicio p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    line-height: 28px;
    margin-bottom: 40px;
}

.contenedor-btns-inicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-btns-inicio a {
    width: 200px;
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #00B6ED;
    margin-right: 20px;
    background-color: #00B6ED;
    border-radius: 10px;
    cursor: pointer;
}

.contenedor-btns-inicio .btn-inicio-2{
    background-color: transparent;
}

.contenedor-btns-inicio a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003C83;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contenedor-btns-inicio a span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    transition: color 0.4s ease;
}

.contenedor-btns-inicio .btn-inicio-2 span{
    color: #050f11;
}

.icon-btns {
    width: 20px;
    height: 20px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-btn-2{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-inicio a:hover {
    border: solid 2px #003C83;
    transition: border ease-in-out .4s;
}

.contenedor-btns-inicio .btn-inicio-2:hover span{
    color: #FFFFFF;
}

.contenedor-btns-inicio .btn-inicio-2:hover .icon-btn-2{
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btns-inicio a:hover::before {
    transform: scaleX(1);
}

.contenedor-img-inicio{
    width: 46%;
    height: 100%;
    position: relative;
    background-color: transparent;
    float: left;
}

.contenedor-img-inicio #imgPrincipal{
    width: 740px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contenedor-img-inicio .img-flotante1{
    width: 250px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    position: absolute;
    right: -100px;
    top: 150px;
    margin: unset;
    box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4);
    animation: animaFlotante1 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes animaFlotante1 {
    0% {transform: translateX(0px);}
    50% {transform: translateX(-50px);}
    100% {transform: translateX(0px);}
}

.contenedor-img-inicio .img-flotante2{
    width: 250px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: unset;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4);
    animation: animaFlotante2 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes animaFlotante2 {
    0% {transform: translateX(0px);}
    50% {transform: translateX(50px);}
    100% {transform: translateX(0px);}
}

.contenedor-img-inicio .img-flotante3{
    width: 250px;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    position: absolute;
    right: -50px;
    bottom: 100px;
    margin: unset;
    box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0px 0px 36px -21px rgba(0, 0, 0, 0.4);
    animation: animaFlotante3 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes animaFlotante3 {
    0% {transform: translateX(0px);}
    50% {transform: translateX(-50px);}
    100% {transform: translateX(0px);}
}







.seccion-nosotros{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-nosotros{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-nosotros{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.info-nosotros{
    width: 31%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-nosotros h3{
    width: auto;
    background-color: #00B6ED;
    float: left;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-nosotros h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    color: #050f11;
    margin-bottom: 20px;
}

.info-nosotros p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    line-height: 28px;
    margin-bottom: 40px;
}

.info-nosotros p strong{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    line-height: 28px;
}

.img-nosotros{
    width: 31%;
    height: auto;
    background-color: #050f11;
    float: left;
    border-radius: 20px;
    background: url("../assets/quienes-somos.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.puntos-nosotros{
    width: 31%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 0px;
}

.puntos-nosotros h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 38px;
    color: #050f11;
    margin-bottom: 40px;
}

.contenedor-puntos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.punto{
    width: 100%;
    height: auto;
    background-color: #F3F6F9;
    float: left;
    border-radius: 10px;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.punto img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.info-punto{
    width: 82%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-punto h5{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #050f11;
    margin-bottom: 10px;
}

.info-punto p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    line-height: 23px;
}

.info-punto p strong{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    line-height: 23px;
}

.contenedor-contadores{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 60px;
}

.estadistica{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.estadistica h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 68px;
    color: #00B6ED;
    text-align: center;
    margin-bottom: 5px;
}

.estadistica p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #050f11;
    text-align: center;
}







.seccion-servicios{
    width: 100%;
    height: auto;
    background-color: #F3F6F9;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-servicios{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-cabecera-servicios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.titulos-cabecera{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulos-cabecera h3{
    width: auto;
    background-color: #00B6ED;
    float: left;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.titulos-cabecera h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    color: #050f11;
}

.contenedor-btns-nav{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: end;
    padding-top: 50px;
}

.contenedor-btns-nav button{
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    appearance: none;
    background-color: #00B6ED;
    position: relative;
    float: left;
    margin-right: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.contenedor-btns-nav button img{
    width: 25px;
    height: 25px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.contenedor-btns-nav button:hover{
    background-color: #003C83;
}

.contenedor-carrusel-servicios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
}

.carrusel-servicios {
    width: 366.66%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.contenedor-sevicio {
    width: 33.33%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.servicio {
    width: 100%;
    height: auto; 
    background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 100px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.servicio figure{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    background-color: #050f11;
    float: left;
    overflow: hidden;
}

.servicio figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: ease-in-out opacity .4s;
}

.servicio:hover figure img{
    opacity: .5;
    transition: ease-in-out opacity .4s;
}

.contenedor-info-servicio{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    background-color: transparent;
}

.contenedor-icono-servicio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    margin-top: -60px;
    margin-bottom: 20px;
}

.contenedor-icono-servicio img{
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    float: left;
    padding: 10px;
    border-radius: 5px;
    transform: scale(1);
    transition: transform ease-in-out .4s;
}

.servicio:hover .contenedor-icono-servicio img{
    transform: scale(1.2);
    transition: transform ease-in-out .4s;
}

.contenedor-info-servicio h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #050f11;
    text-align: center;
    margin-bottom: 40px;
}

.contenedor-info-servicio p{
    width: 100%;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    text-align: center;
    line-height: 23px;
}

.contenedor-info-servicio p strong{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    text-align: center;
    line-height: 23px;
}

.contenedor-btn-servicio{
    width: 100%;
    height: 53px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.contenedor-btn-servicio button {
    width: 200px;
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #00B6ED;
    margin-right: 20px;
    background-color: #00B6ED;
    border-radius: 10px;
    cursor: pointer;
}

.contenedor-btn-servicio button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003C83;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contenedor-btn-servicio button span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    transition: color 0.4s ease;
}

.contenedor-btn-servicio button img{
    width: 20px;
    height: 20px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btn-servicio button:hover {
    border: solid 2px #003C83;
    transition: border ease-in-out .4s;
}

.contenedor-btn-servicio button:hover::before {
    transform: scaleX(1);
}

.contenedor-info-servicio h5{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #050f11;
    margin-bottom: 20px;
    text-align: center;
}

.contenedor-info-servicio ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.contenedor-info-servicio ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 20px;
}

.contenedor-info-servicio ul li img{
    width: 10px;
    height: 10px;
    float: left;
    background-color: transparent;
    margin-right: 10px;
}

.contenedor-info-servicio ul li span{
    width: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #050f11;
    text-align: left;
    margin-top: -5px;
}

.contenedor-btn-contacto-servicios{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.contenedor-btn-contacto-servicios a {
    width: 200px;
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #00B6ED;
    margin-right: 20px;
    background-color: #00B6ED;
    border-radius: 10px;
}

.contenedor-btn-contacto-servicios a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003C83;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contenedor-btn-contacto-servicios a span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    transition: color 0.4s ease;
}

.contenedor-btn-contacto-servicios a .icon-btns {
    width: 20px;
    height: 20px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btn-contacto-servicios a:hover {
    border: solid 2px #003C83;
    transition: border ease-in-out .4s;
}

.contenedor-btn-contacto-servicios a:hover::before {
    transform: scaleX(1);
}







.seccion-contacto{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-contacto{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-contacto{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.info-contacto{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-contacto h3{
    width: auto;
    background-color: #00B6ED;
    float: left;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-contacto h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    color: #050f11;
    margin-bottom: 20px
}

.info-contacto p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    line-height: 28px;
    margin-bottom: 40px;
}

.info-contacto form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-input-form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.label-input{
    width: fit-content;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #050f11;
    margin-bottom: -12px;
    position: relative;
    padding: 5px;
    z-index: 10;
    margin-left: 10px;
}

.input-form{
    width: 100%;
    height: 48px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    border: solid 1px #CCCCCC;
    appearance: none;
    outline: none;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    padding: 10px;
}

.textarea-form{
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    border: solid 1px #CCCCCC;
    appearance: none;
    outline: none;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #050f11;
    padding: 10px;
    resize: none;
}

.h-captcha{
    margin-bottom: 40px;
}

.contenedor-btn-form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btn-form button {
    width: 200px;
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #00B6ED;
    margin-right: 20px;
    background-color: #00B6ED;
    border-radius: 10px;
    cursor: pointer;
}

.contenedor-btn-form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003C83;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contenedor-btn-form button span{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    transition: color 0.4s ease;
}

.contenedor-btn-form button .icon-btns {
    width: 20px;
    height: 20px;
    background: url("../assets/icon-ir-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-btn-form button:hover {
    border: solid 2px #003C83;
    transition: border ease-in-out .4s;
}

.contenedor-btn-form button:hover::before {
    transform: scaleX(1);
}

.contenedor-mapa{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-mapa iframe{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    border-radius: 20px;
}

.contenedor-testimonios {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
}

.carrusel-testimonios {
    display: flex;
    width: 333.333%;
    animation: carruselPasoAPaso 40s infinite ease-in-out;
}

.contenedor-testimonios:hover .carrusel-testimonios {
    animation-play-state: paused;
}

.con-testimonio{
    width: 33.333%; 
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex; 
}

.testimonio{
    width: 100%;
    height: auto;
    background-color: #F3F6F9;
    float: left;
    padding: 30px;
    border-radius: 20px;
}

.cabecera-testimonio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-bottom: 20px;
}

.cabecera-testimonio img{
    width: 50px;
    height: 50px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
}

.nombre-testimonio{
    width: 82%;
    height: auto;
    background-color: transparent;
    float: left;
}

.nombre-testimonio h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: #050f11;
    margin-bottom: 5px;
}

.nombre-testimonio span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #050f11;
    font-style: italic;
}

.txt-testimonio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.txt-testimonio p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #050f11;
}

@keyframes carruselPasoAPaso {
    0%, 12% {
        transform: translateX(0);
    }

    16%, 28% {
        transform: translateX(calc(-100% / 10));
    }

    32%, 44% {
        transform: translateX(calc(-200% / 10));
    }

    48%, 60% {
        transform: translateX(calc(-300% / 10));
    }

    64%, 76% {
        transform: translateX(calc(-400% / 10));
    }

    80%, 92% {
        transform: translateX(calc(-500% / 10));
    }

    100% {
        transform: translateX(calc(-500% / 10));
    }
}










@media only screen and (max-width: 1580px){

    .seccion-inicio{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-inicio{
        width: 100%;
    }





    .seccion-nosotros{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
    }

    .puntos-nosotros h4{
        letter-spacing: -1px;
    }




    .seccion-servicios{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-servicios{
        width: 100%;
    }





    .seccion-contacto{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-contacto{
        width: 100%;
    }
}








@media only screen and (max-width: 1380px){

    .seccion-inicio{
        padding-top: 120px;
    }

    .contenedor-general-inicio{
        width: 100%;
    }

    .contenedor-img-inicio #imgPrincipal{
        width: 690px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-45%);
    }





    .contenedor-info-nosotros{
        flex-wrap: wrap;
    }

    .info-nosotros{
        width: 46%;
        margin-bottom: 60px;
    }

    .img-nosotros{
        width: 46%;
        margin-bottom: 60px;
    }
    
    .puntos-nosotros{
        width: 100%;
    }

    .puntos-nosotros h4{
        text-align: center;
        letter-spacing: 0px;
    }

    .contenedor-puntos{
        display: inline-flex;
        justify-content: space-between;
    }
    
    .punto{
        width: 31%;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .punto img{
        margin-bottom: 20px;
    }

    .info-punto{
        width: 100%;
    }







    .titulos-cabecera{
        width: 56%;
    }

    .contenedor-btns-nav{
        width: 36%;
    }

    .contenedor-info-servicio{
        padding-left: 0px;
        padding-right: 0px;
    }




    .carrusel-testimonios {
        width: 500%;
        animation: carruselPasoAPaso 40s infinite; /* 4s por cada testimonio */
    }
    
    .con-testimonio {
        width: 50%;
    }

    @keyframes carruselPasoAPaso {
        0%, 12% {
            transform: translateX(0);
        }

        16%, 28% {
            transform: translateX(calc(-100% / 10));
        }

        32%, 44% {
            transform: translateX(calc(-200% / 10));
        }

        48%, 60% {
            transform: translateX(calc(-300% / 10));
        }

        64%, 76% {
            transform: translateX(calc(-400% / 10));
        }

        80%, 92% {
            transform: translateX(calc(-500% / 10));
        }

        100% {
            transform: translateX(calc(-500% / 10));
        }
    }
}









@media only screen and (max-width: 1180px){

    .contenedor-img-inicio #imgPrincipal{
        width: 640px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-35%);
        background-color: transparent;
    }

    .contenedor-img-inicio .img-flotante1,
    .contenedor-img-inicio .img-flotante2,
    .contenedor-img-inicio .img-flotante3{
        display: none;
        visibility: hidden;
    }





    .estadistica{
        width: 31%;
    }

    .estadistica-final{
        display: none;
        visibility: hidden;
    }






    .titulos-cabecera{
        width: 66%;
    }

    .contenedor-btns-nav{
        width: 26%;
    }

    .carrusel-servicios {
        width: 550%;
    }

    .contenedor-sevicio {
        width: 50%;
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
    }
}









@media only screen and (max-width: 980px){

    .contenedor-modal{
        width: 90%;
    }

    .contenedor-modal-servicios figure {
        display: none;
        visibility: hidden;
    }

    .contenedor-info-modal-servicios{
        width: 100%;
    }

    .info-modal-servicios{
        width: 100%;
    }






    .seccion-inicio{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-inicio{
        width: 100%;
    }

    .info-inicio h1{
        width: 100%;
        font-size: 64px;
    }

    .info-inicio h1 br{
        display: block;
        visibility: visible;
    }

    .info-inicio p{
        width: 80%;
    }

    .contenedor-img-inicio{
        display: none;
        visibility: hidden;
    }








    .seccion-nosotros{
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 50px;
        padding-top: 90px;
    }

    .info-nosotros{
        width: 100%;
        margin-bottom: 0px;
    }

    .info-nosotros h2{
        font-size: 46px;
    }


    .img-nosotros{
        display: none;
        visibility: hidden;
    }

    .puntos-nosotros h4{
        text-align: left;
        letter-spacing: 0px;
    }

    .contenedor-puntos{
        flex-wrap: wrap;
    }

    .punto{
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .punto img{
        margin-bottom: 20px;
    }

    .info-punto{
        width: 100%;
    }

    .contenedor-contadores{
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .estadistica{
        width: 46%;
        margin-bottom: 40px;
    }

    .estadistica-final{
        display: block;
        visibility: visible;
    }

    .estadistica h3{
        font-size: 64px;
    }






    .seccion-servicios{
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .contenedor-cabecera-servicios{
       flex-wrap: wrap;
    }

    .titulos-cabecera{
        width: 80%;
        margin-bottom: 20px;
    }

    .titulos-cabecera h2{
        font-size: 46px;
    }

    .contenedor-btns-nav{
        padding-top: 0px;
        width: 100%;
        justify-content: start
    }

    .carrusel-servicios {
        width: 550%;
    }




    .seccion-contacto{
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contenedor-info-contacto{
        flex-wrap: wrap;
    }

    .info-contacto{
        width: 100%;
        margin-bottom: 60px;
    }

    .info-contacto h2{
        font-size: 46px;
    }

    .contenedor-mapa{
        width: 100%;
        height: 480px;
    }

    .carrusel-testimonios {
        width: 1000%;
        animation: carruselPasoAPaso 40s infinite; /* 4s por cada testimonio */
    }
    
    .con-testimonio {
        width: 100%;
    }

    @keyframes carruselPasoAPaso {
        0%, 12% {
            transform: translateX(0);
        }

        16%, 28% {
            transform: translateX(calc(-100% / 10));
        }

        32%, 44% {
            transform: translateX(calc(-200% / 10));
        }

        48%, 60% {
            transform: translateX(calc(-300% / 10));
        }

        64%, 76% {
            transform: translateX(calc(-400% / 10));
        }

        80%, 92% {
            transform: translateX(calc(-500% / 10));
        }

        100% {
            transform: translateX(calc(-500% / 10));
        }
    }
}









@media only screen and (max-width: 780px){

    .seccion-inicio{
        padding-left: 50px;
        padding-right: 50px;
        height: auto;
        padding-top: 160px;
    }

    .contenedor-general-inicio{
        flex-wrap: wrap;
    }

    .contenedor-info-inicio{
        margin-bottom: 40px;
    }

    .info-inicio{
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    .info-inicio h1{
        width: 100%;
        font-size: 60px;
    }

    .info-inicio h1 br{
        display: none;
        visibility: hidden;
    }

    .info-inicio p{
        width: 90%;
    }

    .contenedor-img-inicio{
        width: 100%;
        height: auto;
        display: block;
        visibility: visible;
    }

    .contenedor-img-inicio #imgPrincipal{
        width: 90%;
        height: auto;
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .contenedor-img-inicio .img-flotante1,
    .contenedor-img-inicio .img-flotante2,
    .contenedor-img-inicio .img-flotante3{
        display: block;
        visibility: visible;
    }

    .contenedor-img-inicio .img-flotante1{
        width: 200px;
        right: -50px;
        top: 50px;
    }

    @keyframes animaFlotante1 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(-25px);}
        100% {transform: translateX(0px);}
    }

    .contenedor-img-inicio .img-flotante2{
        width: 200px;
        left: -50px;
    }

    @keyframes animaFlotante2 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(25px);}
        100% {transform: translateX(0px);}
    }

    .contenedor-img-inicio .img-flotante3{
        width: 200px;
        bottom: 50px;
    }

    @keyframes animaFlotante3 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(-25px);}
        100% {transform: translateX(0px);}
    }








    .seccion-nosotros{
        padding-left: 50px;
        padding-right: 50px;
    }

    .info-nosotros h2{
        font-size: 44px;
    }

    .estadistica h3{
        font-size: 60px;
    }






    .seccion-servicios{
        padding-left: 50px;
        padding-right: 50px;
    }

    .titulos-cabecera{
        width: 100%;
    }

    .titulos-cabecera h2{
        font-size: 44px;
    }

    .carrusel-servicios {
        width: 1100%;
    }

    .contenedor-sevicio {
        width: 100%;
    }




    .seccion-contacto{
        padding-left: 50px;
        padding-right: 50px;
    }

    .info-contacto h2{
        font-size: 44px;
    }

    .carrusel-testimonios {
        width: 1200%; 
        animation: carruselPasoAPaso 40s infinite; /* 4s por cada testimonio */
    }

    .nombre-testimonio{
        width: 82%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}









@media only screen and (max-width: 580px){

    .contenedor-modal-servicios {
        height: 80vh;
    }

    .contenedor-modal-servicios figure {
        height: auto;
    }

    .contenedor-info-modal-servicios{
        height: auto;
    }

    .info-modal-servicios{
        padding: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }









    .seccion-inicio{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-inicio{
        flex-wrap: wrap;
    }

    .contenedor-info-inicio{
        margin-bottom: 40px;
    }

    .info-inicio{
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-inicio h1{
        width: 100%;
        font-size: 56px;
        text-align: center;
    }

    .info-inicio p{
        width: 100%;
        text-align: center;
    }

    .contenedor-img-inicio .img-flotante1{
        width: 150px;
        right: -15px;
        top: 50px;
    }

    @keyframes animaFlotante1 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(-25px);}
        100% {transform: translateX(0px);}
    }

    .contenedor-img-inicio .img-flotante2{
        width: 150px;
        left: -15px;
    }

    @keyframes animaFlotante2 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(25px);}
        100% {transform: translateX(0px);}
    }

    .contenedor-img-inicio .img-flotante3{
        width: 150px;
        bottom: 50px;
        right: -15px;
    }

    @keyframes animaFlotante3 {
        0% {transform: translateX(0px);}
        50% {transform: translateX(-25px);}
        100% {transform: translateX(0px);}
    }








    .seccion-nosotros{
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-nosotros{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-nosotros h2{
        font-size: 42px;
        text-align: center;
    }

    .info-nosotros p{
        text-align: center;
    }

    .puntos-nosotros h4{
        text-align: center;
    }

    .estadistica h3{
        font-size: 56px;
    }






    .seccion-servicios{
        padding-left: 30px;
        padding-right: 30px;
    }

    .titulos-cabecera{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .titulos-cabecera h2{
        font-size: 42px;
        text-align: center;
    }

    .contenedor-btns-nav{
        justify-content: center;
    }

    .contenedor-btns-nav button{
        margin-left: 10px;
        margin-right: 10px;
    }




    .seccion-contacto{
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-contacto{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-contacto h2{
        font-size: 42px;
        text-align: center;
    }

    .info-contacto p{
        text-align: center;
    }

    .contenedor-btn-form{
        display: inline-flex;
        justify-content: center;
    }

    .txt-testimonio p{
        text-align: center;
    }
}









@media only screen and (max-width: 480px){

    .info-modal-servicios{
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contenedor-info-modal-servicios ul li,
    .puntos-alcance-servicio ul li{
        width: 100%;
    }






    .seccion-inicio{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-inicio{
        margin-bottom: 20px;
    }

    .info-inicio h1{
        font-size: 52px;
    }

    .contenedor-btns-inicio{
        flex-wrap: wrap;
        justify-content: center;
    }

    .contenedor-btns-inicio a {
        width: 200px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

    .contenedor-img-inicio .img-flotante1{
        width: 120px;
        right: -10px;
        top: 50px;
    }

    .contenedor-img-inicio .img-flotante2{
        width: 120px;
        left: -10px;
    }

    .contenedor-img-inicio .img-flotante3{
        width: 120px;
        bottom: 50px;
        right: -10px;
    }








    .seccion-nosotros{
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-nosotros h2{
        font-size: 40px;
        text-align: center;
    }

    .punto{
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-punto{
        width: 100%;
    }

    .info-punto img{
        margin-right: 0px;
    }

    .info-punto h5{
        text-align: center;
    }

    .info-punto p{
        text-align: center;
    }

    .estadistica{
        width: 100%;
        margin-bottom: 40px;
    }

    .estadistica h3{
        font-size: 52px;
    }






    .seccion-servicios{
        padding-left: 20px;
        padding-right: 20px;
    }

    .titulos-cabecera h2{
        font-size: 40px;
    }




    .seccion-contacto{
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-contacto h2{
        font-size: 40px;
        text-align: center;
    }

    .cabecera-testimonio{
        justify-content: center;
        flex-wrap: wrap;
    }

    .nombre-testimonio{
        width: 100%;
    }

    .nombre-testimonio h4{
        text-align: center;
    }

    .nombre-testimonio span{
        text-align: center;
    }
}











@media only screen and (max-width: 380px){

    .seccion-inicio{
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-inicio h1{
        font-size: 48px;
    }

    .contenedor-btns-inicio a {
        margin-left: 30px;
        margin-right: 30px;
    }

    .contenedor-img-inicio #imgPrincipal{
        width: 100%;
    }

    .contenedor-img-inicio .img-flotante1{
        width: 100px;
        right: -5px;
        top: 50px;
    }

    .contenedor-img-inicio .img-flotante2{
        width: 100px;
        left: -5px;
    }

    .contenedor-img-inicio .img-flotante3{
        width: 100px;
        bottom: 50px;
        right: -5px;
    }








    .seccion-nosotros{
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-nosotros h2{
        font-size: 38px;
        text-align: center;
    }

    .estadistica h3{
        font-size: 48px;
    }






    .seccion-servicios{
        padding-left: 15px;
        padding-right: 15px;
    }

    .titulos-cabecera h2{
        font-size: 38px;
    }

    .contenedor-sevicio {
        padding-left: 10px;
        padding-right: 10px;
    }




    .seccion-contacto{
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-contacto h2{
        font-size: 38px;
        text-align: center;
    }
}