@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::selection {
    background: #f9580e;
    color: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: #FFC300; /*0c0b0b e67e22*/
}

.heading {
    font-size: 4rem;
    color: #171717; /*f9580e*/
    text-align: center;
    padding: 6rem 1rem 0 0;
    letter-spacing: .2rem;
    font-weight: 600;
}

.title {
    padding: 0 1rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

header {
    width: 100%;
    background: #FFC300 ; /*171717*/
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    z-index: 1000;
    transition: .2s;
}
header .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

header .navbar ul li {
    margin: 0 1rem;
}

header .navbar ul li a {
    font-size: 2rem;
    color: #fff;
    transition: .2s;
}

header .navbar ul li .active,
header .navbar ul li a:hover {
    color: #f9580e;
}


header .logo {
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
}

header .fa-bars {
    font-size: 3rem;
    color: #f9580e;
    cursor: pointer;
    display: none;
    transition: .2s;
}

.home {
    min-height: 50vh;
    background: linear-gradient(rgba(225,184,0,0.2), rgba(236,134,0,0.8)), url(images/ocelot.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.home .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding-top: 25rem;
    text-align: center;
}

.home .content h1 {
    font-size: 5rem;
    color: #fff;
    padding: 0 1rem;
    text-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.home .content p {
    font-size: 2rem;
    color: #fff;
    padding: 1rem 25rem;   
}

.home .content button {
    height: 5rem;
    width: 20rem;
    border-radius: 1rem;
    background: #f9580e;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
    margin: 4rem 0;
    border-color: #f9580e;
}

.home .content button:hover {
    background: none;
    border: .2rem solid #f9580e;
}

.product {
    text-align: center;
    margin: 100px 0;
}

.product .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.product .box-container .box {
    height: 25rem;
    width: 25rem;
    background: #171717;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
    cursor: pointer;
}

.product .box-container .box h3 {
    font-size: 2rem;
    color: #f9580e;
    transition: .2s;
}

.product .box-container .box p {
    font-size: 1.3rem;
    padding: .7rem 2rem;
    color: #fff;
}

.product .box-container .box:hover h3 {
    color: #ffc246;
}

.product button {
    height: 5rem;
    width: 20rem;
    border-radius: 1rem;
    background: #f9580e;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
    margin-top: 50px;
}

.product button:hover {
    background: none;
    border: .2rem solid #f9580e;
}

.warning {
    background: #e67e22; /*171717*/
}

.about {
    background: #FFC300; /*171717*/
}

.about .title {
    margin-bottom: 3rem;
}

.about .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about .row .image img {
    height: 40vh;
    width: 20vw;
    margin-left: 100px;
}

.about .row .content {
    padding-left: 5rem;
    margin: 5rem 0;
}

.about .row .content h3 {
    font-size: 3rem;
    color: #171717; /*f9580e*/
}

.about .row .content p {
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem 0;
}

.about .row .content button {
    height: 5rem;
    width: 17rem;
    background: #f9580e;
    color: #fff;
    border-radius: 1rem;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .3);
    cursor: pointer;
    font-size: 2rem;
    transition: .2s;
    margin-top: 2rem;
}

.about .row .content button:hover {
    background: none;
    border: .2rem solid #f9580e;
}

/* BOTON INSCRIPCIONES
.b1{
    display: inline-block;
    background-color: chartreuse;
    padding: 15px 35px;
    color: brown;
    text-decoration: none;
    
}*/
.cartel1{
    width: 500px;
}
/*puse esto*/
.alumns {
    background: #e67e22; /*171717*/
}

.alumns button {
    display: inline-block;
    background-color: darkgoldenrod;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 25px;
    margin-top: 25px; 
}

.alumns button:hover{
    background-color: rgb(191,0,255);
}

.alumns .cartel1{
    margin-left: 80px;
}

.alumns .cartel2{
    margin-left: 150px;
}

.alumns .doctos{
    margin-right: 1000px;
    padding: 0;
    color: brown;
    font-size: 15px;
}

.alumns .carnet{
    margin-right: 1000px;
    padding: 0;
    color: brown;
    font-size: 15px;
}

.alumns .beca{
    margin-right: 1000px;
    padding: 0;
    color: brown;
    font-size: 15px;
}

.alumns .ortografia{
    margin-right: 1000px;
    padding: 0;
    color: brown;
    font-size: 15px;
}

.alumns .circular{
    margin-right: 1000px;
    padding: 0;
    color: brown;
    font-size: 15px;
}
/*AQUI PUSE */
.alumns .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.alumns .box-container .box {
    height: 25rem;
    width: 25rem;
    background: #171717;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
    cursor: pointer;
}

.alumns .box-container .box h3 {
    font-size: 2rem;
    color: #f9580e;
    transition: .2s;
}

.alumns .box-container .box p {
    font-size: 1.3rem;
    padding: .7rem 2rem;
    color: #fff;
}

.alumns .box-container .box:hover h3 {
    color: #ffc246;
}

.contenedor {
    text-align: center;
    
}
.teachers {
    background: #FFC300; /*171717*/
}

.imagenes{
    margin-right: 100px;
    display: flex;
}

.imagenes .imagen1{
    margin-left: 50px;
}
.imagenes .imagen2{
    margin-left: 80px;
}

.image2{
    margin-top: 20px;
}

.image3{
    margin-top: 20px;
}

.aula {
    background: #e67e22; /*171717*/
}
.aula .boton-clase{
    
    display: flex;
    justify-content: center;
    background-color: blue;
    border: none;
    color: lavenderblush;
    padding: 30px 15px;
    text-decoration: none;
    font-size: 2rem;
    border-radius: 12px;
    font-family: sans-serif;
    
}

.aula .image{
    display: flex; 
    justify-content: center;  
}

.control {
    background: #FFC300; /*171717*/
}

.contact {
    background: #e67e22; /*171717*/
}

.contact .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
    text-align: center;
}

.contact .row .form-container {
    width: 50%;
    padding-right: 6rem;
}

.contact .row .form-container input, textarea {
    height: 4rem;
    width: 100%;
    background: #fff;
    border-radius: 5rem;
    padding: 0 1rem;
    margin: 1rem 0;
    color: #f9580e;
    font-size: 1.7rem;
    transition: .2s linear;
}

.contact .row .form-container input:focus, textarea:focus {
    border: .4rem solid #f9580e;
}

.contact .row .form-container textarea {
    height: 20rem;
    border-radius: 1rem;
    padding: 1rem;
    resize: none;
}

.contact .row .form-container input[type="submit"] {
    height: 5rem;
    width: 17rem;
    background: #f9580e;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    transition: .2s;
}

.contact .row .form-container input[type="submit"]:hover {
    background: none;
    color: #f9580e;
    border: .2rem solid #f9580e;
}

.footer {
    text-align: center;
    background-color: #e67e22; 
}

.footer .icons {
    padding: 3rem 0;
}

.footer .icons a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.2rem;
    text-align: center;
    border-radius: 50%;
    color: #ffc246; 
    border: .2rem solid #ffc246;
    font-size: 2rem;
    margin: 0 .1rem;
    transition: .2s linear;

}

.footer .icons a:hover {
    color: #fff;
    background: #f9580e;
    border-color: #f9580e;
}

@media (max-width: 768px) {
    
    html {
        font-size: 55%;
    }

    header .fa-bars {
        display: block;
    }

    header .navbar {
        position: fixed;
        top: -100rem;
        left: 0;
        width: 100%;
        background: #171717;
        border-radius: 1rem;
        opacity: 0;
        transition: .2s linear;
    }

    header .navbar ul {
        flex-flow: column;
        padding: 2rem 0;
    }

    header .navbar ul li {
        margin: 1rem 0;
        width: 100%;
        text-align: center;
    }

    header .navbar ul li a {
        font-size: 3rem;
        display: block;
    }

    header .nav-toggle {
        top:5.5rem;
        opacity: 1;
    }

    .home .content p {
        padding: 1.5rem 2rem;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .about .row .image img {
        height: 30vh;
        width: 90vw;
    }

    .about .row .content {
        padding: 0 2.5rem;
    }

    .course .box-container {
        width: 100%;
    }

    .contact .row {
        flex-flow: column;
    }

    .contact .row .form-container {
        width: 90%;
        padding: 0;
    }



}
