* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
    color: initial;
}

.ahover:hover {
    color: #1F339B;
}

p,
h2,
h3,
h4,
h5,
h1,
h6 {
    margin: 0px;
}

body {
    margin: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    color: #232425;
}

.cm-fm-inter {
    font-family: 'Inter', sans-serif;
}

.pointer {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.cm-fs-italic {
    font-style: italic;
}

.cm-ln-24 {
    line-height: 24px;
}


/* FONTS */

.cm-fz-12 {
    font-size: 12px;
}

.cm-fz-13 {
    font-size: 13px;
}

.cm-fz-14 {
    font-size: 14px;
}

.cm-fz-16 {
    font-size: 16px;
}

.cm-fz-18 {
    font-size: 18px;
}

.cm-fz-19 {
    font-size: 19px;
}

.cm-fz-20 {
    font-size: 20px;
}

.cm-fz-24 {
    font-size: 24px;
}

.cm-fz-25 {
    font-size: 25px;
}

.cm-fz-27 {
    font-size: 27px;
}

.cm-fz-28 {
    font-size: 28px;
}

.cm-fz-30 {
    font-size: 30px;
}

.cm-fz-35 {
    font-size: 35px;
}

.cm-fz-40 {
    font-size: 40px;
}

.cm-fz-48 {
    font-size: 48px;
}

.cm-fz-50 {
    font-size: 50px;
}

.cm-fz-70 {
    font-size: 70px;
}

.cm-fz-80 {
    font-size: 80px;
}

.cm-w400 {
    font-weight: 400;
}

.cm-w500 {
    font-weight: 500;
}

.cm-w600 {
    font-weight: 600;
}

.cm-w700 {
    font-weight: 700;
}


/* FONTS */


/* BUTTON */

.cm-btn-fill {
    width: auto;
    height: 32px;
    /* cambiar */
    border: none;
    background: #1F339B;
    border-radius: 6px;
    padding: 4px 13px;
    color: #FFFFFF;
}

.btn-fill-gray {
    background-color: #F2F2F2;
    color: #000000;
}


/* BUTTON */


/* MARGINS */

.cm-mt-10 {
    margin-top: 10px;
}

.cm-mt-16 {
    margin-top: 16px;
}

.cm-mt-17 {
    margin-top: 17px;
}

.cm-mt-20 {
    margin-top: 20px !important;
}

.cm-mt-25 {
    margin-top: 25px !important;
}

.cm-mt-32 {
    margin-top: 32px !important;
}

.cm-mt-40 {
    margin-top: 40px;
}

.cm-mt-45 {
    margin-top: 45px !important;
}

.cm-mt-48 {
    margin-top: 48px;
}

.cm-mt-57 {
    margin-top: 57px;
}

.cm-mt-60 {
    margin-top: 60px;
}

.cm-mt-66 {
    margin-top: 66px;
}

.cm-mt-80 {
    margin-top: 80px !important;
}

.cm-mt-140 {
    margin-top: 140px !important;
}

.cm-ml-59 {
    margin-left: 59px;
}

.cm-mb-4 {
    margin-bottom: 4px !important;
}

.cm-mb-6 {
    margin-bottom: 6px !important;
}

.cm-mb-8 {
    margin-bottom: 8px !important;
}

.cm-mb-12 {
    margin-bottom: 12px !important;
}

.cm-mb-14 {
    margin-bottom: 14px !important;
}

.cm-mb-18 {
    margin-bottom: 18px !important;
}

.cm-mb-20 {
    margin-bottom: 20px !important;
}

.cm-mb-24 {
    margin-bottom: 24px !important;
}

.cm-mb-30 {
    margin-bottom: 30px;
}

.cm-mb-40 {
    margin-bottom: 40px;
}

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

.cm-mb-80 {
    margin-bottom: 80px !important;
}

.cm-mb-107 {
    margin-bottom: 107px !important;
}

.cm-mb-127 {
    margin-bottom: 127px !important;
}

.cm-mr-10 {
    margin-right: 10px;
}

.cm-mr-20 {
    margin-right: 20px;
}

.cm-w32 {
    width: 32%;
}

.cm-w49 {
    width: 49%;
}

.cm-w100 {
    width: 100%;
}


/* MARGINS */

.cm-pdt-128 {
    padding-top: 128px;
}

.cm-pdb-91 {
    padding-bottom: 91px;
}

.cm-pdb-127 {
    padding-bottom: 127px;
}

.cm-under-decore {
    text-decoration: underline;
}

.cm-cl-white {
    color: #FFFFFF;
}

.cm-cl-blue {
    color: #1F339B;
}

.cm-cl-blue-2 {
    color: #2773CE;
}

.cm-cl-grey {
    color: #8E97AC;
}

.cm-cl-grey-2 {
    color: #999999;
}

.cm-cl-black-1 {
    color: #0D1111;
}

.cm-cl-yellow {
    color: #F6D24F;
}

.cm-bg-grey {
    background-color: #F2F2F2;
}

.cm-bg-yellow {
    background-color: #F6D24F;
}

.cm-bg-blue-trans {
    background-color: #EFF5FC;
}

.cm-txt-center {
    text-align: center;
}

.cm-line-h-24 {
    line-height: 24px;
}

.cm-flex {
    display: flex;
}

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

.cm-justify-center {
    justify-content: center;
}

.cm-flex-space-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-flex-space-ev {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cm-flex-aend {
    align-items: flex-end;
}

.cm-flex-astart {
    align-items: flex-start;
}

.cm-flex-acenter {
    align-items: center;
}

.cm-wrap {
    flex-wrap: wrap;
}

.cm-column {
    flex-direction: column;
}

.cm-container-rule {
    width: calc(100% - 160px);
    max-width: 1366px;
    margin: auto;
}

.cm-header {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    width: calc(100% - 60px);
    margin: 0px auto;
    max-width: 1366px;
    opacity: 1;
    align-items: center;
    height: 70px;
    /* Cambiar */
}

.cm-header-left {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cm-header-left img {
    margin-right: 20px;
}

.cm-header-rigth {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.cm-ul-header {
    /* width: 40%; */
    list-style-type: none;
    padding: 0em !important;
    margin: 0px !important;
    display: flex;
    justify-content: space-between;
}

.cm-ul-header a {
    text-decoration: none;
}

.cm-ul-header li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
    padding: 1em 0px;
    font-size: 16px;
}

.owl-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14px;
    width: 100%;
}

.owl-main-carousel {
    height: 300px;
}

.owl-main-carousel .item img {
    height: 300px;
    object-fit: cover;
}

.owl-main-carousel-second {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
}

.owl-main-carousel-second .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.owl-main-carousel-second .owl-dots {
    top: 100px;
    right: 0px;
    bottom: unset;
    width: 30%;
    flex-direction: column;
}

.owl-main-carousel-second .active span {
    background-color: #F6D24F !important;
}

.owl-main-carousel .owl-nav button.owl-next {
    color: white;
}

.owl-main-carousel .owl-nav button.owl-prev {
    color: white;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: white;
}

.active span {
    background-color: #0d3795 !important;
}

.owl-main-carousel-mob {
    height: calc(100vh - 129px);
}

.owl-main-carousel-mob .item img {
    height: calc(100vh - 129px);
    object-fit: cover;
}

.owl-products-carousel {
    height: auto;
}

.owl-products-carousel .item img {
    height: auto;
    object-fit: cover;
}

.owl-products-carousel .owl-stage-outer {
    background: white !important;
    box-shadow: none;
    padding: 10px 4px;
}

.owl-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 5%;
    display: block !important;
}

.owl-next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    right: 5%;
    display: block !important;
}

.owl-prev span,
.owl-next span {
    font-size: 30px;
    line-height: 0.4;
}

.preview-carouse {
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #F6D24F !important;
    border-radius: 5px;
    width: 30px;
    height: 30px;
}

.owl-theme .owl-prev span,
.owl-next span {
    font-size: 30px;
}

.owl-theme .owl-nav [class*=owl-] span {
    color: #000000;
    line-height: 0.6;
}

footer {
    background-color: #1F339B;
    color: #FFFFFF;
}

.cm-main-footer {
    width: calc(100% - 160px);
    padding: 48px 0px 60px;
    margin: auto;
}

.cm-main-footer img {
    width: 138px;
    height: auto;
}

.cm-footer-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cm-footer-contacto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-footer-contacto input {
    height: 44px;
    /* cambiar */
    color: #F2F2F2;
    background: #E6E6E633;
    border: 0px;
    width: 500px;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
}

.cm-footer-contacto input::placeholder {
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
}

.cm-w226 {
    width: 226px;
}

.cm-footer-text-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cm-footer-text-right p {
    margin: 10px 0px;
    font-size: 16px;
}

.cm-footer-redes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cm-footer-redes img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.cm-documents-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cm-documents-w32 {
    width: 32%;
}

.cm-documents-w49 {
    width: 49%;
}

.cm-element-document {
    border: 1px solid;
    height: 150px;
    border-radius: 6px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25399E;
    color: white;
}

.cm-item-aboutus-carousel {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1366px !important;
    margin: auto;
}

.cm-item-aboutus-carousel .owl-item {
    max-width: 1366px !important;
}

.cm-item-about {
    width: 48%;
    padding-bottom: 50px;
    line-height: 1.3;
}

.cm-item-about-l {
    padding-right: 5%;
}

.cm-item-about-r {
    padding-left: 5%;
}

.cm-item-about img {
    width: 150px !important;
    margin-bottom: 20px;
}

.owl-aboutuscarousel {
    max-width: 1366px;
    margin: 0px auto;
}

.cm-about-section {
    height: 810px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cm-bg-polygon-ab {
    /* background-color: #F2F2F2; */
    background-image: url(../src/aboutc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.owl-aboutuscarousel .owl-dots {
    bottom: 0px;
}

.owl-aboutuscarousel .owl-dots .owl-dot span {
    background-color: #E6E6E6;
}

.owl-aboutuscarousel .owl-nav [class*=owl-] {
    background-color: #1F339B !important;
    color: #FFFFFF !important;
}

.owl-aboutuscarousel.owl-theme .owl-nav [class*=owl-] span {
    color: #FFFFFF;
}

.owl-aboutuscarousel .owl-prev span,
.owl-next span {
    font-size: 30px !important;
    width: 30px;
}

.cm-main-planes {
    background-color: #2773CE;
    padding: 110px 0px 126px;
    position: relative;
}

.cm-main-section {
    background-color: #2773CE;
    padding: 128px 0px 35px;
    position: relative;
}

.cm-main-section-plans {
    background-color: #2773CE;
    padding: 128px 0px;
    position: relative;
}

.cm-main-contract {
    padding: 70px 0px;
    position: relative;
}

.cm-main-brand-register {
    padding: 70px 0px 202px;
    position: relative;
}

.cm-item-planes {
    width: 32%;
    max-width: 500px;
    padding: 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 600px;
    height: auto;
    position: relative;
}

.cm-item-planes h5 {
    text-align: center;
}

.cm-item-planes-header {
    width: 100%;
    padding: 20px;
    background-color: #F6D24F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 5px 5px 0px 0px;
}

.cm-item-planes-body {
    padding: 0px 20px;
}

.cm-ul-planes li {
    margin: 6px 0px;
    font-size: 16px;
    line-height: 24px;
}

.cm-item-planes-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 30px;
    right: 35px;
}

.cm-element-newsletter {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    min-height: 340px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cm-element-newsletter:hover {
    box-shadow: 0px 0px 12px 0px #0000004f;
}

.cm-element-newsletter img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.cm-element-newsletter h5 {
    font-size: 20px;
    margin-top: 20px;
}

.cm-element-newsletter p {
    font-size: 16px;
    padding: 10px 20px 20px;
    line-height: 1.3;
}

.cm-section-bg-gray {
    background-color: #F2F2F2;
    padding: 90px 0px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.cm-title-us {
    margin: 0px 0px 30px 0px;
    font-style: italic;
}

.cm-backgray {
    width: 100%;
    height: 300px;
    background-color: #F2F2F2;
    /* position: absolute; */
    top: 0px;
    z-index: 0;
}

.cm-backblue {
    width: 100%;
    height: 300px;
    background-color: #2773CE;
    /* position: absolute; */
    top: 600px;
    z-index: 0;
}

.cm-ps-absolute {
    position: relative;
}

.back-bottom-tri {
    background-image: url(../src/aboutc-top.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    bottom: -5px;
}

.back-top-tri {
    background-image: url(../src/aboutc-bot.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: cover;
}

.back-top-tri2 {
    background-image: url(../src/aboutc-bot.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    bottom: -109px;
    right: 0px;
    background-size: cover;
    z-index: 2;
}

.news-top-tri {
    background-image: url(../src/top-blue-section.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.news-bottom-rig-tri {
    background-image: url(src/top-blue-section.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.footer-top-tri {
    background-image: url(../src/footer-top.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 109px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: cover;
}

.cm-btn-contact {
    height: 44px;
    font-size: 16px;
    font-weight: 700;
}

.servicios-menu {
    display: none !important;
    position: absolute;
    top: 44px;
    z-index: 2;
    background: #FFFFFF;
    width: 172px;
    left: 0px;
    display: flex;
    box-shadow: 0px 5px 12px rgba(31, 51, 155, 0.08);
    border-radius: 5px;
    padding: 4px 0px;
}

.menu-servicios {
    position: relative;
}

.menu-servicios:hover div {
    display: flex !important;
}

.servicios-menu ul {
    padding: 0px;
}

.servicios-menu ul li {
    justify-content: flex-start;
    padding: 8px 0px;
    cursor: pointer;
}

.servicios-menu ul li:hover {
    color: #2773CE !important;
}

.cm-contract-card {
    width: 324px;
    height: 208px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 21px;
}

.cm-contract-card:hover {
    background: linear-gradient(0deg, rgba(31, 51, 155, 0.6), rgba(31, 51, 155, 0.6));
    box-shadow: 5px 5px 20px rgba(31, 51, 155, 0.1);
}

.cm-contract-card span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.cm-contract-card:hover span {
    display: none;
}

.cm-contract-card:hover .cm-contract-card-extra-info {
    display: flex;
}

.cm-contract-card-extra-info {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cm-contract-card-extra-info p {
    line-height: 24px;
}

.cm-contract-findmentor {
    padding-top: 20px;
    border-top: 1px solid #0D1111;
}

.cm-mark-register img {
    width: 327px;
    height: 210px;
    margin-right: 20px;
}

.cm-mark-register p {
    line-height: 24px;
}

.bg-y1 {
    background-color: #FBEBB1;
}

.bg-y2 {
    background-color: #F8DF81;
}

.bg-y3 {
    background-color: #F6D24F;
}

.bg-g1 {
    background-color: #F2F2F2;
}

.bg-b1 {
    background-color: #CCDFF5;
}

.bg-g2 {
    background-color: #999999;
}

.bg-b2 {
    background-color: #2773CE;
}

.table-comp-planes th,
td {
    padding: 16px 0px;
}

.table-center {
    text-align: center;
}

.bg-y4 {
    background-color: #F4C620;
}

.bd-bot-1 {
    border-bottom: 1px solid #999999;
}

.txt-end {
    text-align: end;
}

.cm-catego {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin-right: 8px;
    min-width: 97px;
    text-align: center;
    cursor: pointer;
}

.cm-catego:hover {
    background-color: #1F339B;
}

.cm-active-catego {
    background-color: #1F339B;
}

.video-image {
    width: 55%;
    border-radius: 5px;
}

.cm-max-width-326 {
    max-width: 326px;
}

.cm-form-register {
    max-width: 845px;
}

.cm-form-register input {
    height: 40px;
    /* cambiar */
    color: #0D1111;
    background: #F2F2F2;
    border: 0px;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
}

.cm-form-register input[type="checkbox"] {
    height: 16px;
    /* cambiar */
    color: #0D1111;
    background: #F2F2F2;
    border: 0px;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
}

.cm-form-register input::placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.selectForm {
    height: 40px;
    border: 0px;
    background: #F2F2F2;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0px 10px;
}

.modal {
    max-width: 670px !important;
}

.modal-avisos {
    display: none;
    padding: 46px 32px 32px !important;
}

.cm-modal-content {
    width: 100%;
    height: 310px;
    overflow-y: scroll;
}

.modal-avisos button {
    width: 152px !important;
}

.cm-firmas-cont {
    width: 33%;
}

.cm-escritorio-cont {
    width: 48%;
}


.cm-images-banner{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1364px;
    width: 100%;
    height: auto;
    margin: auto
}


.cm-images-banner img{
    width: 100%;
    height: auto;
}