/*
Light: 300
Regular: 400
SemiBold: 600
Bold: 700
ExtraBold: 800
*/

/*

*/

h1.page-title a{
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 16pt;
    color: #df1a21;
}
h1.page-title-guias a{
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 16pt;
    color: #df1a21;
}
#page-content .region h1.page-title{
    padding-bottom: 32px;
}
.transparenciaimagen{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(89, 100, 109, 0.9);
    z-index: 9;
}
.field-item.even p.texto-centrado{
    text-align: center;
    margin-bottom: 0px;
}
.dospartes{
    display: table;
    width: 100%;
}
.izq{
    position:relative;
    height: 100%;
    text-align:center; 
}
.node .field-name-field-cuerpo .izq img{ 
    margin-top: 15%; 
}
.der h2{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
}
.tituloimagen, .tituloimagensintrans{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    padding: 20px;
}
.tituloimagensintrans{
    width: 50%;
}
#myCarouselimagenes{
    margin-top: 32px;
}
.field-item.even .tituloimagensintrans p{
    color: #df1a21;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    font-size: 16pt;
    line-height: 20pt;
    text-align: left;
}
.field-item.even .tituloimagensintrans.rojo p{
    color: #df1a21;
}
.field-item.even .tituloimagen p{
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 15pt;
    line-height: 15pt;
}
.field-item.even p{
    text-align: justify;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #59646d;
    font-weight: 300;
}
.field-item.even p span.resaltada{
    font-weight: 600;
}
.caja-botones {
    margin: 32px -15px 0;
    padding: 0;
}
.caja-botones-blancos {
    margin: 20px -15px 0;
    padding: 0;
}
.boton-rojo{
    margin-bottom:25px;
}
.boton-rojo .container-fluid{
    background: #e73137;
    padding: 20px 20px 11px;
}
.pildoras .boton-rojo .container-fluid{
    background: #fff;
    padding: 0px;
}
.boton-rojo.queteinteresa .container-fluid {
    background: #e73137;
    padding: 15px 10px;
    padding-bottom: 0px;
}
.caja-botones-blancos .boton-rojo .container-fluid{
    background: #fff;
    padding: 20px 0px;
}
.caja-botones-blancos .boton-rojo .container-fluid:hover{
    background: #fff;
}
.caja-botones-blancos .pildoras .boton-rojo .container-fluid:hover{
    background: #fff;
}
.caja-botones .boton-rojo .container-fluid:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    right: 15px;
    border: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-transition: border-width 0.1s ease-in-out;
    -moz-transition: border-width 0.1s ease-in-out;
    -o-transition: border-width 0.1s ease-in-out;
    transition: border-width 0.1s ease-in-out;
}
.caja-botones .boton-rojo.queteinteresa .container-fluid:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    right: 15px;
    border: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-transition: border-width 0.1s ease-in-out;
    -moz-transition: border-width 0.1s ease-in-out;
    -o-transition: border-width 0.1s ease-in-out;
    transition: border-width 0.1s ease-in-out;
}
.caja-botones .boton-rojo .container-fluid:hover{
    background: #E85459;
}
.caja-botones .boton-rojo .container-fluid:hover:before{
    opacity: 0;
}
.boton-rojo a{
    text-align: center;
    display: block;
}
.pildoras .boton-rojo .botonespildora a{
    text-align: left;
    display: initial;
}
.pildoras .boton-rojo .botonespildora a:hover{
    text-decoration: none;
}
.boton-rojo img{
    height: 77px !important;
    width: auto;
}
.field-item.even .boton-rojo p a{
    font-weight: 600;
    color: #fff;
    font-size: 10pt;
    margin-top: 20px;
    text-align: center;
    line-height: 17px;
    height: 51px;
}
.field-item.even .pildoras .boton-rojo p a{
    color:#df1a21;
}
.field-item.even .boton-rojo.queteinteresa p a{
    font-weight: 600;
    color: #fff;
    font-size: 10pt;
    margin-top: 20px;
    text-align: center;
    line-height: 17px;
    height: 35px;
}
.field-item.even .caja-botones-blancos .boton-rojo p a{
    font-weight: 600;
    color: #e73137;
    font-size: 12pt;
    margin-top: 16px;
    text-align: center;
    line-height: 17px;
    height: auto;
}
.field-item.even .boton-rojo p a:hover{
    text-decoration: none;
}
.botonesherramientas{
    width: 100%;
    display: table;
    text-align: center;
}
.botonherramienta{
    float: left;
    width: 50%;
    padding: 25px;
}
.node .field-name-field-cuerpo .botonherramienta img{
    margin: 0 auto;
}
.node .field-name-field-cuerpo .botonherramienta img.descargar{
    margin: 0 auto;
    width: 75px;
}
.field-item.even .botonherramienta p{
    color: #df1a21;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    font-size: 16pt;
    line-height: 20pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 9px;
}
body.page-node .node .node-body, body.page-comment .node .node-body {
    margin-top: 32px !important;
    margin-bottom: 35px !important;
}
#myCarouselconsejos.carousel.slide,#myCarouselconsejos1.carousel.slide,#myCarouselconsejos3.carousel.slide{
    padding:15px 0px;
    margin: 0px;
    background-size: cover;
}
#myCarouselconsejos.carousel.slide{
    padding: 0px 0px 30px;
}
#myCarouselconsejos.carousel.slide.variosslider,#myCarouselconsejos1.carousel.slide.variosslider,#myCarouselconsejos3.carousel.slide.variosslider{
    height: 200px;
    padding: 15px 45px;
}
.variosslider .carousel-inner .item div{
    text-align: center;
}
#myCarouselconsejos.variosslider .glyphicon-menu-left,#myCarouselconsejos.variosslider .glyphicon-menu-right,
#myCarouselconsejos1.variosslider .glyphicon-menu-left,#myCarouselconsejos1.variosslider .glyphicon-menu-right,
#myCarouselconsejos3.variosslider .glyphicon-menu-left,#myCarouselconsejos3.variosslider .glyphicon-menu-right{
    top: 37%;
    font-size:50px;
}
#myCarouselconsejos.variosslider .glyphicon-menu-left,#myCarouselconsejos.variosslider .glyphicon-menu-left1,#myCarouselconsejos.variosslider .glyphicon-menu-left3{
    left: 5px;
}
#myCarouselconsejos.variosslider .glyphicon-menu-right,#myCarouselconsejos1.variosslider .glyphicon-menu-right,#myCarouselconsejos3.variosslider .glyphicon-menu-right{
    right: 5px;
}
#myCarouselconsejos1.carousel.slide.variosslider img,#myCarouselconsejos3.carousel.slide.variosslider img {
    margin-top: 25%;
    transform: translate(0, -35%);
}
#myCarouselconsejos.carousel.slide.variosslider img{
    margin-top: 19%;
    transform: translate(0, -33%);
}
#myCarouselconsejos.carousel.slide img,#myCarouselconsejos1.carousel.slide img,#myCarouselconsejos3.carousel.slide img{
    margin: 0 auto;
}
.carousel.slide{
    /** padding-bottom: 32px; **/
}
.botonesherramientas img:nth-child(2){
    width: 80px;
}
.divfooter.ultimo img{
    padding: 3.5px;
}
.divfooter:nth-child(3) img{
    padding: 3.5px;
}

.carousel-indicators li {
    background: rgba(255,255,255,0.5);
    margin: 1px 3px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#myCarouselimagenes .carousel-indicators li {
    background: rgba(231,49,55,0.5);
}
.carousel-control {
    font-size: 60px;
    color: #df1a21;
    opacity: 1;
}
.carousel-control.left {
    background-image: none; 
    background-repeat: repeat-x; 
}
.carousel-control.right {
    background-image: none; 
    background-repeat: repeat-x; 
}
#myCarouselconsejos .glyphicon-menu-right,#myCarouselconsejos1 .glyphicon-menu-right,#myCarouselconsejos3 .glyphicon-menu-right {
    top: 40%;
    right: 25px;
    position: absolute;
    color: #e73137
}
#myCarouselconsejos .glyphicon-menu-left,#myCarouselconsejos1 .glyphicon-menu-left,#myCarouselconsejos3 .glyphicon-menu-left {
    top: 42%;
    left: 25px;
    position: absolute;
    color: #e73137
}
#myCarouselconsejos .glyphicon-menu-left, #myCarouselconsejos .glyphicon-menu-right{
    top: 35%;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 15px !important;
    margin: 1px 5px;
    margin-bottom: 0px;
    text-indent: -999px;
    border: 1px solid #444444!important;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators li.active {
    background: #fff !important;
    margin: 1px 5px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#myCarouselimagenes .carousel-indicators li.active {
    background: #df1a21 !important;
}
.carousel-indicators .active {
    margin: 1px !important;
    margin-bottom: 0px;
    width: 20px !important;
    height: 19px !important;
    background: #fff !important;
}

/* Alto por defecto si el video no carga portada */
.carousel.slide .carousel-inner .carousel-item img[src$="maxresdefault.jpg"] {
    min-height: 300px;
}

/* Título de video de cabezera de protege-tu-empresa */
.carousel.slide .carousel-inner .carousel-item .tituloimagen p {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 15pt;
    line-height: 15pt;
}

.playyoutube{
    background: none;
    border: none;
    position: absolute;
    top: 45%;
    left: 45.5%;
    width: 70px;
    height: auto;
    z-index: 99;
}
.field-item.even .boton-rojo.mayores p a {
    font-size: 13pt;
    line-height: 13pt;
    height: 21px;
}
.field-item.even .boton-rojo.mayores img {
    height: 100px !important;
    width: auto;
}
.field-item.even .boton-rojo.mayores {
    margin:0 4%
}
.botondescarga{
    width: 100%;
    margin: 30px 0 40px;
    display: table;
}
.botondescarga .agenda{
    width: 45%;
    text-align: center;
    float: left;
}
.botondescarga .agenda img{
    width: 45%;
}
.botondescarga.kit .agenda img{
    margin-right: -35%;
}
.botondescarga .botontexto img{
    width: 100px;
}
.botondescarga .botontexto{
    width: 55%;
    text-align: center;
    float: left;
}
.botondescarga.kit .botontexto{
    margin-left: -6%;
}
.botondescarga .botontexto h2{
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 20pt;
    color: #df1a21;
    margin-top:0;
    height: 75px;
}
.slideshow-videos {
    width: 100%;
}
.slideshow-videos .item img {
    width: 100%;
}
/**
 * Modales
 */
.ventana-modal {
    position: absolute !important;
    left: 34.3% !important;
    top: 17.9% !important;
    width: 47.2% !important;
    transform: inherit !important;
    border-radius: 0px !important;
    height: 80%;
    overflow-y: scroll;
    padding: 0 !important;
}
.ventana-modal-descargas .contenido-modal{
    padding: 0 15px;
    margin-bottom: 60px;
}
.ventana-modal-recursos .contenido-modal{
    padding: 0 15px;
    margin-bottom: 60px;
}
.ventana-modal-infografias {
    text-align: center;
}
.cabecera-modal{
    position: relative;
}
.cabecera-modal .fondo{
    width: 100%;
    height: auto;
}
.ventana-modal .carousel-indicators {
    bottom: -36px;
}
.ventana-modal .carousel-indicators li {
    background: rgba(0,0,0,0.4);
}
.ventana-modal .carousel-indicators li.active {
    background: #515150 !important;
}
.ventana-modal .carousel-inner .item img{
    margin: 0 auto;
}
.ventana-modal .carousel.slide {
    padding-bottom: 60px;
}
.ventana-modal .linkdescarga{
    background: #df1a21;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
}
.ventana-modal .linkdescarga .texto{
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    position: relative;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 18px 70px 18px 15px;
}
.ventana-modal .linkdescarga .botondescarga{
    width: 70px;
    float: left;
    margin: 0;
    position: absolute;
    display: block;
    padding: 13px 15px;
    right: 0;
    top: 50%;
    margin-top: -45px;
    line-height: 4em;
}
.ventana-modal .linkdescarga .botondescarga img{
    width: 36px;
    height: auto;
}
.linkenlace{
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
}
.linkenlace .texto1{
    background: #68757e;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    color:#fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 13px 75px 13px 15px;
}
.linkenlace .texto2{
    background: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    color:#59646d;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 13px 75px 13px 15px;
}
.linkenlace .texto2 .resaltado{
    font-weight: 600;
}
.linkenlace .botonenlace{
    width: 70px;
    top:10px;
    right: 10px;
    margin: 0;
    display: block;
    padding: 13px 15px;
}
.linkenlace .botonenlace img{
    width: 100%;
}
.slideshow-videos {
    width: 100%;
}
.slideshow-videos .item img {
    width: 100%;
}
/**
 * Modales
 */
.ventana-modal {
    position: absolute !important;
    left: 34.3% !important;
    top: 17.9% !important;
    width: 47.2% !important;
    transform: inherit !important;
    border-radius: 0px !important;
    height: 80%;
    overflow-y: scroll;
    padding: 0 !important;
}
.ventana-modal-descargas .contenido-modal{
    padding: 0 15px;
    margin-bottom: 60px;
}
.ventana-modal-recursos .contenido-modal{
    padding: 0 15px;
    margin-bottom: 60px;
}
.ventana-modal-infografias {
    text-align: center;
}
.cabecera-modal{
    position: relative;
}
.cabecera-modal .fondo{
    width: 100%;
    height: auto;
}
.carousel-indicators {
   /** z-index: 9 !important; **/
}
.ventana-modal .carousel-indicators {
    bottom: -36px;
}
.ventana-modal .carousel-indicators li {
    background: rgba(0,0,0,0.4);
}
.ventana-modal .carousel-indicators li.active {
    background: #515150 !important;
}
.ventana-modal .carousel-inner .item img{
    margin: 0 auto;
}
.ventana-modal .carousel.slide {
    padding-bottom: 60px;
}
#myCarouselimagenes img{
    width: 100%;
}
.ventana-modal .linkdescarga{
    background: #df1a21;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
}
.ventana-modal .linkdescarga .texto{
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    position: relative;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 18px 70px 18px 15px;
    text-transform: none;
}
.ventana-modal.ventana-modal-descargas .linkdescarga .botondescarga{
    left: auto;
}
.ventana-modal .linkdescarga .botondescarga{
    width: 70px;
    margin: 0;
    position: absolute;
    display: block;
    padding: 0px 15px;
    top: 50%;
    line-height: 4em;
    margin-top: -32px;
}
.ventana-modal .linkdescarga .botondescarga img{
    width: 36px;
    height: auto;
}
.linkdescarga{
    background: #df1a21;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.linkdescarga:hover{
    transition: box-shadow .35s ease-in-out;
    -moz-transition: -moz-box-shadow .35s ease-in-out;
    -webkit-transition: -webkit-box-shadow .35s ease-in-out;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
}
.linkdescarga .texto{
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    position: relative;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 18px 15px 18px 80px;
    text-transform: uppercase;
}
.primerparrafo .linkdescarga .texto{
    text-transform: none;
}
.card-rojo .linkdescarga .texto {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    position: relative;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 18px 15px 18px 80px;
    text-transform: uppercase;
}
.card-rojo .linkdescarga{
    margin-bottom: 0px;
}
.linkdescarga .botondescarga{
    width: 70px;
    float: left;
    margin: 0;
    display: block;
    padding: 13px 15px;
    left: 10px;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    line-height: 4em;
}
.linkdescarga .botondescarga img{
    width: 36px;
    height: auto;
}
.linkenlace{
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 11px 0px rgba(0,0,0,0.2);
}
.linkenlace .texto1{
    background: #68757e;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    color:#fff;
    width: 100%;
    float: left;
    line-height: 19px;
    padding: 13px 75px 13px 15px;
}
.linkenlace .texto2{
    background: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 11pt;
    color:#59646d;
    width: 90%;
    float: left;
    line-height: 19px;
    padding: 13px 75px 13px 15px;
}
.linkenlace .texto2 .resaltado{
    font-weight: 600;
}


/*
*   CARDS
*/
.card-rojo{
    display: table;
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.2);
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
/*Arreglo responsive*/
@media (max-width: 420px){
  .card-rojo{
    display: block;
  }
  #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .tags{
    display: block !important;
  }
  .one-sidebar .view-blog .node-blog footer, .headerultimos{
    width: 100% !important;
  }
 }
.card-rojo:hover{
    transition: box-shadow .35s ease-in-out;
    -moz-transition: -moz-box-shadow .35s ease-in-out;
    -webkit-transition: -webkit-box-shadow .35s ease-in-out;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.3);
}
.card-rojo .cabecera{
    background: #df1a21;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 13pt;
    position: relative;
    color: #fff;
    width: 100%;
    line-height: 19px;
    padding: 18px 15px 18px 25px;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}
.card-rojo.distintacabecera .cabecera{
    background: #fff;
    border-bottom: 4px solid rgb(75,92,102);
    position: relative;
}
.card-rojo .cabecera h4{
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 13pt;
    position: relative;
    color: #df1a21;
    width: 100%;
    line-height: 19px;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    margin: 0;
}
.card-rojo .texto{
    padding: 25px;
}
.card-rojo.distintacabecera .texto{
    padding: 0px;
}
.card-rojo.distintacabecera .texto .izq{
/*    background: url("/sites/default/files/empresas/imagenes/fondo_carrusel_4.png"); */
    padding: 25px;
}
.card-rojo.distintacabecera .izq img {
    margin: auto;
    margin-top: 30%;
    transform: translate(0, -24%);
}
.card-rojo.distintacabecera .texto .der{
    padding: 25px;
}
.card-rojo.distintacabecera .texto .der img{
    display: block;
    width: 45px;
    margin-top: 5px;
}
.card-rojo .pie{
    padding: 0 15px 15px;
    text-align: right;
    font-weight: 600;
    color: #e73137;
    font-size: 14pt;
}
.card-rojo .pie a{
    display: inline-block;
    padding: 10px;
    position: relative;
    border: none;
    color: #e73137;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.card-rojo .pie a:hover{
    background: #eee;
    text-decoration: none;
    color: #e73137;
    border-radius:2px;
}
.card-rojo .pie a:after {
    content: "";
    background: #666;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -10px!important;
    margin-top: -110%;
    opacity: 0;
    color: #e73137;
    transition: all 2s;
}
.card-rojo .pie a:active:after{
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}
.pildoras .boton-rojo{
    border-right: 1px solid #59646d;
}
.pildoras .boton-rojo:last-child{
    border:0px;
}
.pildoras .botonespildora{
    width: 100%;
    display: block;
    text-align: center;
}
.pildoras .botonespildora div{
    width: 100%;
}
.pildoras .botonespildora div a{
    float: left;
}
.pildoras .botonespildora div input{
    padding: 0px 5px 0px 0px;
    height: 45px;
}
.pildoras .botonespildora div p{
    line-height: 35pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*
*   TABS DENTRO DE MODALES
*/
/**
.contenido-modal .nav-justified {
    width: 85% !important;
    position: relative;
    display: table;
}
**/
.ventana-modal-infografias .cabecera-modal{
    background: #EC0928;
    padding-bottom: 1%;
}
.contenido-modal.infografia{
    margin-top: -63px;
    background: #EC0928;
}
.contenido-modal.infografia .nav-justified{
    margin-bottom: 20px;
    margin-top: 50px;
    background-color: #EC0928;
}
.contenido-modal .nav>li>a {
    position: relative;
    display: block;
    line-height: 30pt;
    color:#fff;
    border-bottom: 3px solid #EC0928;
}
.nav-justified>li {
    float: left;
    width: 33.33%;
    padding: 0;
    z-index: 9;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-pills>li+li {
    margin-left: 0px;
}
.contenido-modal .glyphicon-menu-right{
    font-family: 'Glyphicons Halflings',sans-serif;
    color: #fff;
    position:absolute;
    top: 28%;
    right: -5px;
    z-index: 999;
    font-size: 20pt;
    cursor:pointer;
} 
.contenido-modal .glyphicon-menu-left{
    color: #fff;
    position:absolute;
    font-family: 'Glyphicons Halflings',sans-serif;
    top: 28%;
    left: 5px;
    z-index: 999;
    font-size: 20pt;
    cursor:pointer;
} 
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.contenido-modal .nav-pills>li.active>a, .contenido-modal .nav-pills>li.active>a:hover, .contenido-modal .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #FFDC00;
}
.contenido-modal .nav>li>a:hover, .contenido-modal .nav>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #FFDC00;
}
/*
 *  SCROLLBAR
 */
/*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}*/

/*
 *  BXSLIDER
 */
#slidercomercio.bxslider img, #slidereotros.bxslider img {
    margin: auto;
    margin-top: 42%;
    transform: translate(0, -31%);
}
#sliderecloud.bxslider img{
    margin: auto;
    margin-top: 34%;
    transform: translate(0, -90%);
}
.bxslider li {
    text-align: center;
}
.bx-wrapper .bx-viewport{
    left: 0px !important;
    border: 0px !important;
}
.bx-wrapper .bx-controls-direction a{
    text-indent: 0px !important;
    margin-top: -35px !important;
    width: 45px !important;
    height: 70px !important;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: none !important;
    font-family: 'Glyphicons Halflings',sans-serif;
    font-size: 50px;
    color: #df1a21;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    text-decoration: none;
}
.bx-wrapper .bx-prev:before {
    content: "\e257";
    left: 25px;
}
.bx-wrapper .bx-next:before {
    content: "\e258";
    right: 25px;
}

/*SELLOS*/
.cabecerasello, .primerparrafo{
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.cabecerasello:before{
    content: " ";
    position:absolute;
    bottom: -30px;
    left: 48.4%;
    width: 0; 
    height: 0; 
    border-right: 15px solid transparent;
    border-top: 15px solid #df1a21;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent; 
}
.cabecerasello .izq{
    padding: 10px;
    height: 115px;
}
.cabecerasello .izq img{
    max-height: 95px;
    max-width: 100%;
}
.cabecerasello .der{
    background: #df1a21;
    height: 115px;
}
.criterios .der{
    text-align: center;
}
.cabecerasello .der h1 a{
    color: #fff;
    line-height: 5em;
}
.sellodescripcion{
    border-top: 4px solid rgb(75,92,102);
    border-bottom: 4px solid rgb(75,92,102);
    padding: 10px 15px;
    margin-bottom: 25px;
    position: relative;
}
.botondescarga a[rel=external]:after {
    background: none;
    content: "";
    display: none;
    zoom: 0;
    margin-left: 0;
    height: 0px;
    width: 0px;
}
.criterios{
    text-align: right;
}
.criterios img{
    margin-bottom: 15px;
    width: 100%;
}
.criterios .linkdescarga{
    text-align: left;
}
.criterios .linkdescarga img{
    margin-bottom: 0;
}
.rectagulo1a{
     position: absolute;
     top: 0px;
     left: 0px;
     width: 26px; 
     height: 4px; 
     background: #e73137;
}
.rectagulo2a{
     position: absolute;
     top: 0px;
     left: 26px;
     width: 26px; 
     height: 4px; 
     background: #FFDD00;
}
.rectagulo3a{
     position: absolute;
     top: 0px;
     left: 52px;
     width: 26px; 
     height: 4px; 
     background: #59646d;
}
.rectagulo1b{
     position: absolute;
     bottom: 0px;
     right: 52px;
     width: 26px; 
     height: 4px; 
     background: #e73137;
}
.rectagulo2b{
     position: absolute;
     bottom: 0px;
     right: 26px;
     width: 26px; 
     height: 4px; 
     background: #FFDD00;
}
.rectagulo3b{
     position: absolute;
     bottom: 0px;
     right: 0px;
     width: 26px; 
     height: 4px; 
     background: #59646d;
}
.tituloconimagen{
    background-size: cover !important;
    height: 115px;
    margin-top: 24px;
    position: relative;
    margin-bottom: 5px;
    background-position: center !important;
}
.tituloconimagen h3{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: 0;
    font-weight: 700;
}
.field-item.even p.centrado{
    text-align: center;
}
.psinbottom{
    margin: 0;
}
.nofloat{
    float: none;
}
.volver{
    width: 30px !important;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.background-slider .bx-wrapper .bx-viewport{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
}
.background-slider .bx-wrapper .bx-prev {
    left: -45px;
}
.background-slider .bx-wrapper .bx-next {
    right: -45px;
}
/*FIN SELLOS*/

/*HERRAMIENTAS*/
div.centrado{
    margin:auto !important;
    float: none !important;
}
.card-rojo.herramientas:nth-child(2n){
    margin: 0 0 2% 2% !important;
    float: right !important;
}
.card-rojo.herramientas{
    width: 48%;
    margin: 0 0 2% 0;
    padding: 0;
    position:relative;
    float:left;
}
.card-rojo.herramientas:nth-child(4){
    margin-bottom: 8.5% !important;
}
.cabeceraherramienta{
    padding: 25px;
}
.card-rojo.herramientas h3{
    color: #df1a21;
    font-family: "Open Sans",sans-serif;
    font-weight: 800;
    font-size: 16pt;
    line-height: 20pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 9px;
}
.card-rojo.herramientas p{
    text-align: center;
}
.cabeceraherramienta h2{
    font-size: 16pt;
    font-weight: 600;
    color: #df1a21;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footerherramienta{
    height: 126px;
    position: relative;
}
.footerherramienta .ultimo{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.divfooter{
    border-top: 1px solid rgb(75,92,102);
    padding: 12px 16px;
    position: relative;
}
.card-rojo.herramientas .divfooter p{
    color: #59646d;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 11pt;
    line-height: 13pt;
    text-transform: uppercase;
    text-align: left;
    padding-right: 35px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 253px;
    overflow: hidden;
}
.divfooter img{
    width: 35px;
    top: 3px;
    right: 16px;
}
h3.anti{
    color: #df1a21;
    font-weight: 600;
}
.botonaceptorechazo{
    width: 166px;
    float: left;
    height: 39px;
    background: #df1a21;
    margin-bottom: 24px;
    margin-top: 14px;
    border-radius: 2px;
}
.botonaceptorechazo:hover{
    transition: box-shadow .35s ease-in-out;
    -moz-transition: -moz-box-shadow .35s ease-in-out;
    -webkit-transition: -webkit-box-shadow .35s ease-in-out;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}
.botonaceptorechazo:first-child{
    margin-right: 24px;
}
.botonaceptorechazo a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
}.botonaceptorechazo a:hover{
    text-decoration: none;
}
.tabla{
    display: table;
}
/*FIN HERRAMIENTAS*/
/*KIT*/
div.centrado.redondeles{
    display: table;
}
.redondeles div {
    padding-top: 25px;
    padding-bottom: 25px;
}
.redondel{
    width: 24%;
    float: left;
}
.flecha{
    width: 13.67%;
    float: left;
    padding: 0 5px;
    margin-top: 4%;
    transform: translate(0, 4%);   
}
.flecha.abajo{
    clear: both;
    float: right;
    transform: rotate(90deg);
    margin-top: 0px;
    margin-right: 5.5%;
    padding: 0;
}
.redondel.salto{
    clear:both
}
.botondescarga.kit .botontexto img {
    width: 70px;
}
.botondescarga.kit .botontexto h2 {
    height: 55px;
}
.card-kit{
    position: relative;
}
.card-kit .botonenlace {
    position: absolute;
    width: 80px;
    top: 17px;
    right: 0px;
    margin: 0;
    display: block;
    padding: 13px 15px;
}
.linkdescarga.encuesta{
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.card-rojo .linkdescarga.encuesta .texto{
    color: #df1a21;
}
.linkdescarga.encuesta:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*FIN KIT*/

/*GUIAS*/
.page-title-guias {
    display: block;
    line-height: 26px;
    padding: 0;
    margin: 0px 0px 32px 0px;
    position: relative;
    top: 48%;
}
.socialup button{
    display: none;
}
.view.view-guias.view-display-id-block_list .view-header{
    padding: 0;
}
ol.item-guias{
    padding: 0;
    display: table;
}
.card-rojo.card-guias{
    width: 46%;
    float: left;
    margin: 25px 2%;
}
.item-guias header{
    padding: 12px 16px;
    border-bottom: 2px solid #999;
}
.item-guias h2{
    font-size: 12pt;
    line-height: 12pt;
    font-weight: bold;
}
body .item-guias .node-guias .node-body{
    display: table;
    padding: 12px 16px;
    margin: 0px !important;
}
.node.node-guias footer {
    color: #6a6a6a;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
    padding: 0 0 8px;
    float: right;
    width: 65%;
}
.view.view-guias.view-display-id-block_list .views-row {
    background: none;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.item-guias .field-label{
    display: none;
}
.item-guias .file .file-icon{
    display: none;
}
.node-guias .field-name-field-documentos{
    position: absolute;
    right: 10px;
}
.item-guias article{
    position: relative;
}
.item-guias .file a img{
    height: 30px;
}
.node.node-guias .node-body .field-name-field-imagen{
    width: 35%;
    margin-right: 0px;
}
.node.node-guias .node-body .field-name-field-entradilla{
    float: right;
    padding-left: 10px;
    width: 65%;
}
body.page-node .node .node-body{
    margin: 0 !important;
}
.item-list-guias{
    margin-top: 35px;
}
.view.view-blog.view-display-id-page_list .views-row{
    border:0;
}
body.two-sidebars.page-node #page-content .region .page-title {
    display: block;
    line-height: 26px;
    padding: 0;
    margin: 0px;
    position: relative;
    top: 48%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.two-sidebars.page-node .cabecerasello .der h1 a {
    line-height: 0em;
}
.preheader{
    display: table;
    width: 100%;
}
.btn.btn-normal.botonvolverguias{
    background: #fff;
    color: #df1a21;
    padding: 0;
}
.btn.btn-normal.botonvolverguias img{
    padding-right: 5px;
}
.links.inline > li.compartir{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    display: none;
}
body.two-sidebars.page-node .node-body .file span:first-child{
    display: none;
}
body.two-sidebars.page-node .node-body .field-name-field-imagen img{
    width: 100%;
}
body.two-sidebars.page-node .node-body footer{
    padding: 0;
}
body.two-sidebars.page-node .node-body .field-name-field-entradilla{
    padding: 0;
    text-align: justify;
}
body.two-sidebars.page-node .node-body .field-name-field-documentos{
    width: 100%;
    display: block;
    position: relative;
}
#page-content .region .postblog h1{
    position: relative;
    top: 60%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-content .region .postblog h1 a{
    line-height: 16pt;
} 
body.two-sidebars.page-node .node-body .field-name-field-documentos .field-label{
    display: none;
}
body.two-sidebars.page-node .node-body .field-name-field-documentos .field-items .file-icon{
    display: none;
}
body.two-sidebars.page-node .node-body .field-name-field-documentos .field-items img{
    width: 40px;
}
.texto-link{
    width: calc(100% - 50px);
    float: right;
}
.icon-facebook::before {
    content: "" !important;
}
.icon-twitter::before {
    content: "" !important;
}
.icon-google\+::before {
    content: "" !important;
}
.service-links-facebook{
    width: 20px;
    height: 20px;
    background-image: url(/sites/default/files/empresas-img/facebook.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}
.service-links-google-plus{
    width: 20px;
    height: 20px;
    background-image: url(/sites/default/files/empresas-img/google.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}
.service-links-twitter{
    width: 20px;
    height: 20px;
    background-image: url(/sites/default/files/empresas-img/twiter.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}
.socialup{
    float: right;
}
.socialup .links.inline > li.compartir{
    text-align: right;
}
.links.inline{
    margin-bottom: 0px;
}
.socialup .links.inline > li {
    margin-left: 0;
}
body.two-sidebars.page-node .node .node-body{
    padding: 0;
}
.socialup .service-links-facebook{
    background-image: url(/sites/default/files/empresas-img/b_facebook.png);
    width: 32px;
    height: 32px;
    background-size: 27px;
    float: left;
}
.socialup .service-links-google-plus{
    background-image: url(/sites/default/files/empresas-img/b_google.png);
    width: 32px;
    height: 32px;
    background-size: 27px;
    float: left;
}
.socialup .service-links-twitter{
    background-image: url(/sites/default/files/empresas-img/b_twitter.png);
    width: 32px;
    height: 32px;
    background-size: 27px;
    float: left;
}
.btn.pull-left{
    width: auto !important;
}
/*FIN GUIAS*/

/*BLOG*/
.block .cabecera {
    background: #fff;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 13pt;
    position: relative;
    color: #df1a21;
    width: 100%;
    line-height: 19px;
    padding: 18px 15px 18px 16px;
    border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
}
.block .card-rojo .cabecera{
    background: #fff;
    color: #df1a21 !important;
    padding-left: 16px;
    display: block;
}
.block .card-rojo .cabecera a{
    color: #df1a21;
}
.block .views-row{
    padding: 0;
}
.block .views-field-field-imagen, .block .content .item-list ul > li .inner .image{
    width: 30%;
    float: left;
    position: relative;
    display: block;
    padding: 0 16px 0 0;
}
.block .views-field-field-imagen .field-content{
    width: 100%;
    display: block;
}
.block .node-body{
    padding: 0 16px 16px;
    display: table;
}
.block .views-field-field-etiquetas-blog{
    width: 100%;
    display: table;
    padding-top: 16px;
}
.block .views-field-field-etiquetas-blog span{
    float: left;
    padding-right: 5px;
    font-weight: bold;
}
.block .field-name-field-imagen, .block .content .item-list ul > li .inner .field-name-field-imagen{
    padding-right: 16px;
    width: 100%;
    padding-bottom: 16px;
}
.block .node-body .field-name-field-imagen img , #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .field-name-field-imagen img{
    width: 100%;
    margin: 0;
}
.block .node-blog .views-field-created{
    padding-bottom: 16px;
    color: #df1a21;
}
.block .node-blog .views-field-field-etiquetas-blog{
    width: 100%;
    display: table;
    margin-top: 0;
}
.block .views-field-created, .block .views-field-field-autor{
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
    font-size: 0.9em;
    color: #df1a21;
    float:left;
}
.block .views-field-field-imagen .field-content a::before, #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(/sites/default/files/empresas-img/mascara_fotos.png);
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 0px;
    top: 0;
    margin-top: 0px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image::before{
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin-left: 16px;
    margin-top: 16px;
}
.block .views-field-field-imagen .field-content a:hover::before, #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image:hover::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(/sites/default/files/empresas-img/mascara_fotos.png);
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 0px;
    top: 0;
    margin-top: 0px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image:hover::before{
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin-left: 16px;
    margin-top: 16px;
}
.block .views-field-field-imagen a , #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image a{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: table;
  position: relative;
  width: 100%;
  height: 150px !important;
}
.block .views-field-field-imagen::after, #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image::after {
    display:none;
}
.block .node-body .field-name-field-etiquetas-blog {
    margin-top: 24px;
}
body.page-node .node .node-body nav{
    margin-top: 24px;
}
.one-sidebar.sidebar-first.page-node.node-type-blog .socialup button{
    display: none;
}
.one-sidebar.sidebar-first.page-node.node-type-blog .socialup{
    margin-top: -15px;
}
.one-sidebar.sidebar-first.page-node.node-type-blog .node-blog .field-name-field-imagen {
    padding-right: 0;
}
/*Blog en protege tu empresa*/
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
#block-views-blog-block-home.tpl-list h2{
    margin-bottom: 12px;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .cabecera{
    background: #fff;
    padding: 16px;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image{
    padding: 16px;
    padding-top: 0;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .date{
    color: red;
    float: left;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .tags{
    padding-left: 16px;
    padding-bottom: 16px;
    display: table;
    width: 100%;
}
#block-views-blog-block-home.tpl-list .content .item-list ul.socialup > li{
    width: auto;
    margin: 0;
}
#block-views-blog-block-home.tpl-list .content .item-list ul > li{
    width: 97%;
    margin-top: 5px;
    margin-left: 5px;
}
#block-views-blog-block-home .views-field-service-links{
    float:right;
    padding: 0 16px 0 0;
}
.headerultimos{
    width: 70%;
    display: table;
}
#block-views-blog-block-home.tpl-list .socialup{
    margin: 0;
}
#block-views-blog-block-home.tpl-list .socialup li{
    margin: 1px !important;
}
#block-views-blog-block-home.tpl-list .image a{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: table;
}
#block-views-blog-block-home.tpl-list .image::after {
    display:none;
}
.tpl-list .content .item-list ul > li .inner .image a::before{
    display: none;
}
.views-label-field-autor{
    float: left;
    padding-right: 5px;
}
.views-field-field-autor div{
    float: left;
}
.node footer {
    color: #df1a21;
}
/*FIN BLOG*/

/*
 *  RESPONSIVE
 */
@media (max-width: 1600px) {
    .contenido-modal .nav>li>a {
        line-height: 26.5pt;
    }
    .contenido-modal.infografia {
        margin-top: -58px;
        background: #EC0928;
    }
    .contenido-modal .glyphicon-menu-left {
        left: -2px;
    }
}
@media (max-width: 1441px) {
    .field-item.even .boton-rojo.queteinteresa p a{
        height: 52px;
    }
    .pildoras .botonespildora div p {
        font-size: 9px;
    }
}
@media (max-width: 1400px) {
    .pildoras .botonespildora div input {
        padding: 0px 10px 0px;
    }
    .field-item.even .caja-botones-blancos .boton-rojo p a {
        height: 35px;
    }
    .contenido-modal .nav>li>a {
        line-height: 26.5pt;
    }
    .contenido-modal.infografia {
        margin-top: -58px;
        background: #EC0928;
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 2%;
    }
}
@media (max-width: 1360px) {
    .field-item.even .boton-rojo.queteinteresa p a{
        height: 65px;
    }
    .card-rojo.herramientas .divfooter p {
        max-width: 253px;
    }
}
@media (max-width: 1295px) {
    .card-rojo.herramientas .divfooter p {
        max-width: 240px;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        transform: translate(0, -25%);
    }
}
@media (max-width: 1201px) {
    body .ventana-modal {
        left: 27% !important;
        width: 68.8% !important;
    }
    .contenido-modal .nav>li>a {
        line-height: 26pt;
    }
    .contenido-modal.infografia {
        margin-top: -57px;
        background: #EC0928;
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 1%;
    }
    #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 31%;
        transform: translate(0, -33%);
    }
    #myCarouselconsejos.carousel.slide.variosslider img{
        margin-top: 22%;
    }
    #myCarouselconsejos.carousel.slide.variosslider, #myCarouselconsejos1.carousel.slide.variosslider, #myCarouselconsejos3.carousel.slide.variosslider {
        height: 220px;
        padding: 15px 45px;
    }
    .background-slider .bx-wrapper .bx-prev {
        left: -25px;
    }
    .background-slider .bx-wrapper .bx-next {
        right: -25px;
    }
}
@media (max-width: 1081px) {
    .node-blog {
        padding: 0 12px;
    }
}
@media (max-width: 1025px) {
    .pildoras .botonespildora div input {
        padding: 0px 5px 0px;
    }
    .card-rojo.herramientas .divfooter p {
        max-width: 227px;
    }
    .botondescarga.kit .agenda img {
        margin-right: -5%;
    }
}
@media (max-width: 991px) {
    .node.node-blog.node-teaser .image {
        margin: 0;
    }
}
@media (max-width: 990px) {
    body .ventana-modal {
        left: 1% !important;
        width: 98% !important;
    }
    .linkdescarga.descargatodoelkit, .card-rojo {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.4);
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 0;
    }
    #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 26%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img {
        margin-top: 20%;
    }
    .field-item.even .boton-rojo.queteinteresa p a{
        height: 35px;
    }
    .card-rojo.herramientas .divfooter p {
        max-width: 100%;
    }
    .botondescarga.kit .agenda img {
        margin-right: -25%;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        transform: translate(0, -29%);
        margin-top: 34%;
    }
}

@media (max-width: 800px) {
    .botondescarga .botontexto img {
        width: 80px;
    }
    #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 34%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img {
        margin-top: 26%;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        transform: translate(0, -21%);
    }
    .flecha {
        margin-top: 5%;
    }
}

@media (max-width: 769px) {
    .field-item.even .boton-rojo.mayores {
        margin:0 0;
    }
    .linkdescarga.descargatodoelkit, .card-rojo {
        width: 94%;
    }
    .pildoras .boton-rojo {
        border-right: 0;
    }
    .contenido-modal .nav>li>a {
        line-height: 31.5pt;
    }
    .contenido-modal.infografia {
        margin-top: -65px;
        background: #EC0928;
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 2%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img, #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 13%;
        transform: translate(0, -39%);
    }.card-rojo.herramientas .divfooter p {
        max-width: 240px;
    }
}
@media (max-width: 767px) {
    #block-views-blog-block-home .socialup , .view-blog.view-display-id-page_list .socialup{
        float: left;
        padding-top: 12px;
    }
    #block-views-blog-block-home .views-field-service-links{
        float: left;
        padding: 0 0 12px 16px;
    }
    .view-blog.view-display-id-page_list .socialup ul, #block-views-blog-block-home .views-field-service-links ul{
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 700px) {
    .botondescarga .agenda img {
        width: 55%;
    }
    .botondescarga .botontexto h2 {
        height: 90px;
    }
    .catalogo h1{
        padding-top: 25px !important;
    }
    .cabecerasello.catalogo .der h1 a{
        line-height: 20pt;
    }
    .botondescarga.kit .agenda img {
        margin-right: -10%;
    }
}

@media (max-width: 650px) {
    .boton-rojo {
        float:none;
        margin: 0 auto 20px;
        width: 41.66666667%;
    }
    .pildoras .boton-rojo {
        width: 100% !important;
    }
    .caja-botones-blancos .boton-rojo {
        float:left;
        margin: 0 0 20px;
        width: 50%;
    }
    .field-item.even .boton-rojo.mayores {
        margin: 0 auto 20px;
    }
    .botontexto img{
        width: 80px;
    }
    #myCarouselconsejos.carousel.slide.variosslider img, #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 16%;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        margin-top: 17%;
        transform: translate(0, -11%);
    }
    #sliderecloud.bxslider img {
        margin-top: 17%;
        transform: translate(0, -63%);
    }
    .card-rojo.herramientas .divfooter p {
        max-width: 230px;
    }
}

@media (max-width: 600px) {
    .card-rojo.card-guias {
        width: 97%;
        margin: 25px 1%;
    }
    .botondescarga .agenda img {
        width: 65%;
    }
    .linkenlace:nth-child(1) .botonenlace, .linkenlace:nth-child(2) .botonenlace {
        top: 29px;
    }
    .linkdescarga.descargatodoelkit, .card-rojo {
        width: 92%;
    }
    #myCarouselconsejos .glyphicon-menu-right,#myCarouselconsejos1 .glyphicon-menu-right,#myCarouselconsejos3 .glyphicon-menu-right {
        top: 44%;
        right: 5px;
    }
    #myCarouselconsejos .glyphicon-menu-left,#myCarouselconsejos1 .glyphicon-menu-left,#myCarouselconsejos3 .glyphicon-menu-left {
        top: 44%;
        left: 5px;
    }
    .carousel-control {
        font-size: 45px;
    }
    .contenido-modal .nav>li>a {
        line-height: 26pt;
    }
    .contenido-modal.infografia {
        margin-top: -57px;
        background: #EC0928;
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 3%;
    }
    .contenido-modal .glyphicon-menu-right {
        top: 12%;
    }
    .contenido-modal .glyphicon-menu-left {
        top: 12%;
    }
    .nav-justified>li {
        width: 50%;
    }
    .card-rojo.herramientas {
        width: 100%;
        margin:0 0 2% 0;
    }
    .card-rojo.herramientas:nth-child(2n) {
        margin: 0 0 2% 0 !important;
    }
    .card-rojo.herramientas .divfooter p {
        max-width: 100%;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        margin-top: 10%;
        transform: translate(0, -14%);
    }
}

@media (max-width: 550px) {
    .postblog{
        padding: 0 12px;
    }
    .node-blog{
        padding: 0 12px;
    }
    .node.node-blog.node-teaser .cabecera, #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .cabecera{
        width: 100%;
        float: right;
    }
    .node.node-blog.node-teaser .image, #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image{
        width: 100%;
        float: left;
    }
    #block-views-blog-block-home.tpl-list .content .item-list ul > li .inner .image{
        padding-top: 16px;
    }
    .one-sidebar .view-blog .node-blog footer, .headerultimos{
        width: calc(50% - 16px);
        margin-left: 5px;
        color: red;
    }
    .block .views-field-field-imagen{
       width: 100% !important; 
    }

    #block-views-blog-block-home .views-field-service-links{
        float: left;
    }
    .one-sidebar .node-blog .field-name-field-entradilla{
        width: 100%;
        float: left;
        display: table;
        padding-bottom: 24px;
    }
    .playyoutube {
        top: 41%;
        left: 43.5%;
    }
    .botontexto img{
        width: 65px;
    }
    .botondescarga .agenda img {
        width: 65%;
    }
    .botondescarga .botontexto h2 {
        font-size: 17pt;
        height: 85px;
    }
    .botondescarga .botontexto img {
        width: 50px;
    }
    .botonherramienta {
        width: 100%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img, #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 20%;
    }
}

@media (max-width: 500px) {
    .boton-rojo {
        float:none;
        margin: 0 auto 20px;
        width: 50%;
    }
    .caja-botones-blancos .boton-rojo {
        float:left;
        margin: 0 0 20px;
        width: 50%;
    }
    #myCarouselconsejos.carousel.slide img {
        width: 70%;
    }
    .contenido-modal .nav>li>a {
        line-height: 22pt;
    }
    .contenido-modal.infografia {
        margin-top: -52px;
        background: #EC0928;
    }
    .ventana-modal-infografias .cabecera-modal {
        padding-bottom: 20px;
    }
    .contenido-modal .glyphicon-menu-right {
        top: 22%;
    }
    .tituloimagensintrans {
        width: 100%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img, #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 23%;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        margin-top: 17%;
        transform: translate(0, -22%);
    }
    #sliderecloud.bxslider img {
        margin-top: 17%;
        transform: translate(0, -45%);
    }
    .botondescarga.kit .botontexto img {
        width: 60px;
    }
    .botondescarga.kit .botontexto h2 {
        height: 55px;
    }
}
@media (max-width: 480px) {
    body.two-sidebars .node.node-guias .node-body .field-name-field-entradilla {
        width: 100%;
    }
    body.two-sidebars.page-node .node-body .field-name-field-imagen img{
        padding: 0;
    }
    body.two-sidebars .node.node-guias .node-body .field-name-field-imagen {
        width: 100%;
        margin: 0px;
        float: none;
    }
}
@media (max-width: 475px) {
    .linkenlace:nth-child(3) .botonenlace {
        top: 29px;
    }
}

@media (max-width: 450px) {
    .playyoutube {
        width: 55px;
    }
    .botontexto img{
        width: 55px;
    }
    .botondescarga .agenda img {
        width: 70%;
    }
    .ventana-modal .pico-close {
        height: 30px !important;
        width: 30px !important;
    }
    .ventana-modal .pico-close img{
        width: 100%;
    }
    .linkdescarga.descargatodoelkit, .card-rojo {
        width: 90%;
    }
    .nav-justified>li {
        width: 100%;
    }
    #myCarouselconsejos.carousel.slide.variosslider img, #myCarouselconsejos1.carousel.slide.variosslider img, #myCarouselconsejos3.carousel.slide.variosslider img {
        margin-top: 28%;
    }
}

@media (max-width: 400px) {
    .boton-rojo {
        float:none;
        margin: 0 auto 20px;
        width: 58.33333333%;
    }
    .linkenlace:nth-child(4) .botonenlace {
        top: 29px;
    }
    .linkenlace:nth-child(2) .botonenlace {
        top: 47px;
    }
    .botonaceptorechazo{
        float: none;
    }
    .botonaceptorechazo:first-child {
        margin-bottom: 0;
    }
    .catalogo h1{
        padding-top: 9px !important;
    }
    #slidercomercio.bxslider img, #slidereotros.bxslider img {
        transform: translate(0, -15%);
    }
}

@media (min-width: 768px) {
    .col-sm-10 {
    width: 86%;
	}
}

.block .carousel-inner .node-body{

display: block !important;
}
