/**** Configuración general *****/

@font-face {
    font-family: Raleway Light;
    src: url("/fonts/Raleway-Light.ttf");
}
@font-face {
    font-family: Raleway Bold;
    src: url("/fonts/Raleway-Bold.ttf");
}


* {
    padding: 0;
    margin: 0;
}

body{
    width: 100%;
    height: 100%;
    /*background-image: url(../img/IconoRojofondo.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 2% 94%;*/
    /*background-size: 30%;*/
    zoom: 80%;
}

a:hover {
    text-decoration: none !important;
}

/********************************/
/**** Cabecera del menu *****/
.cabecera{
    width: 100%;
    position: fixed;
    background: #FFFFFF; /*rgba(0,0,0,0.53);*/
    z-index: 100;
    /*box-shadow: 4px 4px 4px #00000087;*/
    filter: drop-shadow(1px 1px 8px #8a8686b8); /* drop-shadow(5px 5px 10px #444);*/
    display: flex;
    flex-direction: row;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3vw;

}

.topMenu-conteiner{
    width: 100%;
    height: 100%;
    /*height: 10%;*/
}

.topMenu-conteiner-imagen{
    margin-left: 40%;
    width: 50%;
}

.topMenu-conteiner-logo{
    width: 20%;
    float: left;
}

.topMenu-conteiner-menu{
    width: 80%;
    float: left;
    margin: auto;
}

.topMenu-conteiner-menu-contenedor{
    width: 70%;
    height: 80%;
    /*margin: auto;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    /*margin-right: 10%;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr 2fr 1fr 1fr;
    float: right;
}

.topMenu-conteiner-menu-contenedor a{
    /*display: block; /* Convertimos los elementos a en elementos bloque para manipular el padding */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    float: left;
    text-align: center;
    margin: auto;
}

.topMenu-conteiner-menu-mobile{
    display: none;
    width: 80%;
    float: left;
    margin: auto;
}

.centrado-izquierdo{
    margin-left: 1px !important;
}

.black-color-link{
    color: #000000;
}


.subrayado-menu{
    border-bottom: 3px solid #0054e8;
}
.subrayado-menu-rojo{
    border-bottom: 3px solid #dd283f !important;
}

/******************************/
/**** Botón de activá tu assist ***/
.boton-activa-assist{
    font-family: 'Raleway bold', sans-serif;
    font-size: 1.4vw;
    color: #0054e8;
    border: #0054e8 1px solid;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.boton-activa-assist:hover{
    color: #FFFFFF;
    background-color: #0054e8;
}

/*******************************/

.contenedor{
    width: 100%;
    /*height: 100%;*/
    height: auto;
    margin: auto;
    min-height: 73vh;

    /*background-image: url("../img/IconoRojofondo.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position:left bottom;*/
    /*background-size: 30%;*/
}

.cuerpo{
    width: 100%;
    /*height: 90%;*/
    height: auto;
}

.altura-max{
    height: 100%;
}

.centrar-imagen{
    display: block;
    margin: auto;
    width: 100%;
}

.sombre-imagen{
    box-shadow: 3px 3px 3px black;
}

.text-block {
    /*position: fixed;*/
    right: 7%;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    border-radius: 50%;
    z-index: 1;
    padding-bottom: 11%
}
.text-block img{
    width: 4.5vw;
}

.arriba{
    top: 25%;
    right: 2.5%;
}

.abajo{
    top: 35%;
    right: 2.5%;
}

.contenedor-redesSociales{
    position: fixed;
    top: 25%;
    right: 2.5%;
    z-index: 1;
}
/**** Cuerpo de la pantalla principal ****/
.contenedor-principal-cuerpo{
    /*height: 100%;*/
    height: auto;
    width: 100%;
    /*background-image: url("../img/IconoRojofondo.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position:left bottom;*/
}

.content-primeraImagen{
    width: 100%;
}

.home-contenedor-texto-principal{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 11fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    margin-bottom: 2%;
    margin-top: 2%;
}

/*.home-contenedor-texto-principal-wrapper{*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 11fr;*/
/*    margin-bottom: 1%;*/
/*    align-items: center;*/
/*}*/

.home-contenedor-textoPrincipa-imagen{
    grid-column: 1;
    grid-row: 1;
}

.home-contenedor-textoPrincipa-imagen-img{
    float: right;
    margin-right: 10%;
}

.home-contenedor-textoPrincipal-titulo{
    grid-column: 2;
    grid-row: 1;
    font-family: 'Raleway bold', sans-serif;
    font-size: 2.5vw;
}

.home-contenedor-textoPrincipal-cuerpo{
    grid-column: 2;
    grid-row: 2;
    font-family: 'Montserrat regular', sans-serif;
    font-size: 1.5vw;
}

.home-contenedor-textoPrincipal-cuerpo p{
    margin-bottom: 0;
}

.contenedor-opciones{
    width: 80%;
    height: 100%;
    margin: auto;
    margin-top: 3%;
}

.contenedor-opciones-wrapper{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-rows: repeat(3, 1fr); /*grid-template-rows: 1fr;*/
    width: 60%;
    margin: auto;
    box-shadow: 2px 1px 9px 6px #00000040;
}

.primer-fila{
    grid-row: 1;
}

.segunda-fila{
    grid-row: 2;
}

.tercera-fila{
    grid-row: 3;
}

.contenedor-opciones-menu-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contenedor-opciones-menu-1-a {
    grid-column: 1;
    grid-row: 1;
}
.contenedor-opciones-menu-1-b {
    grid-column: 2;
    grid-row: 1;
}

.contenedor-opciones-menu-2-a {
    grid-column: 1;
    grid-row: 2;
}
.contenedor-opciones-menu-2-b {
    grid-column: 2;
    grid-row: 2;
}

.atributos-menu-principal{
    width: 100%;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.contenedor-opciones-menu-back-descripcion{
    display: none;
    height: 100%;
    width: 100%;
}

.menuB-hidden{
    display: none;
}

.contenedor-opciones-menu-back-descripcion-wrapper{
    display: grid;
    grid-template-rows: 1fr 1fr 1.5fr 1fr;
    align-items: center;
    height: 80%;
}

.contenedor-opciones-menu-back-descripcion-wrapper-titulo{
    grid-row: 1;
    margin-bottom: -8%;
}

.contenedor-opciones-menu-back-descripcion-wrapper-titulo-contenedor{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    position: relative;

}
.contenedor-opciones-menu-back-descripcion-wrapper-titulo-contenedor p{
    margin-bottom: 0;
}

.TyC-modal {
    margin-top: 4%;
    margin-bottom: 4%;
    height: 98%;
}

#TyC-Titulo {
    font-family: 'Raleway Bold';
    font-weight: bold;
}

.TyC-body {
    background-color: #FFFFFF;
    color: #000000 !important;
    overflow-y: scroll;
    height: 765px;
    font-family: 'Raleway light', sans-serif;
    font-weight: 400;
    font-size: 13pt;
}

.TyC-footer {
    font-family: 'Raleway light', sans-serif;
    font-weight: 400;
    font-size: 13pt;
}

.TyC-base{
    background-color: #FFFFFF !important;
    color: #000000 !important;
    padding-left: 7%!important;
    padding-right: 7%!important;
    padding-bottom: 2%;
    height: 98%;
}

#rechazaTyC {
    float: left !important;
    margin-left: 0% !important;
    margin-right: auto !important;
    font-family: 'Raleway Bold';
    font-weight: bold;
    /*font-size: 17pt;*/
    font-size: 1.23vw;
    Color: #ffffff !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

#aceptaTyC {
    float: right !important;
    margin-right: 0% !important;
    margin-left: auto !important;
    font-family: 'Raleway Bold';
    font-weight: bold;
    /*font-size: 17pt;*/
    font-size: 1.23vw;
    Color: #ffffff !important;
    background-color: #0054e8 !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}

.contenedor-opciones-menu-back-descripcion-wrapper-subtitulo{
    grid-row: 2;

}

.contenedor-opciones-menu-back-descripcion-wrapper-texto{
    grid-row: 3;
    color: #000000;
}

.contenedor-opciones-menu-back-descripcion-wrapper-masInfo{
    grid-row: 4;
}

/*.alto-imagenes-del-menu{*/
/*    height: 587px;*/
/*}*/
.cambio-color-letra-menu-info:hover{
    color: #0054e8;
    background-color: #FFFFFF;
}

.btn-mas-info{
    font-family: 'Raleway Bold', sans-serif;
    border-radius: 10px;
    width: 25%;
    margin: auto;
}

.color-azul{
    background-color: #0054e8;
    color: #FFFFFF;
    border: #0054e8 1px solid;
}
.color-azul:hover{
    color: #0054e8;
    background-color: #FFFFFF;
}

.color-rojo{
    background-color: #dd283f;
    color: #FFFFFF;
    border: #dd283f 1px solid;
}

.color-rojo:hover{
    color: #dd283f;
    background-color: #FFFFFF;
}


.texto-info-importante{
    width: 80%;
    margin: auto;
    margin-bottom: 4%;
    margin-top: 4%;
}




.contenedor-lista{
    /*display: table;*/
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 5%;
    /*border: 2px solid blue;*/
    /*border-radius: 30px;*/
}

.contenedor-lista-item{
    display: grid;
    /*grid-template-rows: 1fr 5fr;*/
    /*border: 3px solid #578eed;*/
    border-radius: 20px;
    margin-bottom: 5%;
    border-top: none;
    /*display: grid;*/
    /*grid-template-columns: repeat(1, 1fr);*/
    /*grid-gap: 10px;*/
    /*grid-auto-rows: 2;*/
}

/*.tres-items{*/
/*    grid-template-rows: 1fr 4fr;*/
/*}*/

/*.un-item{*/
/*    grid-template-rows: 1fr 2fr;*/
/*}*/

.ancho-lista{
    width: 100%;
}

.float-lista{
    float: left;
}

.tamanio-lista-producto{
    width: 40%;
}

.tamanio-lista-empresas{
    width: 60%;
}

.elemento-division-inferior{
    border-bottom: 3px solid #578eed;
}

.contenedor-lista-titulo{
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 4fr 6fr;
    /*display: table;*/
    /*height: 10%;*/
    background-color: #1e120d;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    align-items: center;
    font-size: 1.5vw;
    height: 4vw;
}
.contenedor-lista-titulo p{
    margin-bottom: 0;
}

.contenedor-lista-cuerpo{
    grid-column: 1;
    grid-row: 2;
    background-color: white;
    /*border-radius: 30px;*/
    /*height: 90%;*/
    border: 3px solid #578eed;
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.contendor-lista-cuerpo-elemento{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 4fr 6fr;
    align-items: center;
    font-size: 1.5vw;
    font-family: 'Raleway', sans-serif;
}

.contenedor-lista-cuerpo-descripcion{
    grid-column: 1;
    grid-row: 1;
    width: auto;
    margin-left: 9%;
    margin-bottom: 5%;
    margin-top: 5%;

}
.contenedor-lista-cuerpo-descripcion p{
    margin-bottom: 0;
}

.contenedor-lista-cuerpo-empresas{
    grid-column: 2;
    grid-row: 1;
}

.contenedor-lista-titulo-producto{
    grid-column: 1;
    grid-row: 1;
}
.contenedor-lista-titulo-lugarCompra{
    grid-column: 2;
    grid-row: 1;
}

.contenedor-lista-titulo-producto p{
    margin-left: 10%;
    margin-bottom: 0;
}

.contenedor-lista-cuerpo-empresas-wrapper{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.contenedor-lista-cuperpo-empresas-item{
    width: auto;
    height: auto;
    margin: auto;
}

.contenedor-lista-cuperpo-empresas-item img{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }

.mobile-activar{
    display: none;
}

.mobile-missAssist-titulo-texto{
    font-family: 'Raleway Bold';
    font-size: 40pt;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}


.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}




@media screen and (max-width: 800px){
    body{
        zoom: unset;
        overflow-x: hidden;
        height: auto;
    }

    .topMenu-conteiner-logo{
        width: 70%;

    }
    .topMenu-conteiner-menu{
        width: 30%;

    }

    .topMenu-conteiner-menu-mobile{
        display: block;
    }
    /*.topMenu-conteiner-menu{*/
    /*    display: none;*/
    /*    height: 100%;*/
    /*}*/
    .mobile-ocultar{
        display: none;
    }
    .mobile-mostrar{
        display:block!important;;
    }

    .mobile-selector-menu{
        grid-column: 4/5;
    }
    .mobile-selector-menu a{
        float: right;
    }
    .mobile-selector-menu a p{
        display: block;
        font-size: 6vw;
        color: #0054e8;
        margin-bottom: 0;
    }
    .mobile-activar{
        display: block;
    }

    .topMenu-conteiner-imagen{
        margin-left: 10%;
    }

    .topMenu-conteiner-imagen a img{
        width: 100%;
    }

    .contenedor-redesSociales {
        position: fixed;
        top: 12%;
        right: 2.5%;
    }
    .text-block{
        font-size: unset;
    }
    .text-block img {
        width: 11vw;
    }
    .home-contenedor-textoPrincipa-imagen-img {
        width: 100%;
    }

    .home-contenedor-textoPrincipal-titulo {
        font-size: 5vw;
    }

    .home-contenedor-textoPrincipal-cuerpo p {
        display: inline;
    }

    .home-contenedor-textoPrincipal-cuerpo {
        font-size: 4vw;
    }

    .contenedor-opciones {
        width: 100%;
        margin-top: 5%;
    }
    .contenedor-opciones-wrapper {
        width: 100%;
    }

    .contenedor-opciones-menu-wrapper {
        grid-template-columns: unset;
    }


    .contenedor-opciones-menu-1-b {
        grid-column: unset;
    }
    .contenedor-opciones-menu-1-a {
        grid-row: unset;
        position: relative;
    }



    .contenedor-opciones-menu-2-a {
        grid-column: unset;
        grid-row: 1;
    }
    .contenedor-opciones-menu-2-b {
        grid-column: 1;
        grid-row: unset;
        position: relative;
    }
    .contenedor-opciones-menu-2-b img{
        float: right;

    }

    /*.menuA {*/
    /*    visibility: hidden;*/
    /*}*/
    .contenedor-opciones-menu-back-descripcion {
        display: block;
        position: absolute;
    }

    .btn-mas-info b{
        font-size: 6vw;
    }

    .contenedor-lista {
        margin-top: 15%;
        width: 90%;
    }

    .contenedor-lista-titulo {
        font-size: 3.0vw;
    }

    .contendor-lista-cuerpo-elemento {
        font-size: 3.5vw;
    }

    .contenedor-lista-cuerpo-empresas-wrapper {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .contenedor-lista-cuperpo-empresas-item {
        width: 100%;
    }

    .contenedor-lista-titulo-producto {
        margin: 5%;
    }

    .contenedor-lista-titulo {
        height: auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .contenedor-lista-cuerpo {
        border: 2px solid #578eed;
        border-top: none;
    }

    .elemento-division-inferior {
        border-bottom: 2px solid #578eed;
    }

    .texto-info-importante{
        width: 97%;
    }

    .texto-info-importante-contenedor {
        width: 95%;
    }

    .mobile-missAssist-titulo-texto{
        font-size: 6vw;
    }

    .mobile-missAssist-table{
        width: 98% !important;
        font-size: 4vw;
    }








}
