body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden!important;
    font-size: 17px;
    color: #3B3B3B;
}

button:focus {
    outline: none;
}

header .dropdown-menu {
    width: 323px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 35px 10px;
}

header .dropdown-menu li {
    margin-bottom: 20px;
}

header .logo a .hover {
    display: none;
}

header.active .notice-inner span,
header.active_full .notice-inner span {
    color: white!important;
}

header .dropdown-menu li a {
    color: black;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 18px;
}

header .dropdown-menu li a img {
    margin-right: 16px;
}

header.active .search-icon .hover,
header.active_full .search-icon .hover,
header.active .notice-inner .hover,
header.active_full .notice-inner .hover {
    display: inline;
}

header.active .search-icon .normal,
header.active_full .search-icon .normal,
header.active .notice-inner .normal,
header.active_full .notice-inner .normal {
    display: none;
}

header .dropdown-menu li .hover {
    display: none;
}

header .dropdown-menu li.active a {
    color: #2A50E8;
}

header .dropdown-menu li:hover a {
    color: #2A50E8;
}

.search-box .hover,
.notice-inner .hover {
    display: none;
}

header .dropdown-menu li:hover a .hover {
    display: inline;
}

header .dropdown-menu li:hover a .normal {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.d-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.d-new-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.course_body.body_nw ul.d-new-a{
    flex-direction:column;
}
.course_body.body_nw ul.d-new-a.c_date li{
    width: 100%;
    margin-bottom: 6px;
}

.course_body.body_nw ul.d-new-a.c_date li svg{
    margin-right:7.6px;
}

a {
    transition: all 0.3s linear;
}

.btn,
.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}


/*----------------- Home Css Start Here -----------------*/

header {
    padding: 22px 65px 22px 77px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

header.active,header.active_full {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header.active .logo a .normal,
header.active_full .logo a .normal {
    display: none;
}

header.active .logo a .hover,
header.active_full .logo a .hover {
    display: inline;
}
header.active *,
header.active_full * {
    color: black!important;
}

header.active *,
header.black_color * {
    color: black!important;
}

header.active *,
header.white_color * {
    color: white!important;
}
#test.test *{
    color: black!important;
}


ul.test2 *{
    color: black!important;
}
.logo a {
    display: block;
}

.logo a img {
    max-width: 323px;
}

.menu {
    margin-right: 15px;
    height: 100%;
}

.menu>ul {
    display: flex;
    flex-wrap: wrap;
}

.menu>ul>li>a {
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, sans-serif !important;
    font-weight: bold;
    font-size: 14px !important;
    /*padding: 10px 15px;*/
}

.menu>ul>li>a img {
    display: none;
}

.menu>ul>li>a:hover {
    opacity: 0.8;
}

.notice-outer {
    display: flex;
}

.notice-outer .notice-inner {
    position: relative;
    margin-right: 12px;
}

.register {
    color: white!important;
    cursor: pointer;
    text-decoration: none;
    margin-right: 18px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
}

.search-box {
    position: relative;
    margin-right: 34px;
}

.search-input-box {
    width: 523px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #707070;
    position: absolute;
    background: white;
    right:0px;
    top: 70px;
}

.search-input-box img {
    position: absolute;
    top: 20px;
    left: 20px;
}

input:focus {
    outline: none;
}

.search-input-box input {
    padding-left: 56px;
    font-size: 16px;
    color: #848484;
    padding-right: 20px;
    font-family: Montserrat;
    font-weight: 500;
    width: 100%;
    border: none;
    border-radius: 10px 10px 0px 0px;
    height: 100%;
}

.search-box .search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
}

.notice-outer span {
    position: absolute;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0101;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
    top: -3.5px;
    right: -7.5px;
}

.btn,
.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.header_btn {
    /*margin-left: 25px;*/
}

header.active .btn-white,
header.active_full .btn-white {
    color: #2A50E8;
}

.btn-white {
    border: 2px solid #2A50E8;
    border-radius: 25px;
    background: #FFFFFF;
    color: #2A50E8;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    padding: 11px 30px 9px;
}

header.active.btn-white:hover,
header.active_full.btn-white:hover {
    background: #eee;
}

.banner {
    /*background: url("../imgs/banner_bg.png") #4279f1;*/
    background: url("../imgs/banner_bg.webp") #4279f1;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 210px 226px 110px;
    min-height: 1015px;
    /**/

}

.bg_banner0{
    background: url("/assets/v2/imgs/banner_bg.webp") #4279f1 !important;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.bg_banner1{
    background: url("https://archivos-comunes.s3.amazonaws.com/2020/web-general/banner_bg1.webp") #4279f1 !important;
   background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.bg_banner2{
    background: url("https://archivos-comunes.s3.amazonaws.com/2020/web-general/banner_bg2.webp") #4279f1 !important;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.bg_banner3{
    background: url("https://archivos-comunes.s3.amazonaws.com/2020/web-general/banner_bg3.webp") #4279f1 !important;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.bg_banner4{
    background: url("https://archivos-comunes.s3.amazonaws.com/2020/web-general/banner_bg4.webp") #4279f1 !important;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.tags_list span {
    margin-right: 6px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1839A4;
    padding: 5px 25px 4px;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tags_list span.pl-20 {
    padding-left: 20px;
}

.tags_list span img {
    max-width: 17.37px;
    margin-right: 7.6px;
}

.tags_list span.bg_yellow {
    background: #FFE644;
    color: #000000;
}

.tags_list span.bg_red {
    background: #EB5C15;
    color: #fff;
}

.banner_text h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    margin-top: 30px;
    /*max-width: 590px;*/
    max-width: 720px;
}

.banner_text h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    letter-spacing: -0.35px;
    margin-top: 30px;
    margin-bottom: 16.7px;
}

.banner_text h2 img {
    width: 18px;
    /*NW WDT*/
    width: 30px;
    margin-right: 8px;
}

.slider_img {
    display: none;
}

.slider_img img {
    width: 100%;
}

.icon_line img {
    max-width: 100%;
}

.banner_text p {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-right: 20px;
}

.al_inici{
    font-size:13px !important;
}

.al_inici a{
    color:black;
    font-weight:600;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 18px;
    color: #1A79FC !important;
}

/*.al_inici a:hover{
    text-decoration:underline !important;
}*/

.banner_btn {
    margin-top: 30px;
}

.btn-big {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    border: 2px solid #2A50E8;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    height: 55px;
    padding: 0px 30px 0px 20px;
    letter-spacing: -0.22px;
}

.btn-big:hover {
    background: #eee;
}

.btn-big span,
.btn-green span {
    display: block;
    margin-top: 2px;
}

.btn-big:hover,
.btn-green:hover{
    -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.32) !important;
    box-shadow: 0 10px 6px rgb(0 0 0 / 32%) !important;
    background: #d1d4e2;
}

.btn-big img,
.btn-green img {
    margin-right: 8px;
}

.btn-green {
    display: inline-flex;
    align-items: center;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    height: 55px;
    padding: 0px 30px 0px 20px;
    letter-spacing: -0.22px;
    background: #2CB742;
    color: #fff !important;
    border: 2px solid #2CB742;
}

.btn-green:hover {
    background: #21a536;
    border-color: #21a536 !important;
}

.ml-23 {
    margin-left: 23px;
}

.banner_img {
    /*width: 688px;*/
    width: 40%;
    position: relative;
}

.banner_inner_img img {
    width: 100%;
}

.banner_text {
    /*width: calc(100% - 688px);*/
    width:60%;
}

.banner_img_shadow {
    position: absolute;
    max-width: 833px;
    opacity: 0.85;
    left: -70px;
    bottom: -168px;
}

.banner_img_shadow img {
    max-width: 833px;
}

.banner_slider .owl-nav button {
    outline: none !important;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -110px;
}

.banner_slider .owl-nav button:hover{
    -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.32) !important;
    box-shadow: 0 10px 6px rgb(0 0 0 / 32%) !important;
    background: #0808085e;
    border-radius: 100%;
}

.banner_slider .owl-nav button.owl-next {
    left: auto !important;
    right: -100px;
}

.banner_slider .owl-dots {
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.banner_slider .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    /*background: #fff;*/
    background: #fff !important;
    margin: 0px 10px;
    outline: none;
}

.banner_slider .owl-dots button.active {
    /*background: #37B9E9;*/
    background: #37B9E9 !important;
}

/*ADD OWL*/

.owl-carousel.owl-drag .owl-item{
    padding:0px 5px;
}

.owl-carousel .owl-item .banner_text img{
    width: auto !important;
}

.banner_text_outer {
    padding-bottom: 167px;
}

.diplomas_outer {
    margin-top: -65px;
    margin-bottom: 76px;
    background: #fff;
}

.title h3 {
    font-family: Roboto;
    font-size: 50px;
    line-height: 55px;
    color: #3B3B3B;
    font-weight: bold;
    letter-spacing: -0.75px;
}

.container_inner {
    max-width: 1255px;
    margin: auto;
}

.container_inner1 {
    max-width: 1365px;
    margin: auto;
}

.container_inner_inhouse {
    max-width: 80%;
    margin: auto;
}

.course_list {
    margin-top: 56px;
}

.course_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2A50E8;
    width: 100%;
    height: 70px;
    border-radius: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #2A50E8;
    text-transform: uppercase;
    letter-spacing: -0.38px;
}

.course_list a img, .course_list a svg {
    max-width: 100%;
    margin-right: 10.3px;
}

.course_list a svg path{
    fill:#2A50E8;
}

.course_list li {
    margin-left: 8px;
    margin-bottom: 8px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.course_list li:first-child {
    margin-left: 0px;
}

.course_list li.active a,
.course_list li a:hover {
    background: #2A50E8;
    color: #fff;
}

.icon_select {
    display: none;
}

.course_list li.active a .icon_select,
.course_list li a:hover .icon_select {
    display: block;
}

.course_list li.active a .icon_normal,
.course_list li a:hover .icon_normal {
    display: none;
}

.course_list li.active a svg path,
.course_list li a:hover svg path{
    fill:white;
}

.course_box_outer {
    margin-top: 10px;
}

.course_box {
    margin-top: 53.5px;
    /*border-radius: 9px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid #DBDBDB;*/
}

.course_head {
    padding: 10px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
    border-radius: 9px 9px 0px 0px;
}

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

.course_head li {
    margin-left: -23px;
}

.course_head li:first-child {
    margin-left: 5px;
}

.course_body {
    padding: 26px 32.5px 26px 39.5px;
    background: #fff;
    border-radius: 0 0 9px 9px;
}

.tag_name {
    display: flex;
    align-items: center;
    border: 1px solid #161616;
    height: 26px;
    border-radius: 18px;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    padding: 0px 22px 0px 19.6px;
}

.tag_name img {
    margin-right: 6.6px;
}

.tag_status_outer {
    display: flex;
    align-items: center;
    height: 26px;
    justify-content: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    font-family: Roboto;
    font-size: 12px;
    margin-left: 5px;
    padding: 0px 18px;
    color: #000000;
}

.tag_status_outer img{
    margin-right:10px;
}

.tag_status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.tag_status_red {
    background: #FF0000;
}

.course_body h3 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -0.35px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    padding: 32px 15px 22px;
    /*ADD*/
    min-height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_body p {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -0.35px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    padding: 32px 15px 22px;
    /* min-height: 138px; */
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 87px;
    margin-bottom: 25px;
}

.c_date li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    font-family: 'Source Sans Pro';
    letter-spacing: -0.25px;
}

.c_date li img {
    margin-right: 7.6px;
}

.more_info {
    margin-top: 38.5px;
}

.course_body.body_nw .more_info{
    margin-top:10px;
}

.more_info:hover .hover {
    display: inline;
}

.more_info:hover .normal {
    display: none;
}

.more_info .hover {
    display: none;
}

/*.btn-white:hover {
    color: #FFF!important;
    background: #2A50E8;
}*/

.btn-blue {
    color: #2A50E8 !important;
    font-size: 20px;
}

.course_body.body_nw .download a{
    color:#2A50E8 !important;
    font-weight:600;
}

.course_body.body_nw .btn-blue{
    background:#2A50E8 !important;
    color:white !important;
    border:2px solid #2A50E8;
}

.course_body.body_nw .btn-blue svg{
    margin-right:10px;
}

.btn-blue:hover {
    color: white!important;
    background: #2A50E8;
}

.course_body.body_nw .btn-blue:hover{
    color: #2A50E8!important;
    background:white !important

}

.course_body.body_nw .btn-blue:hover svg path{
    fill: #2A50E8!important;
}

.more_info .btn-blue {
    width: 100%;
    justify-content: center;
}

.btn-blue img {
    height: 24.54px;
    width: 24.54px;
    margin-right: 13px;
}

.download {
    text-align: center;
}

.download a {
    font-size: 18px;
    color: #909090;
    font-weight: 600;
    letter-spacing: -0.25px;
    display: inline-block;
    margin-top: 10px;
    line-height: 25px;
}

.download a:hover {
    color: #000;
}

.course_head.bg_yellow {
    background: #FFD500;
}

.course_head.bg_green {
    background: #0EDA96;
}

.course_head.bg_pink {
    background: #FF0A23;
}

.course_head.bg_blue {
    background: #4B0EDA;
}

.course_head.bg_orange {
    background: #DA660E;
    position:relative;
}

.course_head.bg_orange.bg_nw{
    padding:0px;
    box-shadow: none;
    position:relative;
}

.course_head.bg_orange.bg_nw:hover .backgroundd{
     background: rgb(0 0 0 / 35%);
}

.course_head.bg_orange.bg_nw .backgroundd{
    width: 100%;
    height: 100%;
    position: absolute;
}

.course_head.bg_orange.bg_nw:after{
    position: absolute;
    /*width: 100px;*/
    width: 130px;
    height: 27px;
    /*content: 'OFERTA';*/
    content: '25% DSCTO';
    display: block;
    top: 20px;
    left: 0px;
    background: white;
    color: #FF0000;
    font-weight: 600;
    padding-left: 13px;
}
.course_head.bg_orange.bg_nw.bg_gratis:after{
    content: 'GRATIS';
}

.course_head.bg_orange.bg_nw img.img_headder{
    width:100% !important;
    border-radius: 9px 9px 0px 0px;
    height:auto;
}

.course_head.bg_orange span{
    position: absolute;
    top: 9px;
    background: red;
    padding: 2px 6px;
    box-sizing: unset;
    box-shadow: none;
    left: 0;
    color: white;
    font-weight: 900;
}

.course_head.bg_light_pink {
    background: #FF554F;
}

.course_head.bg_blue_dark {
    background: #4524A1;
}

.all_course {
    margin-top: 48.5px;
    text-align: center;
}

.all_course a {
    color: #0113F3;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    letter-spacing: -0.25px;
    text-decoration: underline !important;
}

.cursos {
    background: #2A50E8;
    padding: 72px 10px 94.2px;
}

.sub_title {
    padding-left: 20px;
}

.sub_title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}

.sub_title .icon_line {
    margin-top: 32px;
}

.plateform_outer {
    padding: 71px 0px 0px;
}

.plateform_inner {
    margin-top: 76.7px;
}

.plateform_img {
    width: 593px;
    position: relative;
}

.plateform_img img {
    width: 100%;
}

.plateform_img_shadow {
    opacity: 0.85;
    position: absolute;
    left: -65px;
    width: 719px;
}

.plateform_text {
    width: calc(100% - 593px);
}

.plateform_text ul {
    display: flex;
    flex-wrap: wrap;
}

.plateform_text ul li {
    width: 50%;
    padding-left: 73px;
    margin-top: 26px;
}

.plateform_text ul li:first-child,
.plateform_text ul li:nth-child(2) {
    margin-top: 0px;
}

.plateform_text h4 {
    margin-top: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: Roboto;
}

.plateform_text p {
    margin-top: 12px;
    font-weight: 300;
    font-family: Roboto;
}

.testimonial {
    padding: 96px 0 0px;
    background: #F5F5F5;
}

.testimonial_list {
    margin: 96px auto 0px;
    max-width: 1130px;
}

.testimonial_box {
    background: #fff;
    border-radius: 20px;
    padding: 43px 45px 44px;
}

.testimonial_box p {
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto;
    line-height: 24px;
    color: #3B3B3B;
}

.testimonial_user {
    margin-top: 44px;
    display: flex;
    align-items: center;
}

.testimonial_img {
    width: 60px;
}

.testimonial_img img {
    width: 60px;
    height: 60px;
}

.testimonial_text {
    width: calc(100% - 60px);
    padding-left: 20px;
    font-family: Roboto;
}

.testimonial_text h5 {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.testimonial_text span {
    font-weight: 300;
    font-size: 20px;
}

.faq_outer {
    padding: 81px 0px 107px;
}

.faq_list {
    margin: 81px auto 0px;
    max-width: 843px;
    border: 1px solid #E2E2E2;
}

.faq_list li {
    border-bottom: 1px solid #E2E2E2;
}

.faq_list li:last-child {
    border-bottom: 0px;
}

.faq_title {
    padding: 24px 31px 22px;
    cursor: pointer;
    position: relative;
}

.faq_title img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 31px;
}

.faq_list li.active img {
    transform: rotate(-180deg);
}

.faq_title h3 {
    color: #3B3B3B;
    font-weight: bold;
    font-size: 20px;
    font-family: Roboto;
}

.faq_body {
    padding: 26px 31px;
    background: #F2F2F2;
    display: none;
}

.faq_body p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto;
    margin-top: 15px;
}

.faq_body p:first-child {
    margin-top: 0px;
}

.faq_list li:first-child .faq_body {
    display: block;
}

.client_outer {
    background: #F5F5F5;
    padding: 76px 0 78.8px;
}

.client_outer h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    letter-spacing: -0.25px;
}

.client_slider_outer {
    background: #fff;
    padding: 32px 112px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 1036px;
    margin: 26px auto 0px;
}

.client_img {
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_img img {
    max-width: 100%;
    max-height: 100%;
}

.subsci_outer {
    padding: 47.3px 0px;
}

.subsci_inner {
    max-width: 1175px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subsci_inner p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    font-family: Roboto;
    line-height: 29px;
    max-width: 284px;
}

.subsci_input {
    margin: 0px 25px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.subsci_input .form-control {
    height: 64px;
    font-size: 18px;
    color: #000000;
    border: 2px solid #1309FF;
    border-radius: 9px;
    padding: 0px 30px;
}

.btn-orange {
    height: 64px;
    padding: 0px 34px;
    background: #F57F55;
    border-radius: 10px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.20px;
}

.btn-orange:hover {
    background: #1309FF;
}

footer {
    background: #5649F0;
    padding: 102px 0 123px;
}

.footer_top_left h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: Roboto;
    margin-bottom: 34px;
}

.footer_top_part {
    display: flex;
}

.footer_top_part a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: Roboto;
    margin-bottom: 22px;
}

.footer_top_part a:hover {
    opacity: 0.8;
}

.ml-190 {
    margin-left: 190px;
}

.ml-100 {
    margin-left: 100px;
}

.footer_top_right p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: Roboto;
    margin-bottom: 33px;
    max-width: 363px;
}

.footer_sub {
    display: flex;
}

.footer_sub .btn {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: #0018F1;
    border: 0px;
}

.footer_sub .btn:hover {
    background: #F57F55;
}

.footer_sub .form-control {
    border-radius: 0px;
    height: 45px;
    border: 0px;
    padding: 0px 23px;
}

.follow {
    display: flex;
    align-items: center;
    margin-top: 66px;
    margin-left: -70px;
}

.follow h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: Roboto;
    margin-right: 62.9px;
}

.follow ul {
    display: flex;
}

.follow li {
    margin-right: 33px;
}

.follow li:last-child {
    margin-right: 0px;
}

.follow li a:hover {
    opacity: 0.8;
}

.footer_bottom {
    border-top: 1px solid rgba(216, 216, 216, 0.4);
    margin-top: 55px;
    padding-top: 63.5px;
    display: flex;
    align-items: center;
}

.address {
    margin-left: 202px;
}

.address h4 {
    font-size: 18px;
    color: #fff;
    font-family: Roboto;
    margin-bottom: 35px;
}

.address p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    max-width: 256px;
}

.toggleMenu {
    display: none;
}

.closeMenu {
    padding: 0!important;
    border: none!important;
    display: none !important;
}

.back {
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-item .d-flex img{
    width: max-content !important;
}

.course_body.body_nw{
    padding-top: 10px;
    position: relative;
}

.course_body.body_nw p{
    padding: 0px;
    padding-top: 20px;
    height: 73px;
    font-weight: 600;
}

.course_body .tag_status_outer.tag_nw{
    background:red;
    margin-left: 0px;
}

.course_body .tag_status_outer.tag_nw.tag_black{
    background:black;
}

.course_body .tag_status_outer.tag_nw svg{
    height: 20px;
    margin-right: 6px;
}

.course_body .tag_status_outer.tag_nw svg path{
    fill: white !important;
}

.course_body .tag_status_outer span{
    font-size: 14px;
    text-transform: capitalize;
}

.course_body .tag_status_outer.tag_nw span{
    color:white;
    font-weight:900;
    text-transform:none;
}

.course_body .course_tag.d-align{
    display: flex;
    justify-content: space-around;
    ALIGN-ITEMS: CENTER;
}

.course_body.body_nw .course_tag.d-align{
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.amarillo_card{
    background: yellow;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px;
    margin-top: 10px;
}

.amarillo_card .y1{
    font-size: 25px;
    font-weight: 900;
}

.amarillo_card .y2{
    height:28px;
    width:2px;
    background:black;
}

.amarillo_card .y3{
    display:flex;
    flex-direction:column;
    font-weight:600;
    font-size:12px;
    align-items: flex-end;
}

.amarillo_card .y3 span em{
    text-decoration: line-through;
}

.amarillo_card label{
    margin-bottom:0px;
    color:red;
}

.splide__slide {
    margin:0px 10px !important;
}
.splide__arrows button{
    left: auto;
    bottom: -57px;
    top: auto;
}
.splide__list li{
    background: #b2fffb;
    padding: 10px;
    border-radius: 6px;
}
.splide__list p{
    width: calc(100% - 40px);
}
.splide__pagination{
    top:auto;
    bottom: -41px !important;
}
.nav-item{
    list-style: none !important;
}
/*.nav-item button:hover{
    background-color: transparent !important;
}*/
.nav-item button i{
    /*font-size: 35px !important;*/
}

.btn .badge{
    background: rgb(197, 60, 60);
    color: white !important;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 3px;
}
.btn-info{
    background-color: transparent !important;
        border-color: #ffffff !important;
}
header .dropdown-menu{
    padding: 15px 10px 15px !important;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 70%) !important;
    left: -135px;
    border-radius: 3px !important;
    width: 375px;
}
.pl-3 .exam-cat:nth-child(1){
    font-weight: 700 !important;
    text-decoration: underline !important;
    font-size: 15px important;
}
.pl-3 .exam-cat:nth-child(2){
    font-size: 13px !important;
    font-weight: 400 !important;
}
.d-flex a{
    background: white !important;
    border-radius: 3px;
    padding: 4px;
}
.d-flex a:hover{
    cursor: pointer;
}
.d-flex a i{
    color: color var(--theme-secondary);
}
.btn-carrito-menu{
    color: #ffffff !important;
}
.btn-carrito-menu:hover{
    background: #1153a2 !important;
    color: white !important;
}
.content-carrito{
    display: flex;
    align-items:center;
}

/**************** INICIO DE MEDIA QUERIES*************/

@media(min-width: 1501px) and (max-width: 1700px) {
    .banner_slider .owl-nav button {
        left: -10px;
        margin-top: -80px;
    }
    .banner_slider .owl-nav button img {
        width: 40px;
    }
    .banner_slider .owl-nav button.owl-next {
        right: -10px;
    }
    .banner_img {
        padding-right: 50px;
    }
    .banner_text {
        padding-left: 50px;
    }
}

@media(min-width: 1500px) and (max-width: 1600px) {
    .diplomas_outer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo a img {
        max-width: 280px!important;
    }
    .menu>ul>li>a {
        font-size: 14px!important;
        padding: 10px 14px!important;
    }
    .btn-white {
        font-size: 14px!important;
        padding: 11px 21px 9px!important;
    }
}

@media(min-width: 1361px) and (max-width: 1500px) {
    .diplomas_outer {
        padding: 0 20px;
    }
    .logo a img {
        max-width: 280px;
    }
    .menu>ul>li>a {
        font-size: 14px;
        padding: 10px 14px;
    }
    .btn-white {
        font-size: 14px;
        padding: 11px 21px 9px;
    }
    .header_btn {
        margin-left: 17px;
    }
    .banner_img {
        /*width: 550px;*/
        width: 40%;
        padding-right: 0px;
    }
    .banner_text {
        /*width: calc(100% - 550px);*/
        width: 60%;
        padding-left: 0px;
    }
    .tags_list span {
        font-size: 13px;
        padding: 4px 16px 2px;
        margin-bottom: 5px;
    }
    .tags_list span.pl-20 {
        padding-left: 16px;
    }
    .tags_list span img {
        max-width: 12.37px;
        margin-right: 5.6px;
    }
    .banner_text h1 {
        font-size: 41px;
        line-height: 46px;
        margin-top: 11px;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: 13px;
    }
    .icon_line {
        width: 70px;
    }
    .banner_text p {
        font-size: 19px;
        line-height: 30px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .btn-green,
    .btn-big {
        font-size: 14px;
        line-height: 13px;
        height: 45px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
    }
    .btn-green img,
    .btn-big img {
        height: 23px;
        margin-right: 9px;
    }
    .banner_img_shadow {
        left: 0px;
        bottom: -111px;
        max-width: 550px;
    }
    .banner_text_outer {
        padding-bottom: 130px;
    }
    .banner_img_shadow img {
        max-width: 550px;
    }
    .banner_slider .owl-dots {
        bottom: 60px;
    }
    .banner_slider .owl-nav button {
        left: -59px;
        margin-top: -80px;
    }
    .banner_slider .owl-nav button img {
        width: 40px;
    }
    .banner_slider .owl-nav button.owl-next {
        right: -59px;
    }
    .course_list a {
        height: 65px;
        font-size: 17px;
    }
    .banner {
        min-height: 848px;
    }
}

@media(min-width: 1200px) and (max-width: 1360px) {
    .diplomas_outer {
        padding: 0 20px;
    }
    body {
        font-size: 15px;
    }
    .logo a img {
        max-width: 280px;
    }
    .menu>ul>li>a {
        font-size: 14px;
        padding: 10px 14px;
    }
    .btn-white {
        font-size: 14px;
        padding: 11px 21px 9px;
    }
    .header_btn {
        margin-left: 17px;
    }
    .banner_img {
        width: 500px;
        padding-right: 40px;
    }
    .banner_text {
        width: calc(100% - 500px);
        padding-left: 40px;
    }
    .tags_list span {
        font-size: 13px;
        padding: 4px 16px 2px;
        margin-bottom: 5px;
    }
    .tags_list span.pl-20 {
        padding-left: 16px;
    }
    .tags_list span img {
        max-width: 12.37px;
        margin-right: 5.6px;
    }
    .banner_text h1 {
        font-size: 41px;
        line-height: 46px;
        margin-top: 11px;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: 13px;
    }
    .icon_line {
        width: 70px;
    }
    .banner_text p {
        font-size: 19px;
        line-height: 30px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .btn-green,
    .btn-big {
        font-size: 14px;
        line-height: 13px;
        height: 45px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
    }
    .btn-green img,
    .btn-big img {
        height: 23px;
        margin-right: 9px;
    }
    .banner_img_shadow {
        left: 0px;
        bottom: -81px;
        max-width: 400px;
    }
    .banner_text_outer {
        padding-bottom: 90px;
    }
    .banner_img_shadow img {
        max-width: 400px;
    }
    .banner_slider .owl-dots {
        bottom: 40px;
    }
    .banner_slider .owl-nav button {
        /*left: -9px;*/
        left: 20px;
        margin-top: -80px;
    }
    .banner_slider .owl-nav button img {
        width: 30px;
    }
    .banner_slider .owl-nav button.owl-next {
        /*right: -9px;*/
        right: 20px;
    }
    .banner {
        padding: 165px 0px 115px;
        min-height: 768px;
    }
    .course_list a {
        height: 60px;
        font-size: 17px;
    }
    .course_body {
        padding: 25px;
    }
    .plateform_text ul li {
        padding-left: 50px;
    }

    /*ADD OWL*/

    .owl-item.active .item{
        width: calc(100% - 80px);
        margin: auto;
    }
}



/*@media(max-width: 1376px) {*/
@media(max-width: 990px) {
    .btns_responsive span{
        color: black !important;
    }
    .header_btn {
        margin-left: 0!important;
        display: flex;
        width: 100%!important;
        justify-content: space-between;
    }
    .toggleMenu {
        display: block;
        font-size: 23px;
        line-height: 23px;
        color: #fff;
    }
    .notice-outer {
        margin-top: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .register {
        width: 48%;
        font-size: 14px;
        padding: 9px 28px 7px;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        color: #2A50E8!important;
        margin-right: 0;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .header_right.active .normal {
        display: none!important;
    }
    .header_right.active .hover {
        display: inline!important;
    }
    .notice-outer a {
        border: 1px solid #2A50E8;
        height: 82.75px;
        width: 30%;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .notice-outer a div {
        position: relative;
    }
    .notice-outer a img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
    .notice-inner {
        position: relative;
        margin-right: 0px!important;
    }
    .btn-white {
        font-size: 14px;
        padding: 9px 28px 7px;
        width: 48%;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .search-box {
        margin-right: 0;
        margin-bottom: 10px;
        height: 60px;
    }
    .search-box .search-icon {
        display: none;
    }
    .search-box .search-input-box {
        border: 1px solid #2A50E8;
        display: inline!important;
        top: 0px;
        position: absolute;
        width: 100%;
    }
    .search-box input {
        color: #2A50E8!important;
    }
    .header_right {
        position: fixed;
        top: 0px;
        width: 100%;
        right: -100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 1;
        display: block;
        padding: 20px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .header_right.active {
        right: 0px;
    }
    .header_right.active .notice-outer .normal {
        display: none!important;
    }
    .header_right.active .notice-outer .hover {
        display: inline!important;
    }
    .menu {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 3px;
    }
    .menu>ul {
        width: 100%;
    }
    .menu li {
        width: calc(50% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .menu li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .menu>ul>li>a {
        font-size: 13px;
        padding: 7px 0px;
        display: block;
        border: 1px solid #2A50E8;
        text-align: center;
        padding: 15px 10px;
        border-radius: 4px;
        color: #2A50E8;
    }
    .menu>ul>li>a img {
        display: block;
        margin: auto auto 8px
    }
    .notice-outer {
        margin-top: 0px;
        width: calc(50% - 5px);
    }
    .notice-outer a {
        position: relative;
        border: 1px solid #2A50E8;
        height: 82.75px;
        width: 100%;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .notice-outer a img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
    .notice-inner {
        position: relative;
        margin-right: 12px;
    }
    .btn-white {
        font-size: 14px;
        padding: 9px 28px 7px;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .closeMenu {
        display: inline-block !important;
        border: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: -10px;
        padding: 3px 10px;
    }
    /**/
    .owl-item.active .item{
        padding:0px 20px;
    }
    .banner_text h2.d-flex img{
        width:18px !important;
    }
    header .dropdown-menu{
        left: -30px !important;
    }
     .dd-btn-cart{
        background: white;
        border-radius: 10px;
        border: 0;
    }
    .dd-btn-cart button{
        border: 0px !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {



    /*.header_btn {*/
    /*    margin-left: 0!important;*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*}*/
    body {
        font-size: 15px;
    }
    .diplomas_outer {
        padding: 0 20px!important;
    }
    .logo a img {
        max-width: 180px;
    }
    .menu>ul>li>a {
        font-size: 13px;
        padding: 10px 11px;
    }
    .btn-white {
        font-size: 14px;
        padding: 11px 21px 9px;
    }
    .header_btn {
        margin-left: 17px;
    }
    .banner_img {
        width: 400px;
        padding-right: 40px;
    }
    .banner_text {
        width: calc(100% - 400px);
        padding-left: 40px;
    }
    .tags_list span {
        font-size: 13px;
        padding: 4px 16px 2px;
        margin-bottom: 5px;
    }
    .tags_list span.pl-20 {
        padding-left: 16px;
    }
    .tags_list span img {
        max-width: 12.37px;
        margin-right: 5.6px;
    }
    .banner_text h1 {
        font-size: 41px;
        line-height: 46px;
        margin-top: 11px;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: 13px;
    }
    .icon_line {
        width: 70px;
    }
    .banner_text p {
        font-size: 19px;
        line-height: 30px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .btn-green,
    .btn-big {
        font-size: 14px;
        line-height: 13px;
        height: 45px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
    }
    .btn-green img,
    .btn-big img {
        height: 23px;
        margin-right: 9px;
    }
    .banner_img_shadow {
        left: 0px;
        bottom: -81px;
        max-width: 400px;
    }
    .banner_text_outer {
        padding-bottom: 90px;
    }
    .banner_img_shadow img {
        max-width: 400px;
    }
    .banner_slider .owl-dots {
        bottom: 40px;
    }
    .banner_slider .owl-nav button {
        left: -9px;
        margin-top: -80px;
    }
    .banner_slider .owl-nav button img {
        width: 30px;
    }
    .banner_slider .owl-nav button.owl-next {
        right: -9px;
    }
    .banner {
        padding: 135px 0px 85px;
        min-height: initial;
    }
    .menu {
        margin-right: 15px;
    }
    .diplomas_outer {
        padding: 0 272.5px;
        margin-top: -45px;
    }
    .title h3 {
        font-size: 40px;
    }
    .course_list a {
        height: 50px;
        font-size: 15px;
    }
    .course_head li img {
        height: 50px;
        min-width: 50px;
    }
    .course_head li {
        margin-left: -16px;
    }
    .course_body {
        padding: 15px;
    }
    .course_body h3 {
        font-size: 20px;
        padding: 32px 0px 22px;
    }
    .c_date li {
        font-size: 16px;
    }
    .plateform_img {
        width: 500px;
    }
    .plateform_text {
        width: calc(100% - 500px);
    }
    .plateform_text ul li {
        padding-left: 10px;
    }
    .plateform_img_shadow {
        left: -30px;
        width: 530px;
    }
    .testimonial_box {
        padding: 20px;
    }
    .testimonial_box p {
        font-size: 17px;
    }
    .testimonial_user {
        margin-top: 20px;
    }
    .testimonial_text h5,
    .testimonial_text span {
        font-size: 17px;
    }
    .client_slider_outer {
        padding: 22px 50px;
    }
    .ml-190 {
        margin-left: 100px;
    }
    .address {
        margin-left: 50px;
    }

    /*ADD OWL*/

    .owl-item.active .item{
        width: calc(100% - 80px);
        margin: auto;
    }
    .banner_slider .owl-nav button {
        /*left: -9px;*/
        left: 20px;
        margin-top: -80px;
    }
    .banner_slider .owl-nav button img {
        width: 30px;
    }
    .banner_slider .owl-nav button.owl-next {
        /*right: -9px;*/
        right: 20px;
    }

}

@media(max-width: 825px){
    .modal_index .modal-dialog {
        max-width: none !important;
        width: 400px !important;
    }

    .modal_index .div_int {
        position: relative;
        margin-bottom: 10px !important;
        margin-right: 0px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 15px;
    }
    .diplomas_outer {
        padding: 0 20px;
    }
    body.active {
        overflow: hidden;
    }
    .pageOverlay.active {
        display: block;
    }
    header {
        padding: 15px 0px;
    }
    /**/
    header .header_inner {
        padding: 0px 15px;
    }
    /**/
    .logo a img {
        max-width: 280px;
    }
    .toggleMenu label {
        margin: 0px;
        -webkit-transform: scale(1.2, 1);
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
    .header_right {
        position: fixed;
        top: 0px;
        width: 100%;
        right: -100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 1;
        display: block;
        padding: 20px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .header_right.active {
        right: 0px;
    }
    .menu {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 3px;
    }
    .menu>ul {
        width: 100%;
    }
    .menu li {
        width: calc(50% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .menu li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .menu>ul>li>a {
        font-size: 13px;
        padding: 7px 0px;
        display: block;
        border: 1px solid #2A50E8;
        text-align: center;
        padding: 15px 10px;
        border-radius: 4px;
        color: #2A50E8 !important;
    }
    .menu>ul>li>a img {
        display: block;
        margin: auto auto 8px
    }
    .notice-outer {
        margin-top: 0px;
        width: 100%;
    }
    .notice-outer li {
        padding: 0 10px;
    }
    .notice-outer a {
        position: relative;
        border: 1px solid #2A50E8;
        height: 82.75px;
        width: 100%;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .notice-outer a img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
    .header_btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .notice-inner {
        position: relative;
        margin-right: 12px;
    }
    .btn-white {
        font-size: 14px;
        padding: 9px 28px 7px;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .closeMenu {
        display: inline-block !important;
        border: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: -10px;
        padding: 3px 10px;
    }
    .banner {
        background: #5165f4;
        padding: 90px 0px;
        min-height: initial;
    }
    .banner_text {
        width: 100%;
    }
    .slider_img {
        display: block;
        margin: 15px 0px;
    }
    .banner_img {
        display: none;
    }
    .tags_list span {
        font-size: 13px;
        padding: 4px 16px 2px;
        margin-bottom: 5px;
    }
    .tags_list span.pl-20 {
        padding-left: 16px;
    }
    .tags_list span img {
        max-width: 12.37px;
        margin-right: 5.6px;
    }
    .banner_text h1 {
        font-size: 41px;
        line-height: 46px;
        margin-top: 11px;
        text-align: center;
        max-width: 100%;
    }

    .banner_text .d-align{
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner_text .slider_img{
        height:200px;
    }
    .banner_text .slider_img img{
        height:100%;
        margin: auto;
    }


    .banner_text h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: 13px;
    }
    .icon_line {
        width: 70px;
    }
    .banner_text p {
        font-size: 19px;
        line-height: 30px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .btn-green,
    .btn-big {
        font-size: 14px;
        line-height: 13px;
        height: 45px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
    }
    .btn-green img,
    .btn-big img {
        height: 23px;
        margin-right: 9px;
    }
    .banner_img {
        width: 100%;
        margin-top: 25px;
    }
    .banner_img_shadow {
        display: none;
    }
    .banner_slider .owl-nav {
        display: none;
    }
    .banner_slider .owl-dots button {
        height: 12px;
        width: 12px;
        margin: 0px 7px;
    }
    .banner_text_outer {
        padding-bottom: 0px;
    }
    .banner_slider .owl-dots {
        bottom: -45px;
    }
    .diplomas_outer {
        margin-top: 40px;
    }
    .title h3 {
        font-size: 40px;
        line-height: 47px;
    }
    .course_list a {
        height: 46px;
        font-size: 12px;
    }
    .course_list a img {
        margin-right: 5.3px;
        max-width: 18px;
    }
    .course_list li {
        margin-left: 4px;
    }
    .course_box {
        margin-top: 35.5px;
    }
    .plateform_img {
        width: 100%;
    }
    .plateform_img_shadow {
        display: none;
    }
    .plateform_text {
        width: 100%;
        margin-top: 50px;
    }
    .plateform_text ul li:nth-child(2n+1) {
        padding-left: 0px;
    }
    /**/
    .plateform_text ul li{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left:0px;
    }
    .plateform_img img{
        display:none;
    }
    /**/
    .plateform_outer {
        padding: 0 264px 0px 0px;
        padding: 60px 0px;
    }
    .testimonial_box {
        margin-top: 30px;
    }
    .testimonial_list {
        margin: 36px auto 0px;
    }
    .testimonial {
        /*padding: 60px 335px 0px;*/
        padding: 0px 35px;
    }
    .client_slider_outer {
        padding: 15px;
    }
    .subsci_inner p {
        font-size: 16px;
        line-height: 25px;
        max-width: 207px;
    }
    .subsci_input {
        margin: 0px 10px;
    }
    .btn-orange {
        height: 55px;
        padding: 0px 20px;
        font-size: 14px;
    }
    .subsci_input .form-control {
        height: 55px;
        padding: 0px 15px;
    }
    .footer_top_part a {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .ml-190 {
        margin-left: 57px;
    }
    .ml-100 {
        margin-left: 57px;
    }
    .footer_top_right p {
        font-size: 16px;
        max-width: 290px;
    }
    .follow {
        margin-top: 43px;
        margin-left: 0px;
    }
    .footer_logo img {
        max-width: 280px;
    }
    .address {
        margin-left: 50px;
    }
    .address p {
        font-size: 15px;
    }
    .address h4 {
        margin-bottom: 10px;
    }
    footer {
        padding: 60px 0px;
    }
    .bloque-programa{
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        background: #efefef;
        padding: 5px 20px;
        border-radius: 5px;
        margin-bottom: 6px;
    }
    .bloque-programa img{
        display: none;
    }
}
@media only screen and (max-width: 768px){
    .bloque-programa{
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        background: #efefef;
        padding: 5px 20px;
        border-radius: 5px;
        margin-bottom: 6px;
    }
    .bloque-programa img{
        display: none;
    }
    .btn-carrito-menu{
        font-size: 16px !important;
    }
}

.parent_course_box_slider .pag_cel{
    display:none;
}

.parent_course_box_slider{
    position:relative;
}

.parent_course_box_slider h4{
    display:none;
    font-weight:600;
    text-align:center;
    text-decoration: underline;
    font-size: 30px;
    margin:40px 0px;
}

.parent_course_box_slider p.pag_cel{
    position: absolute;
    right: 22px;
    bottom: 44px;
    color: #2a50e8;
    font-weight: 600;
    font-size: 19px;
}


@media(max-width: 767px) {
    .franja-promo{
        font-size: 14px !important;
        background-size: cover !important;
        background-position: center;
            display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    .search-box {
        margin-right: 0;
        margin-bottom: 10px;
        height: 60px;
    }
    .search-box .search-icon {
        display: none;
    }
    .search-box .search-input-box {
        border: 1px solid #2A50E8;
        display: inline!important;
        top: 0px;
        position: absolute;
        width: 100%;
    }
    .search-box input {
        color: #2A50E8!important;
    }
    .diplomas_outer {
        padding: 0 20px;
    }
    .banner_slider {
        padding: 0 20px!important;
    }
    body {
        font-size: 15px;
    }
    body.active {
        overflow: hidden;
    }
    .pageOverlay.active {
        display: block;
    }
    header {
        padding: 15px 30px;
    }
    .logo a img {
        max-width: 220px;
    }
    .toggleMenu {
        display: block;
        font-size: 23px;
        line-height: 23px;
        color: #fff;
    }
    .toggleMenu label {
        margin: 0px;
        -webkit-transform: scale(1.2, 1);
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
    .header_right {
        position: fixed;
        top: 0px;
        width: 100%;
        right: -100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 1;
        display: block;
        padding: 20px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .header_right.active {
        right: 0px;
    }
    .menu {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 3px;
    }
    .menu>ul {
        width: 100%;
    }
    .menu li {
        width: calc(50% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .menu li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .menu>ul>li>a {
        font-size: 13px;
        padding: 7px 0px;
        display: block;
        border: 1px solid #2A50E8;
        text-align: center;
        padding: 15px 10px;
        border-radius: 4px;
        color: #2A50E8;
    }
    .menu>ul>li>a img {
        display: block;
        margin: auto auto 8px
    }
    .notice-outer {
        margin-top: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .register {
        width: 48%;
        font-size: 14px;
        padding: 9px 28px 7px;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        color: #2A50E8!important;
        margin-right: 0;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .notice-outer a {
        border: 1px solid #2A50E8;
        height: 82.75px;
        width: 30%;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .notice-outer a div {
        position: relative;
    }
    .notice-outer a img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
    .header_btn {
        display: flex;
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }
    .notice-inner {
        position: relative;
        margin-right: 0px!important;
    }
    .btn-white {
        font-size: 14px;
        padding: 9px 28px 7px;
        width: 48%;
        height: 82.75px;
        border: 1px solid #2A50E8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .closeMenu {
        display: inline-block !important;
        border: 1px solid #ddd;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: -10px;
        padding: 3px 10px;
    }
    .banner {
        background: #5165f4;
        padding: 140px 0px;
        min-height: initial;
    }
    .banner_text {
        width: 100%;
    }
    .tags_list {
        /*justify-content: space-between;*/
        justify-content:space-evenly;

    }
    .tags_list span {
        font-size: 11px;
        padding: 4px 16px 2px;
        margin-bottom: 5px;
    }
    .tags_list span.pl-20 {
        padding-left: 16px;
    }
    .tags_list span img {
        max-width: 12.37px;
        margin-right: 5.6px;
    }
    .banner_text h1 {
        font-size: 29px;
        line-height: 36px;
        margin-top: 11px;
    }
    .banner_text h2 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 13px;
    }
    .icon_line {
        width: 60px;
    }
    .banner_text p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .banner_btn {
        margin-top: 0px;
    }
    .btn-green,
    .btn-big {
        font-size: 14px;
        line-height: 13px;
        height: 45px;
        padding: 0px 15px 0px 15px;
        justify-content: center;
        width: auto !important;
    }
    .banner_text .banner_btn.d-align a:nth-child(1){
        margin-right:10px;
    }
    .btn-green img,
    .btn-big img {
        height: 23px;
        margin-right: 9px;
    }
    .banner_btn .btn {
        width: 100%;
        margin: 10px 0px 0px;
    }
    .ml-23 {
        margin-left: 0px;
    }
    .banner_img {
        width: 100%;
        margin-top: 25px;
    }
    .banner_img_shadow {
        display: none;
    }
    .slider_img {
        display: block;
        margin: 15px 0px;
    }
    .banner_img {
        display: none;
    }
    .banner_slider .owl-nav {
        display: none;
    }
    .banner_slider .owl-dots button {
        height: 12px;
        width: 12px;
        margin: 0px 7px;
    }
    .banner_text_outer {
        padding-bottom: 0px;
    }
    .banner_slider .owl-dots {
        bottom: -45px;
    }
    .diplomas_outer {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .title h3 {
        font-size: 34px;
        line-height: 42px;
    }
    .course_list {
        margin-top: 25px;
    }
    .course_list li {
        width: calc(50% - 8px);
    }
    .course_list li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .course_list li:nth-child(3),course_list li:nth-child(5){
        margin-right: 8px;
    }
    .course_list a {
        height: initial;
        border-radius: 25px;
        font-size: 14px;
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 5px;
        min-height: 90px;
    }
    .course_list a span {
        display: block;
        margin-top: 5px;
    }
    .course_list a img {
        margin-right: 5.3px;
        max-width: 19px;
    }
    .course_box {
        margin-top: 25px;
    }
    .course_head img {
        height: 50px;
        width: 50px;
    }
    .course_head li {
        margin-left: -18px;
    }
    .course_body {
        padding: 15px;
    }
    .tag_name {
        padding: 0px 15px 0px 15.6px;
    }
    .tag_status_outer {
        padding: 0px 14px;
    }
    .course_body h3 {
        font-size: 19px;
        padding: 28px 0px 17px;
    }
    .c_date li {
        font-size: 16px;
    }
    .more_info {
        margin-top: 29.5px;
    }
    .download a {
        font-size: 16px;
    }
    .all_course {
        margin-top: 35.5px;
    }
    .all_course a {
        font-size: 18px;
    }
    .cursos {
        padding: 40px 0px;
    }
    .sub_title h3 {
        font-size: 27px;
        line-height: 27px;
    }
    .sub_title .icon_line {
        margin-top: 15px;
    }
    .plateform_outer {
        padding: 40px 0px 60px;
    }
    .plateform_inner {
        margin-top: 35px;
    }
    .plateform_img {
        width: 100%;
    }
    .plateform_text {
        width: 100%;
        margin-top: 0px;
    }
    .plateform_img_shadow {
        display: none;
    }
    .plateform_text ul li {
        width: 100%;
        padding-left: 0px;
        margin-top: 26px !important;
        text-align: center;
    }
    .testimonial {
        padding: 40px 0px 60px;
    }
    .testimonial_list {
        margin: 0px;
    }
    .testimonial_box {
        padding: 20px;
        margin-top: 20px;
    }
    .testimonial_box p {
        font-size: 16px;
        line-height: 25px;
    }
    .testimonial_user {
        margin-top: 25px;
    }
    .testimonial_text h5,
    .testimonial_text span {
        font-size: 17px;
    }
    .faq_outer {
        padding: 40px 0px 60px;
    }
    .faq_list {
        margin: 31px auto 0px;
    }
    .faq_title {
        padding: 15px;
    }
    .faq_title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .faq_title img {
        right: 15px;
    }
    .faq_body {
        padding: 15px;
    }
    .faq_body p {
        line-height: 25px;
        font-size: 16px;
    }
    .client_outer {
        padding: 40px 0px;
    }
    .client_outer h4 {
        font-size: 19px;
    }
    .client_slider_outer {
        padding: 15px;
        margin: 20px auto 0px;
    }
    .subsci_outer {
        padding: 30px 0px;
    }
    .subsci_inner {
        display: block;
        text-align: center;
    }
    .subsci_inner p {
        font-size: 17px;
        line-height: 25px;
        max-width: 100%;
    }
    .subsci_input {
        margin: 15px 0px;
    }
    .subsci_input .form-control {
        height: 50px;
        font-size: 16px;
        padding: 0px 20px;
    }
    .btn-orange {
        height: 50px;
        padding: 0px 25px;
        font-size: 15px;
        width: 100%;
    }
    footer {
        padding: 40px 0px;
    }
    .footer_top_left {
        width: 100%;
    }
    .footer_top_right {
        width: 100%;
    }
    .footer_top_left h4 {
        margin-bottom: 20px;
    }
    .footer_top_part a {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .ml-190 {
        margin-left: 15px;
    }
    .ml-100 {
        margin-left: 15px;
    }
    .footer_top_part {
        justify-content: space-between;
    }
    .footer_top_right p {
        font-size: 15px;
        margin-bottom: 14px;
        max-width: 100%;
        margin-top: 15px;
    }
    .follow {
        margin-top: 35px;
        margin-left: 0px;
        justify-content: center;
    }
    .follow h4 {
        margin-right: 25.9px;
    }
    .footer_bottom {
        margin-top: 40px;
        padding-top: 40px;
        display: block;
        text-align: center;
    }
    .footer_logo img {
        max-width: 280px;
    }
    .address {
        margin-left: 0px;
        margin-top: 25px;
    }
    .address h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .address p {
        font-size: 15px;
        max-width: 100%;
    }
    .course_box_slider {
        margin: 0px;
    }
    .course_box_slider .col-lg-4 {
        padding: 0px;
        border: 1px solid #eee;
        border-radius: 9px;
        box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
    }
    .course_box_slider .course_box {
        margin-top: 0px;
        box-shadow: none;
    }
    .course_box_slider .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }
    .course_box_slider .owl-dots button {
        height: 12px;
        width: 12px;
        background: #ddd;
        border-radius: 50%;
        margin: 0px 3px;
        outline: none;
    }
    .course_box_slider .owl-dots button.active {
        background: #4279f1;
    }
    .testimonial {
        padding-left: 20px;
        padding-right: 20px;
    }
    .course_box .course_tag {
        justify-content: center;
    }
    .course_box .more_info .btn {
        background: #2A50E8;
        color: white!important;
        width: 100% !important;
    }
    .course_box .more_info .btn .hover {
        display: inline;
    }
    .course_box .more_info .btn .normal {
        display: none;
    }
    .course_box .download a {
        color: #2A50E8!important;
        font-size: 13px;
        font-weight: 600px;
    }
    .notice-inner img {
        filter: none!important;
    }
    .owl-carousel .owl-item .banner_text img{
        width: 100% !important;
    }
    /*.banner_text h2.d-flex img{*/
    /*    width:18px !important;*/
    /*}*/
    .owl-carousel .owl-item .banner_text img.icon_line {
        width: 60px !important;
    }
    /*.course_box img{
        width:auto !important;
    }*/
    section.cursos{
        display:none;
    }
    .plateform_img img {
        width: 100%;
        padding: 0px 20px;
    }
    .owl-carousel .owl-item .banner_text  h2.d-flex img{
         width:18px !important;
    }
    /*---------------*/
    .course_box_slider.box_owl .owl-nav.disabled{
        display: block;
        margin: 0px 20px;
        margin-top:20px;
        position: relative;
    }

    .parent_course_box_slider .pag_cel{
        display:block;
    }

    .course_box_slider.box_owl .owl-nav.disabled button{
        margin-right: 20px;
        background: #2a50e8;
        line-height: 0;
        border-radius: 100%;
        width: 35px;
        height: 35px;
    }

     .course_box_slider.box_owl .owl-nav.disabled button span{
        font-size: 40px;
        font-weight: 900;
        color: white;
    }

    .parent_course_box_slider .course_box_slider{
        display: block !important;
    }
    .course_list{
        display:none;
    }
    .parent_course_box_slider h4{
        display:block;
    }
    .testimonial_img{
        display:none;
    }
    .testimonial_text{
        padding-left:0px;
    }
}

@media(max-width: 430px){
    .modal_index .modal-dialog {
       width: calc(100% - 50px) !important;
    }

    .modal_index .div_int img{
        width: 100%;
    }
    .tags_list span.pl-20{
        padding-left:8px !important;
    }
    .tags_list span{
        font-size:9px;
        padding:4px 9px 2px;
    }
    .tags_list span img{
        display:none !important;
    }
}

@media (min-width: 320px) and (max-width: 425px){

    header .dropdown-menu{
        left: 00px !important;
        width: 270px !important;
    }
    .bloque-programa{
        width: 100%;
    }
}

body #login-modal .modal-dialog {
  max-width: 890px;
  width: calc(100% - 50px);
  margin: 1.75rem auto !important;
}

body #login-modal .modal-dialog .modal-content {
  border-radius: 12px;
  border: none;
}

body #login-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 {
  border-radius: 12px 0 0 12px;
  background: #2A50E8;
  padding: 44px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .logo {
  margin-left: 30px;
  margin-bottom: 26.5px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .title {
  margin-left: 30px;
  font-size: 35px;
  font-weight: bold;
  font-family: "Montserrat";
  color: white;
  margin-bottom: 13px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .pc {
  width: 100%;
  position: relative;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .pc img {
  width: 100%;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .pc .descr {
  margin-left: 30px;
  position: absolute;
  bottom: 0;
  color: white;
  /*font-size: 18px;*/
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 {
  padding: 31px 46px 27px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway";
  margin-bottom: 21px;
  text-align: center;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 button {
  width: 100%;
  height: 56px;
  margin-bottom: 7px;
  border-radius: 38px;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 button img {
  margin-right: 18px;
  position: absolute;
  top: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 30px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .descr {
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway";
  text-align: center;
  margin: 13px 0 23px;
  line-height: 24px;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .outline-dark {
  background: white;
  color: #041956;
  border: 2px solid #041956;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .outline-info {
  background: white;
  color: #006DB2;
  border: 2px solid #006DB2;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .outline-danger {
  background: white;
  color: #CB1566;
  border: 2px solid #CB1566;
}

body #login-modal .modal-dialog .modal-content .modal-body .div2 .outline-primary {
  background: white;
  color: #2A50E8;
  border: 2px solid #2A50E8;
  font-size: 20px;
}

/*------*/

.subsci_outer .terminos{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.subsci_outer .terminos label{
    margin-bottom: 0px;
    margin-left:6px;
}

.more_info a img:nth-child(2){
    display:none;
}

.more_info a:hover img:nth-child(1){
    display:none;
}

.more_info a:hover img:nth-child(2){
    display:block;
}

.div_int img {
    max-width: 364px;
}

.policy2{
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 30px;
    padding: 0px 30px;
}

.policy2 p{
    display: flex;
}

.policy2 p input{
    margin-top: 6px;
    margin-right: 12px;
}

.policy2 p:nth-child(1){
    width:75%;
    margin-right: 60px;
}

.policy2 p:nth-child(2){
    width:25%;
}
.franja-promo{
    background-image: url("https://s3-us-west-2.amazonaws.com/uploads-desarrolloglobal.pe/2021/04/cinta-negro.png");
    background-repeat: no-repeat;
    background-size: contain;
    height:90px;
}
