html,
body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #0a183d;
    font-weight: 600;
    line-height: 1;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
    padding: 0.5em;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    color: #6a7080;
    line-height: 1.8;
    font-weight: 500;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*---------------------
Helper CSS
 -----------------------*/

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 60px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero {
    padding: 0;
}


/* Gallery session */

.article_gallery {
    /* width: 80em;
    height: 80em;*/
    margin-top: 2em;
    margin-left: 20em;
    margin-bottom: 2em;
}

#carouselExampleControls {
    width: 30em !important;
}

#mgc {
    height: 20em !important;
}

.img_gallery {
    width: 40em;
    padding: 1em;
    height: 20em;
}

.gallery_remember {
    width: 100%;
    text-align: center;
    padding-bottom: 2em;
    padding-top: 2em;
}

.youtube-video {
    width: 720px;
    height: 480px;
}

.description_gallery {
    padding: 1em;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/*------------------
Header section
 ---------------------*/

.header-section {
    padding-left: 55px;
    padding-right: 72px;
    /* background: #08192d; */
    background: rgb(212, 227, 244);
    background: linear-gradient(90deg, rgba(212, 227, 244, 1) 0%, rgba(85, 122, 166, 1) 25%, rgba(38, 73, 115, 1) 46%, rgba(21, 54, 93, 1) 71%, rgba(8, 25, 45, 1) 100%);
}

.site-logo {
    display: inline-block;
    padding: 0;
    padding: 1em 1em;
    width: 15em;
}

.header-right {
    float: right;
    padding: 44px 0;
    margin-left: 130px;
}

.header-right .hr-btn {
    display: inline-block;
    color: #979aa5;
}

.header-right .user-panel {
    display: inline-block;
}

.header-right .user-panel a {
    font-size: 16px;
    color: #ffffff;
    margin: 0 10px;
}

.header-right .user-panel .register {
    color: #fc0254;
    margin-right: 0;
}

.header-right span {
    color: #fff;
    display: inline-block;
    padding-left: 9px;
}

.main-menu {
    list-style: none;
    float: right;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 44px 10px;
    margin-left: 60px;
}

.main-menu li a:hover {
    color: #fc0254;
}

.main-menu li:first-child a {
    margin-left: 0;
}

.main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.main-menu .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 60px;
    top: 100%;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
    display: block;
}

.main-menu .sub-menu li a {
    display: block;
    color: #000;
    margin-left: 0;
    padding: 5px 20px;
}

.main-menu .sub-menu li a:hover {
    color: #fc0254;
}

.slicknav_menu {
    display: none;
}


/* Container */

.container {
    /* border: 1px solid red; */
    max-width: 1200px;
    /* con esto tendremos siempre el maximo tamaño cuando se amplie el contenedor */
    /* width: 100%; */
    /* con esto tendremos siempre el maximo tamaño cuando se amplie el contenedor */
    flex: 1;
    margin: 0 auto;
    /* El display de este elemento es heredado */
    display: inherit;
    justify-content: inherit;
    align-content: inherit;
    align-items: inherit;
    height: inherit;
    /* Organizar el flex para que respete el contenedor */
    flex-wrap: inherit;
}


/* hero sesion */

.hero-section {
    /* justify-content: space-between;
    padding-bottom: 90px; */
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* background: #0a183d; */
    height: 40em;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
    margin: 0;
    width: auto;
}

.hs-text {
    padding: 0;
    /* padding-top: 90px; */
    max-width: 475px;
    /* El display de este elemento es heredado */
    /* display: inherit;
    justify-content: inherit;
    align-content: inherit;
    align-items: inherit;
    height: inherit; */
    position: relative;
    top: 10em;
    z-index: 1;
    padding: 5em;
    /* Organizar el flex para que respete el contenedor */
    /* flex-wrap: inherit; */
}

.hero-section h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 0.9;
    top: 50px;
}

.hs-text span {
    color: #fc0254;
}

.hs-img {
    width: 30em;
}

table,
th,
td {
    border: 1px solid black;
}


/* ----------------
Intro section
 -------------------*/

.intro-section p {
    margin-bottom: 35px;
    padding-top: 10px;
}

.hi-icon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: #fc0254; */
    background: white;
    margin-bottom: 25px;
}


/* ----------------
Courses section
 -------------------*/

.how-section {
    background-color: #0a183d;
}


/* ----------------
Concept section
 -------------------*/

.concept-section p {
    padding-top: 5px;
}


/* --------------------
Subscription section
 -----------------------*/

.subscription-section {
    background: #0a183d;
}

.sub-text {
    padding-right: 15px;
}

.sub-text h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 500;
}

.sub-text h3 {
    color: #fc0254;
    margin-bottom: 30px;
    font-weight: 500;
}

.courses_icon {
    width: 10em;
    padding-top: 1em;
}

.courses_icon_tags {
    width: 200px;
    height: 100px;
    border-radius: 60px;
}


/************************* footer sesion  ***********************/

#contact {
    text-align: center;
    padding: 1em 0 1em 0;
}

.footer-section h5 {
    text-align: center;
    padding: 1em 0 1em 0;
}

.footer_content {}

.social-links a {
    display: inline-block;
    color: #6a7080;
    font-size: 4em;
    margin-right: 35px;
}

.copyright {
    text-align: center;
    padding: 1em 0 1em 0;
    color: #0a183d;
}

.social_content {
    width: 100%;
    text-align: center;
    padding-top: 2em;
}


/***************************  user Info message **************************/

.form_footer {
    text-align: center;
}

.form_footer input {
    width: 50em;
    margin: 1em 0;
}

.user_mesage {
    margin: 1em 0;
    width: 50em;
    height: 15em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        height: 30em;
        opacity: 0.7;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: 0;
        margin: 0;
        width: auto;
    }
    .hs-text h2 {
        font-size: 4em !important;
        position: relative;
        top: 1em;
        z-index: 1;
        padding: 0;
        /* Organizar el flex para que respete el contenedor */
        flex-wrap: inherit;
    }
    .hs-img {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .footer_content {
        flex-direction: column;
    }
    .user_mesage {
        width: 30em;
        height: 15em;
    }
    .form_footer input {
        width: 30em;
        margin: 1em 0;
    }
}

@media only screen and (max-width: 1023px) {
    .hero-section {
        height: 30em;
        opacity: 0.7;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: 0;
        margin: 0;
        width: auto;
    }
    .hs-text {
        padding: 0;
        top: 7em;
    }
    .hs-text h2 {
        font-size: 4em !important;
        position: relative;
        top: 3em;
        z-index: 1;
        padding: 0;
        /* Organizar el flex para que respete el contenedor */
        flex-wrap: inherit;
    }
    .hs-img {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .gallery_1 {
        display: none;
    }
    .gallery_2 {
        display: none;
    }
    .footer_content {
        flex-direction: column;
    }
    .form_footer input {
        width: 25em;
        margin: 1em 0;
    }
    .user_mesage {
        width: 25em;
        height: 15em;
    }
    .form_footer {
        padding-left: 0;
        margin: 0;
    }
    /**************************** corousel ***********************/
    .article_gallery {
        width: 30em;
        margin-left: 10em;
        margin-right: 1em;
    }
    #carouselExampleControls {
        width: 30em !important;
    }
    #imgc {
        width: 30em !important;
        height: 30em !important;
    }
}


/* Large Mobile :767px. */

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    /* @media only screen and (max-width: 767px) { */
    .hero-section {
        height: 30em;
        opacity: 0.7;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: 0;
        margin: 0;
        width: auto;
    }
    .hs-text h2 {
        font-size: 0.5;
        position: relative;
        top: 3em;
        z-index: 1;
        padding: 0;
        /* Organizar el flex para que respete el contenedor */
        flex-wrap: inherit;
    }
    .hs-img {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .gallery_1 {
        display: none;
    }
    .gallery_2 {
        display: none;
    }
    .footer_content {
        flex-direction: column;
    }
    .form_footer input {
        width: 25em;
        margin: 1em 0;
    }
    .user_mesage {
        width: 25em;
        height: 15em;
    }
    .form_footer {
        padding-left: 0;
        margin: 0;
    }
    /**************************** corousel ***********************/
    .article_gallery {
        width: 30em;
        margin-left: 10em;
        margin-right: 1em;
    }
    #carouselExampleControls {
        width: 30em !important;
    }
    #imgc {
        width: 30em !important;
        height: 30em !important;
    }
}


/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .hero-section {
        height: 20em;
        opacity: 0.7;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: 0;
        margin: 0;
        width: auto;
    }
    .hs-text {
        padding: 0;
        top: 2em;
    }
    .hs-text h2 {
        font-size: 3em !important;
        position: relative;
        z-index: 1;
        padding: 0;
        /* Organizar el flex para que respete el contenedor */
        flex-wrap: inherit;
    }
    .hs-img {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .gallery_1 {
        display: none;
    }
    .gallery_2 {
        display: none;
    }
    #metodology {
        font-size: 40px;
    }
    .footer_content {
        flex-direction: column;
    }
    .form_footer {
        padding-left: 0;
        margin: 0;
    }
    .form_footer input {
        width: 20em;
        margin: 1em 0;
    }
    .user_mesage {
        width: 20em;
        height: 15em;
    }
    /* galeria */
    .youtube-video {
        width: 310px;
        height: 240px;
    }
    .article_gallery {
        width: 20em;
        margin-left: 1em;
        margin-right: 1em;
    }
    /**************************** corousel ***********************/
    #carouselExampleControls {
        width: 20em !important;
    }
    #imgc {
        width: 20em !important;
        height: 20em !important;
    }
}


/* Small Mobile :320px. */

@media only screen and (min-width: 240px) and (max-width: 320px) {
    .hero-section {
        height: 15em;
        opacity: 0.7;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: 0;
        margin: 0;
        width: auto;
    }
    .hs-text {
        padding: 0;
        top: 6em;
    }
    .hs-text h2 {
        font-size: 2em !important;
        position: relative;
        z-index: 1;
        padding: 0;
        /* Organizar el flex para que respete el contenedor */
        flex-wrap: inherit;
    }
    .hs-img {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .gallery_1 {
        display: none;
    }
    .gallery_2 {
        display: none;
    }
    #metodology {
        font-size: 40px;
    }
    .footer_content {
        flex-direction: column;
    }
    .form_footer {
        padding-left: 0;
        margin: 0;
    }
    .form_footer input {
        width: 20em;
        margin: 1em 0;
    }
    .user_mesage {
        width: 20em;
        height: 15em;
    }
    /* galeria */
    .youtube-video {
        width: 310px;
        height: 240px;
    }
    .article_gallery {
        width: 18em;
        margin-left: 1em;
        margin-right: 1em;
    }
    /**************************** corousel ***********************/
    #carouselExampleControls {
        width: 15em !important;
    }
    #imgc {
        width: 15em !important;
        height: 15em !important;
    }
}