@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,500;0,700;0,800;0,900;1,600&family=Mulish:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Montserrat Alternates', sans-serif;*/

/*
========================
Header area start
========================
*/

body {	
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #F2F2F5;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.header-area {
    background: #FFFFFF;
    padding: 20px 0;
}

.header-area ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area ul li:first-child a img {
    max-width: 230px;
}

.header-area ul li:last-child a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #010D3D;
    padding: 6px 15px;
    border-radius: 6px;
    transition: 0.2s;
}

.header-area ul li:last-child a:hover {
    opacity: 0.8;
}

/*hero-section*/

.hero-section {
    padding: 16px 0 0;
    background-color: #ffffff;
    background-image: url(images/grupo3539-2x.png);
    background-size: 330px auto;
    background-position: left -80px top 50px;
    background-repeat: no-repeat;
}

.hero-inner {
    background-image: url(images/grupo3520-2x.png);
    background-size: 435px auto;
    background-position: right -128px bottom -100px;
    background-repeat: no-repeat;
}

.hero-section h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
    color: #010D3D;
    max-width: 586px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.hero-section h2 span {
    color: #7F859D;
}

.hero-section p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 900;
    color: #010D3D;
    margin-bottom: 30px;
}

.hero-section img {
    display: inline-block;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: -100px;
}


/*Bienvenidos-area start*/

.bienvenidos-area {
    background: #EAEAF2;
    padding: 213px 0 87px;
}

.bienvenidos-area h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 35px;
    color: #010D3D;
    max-width: 511px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.bienvenidos-area a {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 100%;
    padding: 14px 20px 16px;
    background: rgba(44, 54, 94, 1);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 51px;
    transition: 0.2s;
}

.bienvenidos-area a:hover {
    opacity: 0.8;
}

.bienvenidos-area p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 900;
    color: #010D3D;
    max-width: 731px;
    margin: 0 auto;
}

.bienvenidos-area p span  {
    color: #7F859D;
}

.bienvenidos-area p:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*reserva-una start*/

.reserva-una {
    background-color: #ffffff;
    background-image: url(images/grupo3053-2x.png);
    background-size: 335px auto;
    background-position: right -42px bottom 5px;
    background-repeat: no-repeat;
    padding: 120px 0 15px;
}

.reserva-una-left {
    padding-right: 100px;
}

.reserva-una-left h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #010D3D;
    text-align: right;
}

.reserva-una-r8 {
    padding-left: 100px;
}

.reserva-una-r8 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    text-align: left;
}

.reserva-una-r8 p span {
    font-weight: 700;
}

.reserva-una-r8 p:nth-of-type(2) {
    margin: 15px 0;
}

.reserva-una-btm {
    margin-top: 83px;
    text-align: center;
}

.reserva-una-btm a img {
    max-width: 930px;
    display: block;
    margin: 0 auto 60px;
}


.reserva-una-btm a:last-of-type {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 100%;
    padding: 14px 20px 16px;
    background: rgba(44, 54, 94, 1);
    border-radius: 10px;
    display: inline-block;
    transition: 0.2s;
}

.bienvenidos-area a:hover {
    opacity: 0.8;
}

/*la-plataforma*/

.la-plataforma {
    background-color: #ffffff;
    padding: 110px 0 30px;
}

.la-plataforma h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #010D3D;
    max-width: 550px;
    margin: 0 auto 80px;
    text-align: center;
}

.la-plataforma h4 span {
    color: #7F859D;
}

.la-plataforma ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.la-plataforma ul:last-of-type {
    margin-bottom: 0;
}

.la-plataforma ul li {
    padding: 0 110px;
}

.la-plataforma ul li:first-child {
    padding-left: 0;
}


.la-plataforma ul li:last-child {
    padding-right: 0;
}

/*la-percepción*/

.la-percepción {
    background-image: url(images/bg22.png);
    background-size: 134% auto;
    background-repeat: no-repeat;
    background-position: bottom -83px center;

}

.la-percepción-inner {
    padding: 200px 0;
    background-image: url(images/bg11.png);
    background-size: 164% auto;
    background-repeat: no-repeat;
    background-position: top -150px center;

}

.la-percepción-lft h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    max-width: 500px;
    margin-bottom: 30px;
    text-align: left;
}

.la-percepción-lft p {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #010D3D;
    max-width: 500px;
    text-align: left;
}

.la-percepción-r8-top {
    background: #ffffff;
    border-radius: 20px;
    padding: 74px 71px 62px;
    position: relative;
}

.la-percepción-r8-top img:nth-of-type(2) {
    position: absolute;
    display: block;
    content: "";
    left: 30px;
    top: 30px;
}

.la-percepción-r8-top img:nth-of-type(1) {
    position: absolute;
    display: block;
    content: "";
    right: 30px;
    bottom: 30px;
}

.la-percepción-r8-top img:nth-of-type(3) {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    margin-left: -49px;
    top: -30px;
    width: 98px;
}

.la-percepción-r8-top h5 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #010D3D;
    max-width: 351px;
    margin: 0 auto 12px;
}

.la-percepción-r8-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    padding: 0 22px;
}

.la-percepción-r8-btm {
    margin-top: -48px;
    position: relative;
}

.la-percepción-r8-btm img {
    max-width: 98px;
    margin: 0 auto;
}

.la-percepción-r8-btm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #010D3D;
    max-width: 220px;
    margin: 15px auto 0;
}

.la-percepción-r8-btm p span {
    font-weight: 700;
}

.la-percepción-inner .container > a {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 100%;
    padding: 14px 20px 16px;
    background: rgba(44, 54, 94, 1);
    border-radius: 10px;
    margin-top: 50px;
    display: inline-block;
    transition: 0.2s;
}

.la-percepción-inner .container > a:hover {
    opacity: 0.8;
}

/*Por-que-section*/

.Por-que-section {
    background: #ffffff;
    padding: 50px 0 100px;
}

.Por-que-img {
    padding: 40px 0 10px 20px;
    background: url(images/grupo3541@2x.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 auto;
}

.Por-que-img img {
    max-width: 186px;
}

.Por-que-section .container > h2 {
    font-size: 40px;
    font-weight: 900;
    color: #010D3D;
    line-height: 50px;
    margin: 45px auto 50px;
    max-width: 700px;
}

.Por-que-section-inner > p {
    font-size: 16px;
    font-weight: 400;
    color: #010D3D;
    line-height: 22px;
    text-align: left;
    margin-bottom: 30px;
}

.Por-que-section-inner > h4 {
    font-size: 16px;
    font-weight: 900;
    color: #010D3D;
    line-height: 22px;
    text-align: left;
    margin-bottom: 45px;
}

.Por-que-accordion {
    background: #FAFAFB;
    padding: 43px 30px 35px;
    border-radius: 20px;
}

.Por-que-accordion h5 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    color: #7F859D;
    margin-bottom: 20px;
    text-align: left;
}

.Por-que-accordion .accordion-button::after {
}

.Por-que-accordion .accordion-button:not(.collapsed)::after {
}

.Por-que-accordion .accordion-item {
    border: unset;
    background: unset;
    border-bottom: 1px solid rgba(225, 27, 27, 0.1);
    margin-bottom: 11px;
    border-radius: 0px !important;
    padding: 10px 0;
    padding-left: 100px;
    position: relative;
}

.Por-que-accordion .accordion-item:last-of-type {
    border: unset;
}

.Por-que-accordion .accordion-item img {
    position: absolute;
    top: 0;
    left: 10px;
    height: 40px;
}

.Por-que-accordion .accordion-button {
    background: unset;
    padding: 0 10px 5px 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #010D3D;
}

.Por-que-accordion .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #010D3D;
    text-align: left;
}

.Por-que-accordion .accordion-button:not(.collapsed) {
    background: unset;
    color: #010D3D;
}

.Por-que-accordion .accordion-button:focus {
    border: unset;
    box-shadow: unset;
}

.Por-que-accordion .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.Por-que-accordion .accordion-body {
    padding: 0;
    padding-bottom: 5px;
    padding-right: 15px;
}

.Por-que-section-inner a {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 100%;
    padding: 14px 20px 16px;
    background: rgba(44, 54, 94, 1);
    border-radius: 10px;
    display: inline-block;
    transition: 0.2s;
    margin-top: 32px;
}

.Por-que-section-inner a:hover {
    opacity: 0.8;
}

/*te-preguntas*/

.te-preguntas {
    padding: 99px 0 80px;
    background: #ffffff;
}

.te-preguntas-img {
    max-width: 192px;
    margin: 0 auto;
    background: url(images/grupo3521@2x.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-left: 20px;
}

.te-preguntas-img img {
    max-width: 87px;
    margin-bottom: 5px;
}

.te-preguntas h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin: 50px auto 35px;
    max-width: 700px;
}

.te-preguntas h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 35px;
    color: #7F859D;
    margin: 0 auto 31px;
    max-width: 700px;
}

.te-preguntas h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    color: #010D3D;
    margin: 0 auto 50px;
    max-width: 700px;
}

.te-preguntas p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    margin: 45px auto 0px;
    max-width: 700px;
}

/*necesitas-hacer*/

.necesitas-hacer {
    background: #ffffff;
    padding: 100px 0 25px;
}

.necesitas-hacer h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    max-width: 575px;
    margin: 0 auto 35px;
    text-align: center;
}

.necesitas-hacer .container > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    max-width: 500px;
    margin: 0 auto 13px;
}

.necesitas-hacer h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 40px;
    color: #010D3D;
    max-width: 500px;
    margin: 0 auto 38px;
}

.necesitas-hacer-inner {
    border: 1px solid #C8CAD2;
    border-radius: 10px;
}

.necesitas-hacer-itm {
    padding: 33px 20px 26px;
    min-height: 100%;
    border-right: 1px solid #C8CAD2;
}

.necesitas-hacer-itm-last {
    border: unset;
}

.necesitas-hacer-itm h5 {
    font-size: 17px;
    font-weight: 900;
    line-height: 24px;
    color: #010D3D;
    margin-top: 28px;
}

.necesitas-hacer-itm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #010D3D;
    margin-top: 15px;
}

.necesitas-hacer .container > p:last-of-type {
    max-width: 522px;
    margin: 50px auto 0;
}

/*la-percepción-2*/

.la-percepción-2 .la-percepción-lft {
    padding-top: 40px;
}

.la-percepción-2 .la-percepción-lft h4 {
    max-width: 482px;
    font-size: 30px;
    line-height: 40px;
}

.la-percepción-2 .la-percepción-lft p {
    max-width: 482px;
}

.la-percepción-2 .la-percepción-r8-top h5 {
    max-width: 450px;
    font-style: italic;
}

.la-percepción-2 .la-percepción-r8-top p {
    max-width: 450px;
    padding: 0;
}

.la-percepción-2 .la-percepción-r8-top p:first-of-type {
    margin-bottom: 12px;
}

.la-percepción-2 .la-percepción-r8-btm p {
    max-width: 265px;
}

.la-percepción-2 .la-percepción-r8-top img:nth-of-type(3) {
    top: -41px;
    width: 120px;
    margin-left: -60px;
}

/*todavía-tenemos*/

.todavía-tenemos {
    background: #ffffff;
}

.todavía-tenemos h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 44px;
    text-align: center;
    max-width: 635px;
    margin: 0 auto 60px;
}

.todavía-tenemos-left p {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #010D3D;
    max-width: 265px;
}

.todavía-tenemos-itm-top {
    text-align: center;
    background: url(images/grupo3532.png);
    background-size: 95% auto;
    background-position: top -34px center;
    background-repeat: no-repeat;
    margin-bottom: -38px;
}

.todavía-tenemos-itm-top img {
    max-width: 270px;
    margin: 0 auto;
}

.todavía-tenemos-itm-top2 {
    text-align: center;
    background: url(images/grupo3530.png);
    background-size: 60%;
    background-position: top 27px center;
    background-repeat: no-repeat;
    margin-bottom: -33px;
}

.todavía-tenemos-itm-top2 img {
    max-width: 124px;
    margin: 0 auto;
}

.todavía-tenemos-itm-btm {
    background: #F5F5F7;
    border-radius: 20px;
    padding: 44px 45px 40px 40px;
}

.todavía-tenemos-itm-btm h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 40px;
    color: #010D3D;
    margin-bottom: 10px;
}

.todavía-tenemos-itm-btm p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #010D3D;
    margin-bottom: 32px;
}

.todavía-tenemos-itm-btm ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    margin-bottom: 15px;
    position: relative;
    padding-left: 44px;
    min-height: 44px;
}

.todavía-tenemos-itm-btm ul li:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #010D3D;
}

.todavía-tenemos-itm-btm a {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #333D63;
    padding: 14px 0 16px;
    display: block;
    border: 2px solid #353D60;
    border-radius: 10px;
    text-align: center;
}

/*el-modelo*/
.el-modelo {
    background: #fff;
    padding: 160px 0;
}

.el-modelo-left {
    background: url(images/grupo3012@2x.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
}

.el-modelo-left img {
    max-width: 489px;
    margin: 0 auto;
    display: block;
}

.el-modelo-r8 h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin-bottom: 22px;
    max-width: 500px;
}

.el-modelo-r8 p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #010D3D;
    max-width: 500px;
}

.calidad-y {
    background: #ffffff;
    padding-bottom: 50px;
}

.calidad-y h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin-bottom: 16px;
    text-align: center;
}

.calidad-y h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    color: #7F859D;
    margin-bottom: 37px;
    text-align: center;
}

.calidad-y-left {
    border-right: 1px solid #EAEAF1;
}

.calidad-y-r8 {
    padding-left: 80px;
}

.calidad-y-left p,
.calidad-y-r8 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    margin-bottom: 24px;
}

.calidad-y-left ul,
.calidad-y-r8 ul {
    display: flex;
    align-items: center;
}

.calidad-y-left ul li a img {
    max-width: 134px;
}

.calidad-y-left ul li:first-child,
.calidad-y-r8 ul li:first-child {
    margin-right: 100px;
}

.calidad-y-r8 ul li:first-child a img {
    max-width: 114px;
}

.calidad-y-r8 ul li:last-child a img {
    max-width: 177px;
}

/*mas-de*/

.mas-de {
    background-image: url(images/bg22.png);
    background-size: 134% auto;
    background-repeat: no-repeat;
    background-position: bottom -83px center;

}

.mas-de-inner {
    padding: 200px 0;
    background-image: url(images/bg11.png);
    background-size: 164% auto;
    background-repeat: no-repeat;
    background-position: top -150px center;

}

.mas-de-inner h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin: 0 auto;
    max-width: 670px;
    margin-bottom: 44px;
    text-align: center;
}

.mas-de-inner h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    color: #7F859D;
    margin-bottom: 44px;
    text-align: center;
}

.mas-de-inner .main-content {
    position: relative;
}

.mas-de-inner .owl-carousel.owl-drag .owl-item {
    padding-top: 50px;
}

.mas-de-inner .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.mas-de-inner .main-content .owl-theme .custom-nav .owl-prev, .mas-de-inner .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.mas-de-inner .main-content .owl-theme .custom-nav .owl-prev i, .mas-de-inner .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: #010D3D;
}

.mas-de-inner .main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.mas-de-inner .main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.mas-de-inner .owl-theme .owl-dots {
    margin-top: 50px;
}

.mas-de-inner .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 1px solid #B2B5C3;
}

.mas-de-inner .owl-theme .owl-dots .owl-dot.active span {
    background: #010D3D;
    border: unset;
}

.mas-de-owl-ctn {
    max-width: 550px;
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto;
    padding: 76px 50px 63px;
    position: relative;
}

.mas-de-owl-ctn img {
    position: absolute;
    content: "";
    display: block;
}

.mas-de-owl-ctn img:first-of-type {
    top: 25px;
    left: 27px;
    width: 50px;
}

.mas-de-owl-ctn img:nth-of-type(2) {
    bottom: 25px;
    right: 27px;
    width: 50px;
}

.mas-de-owl-ctn img:nth-of-type(3) {
    top: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -30px;
    z-index: 999999;
}

.mas-de-owl-ctn h4 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
    color: #010D3D;
}

.mas-de-owl-ctn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: #010D3D;
}

.mas-de-owl-btm {
    text-align: center;
    margin-top: -49px;
    position: relative;
    z-index: 9999999;
}

.mas-de-owl-btm img {
    max-width: 98px;
    margin: 0 auto;
}

.mas-de-owl-btm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #010D3D;
    margin-top: 20px;
}

.mas-de-owl-btm span {
    font-weight: 900;
}

/*only-content1*/

.only-content1 {
    background: #ffffff;
    padding: 50px 0 150px;
}

.only-content1 h4 {
    font-size: 28px;
    font-weight: 900;
    color: #7F859D;
    line-height: 34px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.only-content1 h4:last-of-type {
    margin: 0 auto;
}

/*only-content2*/

.only-content2 {
    padding: 140px 0;
    background: #EAEAF2;
}

.only-content2 h4 {
    font-size: 30px;
    font-weight: 900;
    color: #010D3D;
    line-height: 40px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.only-content2 p {
    font-size: 18px;
    font-weight: 900;
    color: #010D3D;
    line-height: 23px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.only-content2 a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 16px;
    padding: 14px 20px 16px;
    border-radius: 10px;
    background: #010D3D;
}

/*only-content2*/

.only-content3 {
    padding: 143px 0 132px;
    background: #EAEAF2;
}

.only-content3 h4 {
    font-size: 30px;
    font-weight: 900;
    color: #7F859D;
    line-height: 40px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.only-content3 h4 span {
    color: #010D3D;
}

.only-content3 a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 16px;
    padding: 14px 20px 16px;
    border-radius: 10px;
    background: #010D3D;
    display: inline-block;
    margin-top: 35px;
}

/*cuanto-cuesto*/

.cuanto-cuesto {
    background: #ffffff;
    padding: 133px 0 100px;
}

.cuanto-cuesto h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    max-width: 700px;
    margin: 0 auto 50px;
}

.cuanto-cuesto-grid {
    display: grid;
    gap: 15px;
    grid-auto-columns: 1fr;  
    grid-template-areas:
      "one one one two two";
}

.cuanto-cuesto-grid-itm:nth-child(1) {
  grid-area: one;
}

.cuanto-cuesto-grid-itm:nth-child(2) {
  grid-area: two;
}

.cuanto-cuesto-grid-itm .row {
    --bs-gutter-x: 15px;
}

.cuanto-cuesto-grid-itm h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    color: #7F859D;
}

.cuanto-cuesto-grid-itm-itm {
    padding: 17px 20px 10px;
    background: #EAEAF2;
    border-radius: 20px;
    min-height: 100%;
}

.cuanto-cuesto-grid-itm-itm h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    color: #010D3D;
    margin: 30px 0 10px; 
    text-align: left;
}

.cuanto-cuesto-grid-itm-itm p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #010D3D;
    text-align: left;
    min-height: 112px;
}

.cuanto-cuesto-grid-itm-itm p span {
    font-weight: 900;
}

.cuanto-cuesto-grid-itm:nth-child(2) .cuanto-cuesto-grid-itm-itm {
    background: #F2F2F5;
    border: 2px dashed #CCCED8;
}

.cuanto-cuesto-grid-itm:nth-child(2) .cuanto-cuesto-grid-itm-itm p {
    min-height: 120px;
    margin-top: 30px;
}

.cuanto-cuesto-grid-itm-itm2 h4 {
    margin-top: 38px;
}

.cuanto-cuesto-grid-itm-itm3 h4 {
    margin-top: 15px;
}

.cuanto-cuesto a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
    background: #010D3D;
    padding: 14px 20px 16px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 40px;
}

/*puedes-concertar*/

.puedes-concertar {
    background: #ffffff;
    padding: 100px 0;
}

.puedes-concertar-img {
    max-width: 220px;
    margin: 0 auto;
    padding: 20px 35px 0;
    background: url(images/grupo3193@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    background-size:  auto 95%;
}

.puedes-concertar h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
    color: #010D3D;
    margin: 47px 0 9px;
}

.puedes-concertar h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
}

.puedes-concertar h5 {
    font-size: 28px;
    font-weight: 900;
    line-height: 35px;
    color: #7F859D;
    max-width: 700px;
    margin: 15px auto 35px;
}

.puedes-concertar-ctn {
    background: #FAFAFB;
    border-radius: 20px;
    padding: 43px 40px 13px;
    max-width: 780px;
    margin: 0 auto;
}

.puedes-concertar-ctn h6 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    color: #010D3D;
    text-align: left;
    margin-bottom: 15px;
}

.puedes-concertar-ctn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    text-align: left;
    margin-bottom: 15px;
}

.puedes-concertar .container > p {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #010D3D;
    max-width: 700px;
    margin: 33px auto 39px;
}

.puedes-concertar .container > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
    background: #010D3D;
    padding: 14px 20px 16px;
    border-radius: 10px;
    display: inline-block;
}

/*img-with-ctn1*/

.img-with-ctn1 {
    background: #ffffff;
    padding: 110px 0 149px;
}

.img-with-ctn1-img {
    max-width: 170px;
    margin: 0 auto;
    padding: 0;
    background: url(images/grupo3518@2x.png);
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    background-size:  contain;
}

.img-with-ctn1-img img {
    max-width: 115px;
    margin: 0 auto;
}

.img-with-ctn1 h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin: 30px 0;
}

.img-with-ctn1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.img-with-ctn1 p:first-of-type {
    margin-bottom: 15px;
}

/*img-with-ctn2*/

.img-with-ctn2 {
    background: #ffffff;
    padding: 0 0 113px;
}

.img-with-ctn2-img {
    max-width: 172px;
    margin: 0 auto;
    background: url(images/grupo3329@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:  100% auto;
    padding: 17px 0 35px;
}

.img-with-ctn2-img img {
    max-width: 120px;
    margin: 0 auto;
}

.img-with-ctn2 h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #010D3D;
    margin: 10px 0 25px;
}

.img-with-ctn2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #010D3D;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}


/*no-te*/

.no-te {
    padding: 72px 0;
    background: #FAFAFB;
}

.no-te h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: #010D3D;
    margin-bottom: 35px;
}

.no-te-accordion .accordion-button::after {
}

.no-te-accordion .accordion-button:not(.collapsed)::after {
}

.no-te-accordion .accordion-item {
    border: unset;
    background: unset;
    border-bottom: 1px solid rgba(225, 27, 27, 0.1);
    margin-bottom: 11px;
    border-radius: 0px !important;
    padding: 10px 0;
    position: relative;
}

.no-te-accordion .accordion-item:last-of-type {
    border: unset;
}

.no-te-accordion .accordion-button {
    background: unset;
    padding: 0 10px 15px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #010D3D;
}

.no-te-accordion .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #010D3D;
    text-align: left;
    margin-bottom: 15px;
    max-width: 903px;
}

.no-te-accordion .accordion-body p:last-of-type {
    margin: 0;
}

.no-te-accordion .accordion-button:not(.collapsed) {
    background: unset;
    color: #010D3D;
}

.no-te-accordion .accordion-button:focus {
    border: unset;
    box-shadow: unset;
}

.no-te-accordion .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.no-te-accordion .accordion-body {
    padding: 0;
    padding-bottom: 5px;
    padding-right: 15px;
}


/*.footer-area*/
.footer-area {
    padding: 50px 0 50px;
    background: #010D3B;
}

.footer-left a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    display: block;
}

.footer-left a:first-of-type {
    margin-bottom: 20px;
}

.footer-mdl ul li a {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-r8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 100%;
}

.footer-r8 ul {
    display: flex;
    align-items: center;
}

.footer-r8 ul li a {
    color: #ffffff;
    margin-left: 15px;
}

.footer-r8 p {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}

.modal-body{
    padding: 0;
}

.modal-content{    
    border-radius:10px;
    padding-left:0px;
    padding-right:0px;
}

.modal-body-header{
    padding-left:30px;
    padding-right:30px;
    margin-top:20px;
}

.modal-body-header p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #010D3D;
    margin-bottom: 30px;
    margin-top: 15px;
}

.modal-title-h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 28px;
    line-height: 50px;
    font-weight: 900;
    color: #010D3D;
    max-width: 586px;        
}




.btn-close-modal{
    float: right;
    font-weight: 700;
}

.modal-form {
    padding-left:30px;
    padding-right:30px;   
    width:100%;
    background-color: #f2f2f5;
    padding-bottom: 50px;
}

.form-control{
    border-radius: 10px;
}

.input-error{
    border: 1px solid #f096b4;
}

.form-control{
    border-radius:10px;
}

.label-error{
    color: #f096b4;
    background-color: #fdeef2;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    display:none;
}

.modal-form label{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #010D3D;
    margin-bottom: 10px;
    display: block;
    margin-top:15px;
}

.btn-primary{
    background-color: #010D3D;
    border-color: #010D3D;
}
.btn-primary:hover{
    background-color: #010D3D;
    border-color: #010D3D;
    opacity: 0.8;
}


#modal-response-calculadora{
    display: none;
}

#modal-response-reserva{
    display: none;
}

.jsx-4076980862{
    display: none;
}

.videowrap {
    
    max-width: 930px; 
    margin-bottom: 30px;
}

/* Para vista movil el video no quiero que ocupe más del 90% está dentro dentro videowrap*/
@media (max-width: 480px) {
    .videowrap {
        max-width: 90%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .videowrap {
        max-width: 90%;
        margin-bottom: 30px;
    }
}
