@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background-color: #eee;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(135, 12, 100);
    border-color: rgb(135, 12, 100);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 60, 169, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.container {
    max-width: 1250px;
    width: 95%;
}

.bg-degrade {
    background-color: #870c64;
    background: -moz-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 56, 55, 1)), color-stop(100%, rgba(173, 44, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 56, 55, 1) 0%, rgba(173, 44, 44, 1) 100%);
}

.text-red {
    color: #870c64;
}

.bg-red {
    background-color: #870c64;
}

.btn-red {
    border-color: #870c64;
    background-color: #870c64;
    color: #ffffff !important;
}

.btn-red:hover {
    border-color: #870c64;
    background-color: #ce3938;
    color: #ffffff !important;
}

.btn-outline-red {
    border-color: #870c64;
    background-color: #ffffff;
    color: #870c64 !important;
}

.btn-outline-red:hover {
    border-color: #870c64;
    background-color: #870c64;
    color: #ffffff !important;
}

.btn {
    border-radius: 30px;
    padding: .75rem 1rem;
}

header {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background-color: #fff;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: .65rem 1rem;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

header {
    padding: 0 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header .btn {
    font-size: 13px;
}

header .form-control {
    border-radius: 30px;
}

header #header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
}

main {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 15%);
}

#header-movil .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: #870c64;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #870c64;
    border-radius: 0;
}

.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0 0 0);
}

button:focus {
    outline: 0;
}

#header-top {
    background: #870c64;
}

#header-top .list-group-horizontal {
    padding: 10px 0;
}

#header-top .container {
    display: flex;
    justify-content: space-between;
    ;
    align-items: center;
    max-width: 90%;
}

#header-top .list-group-item {
    padding: 0;
    background-color: #870c64;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 5px;
}

#header-top .list-group-item a {
    padding: 5px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

#header-top .list-group-item a:hover,
#header-top .list-group-item a.active {
    background: #fff;
    color: #870c64;
}

#header-top .list-group-horizontal.list-contact .list-group-item {
    border: 0;
}

#header-top .list-group-horizontal.list-contact .list-group-item a {
    padding: 0;
}

#header-top .list-group-horizontal.list-contact .list-group-item a:hover {
    background: none;
}

#header-bottom {
    padding: 10px 0;
    overflow: hidden;
}

.carousel-caption.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    text-align: left;
    width: 80%;
}

#portada span.subtext {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    text-shadow: 2px 4px 2px rgb(0 0 0 / 60%);
}

#portada span.subtext:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    height: 5px;
    width: 45px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#portada span.subtext:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    height: 5px;
    width: 45px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#portada h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 4px 3px rgb(0 0 0);
}

.padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.padding-top {
    padding-top: 70px;
}

.head {
    padding-bottom: 20px;
}

.head h2 {
    font-weight: bold;
    max-width: 50%;
    margin: 0 auto 25px;
    font-size: 42px;
    color: #870c64;
}

.head span {
    position: relative;
    display: inline-block;
    color: #556db0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.head span:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #870c64;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

.head span:before {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #870c64;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
}

footer {
    width: 100%;
    max-width: 2000px;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #870c64;
    color: #fff;
}

footer .bloque {
    margin-bottom: 30px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eeeeee;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

footer .br {
    width: 100%;
    height: 4px;
}

footer .br span {
    width: 30%;
    height: 4px;
    background-color: #870c64;
    display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {

    #header-top .ml-lg-auto.navbar-nav,
    #header-top .navbar-collapse {
        display: block !important;
    }

    #header-top li {
        display: inline-block;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
        background-color: #870c64;
        border-radius: 30px;
    }
}

.breadcrumb-top {
    background: #e9ecef;
    margin-bottom: 100px;
}

.breadcrumb-top .breadcrumb {
    margin-bottom: 0px;
    padding: 25px 15px;
}

.breadcrumb-top .breadcrumb li {
    text-transform: uppercase;
    color: #343935;
    font-weight: 900;
    opacity: 0.5;
}

.breadcrumb-top .breadcrumb li.active {
    text-transform: uppercase;
    color: #343935;
    font-weight: 900;
    opacity: 1;
}

.breadcrumb-top .breadcrumb li a {
    text-transform: uppercase;
    color: #333;
    font-weight: 900;
}

.btn-wsp {
    background: #fff;
    border: none;
}

.btn-wsp .btn-icon-wsp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-wsp .btn-icon-wsp i {
    color: #870c64;
    font-size: 45px;
    margin-right: 10px;
}

.btn-wsp .btn-icon-wsp p {
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
}

.btn-wsp .btn-icon-wsp p>span {
    display: block;
    width: 100%;
    color: #b8c2ca;
    font-weight: 600;
}

.btn-slider {
    background: #870c64;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    padding: 20px 30px;
}

.bg_yellow {
    background: #feda00 !important;
}

.bg_blue {
    background: #870c64 !important;
}

#programas .swiper-container {
    width: 80%;
    height: auto;
    margin-right: 0;
}

.item-programa {
    padding: 45px 15px;
    transition: .2s linear;
}

.item-programa .cnt-programa {
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 60px 20px;
}

.item-programa .cnt-programa .icono {}

.item-programa .cnt-programa .texto {}

.item-programa .cnt-programa .texto h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.item-programa:hover {
    background: #870c64;
    transition: .2s linear;
}

.item-programa:hover .cnt-programa {
    border: 1px solid #870c64;
}

.item-programa:hover .cnt-programa .texto h2,
.item-programa:hover .cnt-programa .texto p,
.item-programa:hover .cnt-programa .texto a {
    color: #fff;
    text-decoration: none;
}

#conversacion .bg_yellow {
    padding: 100px 100px;
}

#conversacion .head span {
    margin-left: 70px;
}

#conversacion .head span:before {
    display: none;
}

#conversacion .head h2 {
    margin: 0 auto 0 0;
}

.page-empresas #conversacion .head h2 {
    margin: 0 auto 0 0;
    max-width: 100%;
}

#conversacion p {
    font-size: 15px;
    line-height: normal;
    color: #870c64;
    position: relative;
    padding-left: 15px;
    width: 60%;
    font-weight: 600;
    margin-bottom: 20px;
}

#conversacion p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #870c64;
}

#conversacion ul {
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 20px;
}

#conversacion ul li {
    margin-bottom: 10px;
    color: #870c64;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#conversacion ul li i {
    font-size: 42px;
    margin-right: 10px;
}

.btn-more {
    background: #870c64;
    padding: 20px 50px;
}

.btn-more a {
    color: #feda00;
    font-size: 20px;
    text-decoration: none;
}

.btn-more a>i {
    margin-left: 5px;
}

footer ul.list_inst li {
    float: left;
    margin-right: 10px;
}

footer .btn-more {
    background: #870c64;
    box-shadow: none;
    border: 0;
}

footer .btn-more a {
    color: #fff;
}

footer .btn-more a>i {
    font-size: 15px;
}

footer .form-control {
    background: #103574;
    border: 1px solid #103574;
    padding: 30px 30px;
    color: #fff;
}

footer ul.list_social {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0px;
}

footer ul.list_social li {
    background: #ba2993;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#modalidades.padding {
    padding-bottom: 150px;
}

#modalidades .item-modalidades .cnt-modalidades {
    position: relative;
}

#modalidades .item-modalidades .cnt-modalidades .texto {
    position: absolute;
    background: #fff;
    bottom: -70px;
    right: 5px;
    padding: 30px 30px 30px;
    width: 65%;
    text-align: right;
    box-shadow: 0 0 0 rgba(0, 0, 0, .19), 0 0 10px rgba(0, 0, 0, .15);
}

#modalidades .item-modalidades .cnt-modalidades .texto h2 {
    color: #870c64;
    font-size: 20px;
    font-weight: bold;
}

#modalidades .item-modalidades .cnt-modalidades .texto p {
    color: #616161;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

#modalidades .item-modalidades:nth-child(2n) {
    margin-top: 65px;
}

#modalidades .swiper-container {
    padding: 0 0 100px 0;
}

#niveles {
    background: #870c64;
    margin-bottom: 250px;
}

#niveles .head span {
    margin-left: 70px;
    color: #fff;
}

#niveles .head span:after {
    background: #fff;
}

#niveles .head span:before {
    display: none;
}

#niveles .head h2 {
    margin: 0 auto 0 0;
    color: #fff;
    max-width: 100%;
    font-size: 36px;
}

#niveles .swiper-container {
    width: 80%;
    height: 400px;
    margin-right: 0;
    margin-bottom: -200px;
}

#niveles .swiper-container .swiper-slide {
    background: #707070;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#niveles .swiper-container .swiper-slide .text {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#niveles .swiper-container .swiper-slide .text h2 {
    font-size: 24px;
}

#niveles .swiper-container .swiper-slide .text p {}

#niveles .swiper-container .swiper-slide:nth-child(2n) {
    background: #b7b7b7;
}

#niveles .swiper-container .swiper-slide.swiper-slide-active {
    background: #870c64;
}

#video {
    background: url(../images/bg_play.png);
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playButton.center {
    position: relative;
    z-index: 10;
}

.playButton a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #870c64;
    height: 100px;
    width: 100px;
    background: #870c64;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 9;
    margin: auto;
    color: #fff;
    font-size: 70px;
    text-decoration: none;
    border-radius: 50%;
}

.playButton a>i {
    font-size: 32px;
}

.playButton a:before {
    -webkit-animation: sonar 1s ease-out infinite;
    -moz-animation: sonar 1s ease-out infinite;
    animation: sonar 1s ease-out infinite;
}

.playButton a:before {
    background: transparent;
    border: 5px solid #ffffff;
    content: "";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: -28px;
    left: -28px;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
}

@-webkit-keyframes sonar {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes sonar {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sonar {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

#testimonios {
    padding-top: 120px;
    padding-bottom: 120px;
}

#testimonios .swiper-container {
    width: 80%;
    height: auto;
    margin-right: 0;
}

#testimonios .item-testimonio .cnt-testimonio {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 30px;
}

#testimonios .item-testimonio .cnt-testimonio .icono {
    width: 20%
}

#testimonios .item-testimonio .cnt-testimonio .texto {
    width: 75%
}

#testimonios .item-testimonio .cnt-testimonio .texto h2 {
    font-weight: bold;
    font-size: 20px;
    color: #16161b;
    margin-bottom: 5px;
}

#testimonios .item-testimonio .cnt-testimonio .texto span {
    display: inline-block;
    font-weight: 600;
    color: #870c64;
    margin-bottom: 5px;
}

#testimonios .item-testimonio .cnt-testimonio .texto p {
    color: #616161;
    font-weight: 400;
    text-align: justify;
}

#testimonios .swiper-container .swiper-slide.swiper-slide-active {
    border-bottom: 5px solid #870c64;
}

#testimonios .swiper-container .swiper-slide.swiper-slide-active .cnt-testimonio .texto p {
    color: #870c64;
}

.whatsappDiv.right {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10;
}

.whatsappDiv a {
    float: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #65bc54;
    height: 60px;
    width: 60px;
    background: #65bc54;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.whatsappDiv a:before {
    -webkit-animation: sonar 1s ease-out infinite;
    -moz-animation: sonar 1s ease-out infinite;
    animation: sonar 1s ease-out infinite;
}

.whatsappDiv a:before {
    background: transparent;
    border: 5px solid #57c216;
    content: "";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
}

.breadcrumb-page {
    background: #2b2b2b;
    padding: 80px 0;
}

.breadcrumb-page .breadcrumb-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 85%;
    margin: auto;
}

.breadcrumb-page .breadcrumb-cnt h2 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb-page .breadcrumb-cnt ol {
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb-page .breadcrumb-cnt ol li {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-page .breadcrumb-cnt ol li.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-page .breadcrumb-cnt ol li.breadcrumb-item a {
    color: #fff;
}

body.niveles #niveles {
    background: #fff;
    margin-bottom: 0;
}

body.niveles #niveles .box-niveles {
    padding: 30px 30px;
}

body.niveles #niveles .box-niveles .box-shadow {
    position: relative;
}

body.niveles #niveles .box-niveles .box-shadow .fig-caption {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}


.linea {
    height: 3px;
    width: 50px;
    background: #870c64;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.linea.verde {
    background: #870c64;
}

#contacto .head h2 {
    font-weight: bold;
    max-width: 100%;
    font-size: 18px;
    color: #16161b;
    display: flex;
    align-items: center;
}

#contacto .head span:before,
#contacto .head span:after {
    display: none;
}

#contacto .head p.subt {
    font-size: 28px;
    color: #16161b;
    font-weight: bold;
}

#contacto .head ul {
    padding-inline-start: 0;
    list-style: none;
    margin-top: 30px;
}

#contacto .head ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#contacto .head ul li .icono {
    margin-bottom: 0;
    height: 50px;
    width: 50px;
    background: #f0f0f0;
    color: #870c64;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contacto .head ul li p {
    margin-bottom: 0;
    width: 80%;
}

#contacto .head ul li p>b {
    color: #616161;
}

#map {
    padding-top: 65px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

body.contacto .head span {
    font-weight: 700;
    color: #16161b;
}

body.contacto .head span:before,
body.contacto .head span:after {
    background: #870c64;
}

body.contacto .head h2 {
    color: #16161b;
}

#formulario form .form-control {
    height: 70px;
    padding: 1rem 3rem 1rem 2rem;
    background-color: #f7f7f7;
    border: 0px solid #ced4da;
    border-radius: 0;
    font-weight: 600;
    color: #616161;
    position: relative;
}

#formulario form textarea.form-control {
    height: auto;
}

#formulario form ::-webkit-input-placeholder {
    font-weight: 600;
    color: #616161;
}

#formulario form .form-control:focus {
    border: 1px solid #ced4da;
    background-color: #fff;
    box-shadow: none;
}

#formulario form .form-group {
    position: relative;
}

#formulario form .form-group i {
    color: #870c64;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

#formulario form .form-group.form-textarea i {
    top: 25px;
    transform: none;
}

#formulario form textarea.form-control {
    height: auto;
}

#formulario form .btn {
    background: #870c64;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-weight: 600;
}

#formulario form .btn>i {
    margin-left: 5px;
}

.page.programa .stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.page.programa .stars i {
    margin-right: 5px;
    color: #ff4a17;
}

.page.programa .stars i:last-child {
    margin-right: 0;
}

.page.programa #formulario {
    position: relative;
}

.page.programa #formulario form {
    position: sticky;
    max-width: 100%;
    background: #fff;
    margin: auto;
    padding: 50px 20px;
    z-index: 1;
}

.dscto {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #870c64;
    color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.page.programa #formulario h2 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    max-width: 90%;
    text-transform: uppercase;
    margin: 0 auto 25px;
}

.page.programa #formulario h2>strong {
    color: #870c64;
}

.programa-text p {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin-top: 30px;
    text-align: justify;
}

#about .head h2 {
    max-width: 100%;
    margin-bottom: 0;
}

#about .head span {
    margin-bottom: 5px;
}

#about .head span:after {
    display: none;
}

#about .text p {
    margin-bottom: 0;
    text-align: justify;
}

#about .tab-content>.tab-pane {
    padding: 30px;
}

#about .imagen p {
    margin-bottom: 0;
}

#about .imagen p>img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#filosofia .head h2 {
    max-width: 100%;
    margin-bottom: 0;
}

#filosofia .head span {
    margin-bottom: 5px;
}

#filosofia .head span:after {
    display: none;
}

#filosofia .text p {
    margin-bottom: 0;
    text-align: justify;
}

#filosofia .tab-content>.tab-pane {
    padding: 30px;
}

#filosofia .nav-tabs .nav-link {
    color: #870c64;
}

#filosofia .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #870c64;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#filosofia .imagen p {
    margin-bottom: 0;
}

#filosofia .imagen p>img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#team .swiper-container .swiper-slide {
    position: relative;
}

#team .swiper-container .swiper-slide .text {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#team .swiper-container .swiper-slide .text h2 {
    font-size: 1.5rem;
}

#team .swiper-container .swiper-slide .text p {}

.transparent {
    color: transparent !important
}

footer ul.contact-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

footer ul.contact-info li>span {
    margin-right: 15px;
}

footer ul.contact-info li>p {
    margin-bottom: 0;
}

#programas-detail .head h2 {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    position: relative;
}

#programas-detail .head h2:after {
    content: '';
    width: 55px;
    height: 5px;
    background: #870c64;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 5px;
}

#programas-detail p {
    text-align: justify;
}

#programas-detail p>img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#programas-detail .beneficios .b-item {
    padding-bottom: 20px;
}

#programas-detail .beneficios .b-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

#programas-detail .beneficios .b-item ul {
    list-style: none;
}

#programas-detail .beneficios .b-item ul li {
    position: relative;
}

#programas-detail .beneficios .b-item ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: -15px;
    color: #870c64;
    font-size: 15px;
    top: 0;
}

/*Estilos del Blog WP*/
#blog .right-sdetail .title p {
    color: #060605;
    font-weight: 700;
    margin-bottom: 0;
}

#blog .right-sdetail .title p>img {
    padding-right: 10px;
}

#blog .right-sdetail .title ul {
    padding-inline-start: 0;
    list-style: none;
    background: #fff;
}

#blog .right-sdetail .title ul li {
    padding: 20px 15px;
    color: #00245a;
    font-size: 14px;
}

.form-control:focus {
    border-color: #00245a;
    outline: 0;
    box-shadow: none;
}

.blog,
#blog {}

section.blog {
    padding: 70px 50px 50px 50px;
}

.blog h2 {
    color: #060605;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.post h2 {
    color: #060605;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.post {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    margin-right: 50px;
}

.post .texto h2.entry-title {
    margin: 0 0;
    color: #060605;
    font-size: 24px;
    font-weight: 800;
}

.post .texto h2 {
    margin: 15px 0;
}

.post .texto {
    background: #fff;
    padding: 50px;
}

.post .texto p {
    margin: 15px 0 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #060605;
}

#view-blog .container {
    max-width: 960px;
}

#view-blog .post.type-post .body {}

#view-blog .post.type-post .body .texto {
    padding: 0 0;
}

#view-blog .post.type-post {
    margin-right: 0px;
}

#view-blog .post.type-post .body h2.title-view-blog {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 30px;
}

#view-blog .post.type-post .body .wp-block-image {
    margin: 2em 0;
}

#view-blog .post.type-post .body img {
    width: 100%;
}

#recent-posts-2 {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

#recent-posts-2 ul {
    padding-inline-start: 0px;
    list-style: none;
}

#recent-posts-2 ul li {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
}

#recent-posts-2 ul li a {
    color: #060605;
}

#recent-posts-2 ul li span {
    display: block;
    font-weight: 500;
    font-size: 13px;
}


#categories-2 {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

#categories-2 ul {
    padding-inline-start: 0px;
    list-style: none;
}

#categories-2 ul li {
    background: #060605;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 35px;
}

#categories-2 ul li a {
    color: #fff;
}

#tag_cloud-2 {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

h3.widget-title {
    color: #060605;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.tag-cloud-link {
    color: #060605;
    background: #f4f4f4;
    border-radius: 15px;
    padding: 10px 10px;
    margin: 5px 5px 5px 5px;
    display: inline-block;
}

.post .texto .footer.text-end .btn-adonde {
    background: none;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 0;
    padding: 10px 30px;
}

.post .texto .footer.text-end .btn-adonde:active:focus {
    box-shadow: none;
}

.page-empresas #portada h2 {
    color: #ffffff;
    font-size: 35px;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}

.page-personas #beneficios,
.page-empresas #beneficios {
    background: #eee
}

.page-personas #beneficios .cnt-beneficios,
.page-empresas #beneficios .cnt-beneficios {
    border: 1px solid #d6d6d6;
    padding: 30px 30px;
}


.page-personas #beneficios .cnt-beneficios .texto,
.page-empresas #beneficios .cnt-beneficios .texto {
    text-align: center;
}

.page-personas #beneficios .cnt-beneficios h2,
.page-empresas #beneficios .cnt-beneficios h2 {
    font-size: 15px;
    font-weight: 600
}

.page-personas #beneficios .cnt-beneficios p,
.page-empresas #beneficios .cnt-beneficios p {
    font-size: 14px;
    min-height: 70px;
    margin-bottom: 0;
}

#clientes img {
    filter: grayscale(100%);
}

#clientes img:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

.cnt-noticia:hover .texto {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 15%);
}

.breadcrumb-area h2 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a{
    font-weight: 600;
    color: #003ca9;
}

@media (max-width: 1920px) {
    header {
        width: 100%;
        max-width: 1900px;
    }
}

@media (max-width: 1650px) {
    header {
        width: 100%;
    }

    .carousel-caption {
        padding-top: 120px;
    }

    #portada h2 {
        font-size: 45px;
    }

    .btn-wsp .btn-icon-wsp p {
        font-size: 14px;
    }

    .btn-wsp .btn-icon-wsp i {
        font-size: 32px;
    }
}

@media (max-width: 1350px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 10px;
    }

    .float-logo {
        width: 15%;
    }
}

@media (max-width: 1250px) {
    .float-logo {
        width: 12%;
    }
}

@media (max-width: 1200px) {
    .float-wsp {
        display: none;
    }

    #conversacion .col-lg-6.col-md-12.p-0 {
        display: flex;
    }

    #conversacion ul li {
        flex-wrap: nowrap;
    }

    #conversacion ul li i {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    header {
        top: 0;
    }

    .float-logo {
        width: 20%;
    }

    #portada h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    header {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
    }

    .float-logo {
        width: auto;
    }

    .carousel-caption {
        padding-top: 50px;
    }

    #header-bottom .float-logo #logo img {
        width: 80%;
    }

    #portada h2 {
        font-size: 42px;
    }

    #programas .container-fluid.pl-0,
    #niveles .container-fluid.pl-0,
    #testimonios .container-fluid.pl-0 {
        padding-left: 15px !important;
    }

    #programas .swiper-container,
    #niveles .swiper-container,
    #testimonios .swiper-container {
        width: 100%;
    }

    #testimonios .item-testimonio .cnt-testimonio .icono {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    #testimonios .item-testimonio .cnt-testimonio .texto {
        text-align: center;
    }

    #video {
        min-height: 500px;
    }

    header .navbar {
        padding: 0;
    }

    .navbar-collapse {
        padding: 20px 0 0;
    }

    .head h2 {
        max-width: 100%;
    }

    #modalidades .item-modalidades .cnt-modalidades .texto {
        position: relative;
        bottom: 0;
    }

    #modalidades .item-modalidades .cnt-modalidades .texto {
        width: 100%;
    }

    #conversacion .bg_yellow {
        padding: 100px 25px;
    }

    #conversacion p {
        width: 100%;
    }

    #header-top .list-group-horizontal.list-contact .list-group-item {
        display: none;
    }

    #header-top .container {
        justify-content: center;
    }

    #modalidades.padding {
        padding-bottom: 0;
    }

    .padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 600px) {}

@media (max-width: 320px) {
    .head h2 {
        font-size: 32px;
    }
}