*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    font-family: sans-serif; 
    background-image: radial-gradient(at 95.12118807196337% 73.22873491127315%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 1) 0%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 0) 100%), radial-gradient(at 98.5023846301922% 30.52129089854876%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 13.050053856706235% 15.236251566446423%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 1) 0%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 0) 100%), radial-gradient(at 13.86105692003351% 57.1198574269015%, hsla(264.59016393442624, 27.853881278538818%, 42.94117647058824%, 1) 0%, hsla(264.59016393442624, 27.853881278538818%, 42.94117647058824%, 0) 100%), radial-gradient(at 6.042322134090316% 72.24235686665132%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 1) 0%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 0) 100%), radial-gradient(at 42.49108388100292% 87.75639481863186%, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, 0) 100%), radial-gradient(at 26.943795111860748% 34.2482536795224%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 1) 0%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 0) 100%), radial-gradient(at 38.89099176472352% 72.84413238426434%, hsla(264.59016393442624, 27.853881278538818%, 42.94117647058824%, 1) 0%, hsla(264.59016393442624, 27.853881278538818%, 42.94117647058824%, 0) 100%), radial-gradient(at 59.20629405884179% 41.831791648720426%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 1) 0%, hsla(267.6923076923077, 22.033898305084744%, 11.568627450980392%, 0) 100%);
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.seccion-general header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    padding-right: 90px;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.seccion-general header .a-logo{
    width: 120px;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

.seccion-general header .a-logo img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.seccion-general header nav{
    width: 650px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.seccion-general header nav ul{
    width: 100%;
    height: 100%;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;;
}

.seccion-general header nav ul li{
    width: auto;
    height: 100%;
    float: left;
    background-color: transparent;
    position: relative;
}

.seccion-general header nav ul a{
    width: auto;
    height: 100%;
    float: left;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 40px;
}

.seccion-general header nav ul a:hover{
    color: #F4C9C8;
    text-decoration: none;
    padding-top: 40px;
}

.seccion-general header nav ul #li-submenu #ul-submenu{
    width: 250px;
    height: auto;
    position: absolute;
    top: 96px;
    left: 0;
    display: none;
    visibility: hidden;
    background-color: #FFFFFF;
    border-radius: 0px 10px 10px 10px;
    overflow: hidden;
}

.seccion-general header nav ul #li-submenu:hover > #ul-submenu{
    display: block;
    visibility: visible;
}

.seccion-general header nav ul #li-submenu #ul-submenu li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.seccion-general header nav ul #li-submenu #ul-submenu li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding: 15px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #1D1724;
    text-decoration: none;
}

.seccion-general header nav ul #li-submenu #ul-submenu li a:hover{
    background-color: #90A6CE;
    color: #FFFFFF;
}

.contenedor-btns-header{
    width: 400px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.btns-header{
    width: 100%;
    height: 54px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.tel-header{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-right: 40px;
    margin-top: 21px;
}

.tel-header img{
    width: 18px;
    height: 18px;
    float: left;
    background-color: transparent;
    margin-right: 10px;
}

.tel-header span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}










.btn-200{
    width: 220px;
    height: auto;
    background-color: #90A6CE;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 17px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
    text-decoration: none;  
    transform: scale(1);
    transition: transform ease .4s;                               
}

.btn-250{
    width: 250px;
    height: auto;
    background-color: #90A6CE;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding: 17px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 40px;
    text-decoration: none;  
    transform: scale(1);
    transition: transform ease .4s;    
}

.btn-200 span,
.btn-250 span{
    width: auto;
    height: 100%;
    float: left;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-200 .icon-btn,
.btn-250 .icon-btn{
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    float: left;
}

.btn-200:hover,
.btn-250:hover{
    background-color: #F4C9C8;
    transform: scale(.9);
    transition: transform ease .4s; 
}

.btn-200:hover span,
.btn-250:hover span{
    color: #FFFFFF;
}

.btn-200:hover .icon-btn,
.btn-250:hover .icon-btn{
    background-color: #FFFFFF;
}








.titulo-envuelto{
    width: auto;
    height: auto;
    background-color: #372D3F;
    float: left;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.titulo-envuelto h2{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    background: linear-gradient(145deg, #90A6CE,#F4C9C8);
    -webkit-background-clip: text;
    color: transparent;  
}







footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 140px;
    padding-bottom: 20px;
}

.footer-uno{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    border-bottom: solid 1px #646464;
    padding-bottom: 40px;
}

.footer-uno h2{
    width: 750px;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 90px;
    color: #FFFFFF;
}

.contenedor-redes-footer-uno{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: end;
    padding-top: 80px;
}

.contenedor-redes-footer-uno a{
    width: 60px;
    height: 60px;
    background-color: transparent;
    float: left;
    border: solid #F4C9C8 3px;
    border-radius: 60px;
    text-decoration: none;
    margin-left: 30px;
    position: relative;
    transform: scale(1);
    transition: transform ease .4s;  
}

.contenedor-redes-footer-uno .rss-footer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background-color: #F4C9C8;
}

.contenedor-redes-footer-uno a:hover{
    background-color: #F4C9C8;
    transform: scale(.9);
    transition: transform ease .4s; 
}

.contenedor-redes-footer-uno a:hover .rss-footer{
    background-color: #1D1724;
}

.footer-dos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 90px;
    padding-bottom: 40px;
    display: inline-flex;
    justify-content: space-between;
    border-bottom: solid 1px #646464;
}

.contenedor-icono-footer{
    width: 160px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-icono-footer img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulos-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.contenedor-contacto-footer{
    width: 420px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-navegacion-footer{
    width: 250px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-servicios-footer{
    width: 250px;
    height: auto;
    background-color: transparent;
    float: left;
}

.ul-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.ul-footer li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.ul-footer li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    transform: translateX(0px);
    transition: transform ease .4s;
}

.ul-footer li a .icon-contacto-footer{
    width: 20px;
    height: 20px;
    background-color: #F4C9C8; 
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}

.ul-footer li a .icon-footer{
    width: 10px;
    height: 10px;
    background-color: #F4C9C8; 
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.ul-footer li a .datos-contacto-footer{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #F4C9C8; 
}

.ul-footer li a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.ul-footer li a:hover{
    transform: translateX(20px);
    transition: transform ease .4s;
}

.ul-footer li a:hover span{
    color: #F4C9C8;
}

.ul-footer li a:hover .datos-contacto-footer{
    color: #FFFFFF;   
}

.footer-tres{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-tres p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.footer-tres a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-tres a:hover{
    color: #F4C9C8;
}