@import "main.css";

.titulo-banner {
    font-size: 4em;
    font-weight: 800;
    text-align: right;
    color: #ff6b00;
}

.cambio-color {
    color: #ff6b00;
}

.cambio-tamaño {
    font-size: 2.7em;
}

hr {
    width: 100%;
    border: solid 1px #02305d;
}

/*Seccion 1 Banner */

.grid-secc-1-banner {
    margin-top: 120px;
    max-width: 95%;
    display: grid;
    grid-template-columns: 50% 50%;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    justify-items: center;
}

.contenido-secc-1-banner {
    padding-top: 6rem;
}

.img-secc-1-banner img {
    max-width: 99%;
}

@media screen and (max-width: 1227px) {
    .titulo-banner {
        font-size: 2.5em;
    }

    .grid-secc-1-banner {
        margin-top: -2.4em;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-secc-1-banner img {
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
        max-width: 60%;
    }
    .contenido-secc-1-banner{
        margin: 0;
    }
}

/* Seccion 2 Info */
.info-api {
    margin-top: 1.5em;
}

.txt-intro {
    text-align: center;
}

.generacion {
    margin-top: 3em;
    display: flex;
}

.img-gen {
    width: 70%;
}

.img-gen img {
    max-width: 85%;
}

.info-gen {
    margin-top: 6.3em;
    width: 30%;
}

.historial {
    margin-top: 3em;
    display: flex;
}

.img-hist {
    width: 70%;
}

.img-hist img {
    max-width: 90%;
    transform: translateX(2.3em);
}

.info-hist {
    margin-top: 6.3em;
    width: 30%;
}

.desarrolladores {
    margin-top: 3em;
    display: flex;
}

.img-desar {
    width: 70%;
}

.img-desar img {
    max-width: 82%;
}

.info-desar {
    margin-top: 4em;
    width: 30%;
}

@media screen and (max-width: 1227px) {
    .cambio-tamaño {
        font-size: 2em;
    }

    .generacion {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .img-gen {
        width: 85%;
    }

    .img-gen img {
        max-width: 100%;
    }

    .info-gen {
        margin: 0;
        width: 95%;
    }

    .historial {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .img-hist {
        width: 85%;
    }

    .img-hist img {
        max-width: 100%;
        transform: translateX(0);
    }

    .info-hist {
        margin: 0;
        width: 95%;
    }
    .desarrolladores {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .img-desar {
        width: 85%;
    }
    .img-desar img {
        max-width: 100%;        
    }
    .info-desar {
        margin: 0;
        width: 95%;
    }
}

/* Seccion 3 Logos seleccion*/

.paqueterias { 
    padding: 2em 0;
    text-align: center;
}

.logos-paq {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.logos-paq img {
    max-width: 7em;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding: 1em;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container:hover {
    background: #f7f7f7;
    border-radius: .3em;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2),
    -6px -6px 20px #fff;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgb(236, 236, 236);
    border: 1px solid #02305d;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-acceptance {
    border-radius: 5px;
    overflow: hidden;
    font-size: .8125em;
    line-height: 1.307em;
    border: 2px solid #fff;
    max-width: 800px;
    position: relative;
}

.left-wrap {
    width: 50px;
    float: left;

}

.left-wrap input[type=checkbox] {
    margin: 20px 17px;
}

.left-wrap input {
    margin: 20px 17px;
}

.right-wrap {
    width: 740px;
}

.checkbox-acceptance label {
    padding-top: 20px;
    display: inline-block;
}

@media screen and (max-width: 1227px) {
    .logos-paq {
        max-width: 12em;
        display: flex;
        flex-direction: column;
        position: relative;
        left: 5%;
        margin: auto;
    }
}

/* Seccion 4 Contacto */

.info-contacto p {
    text-align: center;
}

.contenedor-contacto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.input-contacto {
    padding: 1.2em 1.2em;
}

.dato-contacto1,
.dato-contacto2 {
    padding-top: 1em;
}

#bresconder {
    display: none;
}
@media screen and (max-width: 960px) {
    .contenedor-contacto{
        flex-direction: column;
        justify-content: center;
    }
    .dato-contacto1, .dato-contacto2 {
        padding-top: 1em;
    }
    #bresconder {
        display: block;
    }
}

input[type="email"],
input[type="tel"] {
    width: 300px;
    margin-left: 2em;
    padding: .8em 0;
    border: solid 1px #02305d;
    border-radius: 10px;
}

.boton-cotiza{
    margin-top: 2em;
    padding-left: 25em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cotiza-form {
    color: white;
    background: #ff6b00;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

.btn-cotiza-form:hover {
    background: #f8a84d;
}

@media screen and (max-width: 960px) {
    .boton-cotiza {
        padding-left: 3em;
    }
}
