body, html {
    font-family: 'Open Sans', sans-serif;

    /*font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";*/
    height: 100%;
    font-size: 1em;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*@font-face {
    font-family: 'NeoTechStdRegular';
	font-weight: normal;
    font-style: normal;
    src: url('../fonts/neotechstd-regular-webfont.otf');
    src: url("../fonts/neotechstd-regular-webfont.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/neotechstd-regular-webfont.woff") format("woff"),
		 url("../fonts/neotechstd-regular-webfont.ttf") format("truetype"),
		 url("../fonts/neotechstd-regular-webfont.svg#NeoTechStdRegular") format("svg");
}*/

body {
    overflow-x: hidden;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    outline: none !important;
}

/*----------------------Transiciones------------------------*/
/*Normales*/
a, a strong, a img, li span, #textos_legales_header ul li a, #navbar_fijada_arriba nav a:before, #contenedor_total {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/*Rapidas*/

#permiso_cookies_x {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.c-hamburger, #cook, .navbar-default {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

#container {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*
{
	transition:none;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	-ms-transition:none;
}*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
contenido web generico
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.styleh2 {
    color: #868589;
    letter-spacing: -0.3px;
    margin: 20px auto 50px;
    position: relative;
    text-transform: uppercase;
}



.styleh2::before {
    background-color: #e1251b;
    bottom: -25px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

#contacto .styleh2 {
    color: #fff;
}

#contacto .styleh2::before {
    background-color: #fff;
}

#contacto .styleh2 > span, #contacto h3 {
    color: #fff !important;
}

.styleh2.tlt {
    text-transform: initial;
}

.styleh2 > span {
    font-weight: bold;
    color: #e1251b;
}

.styleh3em {
    color: #e1251b;
    margin-bottom: -5px !important;
}

.detalle_h {
    background: rgba(0, 0, 0, 0) url("../img/detalle_h.svg") no-repeat scroll center bottom;
    display: block;
    height: 90px;
    margin: 0 auto 25px;
    width: 22px;
}

.detalle_h2 {
    background: rgba(0, 0, 0, 0) url("../img/detalle_h2.svg") no-repeat scroll center bottom;
    display: block;
    height: 90px;
    margin: 0 auto 25px;
    width: 22px;
}

section .row h3 {
    font-size: 1.3em;
    padding: 0 15%;
    line-height: 1.4em;
}

section h3 strong {
    color: #e1251b;
    font-weight: normal;
}

.container {
    max-width: 1300px;
    padding-bottom: 100px;
    padding-top: 0;
}

#contenedor_total {
    background-color: #fff;
    margin-top: 700px;
    position: relative;
    z-index: 99;
    overflow-x: hidden;
}

#contenedor_total_interior {
    background-color: #fff;
    margin-top: 0px;
    position: relative;
    z-index: 99;
    overflow-x: hidden;
}

.container-full {
    margin-left: -15px;
    margin-right: -15px;
}

/*pastilla up*/
.up {
    width: 40px;
    height: 40px;
    position: fixed;
    padding: 10px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    background-color: rgba(134, 133, 137, 0.9);
    z-index: 111;
    display: none;
    background-image: url(../img/arrow-up.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

#sec_up {
    position: relative;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 0;
    float: left;
    text-indent: -9999px;
}

/*cookies*/
.alert {
    margin-bottom: 15px !important;
}

.alert-cookies {
    background-color: rgba(134, 133, 137, 0.98);
    border-color: rgba(134, 133, 137, 1);
    color: #fff;
    font-size: 0.9em;
}

.alert-cookies a {
    color: rgba(240, 206, 0, 0.7);
    text-decoration: none;
}

.alert-cookies a:hover {
    color: rgba(240, 206, 0, 1);
}

.alert-cookies strong {
    letter-spacing: 0.1em;
}

/*estilos para nav*/
#navbar_fijada_arriba nav li {
    margin: 0 12px;
}

#navbar_fijada_arriba nav a, .navbar-brand {
    padding: 35px 0;
    color: #e1251b;
    font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
    font-size: 1em;
    position: relative;
}

#navbar_fijada_arriba nav a:hover {
    color: #868589 !important;
    -webkit-box-shadow: 0px 2px 0px 0px #D52B1E;
    -moz-box-shadow: 0px 2px 0px 0px #D52B1E;
    box-shadow: 0px 2px 0px 0px #D52B1E;
}

#navbar_fijada_arriba nav li ul li {
    margin: 0;
}

#navbar_fijada_arriba nav li ul li a {
    color: #D52B1E;
    font-size: 0.9em;
    padding: 10px 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#navbar_fijada_arriba nav li ul li a:hover {
    background-color: #ebebeb;
}

#contenedor_menu {
    padding-bottom: 0 !important;
}

#contenedor_menu_int {
    background: rgba(216, 211, 61, 0.5) none repeat scroll 0 0;
    padding: 0 40px !important;
}

.navbar-brand {
    background: rgba(0, 0, 0, 0) url("../img/logo_b.svg") no-repeat scroll left center / auto 50%;
    text-indent: -9999px;
    width: 500px;
    margin-left: 180 !important;
    height: auto;

}

.dropdown-menu {
    padding: 0 !important;
}

.navbar-default {
    background-color: transparent;
    margin-top: -120px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
    color: #e1251b !important;
    -webkit-box-shadow: 0px 2px 0px 0px #D52B1E;
    -moz-box-shadow: 0px 2px 0px 0px #D52B1E;
    box-shadow: 0px 2px 0px 0px #D52B1E;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 0px 0px #4a341a;
    -moz-box-shadow: 0px 2px 0px 0px #4a341a;
    box-shadow: 0px 2px 0px 0px #4a341a;
    color: #e1251b !important;
}

.dropdown-toggle > img {
    margin-left: 5px;
    width: 20px;
}

.dropdown-menu img {
    float: right;
    height: auto;
    width: 20px;
}

#menu_principal {
    margin: 0;
}

/*boton menu*/
.navbar-toggle {
    overflow: hidden;
}

.navbar-toggle .icon-bar {
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: opacity, transform;
    transition: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

.navbar-toggle {
    background-color: #e1251b !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    height: 35px !important;
    width: 35px !important;
    padding: 5px !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 1px !important;
    height: 2px !important;
    width: 22px !important;
}

/*estilos login*/
.modal-dialog {
    margin: 100px auto 0 auto !important;
    width: 65% !important;
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 90% !important;
    }

}

/****** video MODAL ******/
.videomodal-container {
    padding: 30px;
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
    cursor: auto;
    width: 100% !important;
}

.modal-open .modal {
    cursor: -moz-zoom-out;
    background-color: rgba(0, 0, 0, 0.6);
}

.video-modal {
    text-align: center;
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.close-modal {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 3em;
    margin: 0;
    opacity: 0.7;
    padding-right: 6px;
    position: absolute;
    right: -6px;
    text-align: right;
    top: -58px;
    width: 100%;
}

.close-modal:hover {
    opacity: 1;
}

.cont-iframe {
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

.iframe-modal {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.texts > li {
    list-style: inside none none;
    color: #ffffff;
}

.btn-azul {
    background-color: #ffffff;
    border: 1px solid #e1251b !important;
    border-radius: 3px;
    color: #e1251b !important;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 15px;
    float: left;
}

.btn-azul:hover {
    background-color: #e1251b;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-gris {
    background-color: #ffffff;
    border: 1px solid #e1251b !important;
    border-radius: 3px;
    color: #e1251b !important;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 15px;
    float: left;
}

.btn-gris:hover {
    background-color: #e1251b;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-blanco {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 15px;
    float: left;
}

.btn-blanco:hover {
    background-color: #fff;
    color: #e1251b !important;
    text-decoration: none !important;
}

#cont_slider .btn.btn-azul {
    margin-right: 20px;
}

/*------------------------------------------------contenido--------------------------------------------------------*/

/*----------------slider------------------*/
#foto_slider {
    height: 700px;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

#cont_fotoslider {
    background-attachment: scroll;
    background-clip: border-box;

    background-image: url("../img/fondo_slider_.svg") !important;
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeatt;
    background-size: cover;

    float: none;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#fondo_slider {
    background-image: url("../img/visao_.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    right: 0;
    position: fixed;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    z-index: -999;
}

#cont_slider {
    display: table;
    height: 100%;
    margin-top: 0;
    padding-top: 90px;
    width: 100%;
}

#cont_slider .tlt {
    clear: left;
    color: #ffffff;
    float: left;
    font-size: 2.5em;
    margin-bottom: 40px;
    margin-top: 30px;
    padding-right: 40%;
    width: 100%;
}

#cont_titulo_int > img {
    float: left;
    width: auto;
}

#cont_slider .tlt {
    clear: left;
    color: #ffffff;
    float: left;
    font-size: 2.5em;
    letter-spacing: -0.04em;
    margin-top: 50px;
    padding-right: 40%;
    width: 100%;
}

#cont_slider h3 {
    color: #868589 !important;
    float: left;
    font-size: 1.5em !important;
    margin-top: 20px !important;
}

#cont_slider h3 p {
    float: left;
}

#cont_slider .container {
    padding: 30px 50px 50px 50px;
}

/*----------------sec cajas------------------*/
#cont_irestea {
    margin-top: 20px;
}

#cont_irestea h3 {
    padding: 0 15%;
}

#cont_irestea .caja {
    background-color: #eee;
    border: 2px solid #fff;
    padding: 50px;
    align-items: stretch;
    /*display: flex;*/
    height: auto;
    font-size: 1.2em;
}

#cont_irestea #caja1 {
    background-color: #868589;
    color: #fff;
}

#cont_irestea #caja6 {
    background-color: #e1251b;
    color: #fff;
}

.flexbox {
    align-items: stretch;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    overflow: visible;
}

.flexbox .caja p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0 !important;
}

.caja li {
    list-style: outside none none;
    line-height: 1.8em;
}

#caja5 i {
    color: #e1251b;
}

#caja2 i {
    color: #868589;
}

#caja6, #caja1 {
    color: #fff;
    font-size: 1.7em !important;
    line-height: 1.5em;
}

.caja > ul {
    padding: 0;
}

.caja img {
    float: none;
    height: auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#caja4 > img {
    height: 100%;
    max-height: 250px;
}

/*----------------sec frase------------------*/
#contenedor_frase {
    background-attachment: fixed;
    background-image: url("../img/fondo-llamada1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#sec_frase {
    background: rgba(134, 133, 137, 0.8);
    background: -moz-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(134, 133, 137, 0.8)), color-stop(100%,  #D52B1E));
    background: -webkit-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -o-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -ms-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: linear-gradient(to right, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868589', endColorstr='#0097d8', GradientType=1);
    max-width: none !important;
    padding: 40px 0;
    text-align: center;
    width: 100% !important;
}

#sec_frase .btn {
    float: none !important;
}

#cont_frase .styleh2 {
    margin-top: 0;
}

#contenedor_frase .styleh2 {
    color: #fff;
    font-size: 30px;
}

#contenedor_frase .styleh2 span {
    color: #fff !important;
}

#contenedor_frase .styleh2:before {
    background-color: #fff;
}

#contenedor_frase_text h3 {
    color: #fff;
    margin-bottom: 25px !important;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-top: -5px;;
}

#contenedor_frase_text {
    padding-bottom: 0;
}

/*----------------sec iristea------------------*/
#contenedor_irestea h3 {
    margin-top: 0;
}

#sec_que_irestea {
    padding-bottom: 0;
    margin-bottom: -1px;
}

#text_foto_iris_2, #text_text_iris_2 {
    height: 400px;
}

#text_foto_iris_2 {
    vertical-align: bottom;
}

.icono_categ {
    color: #ffffff;
    display: inline-block;
    font-size: 4em;
    height: 70px;
    width: 70px;
}

#cont_irestea_cat .text-cat {
    font-size: 18px;
}

#cont_irestea_cat .text-cat {
    font-size: 18px;
    margin-top: 30px;
    color: #ffffff;
}

#cont_irestea_cat .text-cat2 {
    font-size: 18px;
}

#cont_irestea_cat .text-cat2 {
    font-size:18px;
    margin-top: 30px;
    color: #333;
}
.item_cat {
    padding: 20px;
    text-decoration: none !important;
    color: #333;
}

.item_cat:hover {
    color: #333;
}

.item_cat:hover i {
    color: #e1251b;
}

.item_cat h4 {
    color: #ffffff;
    font-size: 1.5em;
}

.item_cat2 {
    padding: 20px;
    text-decoration: none !important;
    color: #333;
}

.item_cat2:hover {
    color: #333;
}

.item_cat2:hover i {
    color: #e1251b;
}

.item_cat2 h4 {
    color: #e1251b;
    font-size: 1.5em;
}

#cont_irestea_cat {
    margin-top: 30px;
    padding-bottom: 30px;
}

.item_cat:hover span.bd-left {
    border: 1px solid #ffffff;
    height: 20px;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    bottom: 0;
}

.item_cat:hover span.bd-right {
    border: 1px solid #e1251b;
    height: 20px;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
    bottom: 0;
}

.item_cat:hover span.bd-btm-left {
    border: 1px solid #e1251b;
    position: absolute;
    width: 20px;
    left: 0;
    bottom: 0;
}

.item_cat:hover span.bd-btm-right {
    border: 1px solid #e1251b;
    position: absolute;
    width: 20px;
    right: 0;
    bottom: 0;
}

#cat_1, #cat_2, #cat_3 {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

#cont_irestea_texto {
    border-top: 1px solid #eee;
    padding-bottom: 100px;
    padding-top: 30px;
}

section div p strong, section div p span {
    color: #e1251b;
}

.texto_iris {
    display: table;
}

.bloq_texto {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 100px 0 50px;
    position: relative;
    text-align: left;
}

.bloq_img {
    display: table-cell;
    position: relative;
    height: 250px;
    vertical-align: middle;
}

.bloq_texto_iristea {
    font-size: 1em;
    line-height: 1.5em;
    padding: 50px 50px 0 0;
    position: relative;
    text-align: left;
}

#foto_iris img {
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
}

#foto_iris {
    padding-top: 50px;
}

/*----------------sec llamada------------------*/
#contenedor_llamada {
    background-attachment: fixed;
    background-image: url("../img/fondo-llamada2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#cont_llamada {
    background: rgba(134, 133, 137, 0.9);
    background: -moz-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(134, 133, 137, 0.9)), color-stop(100%, rgba(0, 151, 216, 0.9)));
    background: -webkit-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: linear-gradient(to right, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868589', endColorstr='#0097d8', GradientType=1);
    max-width: none !important;
    padding: 30px 0;
    text-align: center;
    width: 100% !important;
}

#int_1_llamada {
    padding: 0 15px;
}

#int_1_llamada img {
    height: auto;
    width: 50%;
    float: right;
}

#cont_int_llamada2 {
    color: #fff;
    text-align: left;
}

#cont_int_llamada2 > h2 {
    font-size: 2.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0 !important;
    margin-top: 15px;
}

#cont_int_llamada2 > h3 {
    margin-top: 10px;
    padding: 0;
}

#cont_int_llamada3 {
    margin-top: 40px;
}

/*----------------sec terapia------------------*/

#cont_terapia {
    margin-top: 80px;
}

#sec_terapia .bloq_img img {
    height: 100%;
    width: auto;
}

#sec_terapia .bloq_img {
    float: right;
}

#cont_list_terapia {
    padding-top: 50px;
    text-align: center;
}

.lista_terapia .fa {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    z-index: -999;
    margin-right: 5px;
    margin-left: 5px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.lista_terapia .fa:hover {
    filter: none;
}

.fa-icono1 {
    background-image: url("../img/on (1).png") !important;
}

.fa-icono2 {
    background-image: url("../img/on (2).png") !important;
}

.fa-icono3 {
    background-image: url("../img/on (3).png") !important;
}

.fa-icono4 {
    background-image: url("../img/on (4).png") !important;
}

.fa-icono5 {
    background-image: url("../img/on (5).png") !important;
}

.fa-icono6 {
    background-image: url("../img/on (6).png") !important;
}

.fa-icono7 {
    background-image: url("../img/on (7).png") !important;
}

.fa-icono8 {
    background-image: url("../img/on (8).png") !important;
}

.fa-icono9 {
    background-image: url("../img/on (9).png") !important;
}

.fa-icono10 {
    background-image: url("../img/on (10).png") !important;
}

/*----------------sec gestion------------------*/
#gestion {
    padding-bottom: 100px;
    background-color: #eee;
}

#contenedor_gestion {
    padding-bottom: 0;
}

#cont_gestion_1 {
    padding: 0;
}

#cont_gestion {
    padding-top: 80px;
    padding-bottom: 40px;
}

.ptitulo {
    color: #e1251b;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.2em;
}

#cont_gestion #bloq_texto h4 {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-transform: uppercase;
}

#cont_gestion #bloq_texto .fa {
    color: #e1251b;
    font-size: 1.2em;
    margin-right: 5px;
}

.img2 {
    margin-top: -80px;
    width: 80%;
}

.img1 {
    margin-left: auto;
    width: 90%;
}

/*----------------sec movilidad------------------*/
#cont_movilidad {
    padding-top: 80px;
}

#cont_movilidad .bloq_texto > p {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: #e1251b;
}

#cont_movilidad .bloq_img img {
    height: 100%;
    width: auto;
}

#cont_movilidad .bloq_img {
    float: right;
}

#cont_movilidad .bloq_texto span {
    margin-top: -10px;
    min-width: 60px;
    padding: 0;
    text-align: center;
    width: auto;
}

#cont_movilidad .bloq_texto i {
    color: #e1251b;
    font-size: 3em !important;
    line-height: 1em !important;
    padding: 0;
}

#cont_movilidad .bloq_texto .fa-bar-chart {
    margin-top: 10px;
}

#cont_movilidad .bloq_texto {
    padding: 0 25px 0 0;
}

/*----------------sec video------------------*/
#contenedor_llamada_video {
    background-attachment: fixed;
    background-image: url("../img/fondo_2b.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#cont_llamada_video {
    background: rgba(134, 133, 137, 0.9);
    background: -moz-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(134, 133, 137, 0.9)), color-stop(100%, rgba(0, 151, 216, 0.9)));
    background: -webkit-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    background: linear-gradient(to right, rgba(134, 133, 137, 0.9) 0%, rgba(0, 151, 216, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868589', endColorstr='#0097d8', GradientType=1);
    max-width: none !important;
    padding: 30px 0;
    text-align: center;
    width: 100% !important;
}

#int_1_llamada_video {
    padding: 20px 15px;
}

#cont_int_video2 {
    color: #fff;
    text-align: left;
}

#cont_int_video2 > h2 {
    font-size: 2.2em;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
!important;
    margin-top: 15px;
    margin-top: 0;
}

#cont_int_video2 > h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0;
}

.img-tablet {
    padding-left: 80px;
    background-image: url("../img/img-tablet.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    float: right;
    height: auto;
    padding: 60px 17px;
    text-align: center;
    width: 100%;
}

.img-tablet a {
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 10px;
    border-style: none;
    color: #fff;
    display: inline-block;
    line-height: 54px;
    padding: 20px;
    text-align: center;
    height: 100px;
    width: 100px;
}

.img-tablet a:hover {
    background-color: rgba(255, 255, 255, 1);
}

.img-tablet img {
    height: 100%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

#cont_int_video3 {
    padding-left: 100px;
}

/*----------------sec ejercicios------------------*/
#sec_ejercicios {
    padding-bottom: 50px;
}

#contenedor_ejercicios_text, #cont_ejercicios_2_texto {
    padding-top: 40px;
}

.item_ejer {
    color: #333;
    padding: 20px 20px 0;
    text-decoration: none !important;
}

.icono_ejer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.icono_ejer {
    background-image: url("../img/icono-ojo.svg");
}

.item_ejer ul li, .item_ejer dl dd, .item_ejer h4, .item_ejer ul, .item_ejer dl, .item_ejer dt {
    text-align: left;
    float: left;
}

.item_ejer h4, .item_ejer dl {
    width: 80%;
}

.item_ejer ul, .item_ejer dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.2em;
}

.item_ejer ul li, .item_ejer dl dd {
    width: 100%;
    padding-left: 10px;
}

.item_ejer .fa {
    font-size: 0.9em;
    color: #D52B1E;
}

/**/
#sec_ejercicios_2 {
    background-color: #eee;
    padding-top: 50px;
    padding-bottom: 40px;
}

/*----------------sec marcas------------------*/

#sec_clientes {
    background-image: url("../img/mapa.svg") !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-bottom: 70px;
}

#car_clientes .item img {
    display: block;
    height: auto;
    width: 100%;
}

#car_clientes .owl-pagination {
    margin-top: 0;
}

#car_clientes .item {
    margin: 30px 20px;
}

#car_clientes .item span {
    display: none;
}

/*----------------sec contacto------------------*/
#contacto {
    background-attachment: fixed;
    background-image: url("../img/fondo-contacto.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#contenedor_contacto {
    padding-bottom: 0;
}

#sec_contacto {
    background: rgba(134, 133, 137, 0.8);
    background: -moz-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(134, 133, 137, 0.8)), color-stop(100%,  #D52B1E));
    background: -webkit-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -o-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: -ms-linear-gradient(left, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    background: linear-gradient(to right, rgba(134, 133, 137, 0.8) 0%,  #D52B1E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868589', endColorstr='#0097d8', GradientType=1);
    max-width: none !important;
    padding: 0;
    text-align: center;
    width: 100% !important;
}

.map {
    height: 721px;
    width: 100%;
    z-index: 99;
}

#cont_contacto {
    padding-top: 50px;
}

#cont_map, #cont_form, #cont_map_cont {
    padding: 0;
}

#cont_form {
    background-color: rgba(255, 255, 255, 0.3);
    min-height: 665px;
    padding-right: 15px;
}

#cont_form_int {

    float: left;
    width: 100%;
    padding: 40px 0 45px 20px;
    max-width: 600px;
}

/*--------------------------------------formulario-------------------------------------------*/

form label, form legend {
    display: none;
}

form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    color: #D52B1E;
    float: left;
    font-size: 0.9em;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
}

form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus,
form input[type="text"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form textarea:hover, form select:hover {
    border: 1px solid #D52B1E;
}

textarea {
    overflow: auto;
    min-height: 158px;
    resize: none;
}

.form-level {
    position: relative;
}

.form-level input {
    border: 1px solid #eee;
    margin-bottom: 8px;
    padding: 10px 15px;
    width: 100%;
}

#cont_lis_cont {
    margin-top: 50px;
}

#filtro_productos .mix {
    display: none;
    opacity: 0;
}

.left_contact {
    color: #e7e7e7;
    float: left;
    height: auto;
    max-width: 850px;
    position: relative;
    width: 100%;
}

.form-icon {
    position: relative;
}

.form-icon {
    background-repeat: no-repeat;
    background-size: 15px auto;
}

#name {
    background-image: url(../img/form_user.svg);
    background-position: top 50% right 7px;
}

#mail {
    background-image: url(../img/form_mail.svg);
    background-position: top 50% right 7px;
}

#phone {
    background-image: url(../img/form_tel.svg);
    background-position: top 50% right 7px;
}

#messege {
    background-image: url(../img/form_pen.svg);
    background-position: top 10px right 7px;
}

.fa-user::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
}

#validacion {
    color: #fff;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    font-weight: normal;
    font-size: 0.9em;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

#validacion > a {
    color: #555;
    text-decoration: none;
}

#validacion > a:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------estilos checkbox-------------------------------------*/
/* Hidding the radiobuttons &amp; checkboxes */
input[type="radio"], input[type="checkbox"] {
    display: none;
}

/* Styling background */
label i:first-child {
    color: #fff;
}

/* Hidding the "check" status of inputs */
input[type="radio"] + label .fa-circle,
input[type="checkbox"] + label .fa-check {
    display: none;
}

/* Styling the "check" status */
input[type="radio"]:checked + label .fa-circle,
input[type="checkbox"]:checked + label .fa-check {
    display: block;
    color: #555;
}

/* Styling checkboxes */
input[type="checkbox"]:checked + label .fa-check {
    position: relative;
    left: .125em;
    bottom: .125em;
}

/* Styling radiobuttons */
input[type="radio"]:checked + label .fa-circle-o {
    display: none;
}

/*-------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer {
    background-color: #D52B1E;
    background-image: url("../img/logo_detalle.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    float: left;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#footer_contenido, #footer_contenido2 {
    padding: 0 40px 40px 40px;
    text-align: center;
}

#footer_contenido {
    padding: 40px 40px 5px 40px;
}

#footer_contenido span {
    color: #949527;
    float: left;
    font-size: 1.5em;
    font-weight: initial;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    margin-top: 15px;
}

#footer_contenido ul {
    float: left;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

#footer_contenido ul li {
    list-style: none;
    padding-left: 7px;
    padding-right: 7px;
}

#footer_contenido a {
    color: rgba(255, 255, 255, 0.6);
    float: left;
    font-size: 0.9em;
    line-height: 1.3em;
    text-decoration: none !important;
}

#div_fot_1 a {
    margin-bottom: 5px;
}

#footer_contenido a:hover {
    color: rgba(255, 255, 255, 1);
}

.btn_categ {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    color: #fff;
    font-size: 0.8em !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 5px;
}

.btn_categ:hover {
    background-color: rgba(148, 149, 38, 0.5)
}

#formas_pago img {
    float: left;
    height: 30px;
    width: auto;
}

#formas_pago li {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px
}

#div_fot_2 {
    border-left: 1px solid rgba(148, 149, 38, 0.2);
    border-right: 1px solid rgba(148, 149, 38, 0.2);
}

#footer_boton_right > a {
    display: block;
    float: none;
    height: 50px;
    margin-right: 6px;
    margin-top: 0;
    text-align: center;
    width: auto;
}

#footer_boton_left > p {
    margin: 3px 0 0 0 !important;
}

#footer_boton_right a img {
    height: 100%;
    width: auto;
}

#footer_boton_right {
    text-align: center !important;
}

#footer_boton_right span {
    display: block;
    padding: 10px 0 0 !important;
    width: 100%;
}

#footer_boton_right a, #footer_boton_top a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 15px;
}

#footer_boton_right a:hover, #footer_boton_top a:hover {
    color: #4A341A;
}

#footer_boton_left {
    text-align: center;
}

#footer_contenido2 {
    margin: 0 !important;
}

.social-contact.list-inline a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.5em !important;
    height: 40px;
    line-height: 1.5em !important;
    text-align: center;
    width: 40px;
    margin-bottom: 6px;
}

.contact li {
    width: 100%;
    margin-bottom: 10px;
}

.contact p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.contact i {
    color: rgba(216, 211, 61, 0.9);
    font-size: 1.2em;
    margin-right: 10px;
    float: left;
}

/*módulo logos*/
#footer_contenido1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
    text-align: center;
}

#logos_oficiales {
    text-align: center;
    display: inline-block;
    float: none;
    text-align: center;
    padding-top: 15px;
}

#logos_oficiales ul {
    margin-bottom: 0;
    float: left;
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

#logos_oficiales ul li {
    display: inline-block;
    float: none;
}

#logos_oficiales ul li a {
    float: left;
    height: 60px;
    margin: 0 10px;
}

#logos_oficiales ul li a span {
    display: none;
}

#jcyl {
    background: rgba(0, 0, 0, 0) url("../img/logo_ministerio.png") no-repeat scroll left top;
    width: 200px !important;

}

#planavanza {
    background: rgba(0, 0, 0, 0) url("../img/logo_avanza.png") no-repeat scroll left top;
    width: 200px !important;
}

#feder {
    background: rgba(0, 0, 0, 0) url("../img/logo_feder.png") no-repeat scroll left top;
    width: 140px !important;
}

#jcyl:hover, #planavanza:hover, #feder:hover {
    background-position: left bottom;
}

#textoID {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    padding: 10px 150px 0;
    position: relative;
}

#textoID p::before {
    content: "";
    display: inline-block;
    font: 3em/1 FontAwesome;
    height: 100px;
    left: 58px;
    position: absolute;
    text-rendering: auto;
    top: 0;
    width: 100px;
}

#textoID p::after {
    content: "";
    display: inline-block;
    font: 3em/1 FontAwesome;
    height: 100px;
    right: 58px;
    position: absolute;
    text-rendering: auto;
    top: 0;
    width: 100px;
}

.social-contact.list-inline span, #cont_terapia .lista_terapia li span {
    display: none;
}

#footer_boton_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.volver {
    margin-top: 50px;
}

#cont_movilidad .bloq_texto .fa-cogs {
    margin-top: 10px;
    font-size: 2.5em !important;
}

#cont_movilidad .bloq_texto .fa-send {
    margin-top: 10px;
    font-size: 2.5em !important;
}

.alert {
    text-align: center;
}

#permiso_cookies_acepto {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
}

/*Estilos de cookies*/

#bloque_configuracion_cookies {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
}

.contenido_bloque_configuracion_cookies {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    margin: 10% 20% 20%;
    background: #fff;
    z-index: 99999;
    padding: 30px;
}

.contenido_bloque_configuracion_cookies .boton_cerrar {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: #336699;
    border: 1px solid #336699;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.contenido_bloque_configuracion_cookies .boton_cerrar:after {
    content: 'X';
    display: block;
    width: 38px;
    height: 40px;
    color: #fff;
    font-size: 1.7em;
    line-height: 1.7em;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.contenido_bloque_configuracion_cookies .boton_cerrar:hover {
    background: #fff;
    border: 1px solid #336699;
}

.contenido_bloque_configuracion_cookies .boton_cerrar:hover:after {
    color: #336699 !important;
}

.contenido_bloque_configuracion_cookies .btn_rechazar_cookies,
.contenido_bloque_configuracion_cookies .btn_guardar_cookies {
    float: right;
    width: auto;
    padding: 12px 16px 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-family: Aldo;
    letter-spacing: 1px;
}

.contenido_bloque_configuracion_cookies .btn_guardar_cookies {
    background: #336699;
    border: 1px solid #336699;
    right: 16px;
}

.contenido_bloque_configuracion_cookies .btn_rechazar_cookies {
    background: #fff;
    border: 1px solid #ccc;
    left: 16px;
    color: #ccc;
}

.contenido_bloque_configuracion_cookies .btn_rechazar_cookies:hover,
.contenido_bloque_configuracion_cookies .btn_guardar_cookies:hover {
    border: 1px solid #336699;
    background: #fff;
    color: #336699;
}

.contenido_config_cookies {
    float: left;
    width: 100%;
}

.bloque_tabs_config_cookie,
.bloque_config_cookie {
    position: absolute;
    top: 0;
    height: 100%;
}

.bloque_tabs_config_cookie {
    float: left;
    width: 30%;
    left: 0;
    background: url(../img/logo_corporativo.png) center 25px no-repeat #fff;
    background-size: auto 50px;
    padding: 120px 0 0;
    border-right: 1px solid #ccc;
}

.bloque_config_cookie {
    float: right;
    width: 70%;
    background: #F6F6F6;
    right: 0;
    padding: 75px 50px;
    overflow: hidden;
}

.bloque_config_cookie:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    bottom: -25%;
    right: -25%;
    z-index: -1px;
    filter: grayscale(100%);
}

.tab_config_cookies {
    float: left;
    width: calc(100% + 2px);
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-family: Aldo;
    font-size: 1.2em;
    padding: 20px 25px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.tab_config_cookies:hover {
    color: #336699;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.tab_config_cookies:first-of-type {
    border-top: 1px solid #ccc !important;
}

.tab_activa {
    background: #F6F6F6;
    color: #000 !important;
    border-right: 2px solid #F6F6F6 !important;
    padding-left: 35px;
}

.descripcion_categoria_config_cookies {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.4em;
}

#bloque_configuracion_cookies input[type="checkbox"] {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    cursor: pointer !important;
    opacity: 0;
    z-index: 5;
    /*-webkit-appearance: unset !important;*/
}

#bloque_configuracion_cookies input[type="checkbox"] + label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
}

#bloque_configuracion_cookies input[type="checkbox"]:checked + label:after {
    background: #336699;
}

#bloque_configuracion_cookies label {
    display: inline-block !important;
    position: relative;
    padding-left: 30px;
    margin: 0 0 0 -24px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .contenido_bloque_configuracion_cookies .boton_cerrar {
        right: 2%;
        top: 2%;
    }

    .bloque_tabs_config_cookie {
        padding-top: 100px;
    }

    .bloque_config_cookie:after {
        display: none;
    }

    .contenido_bloque_configuracion_cookies {
        width: 96%;
        height: 96%;
        margin: 2%;
        padding: 2%;
        overflow: hidden;
        overflow-y: auto;
    }

    .bloque_tabs_config_cookie,
    .bloque_config_cookie {
        width: 100%;
        position: relative;
    }

    .bloque_config_cookie {
        padding: 20px 14px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-top: none;
    }

    .bloque_tabs_config_cookie {
        background-size: auto 50px;
        background-position: center top;
        border-right: none;
        overflow-y: auto;
        padding-top: 70px;
    }

    .tab_config_cookies {
        text-align: center;
        width: 33.3333%;
        padding: 16px 8px !important;
        font-size: 1em;
        border-left: none;
        border-right: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: 1px solid #ccc;
    }

    .tab_activa {
        background: #F6F6F6;
        color: #000 !important;
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #F6F6F6 !important;
        padding-left: 25px;
    }

    .contenido_bloque_configuracion_cookies .btn_rechazar_cookies,
    .contenido_bloque_configuracion_cookies .btn_guardar_cookies {
        width: 100%;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 20px 0 0;
    }

    .contenido_bloque_configuracion_cookies .btn_guardar_cookies:last-of-type {
        margin-bottom: 20px;
    }

    .descripcion_categoria_config_cookies {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .bloque_config_cookie {
        margin-bottom: 0;
    }

    .descripcion_categoria_config_cookies {
        border: none;
    }
}

@media (min-width: 769px) and (max-width: 1400px) {
    .contenido_bloque_configuracion_cookies {
        width: 86%;
        margin: 6%;
        padding: 6%;
        overflow: hidden;
        overflow-y: auto;
    }

    .bloque_tabs_config_cookie {
        background-position: center 10px;
        background-size: 80% auto;
    }
}

.boton_configurar_cookies {
    width: 130px;
    padding: 12px 16px 10px;
    text-align: center;
    color: #fff;
    background: #336699;
    border: 1px solid #336699;
    cursor: pointer;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    letter-spacing: 1px;
}
