html, body {
    margin:0px;
    padding:0px;
    background:#fff;
}
textarea {
    resize: none;
}

.fondo_inicio {
    display:none;
}
#bg {
    position:fixed;
    z-index:1;
    overflow:hidden;
}
.menu_movil, .cabecera_menu {
    display:none;
}

#web {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:3;
    width: 100%;
}
#logo {
    width:258px;
    height:107px;
    margin-left:74px;
    margin-top:58px;
}
#logo img {

}

#titulo {
    color: #00B8F1;
    margin-left: 74px;
    margin-top: 50px;
    font-size: 45px;
    line-height: 50px;
    width: 387px;
    font-family: "objektiv-mk1";
    font-weight: 800;
}
#titulo2 {
    display: none;
}
#subtitulo {
    color: #00B8F1;
    margin-left: 74px;
    margin-top: 33px;
    font-size: 18px;
    line-height: 25px;
    width: 425px;
    font-family: "objektiv-mk1";
    font-weight: 500;
}

#formulario {
    margin-top:23px;
}
#formulario .input_formulario {
    font-size:18px;
    background-color:#fff;
    color:#00B8F1;
    border:0;
    width:409px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    padding:8px;
    margin-left: 74px;
}
#formulario .boton_formulario {
    color: #00B8F1;
    margin-top:20px;
    font-size:12px;
    cursor: pointer;
    border:0px;
    background:transparent;
    font-family: "objektiv-mk1";
    font-weight: 400;
    margin-left: 74px;
    border:1px solid #00B8F1;
    padding: 5px 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C2C5C6;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C2C5C6;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #C2C5C6;
}

@media only screen and (max-width: 768px) {
    #bg {

    }
    #logo {
        width:126px;
        height:50px;
        margin-left:17px;
        margin-top:16px;
    }
    #logo img {
        width:100%;
    }
    #titulo{
        display: none;
    }
    #titulo2 {
        display: block;
        color: #00B8F1;
        margin-left: 17px;
        margin-top: 30px;
        font-size: 24px;
        line-height: 34px;
        width: 85%;
        font-family: "objektiv-mk1";
        font-weight: 800;
    }
    #subtitulo {
        color: #00B8F1;
        margin-left: 17px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        width: 85%;
        font-family: "objektiv-mk1";
        font-weight: 500;
    }
    #formulario {
        margin-top:11px;
    }
    #formulario .input_formulario {
        font-size:18px;
        background-color:#fff;
        color:#00B8F1;
        border:0;
        width:85%;
        font-family: "objektiv-mk1";
        font-weight: 300;
        padding:8px;
        margin-left: 17px;
    }
    #formulario .boton_formulario {
        color: #00B8F1;
        margin-top:20px;
        font-size:12px;
        cursor: pointer;
        border:1px solid #00B8F1;
        background:transparent;
        font-family: "objektiv-mk1";
        font-weight: 300;
        margin-left: 17px;
    }
}


/*
------------------------------------------------------------------------------------------------------------
WEB DEFINITIVA
------------------------------------------------------------------------------------------------------------
*/
.cabecera_c {
    width:100%;
    float:left;
    height:270px;
    z-index: 100000000;
    position: relative;
}
.logotipo_c {
    background: url("/_img/Grupo 36.svg") no-repeat 0px 0px transparent;
    background-size:184px 70px;
    cursor: pointer;
    width:184px;
    height:70px;
    margin-top:50px;
    margin-left:140px;
    float:left;
}
.cabecera_menu {
    float:right;
    width:194px;
    margin-top:50px;
    margin-right:140px;
}
.opcion_menu {
    color:#009DE0;
    font-size:18px;
    margin-bottom:8px;
    height:23px;
    font-family: "objektiv-mk1";
    font-weight: 400;
    cursor: pointer;
    text-align: right;
    float:right;
}
.opcion_menu a {
    text-decoration: none;
    color:#009DE0;
    font-size:18px;
    font-family: "objektiv-mk1";
    font-weight: 400;
    cursor: pointer;
    text-align: right;
}

.pie_c{
    padding-top:100px;
    background-color:#009DE0;
    height:300px;
    width: 100%;
    float:left;
    position: relative;
    margin-top:-5px;
}
.pie_c_top {
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    height:120px;
    background:url("/_img/patterns/EDESA_PATTERNS_FOOTER_1920.png") 0 0 repeat #fff;
}
.pie_movil {
    display:none;
}
.pie_c_contenedor {
    margin-left:140px;
    margin-right:140px;
}
.pie_col_c{
    font-size: 14px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    color: #fff;
    float: left;
    padding-right: 0px;
    padding-top: 45px;
    min-width: 19%;
}
.pie_col_c a{
    text-decoration: none;
    font-size: 14px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    color: #fff;
}
.pie_col_c:first-child {
    width:40%;
}
.pie_col_c:last-child {
    padding-right:0px;
}
.texto_18_n{
    font-weight: 800;
}

#formulario_pie {

}
#formulario_pie .input_formulario {
    font-size: 12px;
    background-color: #fff;
    color: #00B8F1;
    border: 0;
    width: 90%;
    font-family: "objektiv-mk1";
    font-weight: 50;
    padding: 5px;
    margin-left: 0px;
    margin-top: 10px;
}
#formulario_pie .boton_formulario {
    color: #fff;
    margin-top: 10px;
    font-size: 10px;
    cursor: pointer;
    border: 0px;
    background: transparent;
    font-family: "objektiv-mk1";
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-bottom: 0px;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active,
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-appearance: none !important;
    -webkit-box-shadow: 0 0 0px 1000px #80c5c8 inset;
}
*::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
*:-moz-placeholder { /* Mozilla Firefox <18 */
    color:    #000;
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000;
}

body {
    -webkit-appearance: none;
}
.seccion {
    margin-left:140px;
    width:70%;
}
.productos_cabecera {
    width:70%;
}
.productos_cabecera .productos_cabecera_titulo {
    margin-left:140px;
    font-size:80px;
    line-height: 90px;
    width: 50%;
    font-family: "objektiv-mk1";
    font-weight: 800;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 50px;
}
.productos_cabecera .productos_cabecera_texto {
    margin-left:140px;
    font-size:30px;
    line-height: 40px;
    width: 50%;
    font-family: "objektiv-mk1";
    font-weight: 800;
    color: #fff;
    float: left;
}
.productos_cabecera .productos_cabecera_texto_enlace {
    font-family: "objektiv-mk1";
    font-weight: 800;
    color: #fff;
    float:left;
    text-align: right;
    background: url("/_img/pictos/Grupo 743.svg") no-repeat 0px 5px transparent;
    float: left;
    margin-left: 200px;
    padding-left: 30px;
}

.marginbottom {
    margin-bottom:150px;
    float:left;
}
.ancho80 {
    width:80%;
}
.ancho100 {
    width:100%;
    margin-left:0px;
    position: relative;
    z-index: 20;
    overflow-x: hidden;
}
.aLeft {
    text-align: left !important;
}
.aRight {
    text-align: right !important;
}
.titulo_seccion{
    color:#009DE0;
    font-size:60px;
    line-height:70px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    margin-bottom:20px;
    text-transform: uppercase;
}
.texto_seccion{
    color:#009DE0;
    font-size:24px;
    line-height:30px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    float:left;
    padding-bottom:100px;
}
.subtitulo_seccion, .subtitulo_seccion_covid{
    color:#009DE0;
    font-size:24px;
    line-height:30px;
    font-family: "objektiv-mk1";
    font-weight: 800;
}
.subtitulo_seccion_covid {
    font-size:43px;
    line-height:51px;
    display: block;
    padding-right: 50px;
}
.texto_seccion_covid {
    font-size:24px;
    line-height: 30px;
}
.subtitulo50{
    padding-right: 20%;
    float: left;
}
.imagen_empresa{
    float:left;
    margin-top:50px;
    margin-right:140px;
    margin-left:140px;
    position: relative;
    margin-bottom:100px;
}
.imagen_empresa_img {
position: relative;
}

.div50, .div40, .div30, .div60, .div70, .div100{
    width:50%;
    float:left;
    position: relative;
}
.div40 {
    width:40%;
    float:left;
}
.div60 {
    width:55%;
    float:right;
}
.div30 {
    width:30%;
}
.div70 {
    width:70%;
}
.div100 {
    width:100%;
}
.texto_inicio{
    color:#FFFFFF;
    font-size:28px;
    font-family: "objektiv-mk1";
    text-align:center;
    margin-top: 20%;
}
.boton_inicio {
    color: #FFFFFF !important;
    font-size: 40px;
    font-family: "objektiv-mk1";
    cursor: pointer;
    padding: 10px;
    border: 2px solid #fff;
    position: relative;
    width: 285px;
    display: inline-block;
    margin-left: -155px;
    left: 50%;
    text-align: center;
    margin-top: 40px;
}
.boton_inicio a{
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 40px;
    font-family: "objektiv-mk1";
    font-weight: 800;
}

.titulo_formulario, .subtitulo_formulario{
    font-size:18px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    line-height:22px;
}
.si_tienes_dudas {
    font-size:18px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    line-height:22px;
    width: 90%;
    float: left;
}
.boton_adjuntar {
    font-weight: 100 !important;
}
.adjunto_obj {
    border: 1px solid #009de0;
    float: left;
    margin-right: 10px;
    padding: 5px;
    font-family: "objektiv-mk1";
    font-size: 12px;
}
.adjunto_obj_eliminar {
    color: #009de0;
    cursor: pointer;
    font-size: 12px;
    font-size: 15px;
    font-weight: 600;
    float: right;
}
.aviso_envio_averia {
    width: 700px;
    height: 200px;
    padding: 50px;
    background-color: #009de0;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2323232;
    margin-left: -350px;
    margin-top: -105px;
    display: none;
}
.aviso_envio_averia_titulo {
    color: #fff;
    font-family: "objektiv-mk1";
    font-size: 45px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.aviso_envio_averia_texto {
    color: #fff;
    font-family: "objektiv-mk1";
    font-size: 30px;
    line-height: 41px;
    font-weight: 100;
    text-align: center;
} 
.div50_formulario{
    margin-top:30px;
    line-height: 23px;
    color: #009DE0;
}
.div50_formulario a {
    color:#009DE0;
    text-underline-position: under;
}
.input_formulario{
    width:80%;
    font-size:18px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    border:none;
    margin-top:20px;
    border-bottom:1px solid #009DE0;
    color: #036994;
}
.texto_mini_formulario{
    font-size:18px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    line-height:18px;
}
.checkbox_formulario{
    border:1px solid #009DE0;
    width:24px;
    height:24px;
    cursor: pointer;
}
.boton_formulario{
    font-size:18px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    background-color: #009DE0;
    padding:10px;
    cursor: pointer;
    color: #fff;
    border:none;
    margin-top:20px;
    margin-bottom:20px;
}
.boton_formulario_mini {
    font-size:12px;
}
.container {
    font-family: "objektiv-mk1";
    color: #009DE0;
}

*:focus {
    outline: none;
}
/* Custom CHECKBOX */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #009de0;
}
.container:hover input ~ .checkmark {
  background-color: #efefef;
}
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
      left: 6px;
    top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CUSTOM RADIO */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #009de0;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .radiomark {
  background-color: #efefef;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .radiomark {
  background-color: #009de0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .radiomark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
}

/* PLACEHOLDER */
::placeholder {
  color: #009DE0;
  opacity: 0.40;
}
:-ms-input-placeholder {
  color: #009DE0;
  opacity: 0.40;
}
::-ms-input-placeholder {
  color: #009DE0;
  opacity: 0.40;
}

/* Custom COMBO */
.custom-select {
    position: relative;
    /* font-family: Arial; */
        font-family: "objektiv-mk1";
    font-weight: 300;
    font-size: 18px;
    width: 80%;
    margin-top: 20px;
    border-bottom: 1px solid #009DE0;
    height:28px;
}
.custom-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
    color:#009DE0 !important;
    opacity: 1;
  /*background-color: DodgerBlue;*/
}
.select-selected .texto{
    opacity: 0.4;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    border-color: none;
    background:url("/_img/Grupo 508.svg") 0 0 no-repeat transparent;
    background-size: 20px;

}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}
.select-items div,.select-selected {
  color: #009de0;
    padding: 2px 0px;
    /* border: 1px solid transparent; */
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
}
.select-items div {
    color: #fff;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #1face8;
}
.select-items {
  position: absolute;
  background-color: #009de0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.05);
}


/* DESCARGAS */
.grid-50 { width: 48%; }
.grid-sizer, .grid-25{ width: 22.5%; }
.gutter-sizer { width: 3%; }

.div50_descargas {
    width:40%;
    /*margin-right:100px;*/
    margin-bottom:50px;
    float:left;
    background-color:#ffffff;
}
.descargas_producto {
    font-size:30px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    color:#009DE0;
    padding-bottom:5px;
    margin-bottom:10px;
}
.descargas_producto_titulo {
    font-size:30px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    cursor: pointer;
    color:#009DE0;
    border-bottom:2px solid #009DE0;
    padding-bottom:5px;
    margin-bottom:20px;
    width:100%;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.descargas_producto_titulo_cerrar {
    background:url("/_img/Grupo 549.svg") 0 0 no-repeat transparent;
    background-size: 28px 28px;
    background-position: 100% 0px;
}
.descargas_carpeta_titulo {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left:60px;
    margin-bottom:30px;

    background:url("/_img/Grupo 508.svg") 0 0 no-repeat transparent;
    background-size: 28px 28px;
    background-position: 100% 0px;
}
.descargas_carpeta_titulo_cerrar {
    background:url("/_img/Grupo 506.svg") 0 0 no-repeat transparent;
    background-size: 28px 28px;
    background-position: 100% 0px;
}
.descargas_carpeta {
    font-size:24px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    color:#009DE0;
    border-bottom:1px solid #009DE0;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    padding-left:0px;
    display: none;
}
.descargas_archivo {
    font-size:18px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    cursor: pointer;
    color:#000;
    margin-bottom:20px;
    display: none;

    background:url("/_img/Grupo 550.svg") 0 0 no-repeat transparent;
    background-size: 28px 28px;
    background-position: 100% 0px;
}
.icono_manual {
    background: url("/_img/Grupo 500.svg") 0 10px no-repeat #fff;
    background-size: 10%;
}
.icono_ficha_tecnica {
    background: url("/_img/Grupo 501.svg") 0 18px no-repeat #fff;
    background-size: 10%;
}
.icono_etiquetas {
    background: url("/_img/Grupo 509.svg") 0 10px no-repeat #fff;
    background-size: 8%;
}
.icono_imagenes {
    background: url("/_img/Grupo 503.svg") 0 20px no-repeat #fff;
    background-size: 10%;
}

/* NOTAS DE PRENSA */
.listado_notas {
    margin-top:70px;
    width:100%;
}
.listado_notas {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 300px;
    position: relative;
    float: left;
}
.nota_prensa {
    float:left;
    margin-top:70px;
    width:100%;
}
.nota_prensa_fecha {
    font-family: "objektiv-mk1";
    color:#009DE0;
    font-size:24px;
    font-weight: 800;
    float:left;
}
.nota_prensa_descargar {
    background: url("/_img/Grupo 261.svg") 0 0 no-repeat transparent;
    background-size: 38px 44px;
    cursor: pointer;
    float:right;
    width:38px;
    height:44px;
    margin-top: -15px;
}
.nota_prensa_linea {
    background: url("/_img/Linea 87.svg") 0 0 no-repeat transparent;
    background-size: 100% 2px;
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nota_prensa_titulo {
    color: #000000;
    font-family: "objektiv-mk1";
    font-size:24px;
    font-weight: 800;
    float:left;
    width:100%;
    max-width: 680px;
}
.nota_prensa_texto {
    color: #000000;
    font-family: "objektiv-mk1";
    font-size:24px;
    font-weight: 300;
    float:left;
    width:100%;
    max-width: 680px;
}

/* FICHA PRODUCTO */
.titulo_producto {
    font-family: "objektiv-mk1";
    font-size: 105px;
    font-weight: 800;
    line-height: 183px;
    color: #009DE0;
    margin-right: 0px;
    text-align: center;
    z-index: 3;
    position: relative;
    margin-top: 20%;
    letter-spacing: -5px;
}
.titulo_producto_movil_tre {
        line-height: 120px;
    font-size: 99px;
    margin-bottom: 50px;
}
.subtitulo_producto {
    font-family: "objektiv-mk1";
    font-size:35px;
    font-weight: 800;
    line-height:40px;
    color:#009DE0;
    margin-right:0px;
    text-align:center;
    z-index: 2;
    position: relative;
    margin-top:-40px;
}
.imagen_producto {
    position:absolute;
    top: 0;
    z-index: 1;
    text-align: center;
    left:0;
    right:0px;
}
.imagen_producto img{
    width:80%;
}
.imagen_producto_cocoon img {
width:50%;
}
.bloque_producto {
    margin-top:100px;
    float:left;
}
.reveal1 {
    opacity: 0.1;
    padding-top:50px;
    /*
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    */
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
.reveal2 {
    opacity: 0.1;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
.reveal3 {
    opacity: 0.1;
    -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
}
.reveal1.visible, .reveal2.visible, .reveal3.visible {
    padding-top:0;
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}


.bloque_producto:first-child, .margintop100 {
    margin-top:100px;
    padding-top:0;
    opacity: 1;
}
.spacer.s0, .spacer.s1, .spacer.s2 {
    min-height: 1px;
    display: block;
}


.descripcion_producto {
    font-family: "objektiv-mk1";
    font-size:35px;
    font-weight: 800;
    line-height:45px;
    color:#000;
}
.caracteristicas_producto {
    border-top: 2px solid #009DE0;
    padding-top:50px;
    margin-top:100px;
    width:100%;
}
.caracteristica_producto {
    width:24.5%;
    float:left;
    border-left:2px solid #009DE0;
    text-align: center;
    height:100px;
    vertical-align: middle;
}
.caracteristica_producto3 {
    width: 32.5%;
}
.producto0 {
    border-left:0px solid #009DE0;
}
.producto1 {

}
.subloque_producto {
    width:50%;
    float:left;
}
.titulo_producto_bloque {
    font-family: "objektiv-mk1";
    font-size:24px;
    font-weight: 800;
    line-height:30px;
    color:#009DE0;
    text-align: right;
    width:100%;
    float:left;
}
.texto_producto_bloque {
    font-family: "objektiv-mk1";
    font-size:24px;
    font-weight: 300;
    line-height:30px;
    color:#009DE0;
    text-align: right;
    width:100%;
    float:left;
    margin-top:10px;
}
.imagen_producto_bloque_der {
    text-align: right;
}
.imagen_producto_bloque_izq {
    text-align: left;
}
.imagen_producto_bloque_izq img, .imagen_producto_bloque_der img{
    width: 90%;
}
.descargar_producto {
    background:url("/_img/Grupo 586.svg") 0 0 no-repeat #fff;
    background-size:38px 31px;
    color:#009DE0;
    padding-left:50px;
    cursor: pointer;
    text-decoration: underline;
    font-family: "objektiv-mk1";
    font-size:24px;
    font-weight: 300;
    margin-bottom:50px;
}


/* PRODUCTOS */
.seccionp {
    overflow: hidden !important;
    padding-bottom:100px;
}
.fondoazul {
    background-color:#009DE0;
    min-height: 200px;
}
.seccion0_texto {
    position: relative;
    z-index: 2;
    width: 40%;

    /*width:70%;*/
}
.seccion0_texto_pt {
    width: 40%;
}
.seccion0_texto_titulo {
    font-family: "objektiv-mk1";
    font-size: 180px;
    font-weight: 300;
    color: #009DE0;
    line-height: 140px;
    font-weight: 800;
    margin-left: 140px;

    font-size:100px;
    line-height: 102px;
}
.seccion0_texto_titulo_pt, .seccion0_texto_titulo_es {
    font-size: 250px;
    font-weight: 800;
    color: #009DE0;
    line-height: 210px;
}
.seccion0_texto_texto {
    font-family: "objektiv-mk1";
    font-size:25px;
    color:#009DE0;
    line-height: 35px;
    font-weight: 800;
    margin-top:40px;
    margin-left:140px;
    margin-bottom:100px;
}
.seccion0_texto_texto_link a {
    color: #009DE0;
    font-size: 20px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    text-decoration: underline;
    text-underline-position: under;

    padding-right: 30px;
    background: url(/_img/pictos/Pictos_Web_Flecha_GRANDE.svg) 110px 6px no-repeat transparent;
    background-size: 30px auto;
}

.fondochica {
    background: url("/_img/aero_14julio_portada.png") 0 0 no-repeat #fff; /* covid19 */
    background-size: 120% auto;
    z-index: 23232323;
}
.fondochica_pt {
    background: url("/_img/aero_14julio_portada.png") 0 0 no-repeat #fff; /* AdobeStock_152276229_RET */
    background-size: 120% auto;
}
/*
.seccion0_imagen_cabecera {
    position: absolute;
    z-index: 1;
    top:0;
}
.seccion0_imagen_cabecera img {
    width:120%;
}
*/
.imagen_asistencia {
    margin-top:100px;
}
.imagen_asistencia img {
    width: 90%;
}
.texto_asistencia {
    font-family: "objektiv-mk1";
    font-size:20px;
    color:#009DE0;
    line-height: 25px;
    font-weight: 800;
    margin-top:100px;
    position: relative;
    z-index: 2;
    padding-left:0px;
}
.enlace_sub {
    text-decoration: underline;
    color: #009DE0;
    font-weight: 300;
    text-underline-position: under;
}

.bg_resize {
    position: absolute;
    top: 0;
    z-index: 1;
}
#contacto {
    padding-bottom:0px;
}
.texto_contacto {
    font-family: "objektiv-mk1";
    font-size:20px;
    color:#009DE0;
    line-height: 30px;
    font-weight: 800;
    width: 40%;
    margin-top:100px;
    margin-bottom:100px;
    margin-left:140px;
    position: relative;
    z-index: 2;
}
.texto60 {
    font-family: "objektiv-mk1";
    font-size:60px;
    color:#009DE0;
    line-height: 70px;
    font-weight: 800;
}
.div_asistencia {
    display: none;
    margin-top:50px;
}
.textarea_txt {
    background-color: #fff;
    padding: 5px;
    color: #009DE0;
    font-family: "objektiv-mk1";
    font-size: 18px;
    margin-top: 19px;
    z-index: 2;
    position: relative;
    width: auto;
    float: left;
    margin-left: 10px;
}
.textarea_formulario {
    border: 1px solid #009DE0;
    padding: 10px;
    font-size: 18px;
    font-family: "objektiv-mk1";
    width: 86%;
    height: 245px;
    margin-top: -15px;
    z-index: 1;
}
.div50_formulario_proteccion {
    margin-top:-45px;
}
.input_formulario90 {
    width:90%;
}

/* elige */
.margen0 {
    margin-left:0px;
    width:80%;
    position: relative;
}
.elige_titulo {
    font-size:60px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    line-height:70px;
    width:40%;
    color:#fff;
    margin-left:140px;
    position: relative;
    z-index: 2;
    margin-top:100px;
}
.elige_titulo_100 {
width:80%;
margin-top:0px;
}
.elige_titulo_100_localizador {
    margin-top: 100px;
} 
.elige_texto {
    font-size:24px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    line-height:30px;
    color:#fff;
    margin-left:140px;
    width:50%;
    margin-bottom:60px;
    position: relative;
    z-index: 3;
}
.elige_mapa {
    margin-left:140px;
    width:90%;
    margin-bottom:60px;
    position: relative;
    z-index: 4;
}
.elige_imagen {
    float:right;
    position: absolute;
    z-index: 1;
    right:0px;
    top:0px;
    text-align: right;
}
.elige_imagen img{
    width: 85%;
}
.elige_subtitulo {
    font-size:30px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    line-height:43px;
    margin-top:0px;
    width:65%;
    color:#fff;
    margin-left:140px;
}
.elige_formulario {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width:90%;
    margin-left:140px;
    min-height:150px;
    margin-top:20px;
    float:left;
    padding-top:20px;
    padding-bottom:20px;
}
.elige_formulario_col {
    width:18%;
    float:left;
}
.elige_formulario_col_wifi {
    width:11%;
}
.elige_formulario_col_espacio {
    width:16%;
}
.elige_formulario_col_titulo {
    font-size:20px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    color:#fff;
    margin-bottom:15px;
}
.elige_formulario_col_opciones {
    font-size:20px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    color:#fff;
    margin-bottom:15px;
}
.elige_formulario_col_opciones .container {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 10px;
}

.elige_resultado {
    width:90%;
    margin-left:140px;
    min-height:150px;
    margin-bottom:100px;
    float:left;
    border-bottom: 2px solid #fff;
    padding-top:40px;
    padding-bottom:50px;
}
.elige_resultado_titulo {
    font-size: 20px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    background-color: #009de0;
    width: 250px;
    text-align: center;
    margin-top: -50px;
}
.elige_resultado_subtitulo {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    border: 2px solid #fff;
    padding: 1px;
    padding-left: 1px;
    padding-right: 0px;
    margin-top: 5px;
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.elige_resultado_contenido {
    margin-top:50px;
    width:100%;
    /*margin-left:5%;*/
    min-height:150px;
    margin-bottom:50px;
}
.elige_item {
    width:25%;
    float:left;
}
.elige_item_imagen {
    margin-bottom:40px;
    text-align: center;
}
.elige_item_imagen img {
    max-height: 300px;
    border: 0px:;
}
.elige_item_producto {
    text-decoration: underline;
    font-size: 20px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    color: #fff;
    margin-bottom:10px;
    text-underline-position: under;
    text-align: center;
}
.elige_item_producto a{
    color: #fff;
}

/* productos */
.seccion_productos {
    height: 1000px;
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom:100px;
}
.foto0, .foto1, .foto2, .foto3, .foto4, .foto5 {
    background-color:  transparent;
    width:530px;
    height:708px;
    position: absolute;
    left:50%;
    margin-left:-500px;
    overflow: hidden;
}
.foto1, .foto3 {
    margin-left:0px;
}
.foto0 .backg, .foto5 .backg{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_ONDAS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
.foto5 .backg{ 
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_ONDAS_GRANDE.png") 0 0 repeat #fff;
}
.foto1 .backg{
    position: absolute;
    width:800px;
    height:1200px;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_PICOS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 80%;
}
.foto2 .backg{
    position: absolute;
    width:800px;
    height:1200px;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_ONDAS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
.foto3 .backg{
    position: absolute;
    width:800px;
    height:1200px;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_CIRCULOS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 80%;
}
.foto4 .backg{
    position: absolute;
    width:800px;
    height:1200px;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_PICOS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
.foto0 img, .foto1 img, .foto2 img, .foto3 img, .foto4 img, .foto5 img {
    margin-left:63px;
    margin-right:63px;
    margin-top:39px;
    height:90%;
    position: relative;
    z-index: 1;
}
.texto0, .texto1, .texto2, .texto3, .texto4 {
    background-color:#fff;
    width:646px;
    height:577px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 30%;
}
.texto1, .texto3 {
    margin-left: -500px;
}
.texto0_titulo, .texto1_titulo, .texto2_titulo, .texto3_titulo, .texto4_titulo {
    color:#000000;
    font-size: 35px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    margin-top:28px;
    margin-left:45px;
    width:60%;
    line-height:40px;
}
.texto1_titulo, .texto3_titulo {
    margin-left: auto;
    margin-right: 45px;
    text-align: right;
    position: relative;
}
.texto0_prod, .texto1_prod, .texto2_prod, .texto3_prod {
    color: #009DE0;
    font-size: 80px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    width:100%;
    text-align: right;
    position: absolute;
    bottom: 185px;
    right:160px;
    z-index: 3;
}

.texto1_prod, .texto3_prod {
    right:inherit;
    left:127px;
    text-align: left;
}
.texto1_prod {
    bottom: 180px;
}
.texto0_des, .texto1_des, .texto2_des, .texto3_des, .texto4_des {
        color: #009DE0;
    font-size: 30px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    width: 400px;
    text-align: right;
    position: absolute;
    bottom: 120px;
    right: 160px;
    z-index: 2;
    line-height: 35px;
}
.texto1_des, .texto3_des {
    right:inherit;
    left:127px;
    text-align: left;
}
.texto1_des {
    bottom: 115px;
}
.texto1_des3 {
    left: 200px;
}
.texto3_prod_flat {
    bottom:220px;
}
.texto3_prod_des {
    bottom:155px;
}
.texto4_prod_iono {
    bottom:155px;
}
.texto0_imagen, .texto1_imagen, .texto2_imagen, .texto3_imagen {
    position: absolute;
    right: 10px;
    z-index: 1;
    text-align: right;
    bottom: 20px;
    overflow: hidden;
}
.texto1_imagen, .texto3_imagen {
    right:inherit;
    left:10px;
}
.texto3_imagen img {
    margin-left:0px;
}
.texto0_imagen img, .texto1_imagen img, .texto2_imagen img, .texto3_imagen img {
    max-height:360px;
}
.texto0_link, .texto1_link, .texto2_link, .texto3_link {
    position: absolute;
    bottom: 20px;
    left:30px;

}
.texto1_link, .texto3_link {
    left:inherit;
    right:30px;
    text-align: right;
}
.texto0_link a, .texto1_link a, .texto2_link a, .texto3_link a {
    color: #009DE0;
    font-size: 20px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    text-decoration: underline;
    text-underline-position: under;

    padding-right: 30px;
    background: url(/_img/pictos/Pictos_Web_Flecha_GRANDE.svg) 110px 6px no-repeat #fff;
    background-size: 30px auto;
}

.texto1_prod_mist {
    left:90px;
}
.texto1_des_mist {
    left:90px;
    bottom: 80px;
}
.texto1_prod_iono2 {
    left:120px;
}
.texto1_prod_iono3 {
    left:200px;
}


/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%      {bottom: 0px;}
100%        {bottom: -200px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%      {bottom: 0px;}
100%        {bottom: -200px;}
}
 
@keyframes aparecer
{
0%      {bottom: -38px;}
10%     {bottom: 0px;}
90%     {bottom: 0px;}
100%        {bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%      {bottom: -38px;}
10%     {bottom: 0px;}
90%     {bottom: 0px;}
100%        {bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{ 
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 5px;
    font-size: 18px;
    clear: both;
    font-weight: 300;
    color: #fff;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: rgba(0,157,224,0.8);
    transition: bottom 0.5s;
    -webkit-transition: bottom 1s;
    /* -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2); */
    -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2);
    /* box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2); */
    z-index: 999999999;
    font-family: "objektiv-mk1";
    padding: 20px;
    right: 0;
    line-height: 22px;
    text-align: left;
}
.cookies_txt {
    width:60%;
    float:left;
    margin-left:160px;
}
.cookies_txt a{
    color:#fff;
}
.cookiesms button{
    font-family: "objektiv-mk1";
    font-weight: 800;
    background-color: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
    border: 0;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border: 2px solid #fff;
    float:left;
    margin-top:10px;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.2);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.2);
}
 
/* Fin del CSS para cookies */
.cabecera_menu_movil {
    width: 36px;
    height:32px;
    background:url("/_img/EDESA_HAMBURGUESA-07.svg") 0 0 no-repeat transparent;
    cursor: pointer;
    display: block;
    position: absolute;
    top:30px;
    right:20px;
    background-size: 100%;
}
.menu_movil {
    display: none;
    background-color: #009DE0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20px;
    z-index: 32323228;
    width: 100%;
}
.menu_movil_cerrar {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 24px;
    background: url("/_img/Grupo 703.svg") 0 0 no-repeat transparent;
    background-size: 28px 28px;
    z-index: 23323232;
}
.menu_movil_opcion {
    float:left;
    width:100%;
    margin-bottom:30px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.menu_movil_opcion_inicial {
    margin-top:10%;
}
.menu_movil_opcion a {
    color:#FFFFFF;
    font-size:40px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    text-align: left !important;
    text-decoration: none;
    text-transform: uppercase;
}
.menu_movil_opcion a:hover {
    text-decoration: underline;
    text-underline-position: under; 
}
.maps_busqueda {
    font-size:25px;
    background-color:transparent;
    color:#fff;
    border:2px solid #fff;
    width:230px;
    font-family: "objektiv-mk1";
    font-weight: 300;
    padding:8px;
}

.col30 {
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.col30_ini {
    margin-left:0px;
}
.col30_imagen {

}
.col30_imagen img{
    width:100%;
}
.col30_texto {
    font-weight: 800;
    font-size:21px;
}

.imagen_europa {
    width:49%;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    position:relative;
}
.imagen_europa img {
    width:100%;
}
.imagen_europa_titulo {
    font-family: "objektiv-mk1";
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 17px;
}
.imagen_europa2 {
    margin-right: 0px;
}
.productos_europa {
    background-color:#70707070;
    width: 100%;
    position: absolute;
    z-index: 2323232;
    min-height: 300px;
    opacity: 0;
}
.productos_europa_franja {
    background-color:#fff;
    width: 100%;
    position: absolute;
    z-index: 2323233;
    height: 560px;
    opacity: 0;
}
.productos_europa_franja .imagen_gif {
    margin-top:80px;
    width:90%;
}
.productos_europa_franja .titulo_europa {
    font-family: "objektiv-mk1";
    font-weight: 800;
    font-size: 90px;
    color: #009DE0;
    line-height: 95px;
    max-width: 70%;
    float: none;
    margin-top: 40px;
}
.productos_europa_franja .subtitulo_europa {
    color: #009DE0;
    font-size:25px;
    font-family: "objektiv-mk1";
    font-weight: 500;
    float:none;
    margin-bottom:30px;
}
.productos_europa_franja .boton_europa {
    font-size: 18px;
    font-weight: 800;
    font-family: "objektiv-mk1";
    background-color: #fff;
    border: 1px solid #009DE0;
    padding: 10px;
    cursor: pointer;
    color: #009DE0;
    float:none;
    width:120px;
    text-align: center;
}

#productos {
    padding-bottom: 200px;
}
.contenido_productos {
    position: relative;
    float: left;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 90%;
    margin-left: 140px;
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.contenido_productos_50 {
    position: relative;
    width:50%;
    float: left;
}
.contenido_productos_50 a {
    text-decoration: none;
}
.contenido_productos_50_der {
    float: right;
}
.contenido_productos_titulo {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: "objektiv-mk1";
    font-weight: 800;
    margin-bottom: 20px;
}
.contenido_productos_descripcion {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    font-family: "objektiv-mk1";
    font-weight: 800;
    padding-right: 50px;
    margin-bottom: 20px;
}
.contenido_productos_enlace {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-family: "objektiv-mk1";
    font-weight: 400;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 130px;
    background: url(/_img/flecha_blanca2.svg) 95% 12px no-repeat transparent;
}
.foto_producto0 {
    padding: 50px;
    overflow: hidden;
    background-color: transparent;
    width: 568px;
    height: 400px;
    position: absolute;
    text-align: center;
}
.foto_producto0 img{
    position: relative;
    z-index: 1;
    max-height: 100%;
}
.foto_producto0 .backg {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 0;
    top: 0;
    left: 0;
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_ONDAS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
.foto_producto00 .backg, .foto0cocoon .backg {
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_PICOS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
.foto1iono .backg {
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_ONDAS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 80%;
}
.foto1hydra .backg {
    background:url("/_img/patterns/EDESA_PATTERNS_WEB_PICOS_GRANDE.png") 0 0 repeat #fff;
    background-attachment: fixed;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 80%;
}

.contenido_productos_50_der .foto_producto0 .backg {
    background-position: 90%;
}
.contenido_productos_pictos {

}
.contenido_productos_pictos img {
    margin-right: 20px;
}

.texto00_imagen {
    right: 20px;
}
.texto00_prod {
    right:127px;
}
.texto00_des {
    right:127px;

}
.input_subir_archivo {
    background: url(/_img/subir_archivo.svg) 98% 2px no-repeat transparent;
    background-size: 18px;
    cursor: pointer;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    .contenido_productos {
        margin-left: 85px;
    }
}

.formulario_error {
    color:#E00000;
    font-size:18px;
    font-family: "objektiv-mk1";
    font-weight: 800;
    margin-top:10px;
    display: none;
}

.menu_movil_separador {
    width: 100%;
    text-align: left;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left:  20px;
} 
.menu_movil_separador_linea {
    width: 80%;
    border:  1px solid #fff;
}

#CybotCookiebotDialogHeader, .CookiebotWidget-main-logo, #CookiebotWidget {
    visibility: hidden;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #009DE0 !important;
    border-color: #009DE0 !important;
    color: #fff !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #009DE0 !important;
    color: #009de0 !important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #009DE0 !important;
    color: #009de0 !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #009de0 !important;
}
.datos_prodat {
        font-size: 14px;
    font-weight: 300;
    font-family: "objektiv-mk1";
    line-height: 18px;
}
