/** listado_informes_sc **/
.informes {
	margin-bottom: 0 !important;
}

/** lista_informes_tendencias **/
.shelf {
    border-bottom: 30px solid #a5a5a5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -18px;
    z-index: -10;
    margin-bottom: 50px;
    position: relative;
}

.shelf:after {
    content: '';
    background: url('/wp-content/plugins/ticnegocios-informes/assets/img/concrete_bg_dark.jpg') top left repeat-x #686868;
    height: 20px;
    width: calc(100% + 40px);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 -20px;
}

.row_informes .book:after,
.row_informes .book:before {
    display: block;
    width: inherit;
    height: inherit;
    z-index: -1;
    top: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.row_informes .book::after,
.row_informes .book::before{
    content: '';
    position: absolute;
}

.row_informes .book:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25), 0 9px 20px 0 rgba(0,0,0,.45);
    border-radius: 5px;
}
.row_informes .book:hover img {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
        box-shadow: 6px 5px 5px -1px rgba(0,0,0,.1);
}

.row_informes {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
}

.row_informes .book {
    cursor: pointer;
    width: 230px;
    height: 323px;
    position: relative;
    background: #fff;
    z-index: 1;
    list-style-type: none;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 9px 20px 0 rgb(0 0 0 / 25%);
    -webkit-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    border-radius: 9px;
    position: relative;
}

.row_informes .book:before {
    left: -3px;
}

.row_informes .book:after {
    left: -6px;
}

.row_informes .book, 
.row_informes .book img, 
.row_informes .book::after, 
.row_informes .book::before {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.row_informes .book img {
    width: inherit;
    height: inherit;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}

.row_informes .book:hover img.hover{
	opacity: 1 !important;
}

.row_informes .wpb_content_element{
	margin-bottom: 0px !important;
}

.row_informes .book img {
    max-width: 100%;
}

.row_informes .book img.hover {
    position: absolute;
    left: 0;
    opacity: 0 !important;
}

/** single-informe_tendencias **/
.titular_informes{
	text-align: center;
}

.titular_informes{
	margin-top: 40px;
}

.informes_frase, .informe_form {
    padding-top: 50px;
    padding-bottom: 50px;
}

.titular_informes .titulo, 
.informe_objetivos .titulo, 
.informe_form .titulo {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px !important;
    text-align: center;
}

.titular_informes .titulo span, 
.informe_objetivos .titulo span, 
.informe_form .titulo span {
    color: #2ea5da;
}

.titular_informes .subtitulo, 
.informe_form .subtitulo {
    color: #b0b0b0;
    margin-bottom: 0px !important;
    text-align: center;
}

.informe_form .subtitulo {
    margin-bottom: 40px !important;
}

.informe_form ul {
    margin-top: 50px;
    padding-left: 0px;
}

.informe_objetivos {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
}

.informe_objetivos ul,
.informe_form ul{
	padding-left: 0px;
}

.informe_objetivos ul li, 
.informe_form ul li {
    list-style-type: none;
    margin-bottom: 15px;
    background-image: url(/wp-content/plugins/ticnegocios-informes/assets/img/list-azul.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 25px;
}

.informe_objetivos ul li span, 
.informe_form ul li span {
    color: #2ea5da;
}



.update-informe {
    color: #2ea5da;
    text-transform: uppercase;
    font-weight: bold;
    display: initial;
    font-size: 17px;
    background-image: url(/wp-content/plugins/ticnegocios-informes/assets/img/update-1.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 53px;
}

#formulario_landing_informes {
    background: #f1f1f1;
    padding: 30px;
}

#status_form_landing_informes {
    padding-bottom: 15px;
}

#formulario_landing_informes input[type="text"], 
#formulario_landing_informes select {
    width: calc(100% - 44px);
    padding: 12px 22px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    /*border-radius: 5px;*/
}

#formulario_landing_informes select {
    color: #777;
}

#formulario_landing_informes span.acepto {
    font-size: 14px;
}

#formulario_landing_informes span.acepto a {
    color: #29bbaf;
}

#formulario_landing_informes input[type="submit"] {
    color: white;
    background-color: #29bbaf;
    font-size: 18px;
    padding: 10px 40px;
    /*border-radius: 7px;*/
    text-transform: uppercase;
    border: 0px;
}

.informe_datos{
	margin-top: -50px;
}

.informe_datos .dato_uno, 
.informe_datos .dato_tres {
    margin-top: 50px;
}
.informe_datos .dato_uno {
    background-color: #f2f2f2;
    color: #4d4d4d;
}
.informe_datos .dato_uno, 
.informe_datos .dato_dos, 
.informe_datos .dato_tres {
    text-align: center;
    padding: 35px;
}

.informe_datos .dato_uno .numero, 
.informe_datos .dato_tres .numero {
    display: block;
    font-size: 60px;
}

.informe_datos .dato_dos {
    background-color: #264875;
    color: white;
}

.informe_datos .dato_dos span {
    color: #2ea5da;
}

.informe_datos .dato_tres {
    background-color: #3a4857;
    color: white;
}

.informes_frase .titulo {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
}

.informes_images .img_uno{
    background-image: url('/wp-content/plugins/ticnegocios-informes/assets/img/img1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.informes_images .img_dos{
    background-image: url('/wp-content/plugins/ticnegocios-informes/assets/img/img2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

/* CSS LANDING INFORMES */

.banner_informes {
	padding-top: 60px;
	padding-bottom: 60px;
}
.banner_informes .titulobig{
	color: white;
    font-size: 44px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    margin-bottom: 0px !important;
}

.banner_informes .boton_socio_club {
	text-align: center;
	width: 100%;
}

.banner_informes .titulo{
	font-size: 30px;
	line-height:38px;
}
.informes_frase,
.informe_form {
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner_informes .titulo, 
.informes_frase .titulo {
    color: white;
    font-size: 66px;
    font-weight: 500;
    line-height: 70px;
}

.informes_frase  .titulo{
	text-align: center;
	font-size: 29px;
	line-height: 35px;
}

.banner_informes .titulo span, 
.informes_frase .titulo span {
    color: #2ea5da;
}

.boton_socio_club a {
    background-color: #29bbaf !important;
    border: 0px !important;
    color: white !important;
    font-weight: 700 !important;
    background-image: none;
}

.boton_socio_club a:hover{
	background-color: #22968d !important;
}


/** **/

/** FORMULARIO LANDING INFORMES **/
#formulario_landing_informes{
	background: #f1f1f1;
    padding: 30px;
}
#formulario_landing_informes input[type="text"],
#formulario_landing_informes select{
	width: calc(100% - 44px);
    padding: 12px 22px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    /*border-radius: 5px;*/
    /*font-family: 'DINPro';*/
}
#formulario_landing_informes select{
	/*width: 100%;*/
	color:#777;
}
#formulario_landing_informes span.acepto{
	font-size: 14px;
}
#formulario_landing_informes span.acepto a{
	color: #2ea5da;
}
#formulario_landing_informes input[type="submit"] {
    color: white;
    background-color: #2ea5da;
    font-size: 18px;
    padding: 10px 40px;
    /*border-radius: 7px;*/
    text-transform: uppercase;
    border: 0px;
}
/** **/

@media only screen and (max-width: 1024px){
	.row_informes .book{
		width: 190px;
    	height: 266px;
	}
}

@media only screen and (max-width: 850px){
	.row_informes .book {
	    width: 165px;
	    height: 231px;
	}
}
@media only screen and (max-width: 768px){
	.shelf{
		display: none;
	}
	.row_informes{
		margin-top: 0px;
	}
	.row_informes .book{
		display: table;
    	margin: 0 auto;
		margin-top: 50px;
		width: 300px;
    	height: 406px;
	}
}
