@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
body {
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: Montserrat;
}

.peque {
    position: fixed;
    width: 100%;
    z-index: 1060;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: saturate(180%) blur(5px) !important;
    box-shadow: rgb(0 0 0 / 18%) 0px 6px 12px 0px !important;
    border: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.peque .logo {
    width: 100px;
}

.d-block {
    display: block;
}

.italic {
    font-style: italic;
}

.display-flex {
    display: flex;
}

.waves-effect.waves-brown .waves-naam {
    background-color: #3473ba;
}

.waves-effect.waves-brown .waves-naam-white {
    background-color: #ffffff !important;
}

.color-black {
    color: #000;
}

.modal-whats {
    width: 500px;
    max-height: 92%;
    height: 800px;
    top: 50px;
}

.modal-whats .header-modal {
    border-bottom: solid 1px #3473ba;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 16px;
}

.modal-whats .header-modal .title-modal {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    color: #3473ba;
    text-align: center;
    margin: 0;
}

.modal-whats .header-modal img {
    position: absolute;
    right: 1px;
}

.modal-whats .modal-cont {
    margin-top: 20px;
}

.modal-whats .modal-cont .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #3473ba;
    margin-top: 20px;
    padding-bottom: 16px;
}

.modal-whats .modal-cont .item span {
    color: #3473ba;
    font-weight: 600;
    font-size: 12px;
}

.modal-whats .modal-cont .item .wrap-name {
    display: flex;
    align-items: center;
    width: 55%;
}

.modal-whats .modal-cont .item .wrap-name span {
    margin-left: 10px;
}

.modal-whats .modal-cont .item:hover .whats {
    color: #4bae50 !important;
}

.modal-whats .modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.modal-whats .modal-footer span {
    color: #3473ba;
    font-weight: 600;
    padding-bottom: 30px;
}

.full-image {
    display: block;
    margin: auto;
    width: 100%;
}

.img-center {
    display: block;
    margin: auto;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.menu {
    z-index: 1070;
    border: soli 2px red;
}

.menu li {
    text-align: right;
}

.menu li a {
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
}

.menu li a i {
    float: right !important;
    margin: 0% !important;
    color: #3473ba !important;
    font-weight: 700;
}

.menu .footer-menu {
    background-color: #3473ba;
    height: 100%;
    padding: 0 32px;
}

.menu .footer-menu h3 {
    padding-top: 20px;
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin: 0%;
}

@media screen and (max-width: 992px) {
    .menu .footer-menu h3 {
        font-size: 24px;
    }
    .guia .wrap-guia h2 {
        font-size: 4vw !important;
    }
    .meditacion-nam .meditacion-img img {
        width: 100% !important;
    }
}

.menu .footer-menu h3 span {
    font-weight: 400;
}

.menu .footer-menu .note {
    color: white;
    text-transform: uppercase;
    font-size: 0.6vw;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .menu .footer-menu .note {
        font-size: 12px;
    }
}

.menu .footer-menu .contact {
    margin-top: 30px;
}

.menu .footer-menu .contact .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.menu .footer-menu .contact .item img {
    margin-right: 5px;
}

.menu .footer-menu .contact .item p {
    margin: 0%;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.menu .footer-menu .contact .item p a {
    color: white;
}

.menu .footer-menu .wrap-btn {
    margin-top: 28px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.menu .footer-menu .wrap-btn .btn {
    border: solid 2px white;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-family: Montserrat;
    font-weight: 600;
}

header {
    /*   background-image: url('https://www.centronaam.org/imgs/home/back-slider.webp'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 688px;
}

header .nav {
    border-bottom: solid 1px #3473ba;
    height: 98px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px) {
    header .nav {
        border-bottom: none !important;
    }
}

header .nav .wrap-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav .wrap-menu .icon-menu {
    color: #3473ba;
    font-size: 48px;
}
.peque .sidenav-trigger .icon-menu {
    color: #3473b9 !important;
    font-size: 48px;
}

.type-mantra {
    color: white;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    padding-top: 90px;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.section-title {
    position: relative;
    height: 590px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media screen and (max-width: 992px) {
    .section-title {
        height: auto !important;
    }
}

.section-title .wrap-title-section h1 {
    color: white;
    font-size: 108px;
    font-family: Montserrat;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.section-title .wrap-title-section h1 span {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}

.section-title .wrap-title-section h6 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
}

.guia {
    /*  margin-top: 20rem; */
}

@media screen and (max-width: 1500px) {
    /* .guia {
        margin-top: 10rem;
    } */
}

@media screen and (max-width: 1200px) {
    /* .guia {
        margin-top: -8rem;
    } */
}

@media screen and (max-width: 600px) {
    .guia {
        /*  margin-top: 15rem; */
    }
}

.guia strong {
    font-weight: 800;
}

.guia .wrap-guia {
    padding: 78px 0px;
}

.guia .wrap-guia h2 {
    font-weight: 600;
    font-size: 36px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.guia .wrap-guia p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 40px;
    text-align: left;
    line-height: 35px;
    text-align-last: center;
}

.guia .wrap-guia .wrap-btn {
    display: flex;
    justify-content: center;
}

.guia .wrap-guia .wrap-btn .btn {
    border: solid 2px #3473ba;
    width: 326px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3473ba;
    font-family: Montserrat;
    font-weight: 600;
}

.section-bienvenido .row-main {
    margin-bottom: 0px;
}

.section-bienvenido .row-main .col {
    float: initial;
}

.section-bienvenido .row-main .col-main {
    padding: 0;
}

.section-bienvenido .owl-dots {
    position: absolute;
    width: 50%;
    bottom: 30px;
    left: 50%;
}

.section-bienvenido .wrap-owl {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.section-bienvenido .wrap-owl .col {
    display: -webkit-flex;
    display: flex;
}

.section-bienvenido .wrap-reel .reel-images {
    margin: 0;
    padding: 0;
    line-height: 0px;
}

.section-bienvenido .wrap-reel .reel-images .item {
    width: 100%;
}

.section-bienvenido .wrap-reel .reel-images .item img {
    width: 100%;
}

.section-bienvenido .wrap-reel .reel-back {
    margin: 0;
    padding: 0;
}

.section-bienvenido .wrap-reel .reel-back .owl-stage-outer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-bienvenido .wrap-reel .reel-back .owl-stage-outer .owl-stage {
    display: -webkit-flex;
    display: flex;
}

.section-bienvenido .wrap-reel .reel-back .item {
    width: 100%;
    color: white;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-bienvenido .wrap-reel .reel-back .item .title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-bienvenido .wrap-reel .reel-back .item .b-pa {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
}

.section-bienvenido .wrap-reel .reel-back .item ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.section-bienvenido .wrap-reel .reel-back .item1 {
    background-color: #3473ba;
}

.section-bienvenido .wrap-reel .reel-back .item2 {
    background-color: #3473ff;
}

.section-bienvenido .wrap-reel .reel-back .item2 .italic {
    margin-top: 50px;
}

.section-bienvenido .wrap-reel .reel-back .item3 {
    background-color: #347fff;
}

.section-bienvenido .wrap-reel .reel-back .item4 {
    background-color: #344e9d;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.meditacion-nam {
    margin-bottom: 100px;
    margin-top: 100px;
}

.meditacion-nam .meditacion-img img {
    width: initial;
    display: block;
    margin: auto;
}

.meditacion-nam .wrap-reel {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.meditacion-nam .wrap-reel .reel-item {
    display: -webkit-flex;
    display: flex;
}

.meditacion-nam .wrap-carousel-meditacion .item {
    width: 100%;
    padding: 50px;
}

.meditacion-nam .wrap-carousel-meditacion .item .title {
    font-weight: 600;
    font-size: 36px;
    text-align: left;
    margin-bottom: 50px;
    color: #3473ba;
    text-transform: uppercase;
}

.meditacion-nam .wrap-carousel-meditacion .item .b-pa {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    color: #000;
}

.meditacion-nam .wrap-carousel-meditacion .item ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.meditacion-nam .owl-theme .owl-dots .owl-dot.active span,
.meditacion-nam .owl-theme .owl-dots .owl-dot:hover span {
    background: #3473ba;
}

.meditacion-nam .owl-theme .owl-dots .owl-dot span {
    background: #347fff;
}

.centro-naam-online {
    background-color: #3473ba;
}

.centro-naam-online .title {
    margin-top: 100px;
    text-align: left;
    color: white;
    font-weight: 800;
    font-size: 8vw;
}

.centro-naam-online .title span {
    font-weight: 500;
}

.centro-naam-online .title span u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}

.centro-naam-online .sub-title {
    margin-top: 40px;
    margin-bottom: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.centro-naam-online .title-child {
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 2.5vw;
    margin-bottom: 60px;
}

.centro-naam-online .text {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 1.5vw;
    margin-bottom: 230px;
}

.centro-naam-online .carousel-products .card {
    margin: 0px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}

.centro-naam-online .carousel-products .card h1 {
    color: #3473ba;
    font-size: 2.3vw;
    margin: 0;
    padding: 0;
}

.centro-naam-online .carousel-products .card .icon-package {
    position: absolute;
    right: 20px;
    width: initial;
}

.centro-naam-online .carousel-products .card .incluye {
    margin-top: 40px;
    height: 200px;
}

.centro-naam-online .carousel-products .card .incluye li {
    list-style: disc;
    margin-left: 20px;
    font-weight: 500;
}

.centro-naam-online .carousel-products .card .incluye li:first-child {
    margin-bottom: 10px;
}

.centro-naam-online .carousel-products .card .inversion-wrap h4 {
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.4vw;
    color: #3473ba;
}

.centro-naam-online .carousel-products .card .inversion-wrap .price {
    margin: 0;
    font-size: 68px;
    color: #3473ba;
    font-weight: 700;
}

.centro-naam-online .carousel-products .card .inversion-wrap .price sup {
    top: -25px;
    font-size: 30px;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table {
    border: none;
    width: 100%;
    border-collapse: initial;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table .title {
    color: #3473ba;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table td {
    border: none;
    padding: 0;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table td .price-small {
    padding: 0;
    margin: 0%;
    font-weight: 700;
    color: #3473ba;
    display: inline-block;
    font-size: 1.6vw;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table td .price-small sup {
    top: -5px;
    font-size: 52%;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table td span {
    font-size: 32px;
    color: #3473ba;
    padding: 0 15px;
}

.centro-naam-online .carousel-products .card .inversion-wrap .table .first-child {
    display: flex;
    align-items: center;
}

.centro-naam-online .carousel-products .card .wrap-stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.centro-naam-online .carousel-products .card .wrap-stars span {
    text-transform: uppercase;
    font-weight: 700;
    color: #3473ba;
}

.centro-naam-online .carousel-products .card .wrap-stars .estrellas {
    width: 100px !important;
}

.centro-naam-online .carousel-products .card2 h1 {
    color: #3473ba;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap h4 {
    color: #3473ba;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap .price {
    color: #3473ba;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap .table .title {
    color: #3473ba;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap .table td .price-small {
    color: #3473ba;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap .table td .price-year {
    margin-left: 10px;
}

.centro-naam-online .carousel-products .card2 .inversion-wrap .table td span {
    color: #3473ba;
}

.centro-naam-online .wrap-btn {
    margin-top: 28px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.centro-naam-online .wrap-btn .btn {
    border: solid 2px #3473ba;
    width: 80%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3473ba;
    font-family: Montserrat;
    font-weight: 600;
}

.centro-naam-online .wrap-btn-block {
    margin-top: 52px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.centro-naam-online .wrap-btn-block .btn {
    border: solid 2px white;
    width: 30%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-family: Montserrat;
    font-weight: 600;
}

.centro-naam-online .hr-border {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #3473ba !important;
}

.centro-naam-online .second-child {
    margin-top: 100px;
    margin-bottom: 60px;
}

.centro-naam-online .text2 {
    margin-bottom: 60px !important;
}

.centro-naam-online .wrap-info-package {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 56px;
}

.centro-naam-online .wrap-info-package .item {
    text-align: center;
}

.centro-naam-online .wrap-info-package .item span {
    color: white;
    font-weight: 400;
    font-size: 24px;
}

.centro-naam-online .wrap-info-package .item:nth-child(1) {
    width: 80%;
}

.centro-naam-online .wrap-info-package .item:nth-child(2) {
    width: 100%;
}

.centro-naam-online .wrap-info-package .item:nth-child(2) span {
    width: 100%;
    padding: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    display: block;
}

.centro-naam-online .wrap-info-package .item:nth-child(3) {
    width: 80%;
}

.centro-naam-online .carousel-teachers {
    width: 90%;
    margin: auto;
}

.centro-naam-online .carousel-teachers .item .d-block .name {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
}
.ventajas-com-p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    line-height: 35px;
    text-align: justify !important;
    text-align-last: center;
}
.centro-naam-online .carousel-teachers .item .d-block:hover .name {
    color: greenyellow;
}

.cursos {
    background-color: #1f3e7f;
}

.cursos .wrap-title {
    width: 100%;
    margin: auto;
}

.cursos .wrap-title .title {
    margin-top: 100px;
    text-align: left;
    color: white;
    font-weight: 800;
    font-size: 6vw;
    line-height: 90px;
}

.cursos .wrap-title .title u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}

.cursos .sub-title {
    margin-top: 40px;
    margin-bottom: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.cursos .text {
    color: white;
    text-align: left;
    font-weight: 400;
    font-size: 1.5vw;
    margin-bottom: 7rem;
    padding-left: 10%;
}

.cursos .owl-theme .owl-nav {
    margin-top: 10px;
    outline: none;
}

.cursos .owl-carousel .owl-nav button.owl-prev,
.cursos .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    padding: 10px !important;
    top: 38%;
    line-height: 1;
    outline: none;
}

.cursos .owl-carousel .owl-nav button.owl-prev:hover,
.cursos .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
    color: #404040;
    outline: none;
}

.cursos .owl-carousel .owl-nav .owl-prev span,
.cursos .owl-carousel .owl-nav .owl-next span {
    font-size: 40px;
    outline: none;
    color: #fff;
}

.cursos .owl-carousel .owl-nav .owl-prev {
    left: -10px;
}

.cursos .owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.cursos .owl-carousel .oxy-repeater-pages-wrap {
    display: none;
}

.cursos .owl-dots {
    display: none;
}

.cursos .wrap-btn-block {
    margin: 65px 0px 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursos .wrap-btn-block .btn {
    border: solid 2px white;
    width: fit-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-family: Montserrat;
    font-weight: 600;
}

.meditacion-ambrosal .banner {
    width: 100%;
    display: block;
}

@media screen and (max-width: 992px) {
    .meditacion-ambrosal .banner {
        display: none !important;
    }
}

.meditacion-ambrosal .banner-small {
    width: 100%;
    display: none;
}

@media screen and (max-width: 992px) {
    .meditacion-ambrosal .banner-small {
        display: block !important;
    }
    .guia .wrap-guia p {
        justify-content: left !important;
    }
}

.our-teachers .wrap-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.our-teachers .wrap-item .dataR {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-teachers .wrap-item .dataR h2 {
    font-weight: 500;
    color: #3473ba;
    font-size: 36px;
    margin: 0%;
}

.our-teachers .wrap-item .dataR p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 35px;
}

.our-teachers .wrap-item .dataR .wrap-btn {
    display: flex;
    justify-content: center;
}

.our-teachers .wrap-item .dataR .wrap-btn .btn {
    border: solid 2px #3473ba;
    width: 226px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3473ba;
    font-family: Montserrat;
    font-weight: 600;
}

.our-teachers .wrap-item .wrap-imageRL {
    display: flex;
    display: -webkit-flex;
}

.our-teachers .wrap-item .wrap-imageRL a {
    display: block;
    margin: auto;
}

.our-teachers .wrap-item .wrap-imageRL a img {
    display: block;
    margin: auto;
}
.new-title {
    padding-left: 15% !important;
    font-size: 46px !important ;
    /* font-size: 35px; */
}
.new-sub-title {
    padding-left: 15% !important;
    margin-top: 0% !important;
}
.p-new {
    padding-left: 15% !important;
}
.alianzas #nRES {
    font-size: 24px !important;
}
@media screen and (max-width: 992px) {
    .fuera {
        display: none !important;
    }
    .our-teachers .wrap-item .wrap-imageRL a img {
        width: 100%;
    }
    .guia .wrap-guia p {
        font-weight: 600;
        font-size: 18px;
        font-family: Montserrat;
        color: #000;
        margin-bottom: 40px;
        text-align: left;
        line-height: 35px;

        text-align-last: left;
    }
    .cursos .wrap-title {
        width: 100% !important;
    }
    .alianzas .new-sub-title {
        font-size: 9vw !important ;
        line-height: 65px !important;
    }
    .alianzas #nRES {
        font-size: 5vw !important;
    }
    .alianzas .owl-carousel .owl-item img {
        width: initial;
        display: block;
        margin: auto;
    }
    .new-title {
        padding-left: 0% !important;
        line-height: 0px !important;
        font-size: 9vw !important ;
    }
    .new-sub-title {
        padding-left: 0% !important;
        font-size: 9vw !important;
    }

    .p-new {
        padding-left: 0% !important;
    }
}

.our-teachers .wrap-title {
    width: 36vw;
    margin: auto;
}

.our-teachers .wrap-title .title {
    text-align: left !important;
    color: #3473ba;
    font-weight: 800;
    font-size: 6vw;
    text-align: center;
    margin-bottom: 154px;
}

.our-teachers .wrap-title .title u {
    text-decoration: overline;
    text-decoration-line: overline;
    text-overline-offset: 20px;
}

.our-teachers .wrap-title .sub-title {
    margin-top: 100px;
    text-transform: uppercase;
    color: #3473ba;
    font-size: 20px;
    font-weight: 600;
}

.form-section {
    margin-top: 100px;
    position: relative;
}

.form-section .circle-d {
    display: block;
    margin: auto;
    width: 100%;
}

.form-section .wrap-title .title {
    text-align: left;
    color: #3473ba;
    font-weight: 800;
    font-size: 6.1vw;
}

.form-section .wrap-title .title u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}

.form-section .wrap-title .sub-title {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #3473ba;
    font-size: 20px;
    font-weight: 600;
}

.form-section .wrap-title p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 35px;
}

.form-section .wrap-title .wrap-image-text {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.form-section .wrap-title .wrap-image-text p {
    margin-left: 15px;
    line-height: 25px;
    color: #3473ba;
}

.form-section .wrap-title .wrap-form form {
    width: 82%;
}

.form-section .wrap-title .wrap-form form .input-naam {
    border-bottom: 1px black solid;
}

.form-section .wrap-title .wrap-form form .input-field {
    padding: 0;
}

.form-section .wrap-title .wrap-form form .input-field label {
    color: #000;
    width: 90%;
}

.form-section .wrap-title .wrap-form form .input-field input[type="text"]:focus + label {
    color: #000;
}

.form-section .wrap-title .wrap-form form .input-field input[type="text"]:focus + label {
    color: #3473ba;
    left: 0;
}

.form-section .wrap-title .wrap-form form .input-field input[type="text"]:focus {
    border-bottom: 1px solid #3473ba;
    box-shadow: 0 1px 0 0 #3473ba;
}

.form-section .wrap-title .wrap-form form .datepicker-date-display {
    background-color: #3473ba;
}

.form-section .wrap-title .wrap-form form .datepicker-cancel,
.form-section .wrap-title .wrap-form form .datepicker-clear,
.form-section .wrap-title .wrap-form form .datepicker-today,
.form-section .wrap-title .wrap-form form .datepicker-done {
    color: #3473ba;
}

.form-section .wrap-title .wrap-form form .datepicker-table td.is-today {
    color: #3473ba;
}

.form-section .wrap-title .wrap-form form .datepicker-table td.is-selected {
    background-color: #3473ba;
    color: #fff;
}

.form-section .wrap-title .wrap-form form .wrap-btn {
    display: flex;
    justify-content: flex-end;
}

.form-section .wrap-title .wrap-form form .wrap-btn .btn {
    border: solid 2px #3473ba;
    width: 204px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3473ba;
    font-family: Montserrat;
    font-weight: 600;
}

.video .wrap-title {
    width: 60%;
    display: block;
    margin: auto;
}

.video .wrap-title .title {
    text-align: left;
    color: white;
    font-weight: 800;
    font-size: 6.1vw;
    margin-top: 100px;
}

.video .wrap-title .title u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}

.video .wrap-title .sub-title {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.video .wrap-title p {
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-align: left;
    line-height: 35px;
}

.video-view {
    width: 100%;
    height: 580px;
    margin-top: 120px;
    margin-bottom: 100px;
}
.footer {
    background-color: #24aba4;
}
.footer .logo-footer {
    display: block;
    margin: auto;
    margin-top: 120px;
}

.footer .row-footer {
    margin-top: 100px;
}

.footer .row-footer .first-col a {
    display: block;
    margin-bottom: 10px;
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.footer .row-footer .first-col a:hover {
    color: white;
}

.footer .row-footer .second-col p {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}

.footer .row-footer .second-col a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}

.footer .row-footer .second-col a:hover {
    color: #3473ba;
}

.footer .row-footer .second-col span {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}

.footer .row-footer .title {
    font-weight: 800;
    font-size: 20px;
    color: white;
    margin-bottom: 5px !important;
}

.footer .row-footer .redes {
    margin-top: 36px;
    margin-bottom: 70px;
}

.footer .row-footer .redes .item-redes {
    display: inline-block;
}

.footer .row-footer .redes .item-redes:nth-child(2) {
    margin: 0px 20px;
}

.footer .row-footer .pagos {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    width: 172px;
}

.footer .row-footer .pagos td {
    padding: 0 5px;
    border: none;
}

.footer .end {
    background-color: #24aba4;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.footer .end span {
    color: white;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.nosotros .section-title .wrap-title-section h1 {
    font-size: 10vw !important;
}

.guia-purple {
    background-color: #3473ba;
}

.guia-purple .img-center {
    margin-bottom: 50px;
}

.guia-purple .wrap-guia p {
    color: white;
    text-align: justify !important;
    text-align-last: center;
}

.guia-purple .wrap-guia h2 {
    color: white;
    font-size: 2.9vw;
    font-weight: 600;
}

.servicios .section-title .wrap-title-section h1 {
    font-size: 10vw !important;
}

#servicios-item .wrap-title .sub-title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.titlte-purple {
    font-weight: 600;
    font-size: 30px !important;
    color: #3473ba !important;
}

.titlte-purple-small {
    color: #3473ba !important;
    text-align: left !important;
    font-size: 22px !important;
    margin-bottom: 0% !important;
}

.list-serice {
    list-style: none;
    margin-left: 30px;
}

.list-serice li {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    text-align: left;
    line-height: 35px;
    text-align: justify !important;
}

.list-serice #first-chil {
    margin-bottom: 30px;
}

.list-serice li::before {
    content: "•";
    color: #3473ba;
    font-weight: bold;
    display: inline-block;
    width: 10em;
    margin-left: -1em;
    display: inline;
    font-size: 30px;
    margin-right: 20px;
}

.guia-purple-services {
    padding: 80px 0px;
    background-color: #3473ba;
}

.guia-purple-services .title-riruales {
    margin: 0%;
    padding: 0%;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 80px;
}

.guia-purple-services p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: white;
    text-align: center;
    line-height: 35px;
    text-align: justify !important;
    text-align-last: center;
}

.hr-purple {
    background-color: #3473ba;
    border: none;
    border-bottom: 1px solid #3473ba;
}

.ceremonias .wrap-item .item .title-item {
    color: #3473ba !important;
    font-size: 22px !important;
    margin-bottom: 0% !important;
    font-weight: 700;
    text-align: center;
}

.ceremonias .wrap-item .item .p-item {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    text-align: center !important;
    line-height: 35px;
}

.ceremonias .wrap-item .item .p-item a {
    color: black;
}

.ceremonias p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: black;
    text-align: center;
    line-height: 35px;
    text-align: justify !important;
    text-align-last: center;
}

.ceremonias p a {
    color: black;
}

.meditacion .section-title .wrap-title-section {
    width: 50%;
    text-align: left;
    display: block;
    margin: auto;
}

.meditacion .section-title .wrap-title-section h1 {
    font-size: 10vw !important;
    text-align: left;
}

.meditacion .section-title .wrap-title-section h1 u {
    text-decoration: overline;
    text-decoration-line: overline;
    text-overline-offset: 20px;
}

.meditacion .section-title .wrap-title-section h6 {
    text-align: left;
}

.purple-text {
    font-family: 600;
    font-size: 35px;
    color: #3473ba;
    text-align: center;
}

.hr-border {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #3473ba !important;
}

.mini-container {
    width: 70%;
    margin: auto;
}

.guia-purple-small .mantra-class {
    font-weight: 700;
    font-size: 24px;
    color: white;
    text-align: center;
}

.guia-purple-small p {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.vaos-home {
    background-image: url("https://telcomvaos.com.mx/imgs/slider.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 788px;
}
@media screen and (max-width: 992px) {
    .vaos-home {
        background-image: url("https://telcomvaos.com.mx/imgs/slider-responsivo-vaos.jpg") !important;
        background-position: center top;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .vaos-home {
        background-image: url("https://telcomvaos.com.mx/imgs/slider-responsivo2-vaos.jpg") !important;
        background-position: center top;
        background-size: 100%;
        height: 600px;
    }
    .alianzas .new-sub-title {
        font-size: 9vw !important ;
        line-height: 45px !important;
    }
}
.maestros .section-title .wrap-title-section h1 {
    font-size: 10vw !important;
    text-align: left;
}

.maestros .section-title .wrap-title-section h1 u {
    text-decoration: overline;
    text-decoration-line: overline;
    text-overline-offset: 20px;
}

.maestros .section-title .wrap-title-section h6 {
    text-align: left;
}

.collapsible {
    border: none !important;
    box-shadow: none !important;
}

.collapsible .collapsible-header {
    border-bottom: 1px solid #3473ba !important;
}

.collapsible-body p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: black;
    text-align: left;
    line-height: 35px;
    text-align: justify !important;
}

.acor-teacher .collapsible-header {
    align-items: center;
    justify-content: space-between;
}

.acor-teacher .collapsible-header .info-teacher {
    display: flex;
    width: 60%;
}

.acor-teacher .collapsible-header .info-teacher .wrap-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
}

.acor-teacher .collapsible-header .info-teacher span {
    display: block;
}

.acor-teacher .collapsible-header .info-teacher .name {
    font-size: 24px;
    color: #3473ba;
}

.acor-teacher .collapsible-header .info-teacher .pretext {
    font-size: 18px;
    color: #000;
}

.aviso {
    background-image: url("https://www.centronaam.org/imgs/aviso/slider-aviso-privacidad.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 688px;
}

.aviso .section-title .wrap-title-section h1 {
    font-size: 10vw !important;
    text-align: left;
}

.aviso .section-title .wrap-title-section h1 u {
    text-decoration: overline;
    text-decoration-line: overline;
    text-overline-offset: 20px;
}

.aviso .section-title .wrap-title-section h6 {
    text-align: left;
}

.cont-aviso .title-aviso {
    color: #3473ba;
    text-align: center;
    font-weight: 700;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cont-aviso p {
    font-weight: 600;
    font-size: 18px;
    font-family: Montserrat;
    color: black;
    line-height: 35px;
    text-align: justify !important;
}

.cont-aviso p strong {
    font-weight: 800;
}

.contacto .wrap-form form {
    width: 82%;
}

.contacto .wrap-form form .input-naam {
    border-bottom: 1px black solid;
}

.contacto .wrap-form form .input-field {
    padding: 0;
    position: relative !important;
}

.contacto .wrap-form form .input-field label {
    color: #000;
    width: 90%;
}

.contacto .wrap-form form .input-field input[type="text"]:focus + label {
    color: #000;
}

.contacto .wrap-form form .input-field input[type="text"]:focus + label {
    color: #3473ba;
    left: 0;
}

.contacto .wrap-form form .input-field textarea:focus + label {
    color: #000;
}

.contacto .wrap-form form .input-field textarea:focus + label {
    color: #3473ba;
    left: 0;
}

.contacto .wrap-form form .input-field textarea:focus {
    border-bottom: 1px solid #3473ba;
    box-shadow: 0 1px 0 0 #3473ba;
}

.contacto .wrap-form form .input-field input[type="text"]:focus {
    border-bottom: 1px solid #3473ba;
    box-shadow: 0 1px 0 0 #3473ba;
}

.contacto .wrap-form form .datepicker-date-display {
    background-color: #3473ba;
}

.contacto .wrap-form form .datepicker-cancel,
.contacto .wrap-form form .datepicker-clear,
.contacto .wrap-form form .datepicker-today,
.contacto .wrap-form form .datepicker-done {
    color: #3473ba;
}

.contacto .wrap-form form .datepicker-table td.is-today {
    color: #3473ba;
}

.contacto .wrap-form form .datepicker-table td.is-selected {
    background-color: #3473ba;
    color: #fff;
}

.contacto .wrap-form form .wrap-btn {
    display: flex;
    justify-content: flex-end;
}

.contacto .wrap-form form .wrap-btn .btn {
    border: solid 2px #3473ba;
    width: 204px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3473ba;
    font-family: Montserrat;
    font-weight: 600;
}

.contacto .wrap-image-text {
    margin-bottom: 50px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacto .wrap-image-text p {
    margin-left: 15px;
    line-height: 25px;
    color: #8c287c;
}

.contacto-map {
    background-color: #f2f2f2;
}

.contacto-map .wrap-reel {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .contacto-map .wrap-reel {
        display: block;
        margin-top: 50px;
    }
}

.contacto-map .wrap-reel .contact {
    width: 60%;
    margin: auto;
}

.contacto-map .wrap-reel .contact .item .contac2 {
    font-size: 50px;
    color: #3473ba;
    margin-top: -4px;
}

.contacto-map .wrap-reel .contact .item h2 {
    font-weight: 800;
    font-size: 20px;
    color: #3473ba;
    margin: 0px;
}

.contacto-map .wrap-reel .contact .item p {
    font-weight: 600;
    font-size: 16px;
    font-family: Montserrat;
    color: #000;
}

.contacto-map .wrap-reel .contact .item p a {
    color: #000;
}

.contacto-map .wrap-reel .title-map {
    background-color: #3473ba;
}

.contacto-map .wrap-reel .title-map h2 {
    margin: 0px !important;
    color: white;
    font-weight: 600;
    font-size: 32px;
    margin: auto;
    padding: 40px 0px;
    text-align: center;
}

@media only screen and (min-width: 1201px) {
    .container-naam {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .container-naam {
        width: 100%;
    }
    .section-title .wrap-title-section h1 {
        font-size: 15vw !important;
    }
}

@media only screen and (min-width: 601px) {
    .section-title .wrap-title-section h1 {
        font-size: 15vw !important;
    }
}

@media (max-width: 1620px) {
    .centro-naam-online .carousel-products .card .wrap-stars span {
        font-size: 0.8vw;
    }
    .centro-naam-online .carousel-products .card .wrap-stars .estrellas {
        width: 100px;
    }
}

@media (max-width: 993px) {
    .section-title .wrap-title-section h1 {
        font-size: 15vw !important;
    }
    .section-bienvenido .wrap-reel .reel-back .item {
        padding: 10px 20px;
    }
    .section-bienvenido .owl-dots {
        width: 100%;
        bottom: 62%;
        left: 0;
    }
    .section-bienvenido .wrap-reel .reel-back .item .title {
        font-size: 5vw;
    }
    .salto-fuera {
        display: none !important;
    }
    .centro-naam-online .wrap-btn-block .btn,
    .cursos .wrap-btn-block .btn,
    .form-section .wrap-title .wrap-form form .wrap-btn .btn {
        width: 75%;
        justify-content: center !important;
    }
    .centro-naam-online .wrap-btn-block,
    .cursos .wrap-btn-block,
    .form-section .wrap-title .wrap-form form .wrap-btn {
        justify-content: center !important;
    }
    .centro-naam-online .title-child {
        font-size: 4.5vw;
    }
    .centro-naam-online .text {
        font-size: 3vw;
        margin-bottom: 50px;
    }
    .centro-naam-online .wrap-info-package {
        flex-direction: column;
    }
    .cursos .text {
        font-size: 5vw;
        margin-bottom: 50px;
    }
    .cursos .sub-title {
        margin-bottom: 50px;
    }
    .modal-whats {
        width: 90%;
    }
    .form-section .wrap-title .wrap-form form {
        width: 100%;
        padding: 20px;
    }
    .video .wrap-title {
        width: 95%;
    }
    .video-view {
        margin-top: 50px;
        height: 380px;
    }
    .meditacion-nam .wrap-carousel-meditacion .item .title {
        font-size: 24px;
    }
    .our-teachers .wrap-item .wrap-imageRL a {
        padding: 2rem;
        margin-top: 3rem;
    }
}

@media (max-width: 601px) {
    .container-naam {
        width: 100%;
    }
    .centro-naam-online .wrap-btn-block .btn,
    .cursos .wrap-btn-block .btn,
    .form-section .wrap-title .wrap-form form .wrap-btn .btn {
        width: 90%;
    }
    .centro-naam-online .sub-title {
        margin-bottom: 50px;
    }
    .logo-footer {
        width: 100%;
        display: block;
        margin: auto;
        padding: 0 20px;
    }
    .guia-purple .wrap-guia h2 {
        font-size: 6.9vw;
    }
}

#myVideo {
    position: absolute;
    width: 100%;
}

#myVideo-2 {
    display: none !important;
}

@media screen and (max-width: 992px) {
    #myVideo-2 {
        display: block !important;
        position: absolute;
        width: 100%;
    }
    #myVideo {
        display: none !important;
    }
    .guia {
        /* margin-top: 17rem !important; */
    }
    .acor-teacher .collapsible-header img {
        width: 60px;
        height: 60px;
    }
    .acor-teacher .collapsible-header .info-teacher .pretext {
        font-size: 12px;
    }
    .acor-teacher .collapsible-header .info-teacher .name {
        font-size: 14px;
    }
    .acor-teacher .collapsible-header .info-teacher .wrap-info {
        margin-left: 15px !important;
    }
    .guia .wrap-guia {
        /* padding-top: 10px !important; */
    }
    .ver-mas-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .acor-teacher .collapsible-header {
        align-items: flex-start;
    }
    .our-teachers .wrap-title {
        width: 70%;
    }
    .our-teachers .wrap-title .sub-title {
        font-size: 18px;
    }
    .our-teachers .wrap-title .title {
        font-size: 10vw;
        margin-bottom: 80px;
    }
    .cursos .wrap-title {
        width: 90%;
    }
    .cursos .wrap-title .title {
        text-align: initial !important;
    }
    .our-teachers .wrap-item .dataR h2 {
        font-size: 20px;
    }
    .centro-naam-online .title-child {
        font-size: 6vw;
    }
    .centro-naam-online .text {
        font-size: 5vw;
    }
}

form .wrap-btn {
    display: flex;
    justify-content: flex-end;
}

.circle-clipper {
    border-color: #3473ba !important;
}

.response {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*# sourceMappingURL=app.css.map */

.video {
    background-image: url("https://www.centronaam.org/imgs/home/back-video.webp") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.red {
    color: red;
    border: solid red;
    background-color: red;
}
.dropdown-content {
    top: 317rem !important;
    height: 40rem !important;
}
.divider {
    height: 1px;
    overflow: hidden;
    background-color: color("grey", "lighten-2");
    width: 20%;
}
.divider-productos {
    height: 1px;
    overflow: hidden;
    background-color: #3373ba;
    width: 100%;
}

.ventajas-com {
    font-weight: 600;
    font-size: 36px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
#ventajas-competitivas {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.ventajas-competitivas-wrap .item img {
    width: initial;
    display: block;
    margin: auto;
}
.alianzas {
    background-color: white !important;
}
.alianzas .wrap-title .title {
    color: #1f3e7f !important;
}
.alianzas .text {
    color: #000;
}
.carousel-alianzas .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-alianzas .card1 {
    margin: 0 1rem !important;
}
.carousel-alianzas .owl-nav {
    display: block !important;
}
.alianzas .owl-carousel .owl-nav button.owl-prev,
.alianzas .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    padding: 10px !important;
    top: 25%;
    line-height: 1;
    outline: none;
}
.alianzas .owl-carousel .owl-nav .owl-prev {
    left: -52px;
}
.alianzas .owl-carousel .owl-nav .owl-next {
    right: -44px;
}
#ventajas-competitivas .owl-carousel .owl-nav button.owl-prev,
#ventajas-competitivas .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    padding: 10px !important;
    top: 25%;
    line-height: 1;
    outline: none;
}
#ventajas-competitivas .owl-carousel .owl-nav .owl-prev {
    left: -52px;
}
#ventajas-competitivas .owl-carousel .owl-nav .owl-next {
    right: -44px;
}
.ventajas-com-p-2 {
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    line-height: 12px;
    text-align-last: center;
    text-transform: uppercase;
}
@media screen and (max-width: 992px) {
    .alianzas .owl-carousel .owl-nav button.owl-prev,
    .alianzas .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        padding: 10px !important;
        top: 25%;
        line-height: 1;
        outline: none;
    }
    .alianzas .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .alianzas .owl-carousel .owl-nav .owl-next {
        right: -14px;
    }
    #ventajas-competitivas .owl-carousel .owl-nav button.owl-prev,
    #ventajas-competitivas .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        padding: 10px !important;
        top: 25%;
        line-height: 1;
        outline: none;
    }
    #ventajas-competitivas .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    #ventajas-competitivas .owl-carousel .owl-nav .owl-next {
        right: -14px;
    }
}
.input-vaos {
    border: solid 2px white !important;
    margin-bottom: 2rem;
    color: white;
    font-weight: 700;
}
.input-vaos::placeholder {
    color: white;
    font-weight: 700;
    padding-left: 10px !important;
}
.input-vaos div {
    padding-left: 10px;
}
.formVaos .wrap-btn-block {
    display: flex;
    justify-content: end;
}
.formVaos .wrap-btn-block .btn {
    width: 220px;
    background-color: transparent;
    border: solid 2px white;
    height: auto;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cam-button {
    margin-top: 3rem !important;
    width: 220px;
    background-color: transparent;
    border: solid 2px #3473b9;
    height: auto;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3473b9 !important;
    font-weight: 700;
}
.cam-button:hover {
    background-color: #3373ba;
    color: white !important;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#productos .wrap-title .title u {
    text-decoration: overline;
    text-decoration-line: overline;
}
.telefonos .wrap-title .title u {
    text-decoration: overline;
    text-decoration-line: overline;
}
.alianzas .wrap-title .title u {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 20px;
}
@media (max-width: 601px) {
    #productos .wrap-title .title u {
        text-decoration: overline 10px solid;
        text-decoration-line: overline 10px solid;
        text-underline-offset: 10px;
    }
    .telefonos .wrap-title .title u {
        text-decoration: overline 10px solid;
        text-decoration-line: overline 10px solid;
        text-underline-offset: 10px;
    }
    .alianzas .wrap-title .title u {
        text-decoration: underline solid 10px;
        text-decoration-line: underline;
        text-underline-offset: 10px;
    }
}
/* label focus color */
.input-field input[type="text"]:focus + label {
    color: #1f3e7f !important ;
}
/* label underline focus color */
.input-field input[type="text"]:focus {
    border-bottom: 1px solid #1f3e7f !important ;
    box-shadow: 0 1px 0 0 #1f3e7f !important;
}
.modal.bottom-sheet {
    max-height: 75% !important;
}
.btn-contact {
    background-color: transparent !important;
    color: #1f3e7f !important;
    border: solid 2px #1f3e7f !important;
}
.info-ubicacion-contact {
    padding: 2rem;
}

.text-modal {
    font-weight: 400;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
    margin-bottom: 40px;
    text-align: left;
    line-height: 35px;
}
.form-wrap {
}
.info-ubicacion-contact {
    padding-left: 2rem !important;
}
@media screen and (max-width: 992px) {
    .form-wrap {
        padding-right: 0rem !important;
    }
    .info-ubicacion-contact {
        
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .info-ubicacion-contact img {
        display: block;
        margin: auto;
    }
    .info-ubicacion-contact .text-modal {
        text-align: left !important;
    }

    .btn-contact {
        float: left;
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }
}
.wrap-contact {
    display: flex;
}
.wrap-contact .second {
    display: flex;
    flex: 1;
    background-color: #1f3e7f;
    flex-direction: column;
}
.wrap-contact .first {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding: 2rem;
}
.wrap-contact .first .form-wrap {
    width: initial;
}
.wrap-contact .second .info-ubicacion-contact {
    width: 640px;
}
.info-ubicacion-contact strong {
    color: white;
}
.info-ubicacion-contact p {
    color: white;
}
.info-ubicacion-contact a {
    color: white;
}
@media screen and (max-width: 1342px) {
    .wrap-contact .first .form-wrap {
        width: initial;
    }
    .wrap-contact .second .info-ubicacion-contact {
        width: initial;
    }
}
@media screen and (max-width: 992px) {
    .wrap-contact {
        flex-direction: column;
    }
    .wrap-contact .first {
        display: block;
    }
}