@import "main.css";

.cambio-color {
    color: #eb7f00;
}

.big{
    font-size: 22px;
    font-weight: 600;
    color: #002a6f;
}

.bigger {
    font-size: 39px;
}

hr {
    width: 100%;
    border: solid 1px #02305d;
}

/*Seccion 1 Banner */
.titulo-banner{
    padding: 160px 60px;
    background-image: url(../img/bg-seguros.jpg);
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 480px;
    width: 100%;
}

@media screen and (max-width: 1800px){
    .titulo-banner{
        background-size: contain;
    }
}

.titulo-inicial{
    font-size: 42px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.divider-orange{
    width: 290px;
    height: 6px;
    background-color: #FF6900;
    margin-top: 16px;
    border-radius: 2px;
}

.texto-inicial{
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
    line-height: 2em;
}

.asterisco{
    color: #95cafc;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
}

@media screen and (max-width: 1227px) {
    
}

/* Seccion Globalpaq */

.logo-global {
    width: 100%;
    text-align: center;
}

.logo-SGP img{
    max-width: 100%;
}

.pleca-naranja{
    width: 100%;
    background: #FF6B00;
    border-radius: 15px;
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 2px;
    padding: 2px 0;
}

@media screen and (max-width:1227px){
    .pleca-naranja{
        font-size: 16px;
    }
}

/* Seccion 2 Logos seleccion*/

.socios-logos{
    padding: 2em 2em;
}

.paqueterias {
    padding: 2em 2em 0 2em;
    display: flex;
}

.paqueterias p {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.linea{
    padding: 0 2em;
}

.divider-naranja{
    width: 290px;
    height: 6px;
    background-color: #FF6900;
    margin-bottom: 16px;
    border-radius: 2px;
}

.contenedor-paqueterias{
    display: flex;
}

.logos-paq {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 2em 2em;
}

.input-contacto {
    margin-bottom: 1em;
}

.logos-paq img {
    max-width: 8em;
    padding-left: 18px;
}


/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    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: 20px;
    left: 8px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #FF6B00;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #FF6B00;
}

/* 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: 13em;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 10%;
        left: 22%;
    }
}

/* Seccion 3 Cotiza */

.seccion-cotizador {
    margin-left: 20em;
    margin-top: 1em;
}

.izq-cotizar {
    width: 70%;
    padding-top: 60px;
    padding-left: 50px;
}

.valor{
    font-size: 12px;
}

input[type="number"] {
    width: 50%;
    padding: 1em;
    border-radius: 10px;
    border: solid 2px #002a6f;
    margin-bottom: 30px;
    font-family: 'roboto';
    color: #07326b;
    font-weight: 600;
}

.boton-cotiza {
    margin-top: 2em;
}

.btn-cotiza-form {
    color: white;
    background: #FF6B00;
    padding: 10px;
    border: none;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

.btn-cotiza-form:hover {
    background: #FF3000;
}


@media screen and (max-width: 1227px) {
    .seccion-cotizador{
        margin: 0;
    }

    .izq-cotizar {
        width: 100%;
        text-align: center;
    }

    .boton-cotiza {
        padding-left: 3em;
    }
}

