@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
.seccion {
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}

.seccion h1 {
    padding-top: 260px;
    font-size: 95px;
    color: #000;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    font-weight: bold;
}
header {
    background-color: #cfcfcf;
}
.nav-item a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease-out;
}
.nav-item a:hover {
    background-color: #fff;
    color: #000;
}
.navigation-wrap .nav-item {
    padding: 10px;
    transition: all 200ms linear;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler i {
    color: #000;
    font-size: 27px;
}

.navbar-nav {
    text-align: center;
}
.dropdown a:focus {
    color: #000;
}

.dropdown-menu {
    background-color: #cfcfcf;
    border: none;
}
.botonScrollTop {
    position: fixed;
    height: 45px;
    width: 42px;
    background-color: #ffd433;
    right: 30px;
    bottom: 30px;
    text-align: center;
    line-height: 45px;
    color: #000;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.seccion1 {
    background-color: #ffd433;
}

.seccion1 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

.seccion2 .tituloSeccion2 {
    padding-top: 25px;
    padding-bottom: 45px;
    font-size: 60px;
}

.seccion2 .icon {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    background-color: #ffd433;
    width: 110px;
    padding: 25px;
    color: #fff;
}
.seccion3 {
    background-image: url("../img/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    background-attachment: fixed;
}

.seccion3 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    padding-top: 100px;
}

.seccion4 .tituloSeccion4 {
    padding-top: 25px;
    padding-bottom: 45px;
    font-size: 60px;
}
.seccion4 .card {
    border: none;
}
.tituloSeccion5 {
    padding-top: 25px;
    padding-bottom: 45px;
    font-size: 60px;
}
.accordion-button {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #ffd433;
}
.accordion-item {
    border: none;
}
.accordion-button:not(.collapsed) {
    font-size: 20px;
    color: #fff;
    background-color: #ffd433;
    font-weight: 400;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body p {
    text-align: initial;
}
.accordion-body img {
    width: 250px;
}
.accordion-body video {
    width: 590px;
    border-radius: 5px;
}
.accordion-body iframe {
    border-radius: 5px;
}

.sectionForm {
    background-color: #f8f8f8;
}
.sectionForm .containerForm {
    width: 80%;
    padding: 20px;
}
.sectionForm .containerForm .formRow {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.sectionForm .containerForm .formRow .colForm {
    position: relative;
    width: 100%;
    padding: 0px 10px;
    margin: 30px 0px 10px;
    transition: 0.5s;
}
.sectionForm .containerForm .formRow .colForm .inputBox {
    position: relative;
    width: 100%;
    height: 40px;
    color: #000;
    font-weight: bold;
}
.sectionForm .containerForm .formRow .colForm .inputBox input,
.sectionForm .containerForm .formRow .colForm .inputBox select,
.sectionForm .containerForm .formRow .colForm .inputBox.textarea textarea {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 18px;
    padding: 0px 10px;
    z-index: 1;
    color: #000;
}
.sectionForm .containerForm .formRow .colForm .inputBox select {
    border-bottom: 2px solid #ffd433 !important;
    font-weight: bold;
    padding: 0 6px;
}
.sectionForm .containerForm .formRow .colForm .inputBox .text {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0px 10px;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}
.sectionForm .containerForm .formRow .colForm .inputBox input:focus + .text,
.sectionForm .containerForm .formRow .colForm .inputBox input:valid + .text {
    left: -10px;
    top: -35px;
}
.sectionForm .containerForm .formRow .colForm .inputBox .line {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: 0.5s;
    border-radius: 2px;
    pointer-events: none;
    background-color: #ffd433;
}
.sectionForm .containerForm .formRow .colForm .inputBox input:focus ~ .line,
.sectionForm .containerForm .formRow .colForm .inputBox input:valid ~ .line {
    height: 100%;
}
.sectionForm .containerForm .formRow .colForm .inputBox.textarea {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px 0px;
}
.sectionForm .containerForm .formRow .colForm .inputBox.textarea textarea {
    height: 100px;
    resize: none;
}
.sectionForm .containerForm .formRow .colForm .inputBox textarea:focus + .text,
.sectionForm .containerForm .formRow .colForm .inputBox textarea:valid + .text {
    left: -10px;
    top: -35px;
}
.sectionForm .containerForm .formRow .colForm .inputBox textarea:focus ~ .line,
.sectionForm .containerForm .formRow .colForm .inputBox textarea:valid ~ .line {
    height: 100%;
}
.sectionForm .containerForm .formRow .colForm .sendBtn{
    background-color: #ffd433;
    color: #000;
    padding: 10px 30px;
    border-radius: 5px;
}
input[type="submit"] {
    border: none;
    padding: 7px 35px;
    cursor: pointer;
    outline: none;
    background-color: #ffd433;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.alertaRoja {
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
}
.alertaVerde {
    color: #2d572c;
    font-weight: 500;
    font-size: 18px;
}
footer {
    background-color: #ffd433;
}

footer p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand img {
        width: 68px;
    }
    .nav-item a {
        font-size: 17px;
    }
    .seccion h1 {
        font-size: 55px;
    }
    .seccion1 h2 {
        font-size: 27px;
    }
    .seccion2 .tituloSeccion2 {
        font-size: 45px;
    }
    .seccion3 h2 {
        font-size: 45px;
    }
    .seccion4 .tituloSeccion4 {
        font-size: 45px;
    }
    .tituloSeccion5 {
        font-size: 45px;
    }
    footer p {
        font-size: 15px;
    }
    .botonScrollTop {
        background-color: #fddb59;
        right: 13px;
    }
    .accordion-body video {
        width: 311px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img {
        width: 90px;
    }
    .nav-item a {
        font-size: 19px;
    }
    .seccion h1 {
        font-size: 75px;
    }
    .seccion1 h2 {
        font-size: 30px;
    }
    .seccion2 .tituloSeccion2 {
        font-size: 50px;
    }
    .seccion3 h2 {
        font-size: 50px;
    }
    .seccion4 .tituloSeccion4 {
        font-size: 50px;
    }
    .tituloSeccion5 {
        font-size: 50px;
    }
    footer p {
        font-size: 18px;
    }
    .botonScrollTop {
        background-color: #fddb59;
        right: 13px;
    }
    .accordion-body video {
        width: 396px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand img {
        width: 100px;
    }
    .nav-item a {
        font-size: 25px;
    }
    .seccion h1 {
        font-size: 85px;
    }
    .seccion1 h2 {
        font-size: 55px;
    }
    .seccion2 .tituloSeccion2 {
        font-size: 65px;
    }
    .seccion3 h2 {
        font-size: 65px;
    }
    .seccion4 .tituloSeccion4 {
        font-size: 65px;
    }
    .tituloSeccion5 {
        font-size: 65px;
    }
    footer p {
        font-size: 18px;
    }
    .botonScrollTop {
        background-color: #fddb59;
        right: 13px;
    }
}
