/*terminan fonts*/

/* Animaciones */

@keyframes jump {
    0%   {transform:translateY(0);}
    40%  {transform:translateY(10px);}
  	50%  {transform:translateY(15px);}
  	60%  {transform:translateY(10px);}
    100%  {transform:translateY(0);}
}

/*estilos generales*/

html, body {
	height: 100%;
}
#wrapper_gral {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
}
.wrapper, .item-page{
	width:90%;
	max-width:1200px;
	margin: 0 auto 3em;
}
#push {
	height: 46px;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 100;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	color: #5D5D5D;
	background: #F7F7F7;
}
*, body {
	-webkit-font-smoothing: antialiased;
}
header.header.woodheader {
    background: rgba(255, 255, 255, 0.59);
}
p, ul li {
    line-height: 1.45;
}

ul li {
    list-style: none;
}
body.fixedbody {
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
* {
	outline: none;
}
img {
	width: 100%;
	display: block;
}
.clearfix {
	clear: both;
  	/*height:0;*/
}
.half_wrapper_left {
	width: 90%;
	margin-left: auto;
	max-width: 600px;
}
.half_wrapper_right {
	width: 90%;
	margin-right: auto;
	max-width: 600px;
}
h1, h2, h3, h4, h5, h6, a, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 .1em;
}
a {
	text-decoration: none;
	color: #F5F5F5;
	cursor: pointer;
}
a img {
	border: 0;
}

/*terminan estilos generales*/



/*header*/
header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	font-weight:600;
	z-index: 100003;
}
header .wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	/* position: absolute; */
	width: 130px;
	/* top: 20px; */
	/* left: 20px; */
}
.logo img {
	display: block;
	width: 100%;
}
/*termina header*/



/*nav*/



.mainmenu {

	margin: 0;
	display: flex;
	align-items: center;
}

.mainmenu ul li {

	display: inline-block;
	vertical-align: middle;
}
.mainmenu ul li a, span.separator {
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	color: #212C64;
	transition: color 0.15s;
}
.mainmenu ul li a:hover {
	color: #E23775;
}
.mainmenu ul li.current a {
	color: #E23775;
}
a.current {
	color: #919191 !important;
}
.mainmenu ul li a img {
    width: 29px;
    min-height: 28px;
}

li.item-144 a,
li.item-143 a,li.item-146 a,li.item-147 a {
    padding: 0 5px !important;
}
/*2o nivel*/
li.parent {
    position: relative;
}
li.parent:hover {
    /* padding-bottom: 21px; */
}
.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top: 44px;
	min-width: 300px;
	visibility:hidden;
	opacity:0;
	background: #022466;
	padding: 0;
	margin:0;
	list-style:none;
	/*transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);*/
	transition: 1s;
	transform:translateY(-25px);
}
.mainmenu>ul>li:hover>ul {
	transform:translateY(0);
	visibility:visible;
	opacity:1;
}
.mainmenu>ul>li.parent:before {
	content:'';
	position:absolute;
	top: 24px;
	left:50%;
	bottom:-2px;
	border-bottom: 15px solid #022466;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin-left: -16px;
	transition:1s;
	transform:translateY(-25px);
	opacity: 0;
	visibility:hidden;
}
.mainmenu>ul>li:hover:before {
	transform:translateY(0);
	opacity:1;
  	visibility:visible;
}
.mainmenu>ul>li>ul>li {
	position:relative;
	display:block;
	/* font-size: 1.1em; */
}
.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
	position:relative;
	/* font-size: .5em; */
	display:block;
	/* height:40px; */
	line-height: 1.7em;
	/* overflow:hidden; */
	padding: 5px 20px;
	color: #fff !important;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
}
.mainmenu>ul>li>ul>li.active>a, .mainmenu>ul>li>ul>li:hover>a, .mainmenu>ul>li>ul>li.active>span, .mainmenu>ul>li>ul>li:hover>span {
	/* color: #d40072; */
	background: #d40072;
}
/*--------*/
/*termina nav*/

/*COLUMNAS ====================================*/

.columnas {
	margin: 0 -14px 15px;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
	height: auto;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width: 5%;
}
/*terminan columnas*/


/* termina FOOTER SIEMPRE ABAJO */

/* titulos-subtitulos*/
h1, h2{
	color:#212C64;
}
h1 span, h2 span{
	color:#E23775;
}
.boton_rosa{
	background:#E23775;
	display:inline-block;
	padding: 18px 15px !important;
	border-radius:7px;
	color:white;
	font-weight:600;
}
h1, h2, h3, h4{
	padding-left:13px;
	margin: 1em 0;
}
h1:before, h2:before, h3:before, h4:before{
	content:url(../../../images/semaforo.png);
	padding-right:5px;
	margin-left:-13px;
	display: inline-block;
	vertical-align: middle;
}
div#moduloshome h2 {
    margin-bottom: 1.5em;
}

/* terminan titulos-subtitulos*/







/*CUSTOM banner*/
div#bannerhome h1 {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 14%;
    MAX-WIDTH: 1200PX;
    /* FONT-SIZE: 1.5EM; */
    color: #fff;
    font-weight: 400;
}
div#bannerhome h1.internas {
    text-align: left;
}

div#bannerhome {
    position: relative;
}

div#bannerhome h1 span {
    color: #fff;
    font-weight: 900;
    font-size: 1.2em;
}

div#bannerhome h1:before {
    display: none;
}

/*FIN DEL CUSTON BANNER */





/* About */

.about {
	margin: 5% 0;
}
.about p{
	margin-bottom:1em;
	line-height: 1.45;
}
.about_txt {
	width: 55%;
	float: left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.about_icono {
	width: 45%;
	display: flex;
	justify-content: center;
}
/* Modulos */

.modulos {
	text-align: center;
}
.modulos_cont {
	position: relative;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
  	flex-wrap:wrap;
}
.modulo {
	float: left;
	width: 20%;
	position: relative;
}
.coche {
	width: 20%;
	position: absolute;
	z-index: 5;
	top: 80px;
	left: 0;
	transition: 0.5s;
}
.coche img {
	max-width: 150px;
	margin: 0 auto;
}
.contenedor_senal {
	transform: rotate(45deg);
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.senal {
	width: 60px;
	height: 60px;
	background: #FFC64B;
	display: flex;
	position: relative;
}
.senal:before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #5D5D5D;
}
.senal:after {
	content: "";
	position: absolute;
	top: 55px;
	right: 0;
	left: 50px;
	height: 75px;
	width: 5px;
	margin: 0 auto;
	background: #5D5D5D;
	transform: rotate(-45deg);
	transform-origin: top;
	z-index: -1;
}
.senal p {
	margin: auto;
	transform: rotate(-45deg);
	font-weight: 700;
}
.modulo_nombre {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 10%;
	top: 178px;
	margin: 0 auto;
	color: #6D7F99;
	z-index: 3;
}
.modulo_nombre.active {
	color: white;
	transition-delay: 0.5s;
}
.modulo_nombre p{
  font-size:0.9em;
  line-height:1.2em;
}
.calle {
	width: 100%;
	height: 118px;
	margin-top: 60px;
	position: relative;
	z-index: 2;
}
.calle img {
	height: 100%;
	object-fit: cover;
}
/* Nuestros servicios */

.nuestros_servicios .wrapper {
	display: flex;
	align-items: flex-start;
  	flex-wrap:wrap;
	padding: 5% 0;
}
.velocimetro {
	width: 50%;
	position: relative;
}
.aguja {
	position: absolute;
	width: 20%;
	left: 35%;
	top: 45%;
	transform-origin: 74% 86%;
	transition: 0.7s;
	transform: rotate(5deg);
}
.divisiones {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.division {
	position: absolute;
	width: 20%;
	color: white;
	text-align: center;
	cursor: pointer;
}
.division p {
    line-height: 1em;
  	margin-top:.35em;
}
.division_img {
	width: 50%;
	margin: 0 auto;
}
.basico {
	top: 54%;
	left: 6%;
}
.carretera {
	top: 16%;
	left: 28%;
}
.vialidad {
	top: 17%;
	left: 53%;
}
.evaluacion {
	top: 52%;
	left: 73%;
}
.servicios_txt {
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
}
.servicios_txt .left {
	width: 10%;
	float: left;
}
.servicios_txt .right p, .servicios_txt .right ul li {
    margin-left: 17%;
}
.servicios_txt .right {
	width: 100%;
	height: 100% !important;
	float: right;
	position: relative;
	/* min-height: 455px; */
}
.servicios_txt h3:before {
	display: none;
}
.servicios_cambio {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}
#evaluacion_txt {
	opacity: 1;
	visibility: visible;
	position: static;
}

.titulo img, .titulo h3 {
    display: inline-block;
    vertical-align: middle;
}

.titulo img {
    width: 7%;
}

div#intensivo_txt .titulo img {
    background: #b1c832;
    border-radius: 50%;
    padding: 13px 13px;
}

div#intensivo_txt .titulo h3 {
    color: #b1c832;
}
div#basico_txt .titulo h3 {
    color: #62db62;
}
div#basico_txt .titulo img {
    background: #62db62;    border-radius: 50%;
    padding: 5px 15px;
}
div#carretera_txt .titulo h3 {
    color: #ff8f2f;
}
div#carretera_txt .titulo img {
    background: #ff8f2f;
    border-radius: 50%;
    padding: 15px 15px;
}

div#evaluacion_txt  .titulo h3{
    color: #ff6e57;  
}

div#evaluacion_txt  .titulo img{
    background: #ff6e57;
    border-radius: 50%;
    padding: 11px 11px;

}
ul.list li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 15px;
    background-size: cover !important;
    background: url(../../../images/icono_bullet-12.png) center center;
    margin-left: -28px;
    margin-right: 5px;
}
/* Testimonios */

.testimonios {
	position: relative;
	padding: 2em 0;
}
div#testimonios h2 {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: 1em auto;
    text-align: left;
}
.casas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.casa {
	position: absolute;
}
.casa1 {
	width: 22%;
	top: 27%;
	right: 40%;
}
.casa2 {
	width: 18%;
	top: 27%;
	right: 25%;
}
.casa3 {
	width: 23%;
	top: 40%;
	right: 3%;
}
.casa4 {
	width: 28%;
	top: 54%;
	right: 17%;
}
.casa5 {
	width: 35%;
	top: 67%;
	right: 58%;
}
.casa6 {
	width: 20%;
	top: 40%;
	right: 72%;
}
.casa_info {
	display: flex;
	position: absolute;
	left: 32%;
	top: -10%;
	width: 80%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, top 0.4s;
	z-index: 2;
}
.casa5 .casa_info {
	top: -45%;
}
.casa:hover .casa_info {
	visibility: visible;
	opacity: 1;
	top: -40%;
}
.casa.casa5:hover .casa_info {
	top: -75%;
}
.casa_icono {
	position: relative;
}
.casa_icono img {
	position: relative;
	z-index: 1;
}
.icono_cara {

	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 13%;
	width: 50%;
	margin: 0 auto;
}
.casa_txt {
	display: flex;
	font-size: 0.8em;
	color: white;
	background: rgba(3, 52, 91, 0.71);
	margin-left: -40px;
}
.casa_txt p {
	margin: auto;
	max-width: 80%;
	padding-left: 49px;
}
.casa_txt p span {
	font-weight: 900;
	padding-bottom: 0.5em;
	display: inline-block;
}
.coche2 {
	width: 6%;
	position: absolute;
	top: 52%;
	right: 60%;
	z-index: 1;
}
.textimonios_resp{
  	position:relative;
  	padding-bottom:2em;
  	display:none;
}
.textimonios_resp .casa_info{
  	top:0;
  	right:0;
  	bottom:2em;
  	left:0;
  	width:90%;
  	margin:0 auto;
  	opacity:0;
  	visibility:hidden;
}
.textimonios_resp .casa_info.active{
  	opacity:1;
  	visibility:visible;
}
.textimonios_resp .casa_info:first-child {
    position: static;
}
/* Contacto */

#contacto {
	text-align: center;
	padding: 2% 0 3%;
	position: relative;
	background: #fff;
}
.info_contacto
 p {
    margin: 1.7em 0;
}
.info_contacto *{
  	color:#5D5D5D !important;
}
.datos_contacto .custom {
    display: flex;
}
div#contacto h2 {
    text-align: center;
    text-transform: uppercase;
}
.datos_contacto {
	width: 80%;
	text-align: left;
	box-shadow: 0 0 5px rgba(0,0,0,0.30);
	padding: 1em;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.franja {
	width: 15%;
	margin-right: 3%;
	background: #212C64;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding: 6px 0;
}
.franja img {
    height: 41px !important;
    margin: 0.75em 0;
    display: block;
    object-fit: contain;
}

/*FORMULARIO ====================================*/


/*QUITA EL FONDO AMARILLO DEJA BLANCO EL INPUT SELECCIONADO */
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    box-shadow: none;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #888888 !important;
    -webkit-box-shadow: 0 0 0 30px rgb(247, 247, 247) inset !important;
}

/*QUITA EL FONDO AMARILLO DEJA BLANCO EL INPUT SELECCIONADO */
input#Nombre {
    /* border-bottom: 1px solid #111; */
}

.formulario {
	width: 45%;
	text-align: left;
}

.formResponsive .formHorizontal .rsform-block {
    margin: 0;
}
input, textarea {
	background: url(../images/linea_nombre.png) center repeat;
	border: 0;
	outline: 0;
	padding: 1em;
	box-sizing: border-box;
	padding-bottom: 0.7em;
	font-family: 'Raleway', sans-serif;
}
.contacto_cont {
	display: flex;
	justify-content: space-between;
}
form {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contFooter {
    display: flex;
    justify-content: space-between;
}

.rsform-block.rsform-block-nombre, .rsform-block.rsform-block-email {
    width: 45%;
    display: inline-block;
}



.formResponsive .formHorizontal .formControlLabel {
    display: none;
}

.formResponsive .formHorizontal .formControls {
    margin: 0;
    width: 100%;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    background: url(../../../images/linea_nombre.png) center repeat;
    box-shadow: none;
    /* height: auto; */
}

.formResponsive fieldset {
    width: 100%;
}

.rsform-block.rsform-block-nombre {
    margin-right: 9% !important;
}

.boton_rosa:hover {
    background: #ec2069 !important;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border: none !important;
    box-shadow: none;
}
.formRed {
    color: #212c64;
}
.btn, .boton_rosa {
	background: #E23775 !important;
	color: white !important;
	font-weight: 600;
	font-size: 1em !important;
	border-radius: 8px !important;
	outline: none;
	line-height: 0;
	font-family: 'Raleway', sans-serif;
	/* float: right; */
	border: none !important;
	box-shadow: none !important;
}
button#Send {
    padding: 7px 15px !important;
}
.coche3 {
	width: 7%;
	max-width: 120px;
	min-width: 80px;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.rsform-block.rsform-block-send {
    text-align: right;
}
/* Footer */

footer {
	background: #212C64;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 76%;
}

/*INTERNAS ESTILOS GENERALES*/
.item-page p {
    margin-bottom: 1em;
    line-height: 1.7;
}
ul.listPrecio li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    margin-left: -12px;
    border-radius: 50%;
    background: #ffc64b;
}

ul.listPrecio li {
    padding-left: 5px;
}
ul.listPrecio li:last-child:before {
    background: #89ba24;
}
ul.listPrecio li:first-child:before{
	    background: #ba2720;
}

/******** ESTILOS PRECIOS CON PESTAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“AS *******/

.informe {
    width: 33%;
    margin-right: 17%;
    float: left;
    position: relative;
    background: #fff;
    /*box-shadow: 2px 2px 7px rgba(0,0,0,0.3), -2px -2px 7px rgba(0,0,0,0.3);*/
    box-shadow: 3px 3px 7px rgba(0,0,0,0.45), -3px -3px 7px rgba(0,0,0,0.45);
    box-sizing: border-box;
    transition:0.4s;
    padding: 0;
    border-radius: 10px;
  position: relative;
    z-index: 1000000000000;
}
.informe h4 {
    text-align: center;
    text-transform: uppercase;
    /* border-bottom: 1px solid; */
    /* padding-bottom: .5em; */
}

.informe h4:before {
    display: none;
}
.datos {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
	padding:15px 30px;
}
ul.listPrecio {
    padding: 15px;
    border-top: 1px solid #212c64;
    border-bottom: 1px solid #212c64;
}
.pestana {
    position: absolute;
    min-width: 28%;
    top: 10px;
    left: 100%;
    bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 0 10px 10px 0;
    z-index:-1;
    color:white;
    font-weight:900;
    -ms-transform: translateX(-70%); /* IE 9 */
    -webkit-transform: translateX(-70%); /* Chrome, Safari, Opera */
    transform:translateX(-70%);
    transition:0.4s;
    padding: 10px;
}
.pestana > div{
  	margin:auto;
}
.informe:hover{
  	/*box-shadow: 3px 3px 7px rgba(0,0,0,0.45), -3px -3px 7px rgba(0,0,0,0.45);*/
  	box-shadow: 2px 2px 7px rgba(0,0,0,0.3), -2px -2px 7px rgba(0,0,0,0.3);
  	transform: scale(1.03);
}
.informe:hover .pestana{
  	-ms-transform: translateX(0); /* IE 9 */
  	-webkit-transform: translateX(0); /* Chrome, Safari, Opera */
  	transform:translateX(0);
  	font-size:1.5em;
  	/* background:green; */
}
.pestana p {
    /* transform: rotate(-90deg); */
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    /* writing-mode: tb-rl; */
    padding: 10px;
    display: block;
}
.pestana p.precio {
    border-top: 1px solid;
    border-bottom: 1px solid;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 0.8em;
    padding: 10px 2px;
}
p.iconoPrecio {
    border: 2px solid;
    margin-bottom: .5em !important;
    border-radius: 50%;
    padding: 9px 12px;
    width: 35px;
    margin: auto;
}
div#express h4 {
    color: #e23775;
}

div#normal h4 {
    color: #212c64;
}
.informe .inf_1{
  	background: #212c64;
}

.pestana.inf_2 {
    background: #e23775;
}
.customlicencia {
    text-align: center;
    padding: 15px;
    color: #212c64;
    font-size: 1em;
    background: #dddddd;
}

.customlicencia a {
    color: #212c64;
    font-weight: bold;
}

.redes-contact {
    width: 6%;
    margin: 0 20px 0 0;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
    align-items: center;
}

.info_contacto {
    display: inline-block;
    width: 80%;
}

.redes-contact img {
    margin: 2.5em 0;
}
.logos img {
    width: 33%;
    float: left;
}

.logos {
    text-align: center;
    width: 64%;
    margin: 1em auto;
}

/*AVISO DE PRIVACIDAD */
.item-page.pag_aviso a {
    color: #222c63;
    font-weight: bold;
}

.item-page.pag_aviso {
    margin-top: 6em;
}

/*BLOG*/
.blog.pag_blog {
    width: 90%;
    margin: 0 auto 2em;
    max-width: 1200px;
}

.blog.pag_blog .item {
    width: 30%;
    float: left;
    margin-right: 40px;
    box-shadow: -1px 0px 10px 2px #0000004d;
}
.item h1 {
    background: #212c64;
    margin: 0;
    padding: 26px 30px 15px;
    color: #fff;
}
span.row-separator {
    clear: both;
    display: block;
}
p.readmore a {
    background: #E23775 !important;
    color: white !important;
    padding: 15px;
    margin: .5em;
    font-weight: 600;
    display: inline-block;
    border-radius: 8px !important;
    outline: none;
    line-height: 0;
    font-family: 'Raleway', sans-serif;
    border: none !important;
    box-shadow: none !important;
}

p.readmore {
    text-align: center;
    margin-bottom: 1em;
}

.item .art-article {
    padding: 30px;
}
.items-row.cols-3 {
    margin-bottom: 3em;
}
p.readmore a:hover {
    background: #ec2069 !important;
}

.item h1:before {
    display: none;
}

.item  h1.art-postheader:after {
    display: block;
    border-bottom: 1px dashed;
    content: "";
    position: absolute;
    top: 9px;
    width: 100%;
    left: 0;
}

.item  h1.art-postheader {
    position: relative;
    font-size: 1.4em;
}
.item-page.pag_blog h1.art-postheader {
    margin-bottom: .2em;
}

.item-page.pag_blog article:first-child h1.art-postheader {
    display: none;
}

.art-postheadericons.art-metadata-icons {
    margin-bottom: 2em;
}
.img-fulltext-left img {
    max-height: 500px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 11px 1px #00000096;
    margin-bottom: 2em;
}