/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proto Mono';
    font-display: swap;
    font-weight: 500;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

p,
li,
label {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.2em;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* links */ 
a {
    color: #F73939;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #FE4912;
}



/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
}

.titleSnipet {
    display: none;
}


/*Generar styles*/

.success {
  display: none;
}
.untested {
  display: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--black);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--white);
    transition: all 0.3s ease;
}

::selection {
    color: var(--black);
    background: var(--yellow);
}

::-moz-selection {
    color: var(--black);
    background: var(--yellow);
}

:root {
    --black: #1c1c1c;
    --white: #FAFAFA;
    --yellow: #E3FB51;
    --orange: #F64915;
    --blue: #403DEB;
    --blue-light: #82B5FF;
}

body {
    background-color: var(--black);
    color: var(--white);
    overflow-x: hidden;
}

.ctaAcademy {
    color: var(--white) !important;
    background-color: var(--orange);
    border-radius: .5em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    transition: .3s ease;
}

.ctaAcademy:hover {
    background-color: var(--white);
    color: var(--black) !important;
}

.content-image img {
    max-width: 150px;
    width: 100%;
}

/* --------Landing Page--------- */

/* Nabvar */

.cs-nav-004 {
    background-color: var(--black);
}

.cs-nav-004 .navbar .nav-link {
    color: #E3FB51;
    text-decoration: none;
    font-weight: 600;
}

.cs-nav-004 .navbar .nav-link:hover {
    color: var(--white) !important;
}

header .logo {
    max-width: 210px;
}

.navbar-toggler {
    background-color: var(--yellow);
}

.cta-registro {
    background-color: var(--orange);
    color: var(--white) !important;
    border-radius: .5em;
    padding: .2em .5em;
}

.cta-registro:hover {
    background-color: var(--blue);
}

/* ----------Hero*/
.cs-hero-004 h1 {
    position: relative;
    float: left;
    background-color: var(--black);
    color: var(--white);
    
}

.cs-hero-004 h1 span {
    position:absolute;
    right:0;
    width:0;
    background-color: var(--black);
    border-left: 1px solid var(--yellow);
    animation: escribir 3s steps(10) infinite alternate;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}

.cs-hero-004 .hero-logo{
    max-width: 200px;
    width: 100%;
    bottom: .6em;
    position: relative;
}



/*----------Section 1*/
.cs-content-001 {
    background-color: var(--black);
}

.cs-content-001 h2 {
    color: var(--white);
}

.cs-content-001 h2 span.blue {
    color: var(--blue-light);
}

.cs-content-001 h2 span.yellow {
    color: var(--yellow);
}

/* section 1 video */
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;

    height: 37.8em;
    width: 19em;
    margin: 0 auto;
    border-radius: 2.7em 2.7em 3.4em 3.4em !important;
    -moz-border-radius: 2.7em 2.7em 3.4em 3.4em !important;
    -o-border-radius: 2.7em 2.7em 3.4em 3.4em !important;
    -webkit-border-radius: 2.7em 2.7em 3.4em 3.4em !important;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*----------Section 2*/
.cs-content-002 h2 span.blue {
    color: var(--blue-light);
}

.cs-content-002 h3 {
    color: var(--blue-light);
}

/*----------Section 3*/
.cs-content-002 img.orange {
    max-width: 122px;
    width: 100%;
}

.cs-content-002 .step {

    border-radius: 1em;
    border: 1px solid var(--white);
}

.cs-content-002 .flecha-orange {
    max-width: 70px;
    width: 100%;
}

/*----------Section 4*/
.cs-content-001 h3 {
    color: var(--yellow);
}

.cs-content-001 .image-content {
    position: relative;
}

.cs-content-001 .image-content img {
    border-radius: 1em;
    max-width: 400px;
    width: 100%;
}

.cs-content-001 .image-content:before {
    content: "";
    position: absolute;
    top: -6%;
    left: -2%;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    height: 90%;
    border: 2px solid var(--blue-light);
    border-radius: 1em;
}

.cs-content-001 .image-content:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 4%;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    height: 89%;
    border: 2px solid var(--yellow);
    border-radius: 1em;
}

.cs-content-001 .image-content .text-person{
    position: absolute;
    width: 100%;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cs-content-001 .image-content .text-person h4{
    background-color: var(--blue);
    color: var(--white);
    display: inline-block;
    padding: .2em;
    margin-bottom: 0;
    font-size: 1.1em;
}

.cs-content-001 .image-content .text-person p{
    background-color: var(--blue-light);
    color: var(--white);
    display: inline-block;
    padding: .2em;
    font-size: .9em;
}


/*----------Section 5*/
.cs-video-001 iframe {
    height: 450px;
    border-radius: 1em;
    max-width: 850px;
    width: 100%;
}

.cs-video-001 .parrafos {
    columns: 2;
}

.cs-video-001 .parrafos p b {
    color: var(--blue-light);
}

/*----------Section 6*/
.cs-content-006 h2 span {
    color: var(--blue-light);
}


/*----------Section 7*/

.item {
    background-color: var(--blue);
    min-height: 55vh;
    border-radius: 1em;
    border: 4px solid var(--blue-light);
}

.item .name img {
    max-width: 80px;
}



.cs-review-001 h2 span {
    color: var(--blue-light);
}




/*----------Section 7*/
.cs-form-003 label {
    background-color: transparent;
    font-size: 1em;
}


.cs-form-003 .form-control,
.cs-form-003 .form-select {
    background-color: var(--black);
    color: var(--white);
    border: 1px dashed var(--white);
}

.cs-form-003 .form-control:focus,
.cs-form-003 .form-select:focus {
    box-shadow: 0 0 10px var(--yellow);
}

.form-check-input {
    margin-top: 0;
}

.cs-form-003 button {
    background-color: var(--yellow);
    color: var(--black);
    font-weight: 600;
    font-family: 'Proto Mono';
}

.cs-form-003 button:hover {
    background-color: var(--white);
    color: var(--black);
}

.cs-form-003 a {
    color: var(--orange);
}

.cs-form-003 a:hover {
    color: var(--white);
}

.alert-danger {
    color: var(--black) !important;
    margin-top: .5em;
}

/* footer */
footer {
    background-color: var(--black);
}

footer .logo {
    max-width: 350px;
}

footer ul li {
    background-color: var(--orange);
}

footer a {
    color: #FFFFFF;
    text-decoration: underline;
    transition: color 0.3s;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #FFFFFF;
}


/* Thank you Page */
.contentTY {
    min-height: 40vh;
}

.contentTY h2 {
    color: var(--blue-light);
}



@media only screen and (max-width: 1346px) {
    .content-image img{
        max-width: 100px;
    }
}


@media only screen and (max-width: 767px) {

    h1 {
        font-size: 2.5em;
    }
    
    h2 {
        font-size: 2em;
    }
    
    h3 {
        font-size: 1.5em;
    }

    p, ul li{
        font-size: 1.1em;
    }

    .cs-content-001 .image-content img {
        max-width: 350px;
        width: 100%;
    }

    .cs-video-001 .parrafos {
        columns: 1;
    }

    .content-cs-006 {
        width: 50%;
    }

    .cs-content-002 .content-flecha {
        display: none;
    }

}

@media only screen and (max-width: 575px) {
    .content-cs-006 {
        width: 100%;
    }

    .content-image img {
        max-width: 80px;
    }

}


@media only screen and (max-width: 664px) {
    .cs-video-001 iframe {
        height: 350px;

    }

}


@media only screen and (max-width: 380px) {
    .embed-responsive {
        height: 29.8em;
        width: 15em;
    }

}