/*
Theme Name: Seguros SURA
Author: Pablo Revetria + xseed.com.uy
Description: WP Theme exclusive for Seguros Sura Uruguay
Version: 0.0.1
*/

/*//////////////////////////////////////////////*/
/* TEMPORAL ////////////////////////////////////*/
/*//////////////////////////////////////////////*/

.body .box,
.body .desc .box,
.modal .inner .box,
.autos .tab-pane .box,
.seguro-por-km .tab-pane .box {
	display: none;
}

.body .box.block,
.body .desc .box.block,
.modal .inner .box.block,
.autos .tab-pane .box.block,
.seguro-por-km .tab-pane .box.block {
	display: block !important;
}

.seguros-para-camiones .body.col-lg-9 .box.block,
.seguros-para-camiones .body.col-lg-9 .desc .box.block {
	display: none !important;
}

.page-template-tpl-docs .body .box {
	display: block !important;
}

.seguros-de-pymes .box.block {
    float: left;
    width: 100%;
}

/* hide chat form oct page */
.page-template-tpl-react-app #webChatHey {
    display: none !important;
}

.covid-hero-message {
    display: block;
    color: white;
    text-align: center;
    position: relative;
    font-family: 'Barlow-Medium', Arial;
    font-size: 14px;
    line-height: 16px;
    z-index: 1;
    margin: 5% auto 0;
    padding: 5px;
    border: 1px solid rgba(256, 256, 256, 0.5);
    border-radius: 4px;
    background: rgba(0,0,0,0.2);
    opacity: 0.8;
    cursor: pointer;
}

.covid-hero-message:hover,
.covid-hero-message:focus {
    color: white;
    opacity: 1;
    border: 1px solid rgba(256, 256, 256, 0.9);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
    cursor: default;
}

.covid-hero-message a {
    color: #fff;
    text-decoration: underline;
}

.covid-hero-message a:hover,
.covid-hero-message a:focus {
    text-decoration: none;
}

@media (min-width:1200px) {
    .covid-hero-message {
        font-size: 22px;
        line-height: 32px;
        margin: 10% auto 0;
        padding: 20px;
    }
}

@media (min-width:1200px) {
    .covid-hero-message {
        width: 76%;
        margin-left: 12%;
        margin-right: 12%;
    }
}

.covid-hero-message span {
    display: block;
    margin-bottom: 5px;
}

.covid-hero-message a {
    display: block;
    padding-bottom: 5px;
}

/* floating video btn */

.floating-video-btn {
    display: block;
    float:right;
    margin:0 0 20px 20px;
    width: 270px;
}

.floating-video-btn img {
    width: 100%;
}

/* contract seguro por km */

.contract {
    display: none;
}

.page-comodato-seguro-por-km h2 {
	font-size: 32px;
	font-family: 'Barlow-Medium', Arial;
	text-align: left;
	color: #023a86;
}

@media (min-width:767px) {
	h2 {
	    font-size: 42px;
	}
}

.page-comodato-seguro-por-km .contract {
    display: block;
}

.page-comodato-seguro-por-km .breadcrumb,
.page-comodato-seguro-por-km .navbar-nav,
.page-comodato-seguro-por-km .toolbar_item,
.page-comodato-seguro-por-km #webChatHey,
.page-comodato-seguro-por-km .ex-attachments p {
    display: none !important;
}

.page-comodato-seguro-por-km hr {
    margin: 15px 0 35px;
}

.page-comodato-seguro-por-km .box ul,
.page-comodato-seguro-por-km .box ul li {
    list-style-type: none;
}

.page-comodato-seguro-por-km .box .in ul li a, 
.page-comodato-seguro-por-km .box .menu-accesos-rapidos-container ul li a, 
.page-comodato-seguro-por-km .box .ex-attachments ul li a {
    background: url("img/li-item-blue.png") left 10px no-repeat;
}

.page-comodato-seguro-por-km .btn-contract {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .page-comodato-seguro-por-km .btn-contract {
        padding: 15px 15px !important;
    }
}

.page-comodato-seguro-por-km .contract-doc-box {
    display: none;
}

.page-comodato-seguro-por-km.showdoc .contract-doc-box {
    display: block;
}

.page-comodato-seguro-por-km .seemore {
    background: #eee;
    padding: 20px;
    font-size: 22px;
    margin: 40px 0;
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    border-left: 5px solid #bfcde1;
}

.page-comodato-seguro-por-km .seemore a {
    background: url("img/li-item-blue.png") left 8px no-repeat;
    padding-left: 20px;
    color: #023a86;
}

/*.showcontract #contract {
   display: block;
}

#contract {
    padding: 30px 40px; 
    border: 1px solid #e0e0e0; 
    background: #eee; 
    margin: 15px; 
    color: #111;
    display: none;
}

#contract p {
    color: #111;
}

#contract h3 {
    color: #022e6b; 
    font-family: 'Barlow-Medium', Arial; 
    margin-bottom: 15px; 
    padding-bottom: 15px; 
    border-bottom: 1px solid #ccc;
}

.showcontract .body.col-md-12.col-lg-12 .box {
    opacity: 1 !important;
    height: auto !important;
}

.seguro-por-km .body.col-md-12.col-lg-12 .box {
    opacity: 0;
    height: 0;
}*/

/* Floating anchor on header */
@media (min-width: 1100px) {
    .floating-anchor {
        position: absolute;
        width: 100%;
        height: 180px;
        left: 0;
        top: 156px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }
}


/* =WP Fixes & New Stuff
--------------------------------------------------------------------------------------------------------*/

/* Home Clearfix */
@media (min-width: 1100px) {
	.home .clear-space.fix-style {
		height: 20px;
	}
}

/* Widget List - Quick access */
li.widget {
	list-style: none;
}

/* Col 5 */
.col-lg-2_5,
.col-md-2_5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:992px) {
	.col-md-2_5,
	.col-lg-2_5 {
	    float: left;
		width: 20%
	}
}

/* Clients page iframe*/
.page-template-tpl-clients iframe {
	height: 550px;
}

/* 100% height iframe */
.page-template-tpl-iframe-full-height100 iframe {
	height: 4000px;
}

.page-solicitud-de-poliza-de-seguro-de-fianza-de-arrendamientos iframe {
	height: 2600px;
}

@media (min-width:1100px) {
	.page-template-tpl-iframe-full-height100 iframe {
		height: 3700px;
	}
	.page-solicitud-de-poliza-de-seguro-de-fianza-de-arrendamientos iframe {
		height: 2000px;
	}
}

/* Share */
@media (min-width:1100px) {
	div#at4-share {
		margin-top: 40px !important;
	}
}

#share-buttons {
    margin: 50px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

#share-buttons p {
    font-weight: bold;
    font-size: 16px;
}

#share-buttons a {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border: 0;
}

#share-buttons a img {
    width: 40px;
    height: 40px;
    border: 0;
}

/* Tooltip */
.tooltip.in {
    opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip-inner {
    background-color: #fff;
    color: #022e6b;
    box-shadow: 0px 0px 2px rgba(2,46,107,1);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top .tooltip-arrow:after {
  	background: #fff;
    box-shadow: 1px 1px 1px rgba(2,46,107,0.8);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: rotate(45deg);
    width: 10px;
    margin: -10px 0 0 -7px;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
}

/* Back to top */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display:none;
	z-index: 1000;
}

@media (min-width:767px) {
	.single h1 {
		bottom: 64px;
	}
}

/* Main img none */
.page-template-tpl-contact .main img,
.page-template-tpl-iframe-full .main img {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* Iframe Full No Padding */
.page-template-tpl-iframe-full .main .container .col-lg-12 {
	padding: 0;
}

/* Cursor null */

.cursor-null,
.cursor-null a {
	cursor:default !important;
}

/* Remove Social Networks - Fix Providers */

.navbar-white .navbar-nav > li.twitter,
.navbar-white .navbar-nav > li.facebook,
.navbar-white .navbar-nav > li.instagram {
	/*display: none !important;*/
}

/* footer providers */

footer .providers {
	/*margin-top: 0 !important;*/
}

/* fix footer temporal to show xeed link */

.fix-footer ul {
	margin-bottom: 0;
	opacity: 0.5;
}

.fix-footer ul li a {
	float: right;
	margin-top: 10px;
}

@media (min-width:991px) {
	.fix-footer ul {
		float: left;
	}

	.fix-footer ul li a {
		margin-top: -6px;
	}
}

/* remove share from home */

.home .addthis-smartlayers-desktop { display: none !important; }

.postid-1192 img.wp-post-image { display: none; }

/* center table Proovedores */

#TablaPrincipal {
	margin: 0 auto;
}

/* Banner Corredores */

.banner .mobile-xs {
	display: block;
	width: 100%;
}

.banner .mobile-xs img {
	width: 100%;
}

.banner .mobile-sm {
	display: none;
	width: 100%;
}

@media (min-width:490px) {
	.banner .mobile-xs {
		display: none;
	}

	.banner .mobile-sm {
		display: block;
	}

	.banner .mobile-sm img {
		width: 100%;
	}
}

@media (min-width:980px) {
	.banner .mobile-sm {
		display: none;
		width: 100%;
	}
}

.banner .desktop {
	display: none;
}

@media (min-width:980px) {
	.banner .desktop {
		/*background: url("media/autos-junio_fondo.png") center center no-repeat;*/
		background: #dedede;
		width: 100%;
		padding: 20px 0;
		display: block;
	}

	.banner .desktop img {
		max-width: 900px;
		margin: 0 auto;
		display: block;
	}
}

@media (min-width:1200px) {
	.banner .desktop img {
		max-width: 1140px;
	}
}

/* Chaneg container width */

@media (min-width: 768px) and (max-width: 1199px) {
	.container {
	  width: 96%;
	}
}

/* =Titles
--------------------------------------------------------------------------------------------------------*/
.single h1 {
	font-size: 28px;
	font-family: 'Barlow-Medium', Arial;
	margin-bottom: 15px;
}

@media (min-width:767px) {
	.single h1 {
		font-size: 45px;
		margin-bottom: 25px;
	}
}

h2 {
	font-size: 28px;
	font-family: 'Barlow-Medium', Arial;
	text-align: center;
}

@media (min-width:767px) {
	h2 {
		text-align: left;
	}
}

h3 {
	font-size: 26px;
	font-family: 'Barlow-Medium', Arial;
	/*text-transform: uppercase;*/
	text-align: center;
}

.entry-content h3 {
    text-align:left;
}

@media (min-width:991px) {
	h3 {
		text-align: left;
	}
}

h4 {
	font-size: 22px;
	font-family: 'Barlow-Medium', Arial;
	margin: 10px 0 28px;
}

h5 {
	font-size: 20px;
	font-family: 'Barlow-Medium', Arial;
	margin: 10px 0;
}

.subtitle {
	font-family: 'Barlow-Regular', Arial;
	font-size: 20px !important;
	color: #272727;
}

/* =Nav Top
--------------------------------------------------------------------------------------------------------*/
.navbar {
	border: 0;
}

.navbar-top {
	background: #022e6b;
	font-family: 'Barlow-Light', Arial;
	color: #fff;
	font-size: 14px;
	min-height: 36px;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}


.navbar-top .container {
	position: relative;
}

.navbar-top a {
	color: #fff;
	text-decoration: none;
}

.navbar-top .navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
}

.navbar-top .navbar-nav > li > a.bg-tab,
.navbar-top .navbar-nav > li.bg-tab > a {
	background: #023a86;
}

.navbar-top .navbar-nav > li.menu-item-has-children:hover > .dropdown-menu {
	display: block;
}

.navbar-top .seguros {
	background: url("img/seguros.png") no-repeat scroll 0 0;
    color: transparent;
    display: block;
    font: 0px/0 "a";
    height: 35px;
    left: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 115px;
}

@media (min-width:767px) {
	.navbar-top .seguros {
		left: 0;
	}
}

.navbar-top .seguros:before {
    background-color: #fff;
    content: "";
    height: 100%;
    margin-right: 114px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
}

.navbar-top .nav.navbar-nav {
	margin-left: 100px;
	display: none;
	float: left;
}

.navbar-top .nav.navbar-nav.clients-access {
	display: block;
	float: right;
	margin: 0;
}

@media (min-width:767px) {
	.navbar-top .nav.navbar-nav {
		display: block;
	}
}

.navbar-top i.phone {
	background: url("svg/phone-aqua.svg") no-repeat 0 0;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 4px 0 10px;
	padding-top: 2px;
}

.navbar-top .client-access {
	background: transparent url("svg/lock-white.svg") no-repeat 8px center;
	background-size: 20px 20px;
	padding-left: 32px;
}

@media (min-width:767px) {
	.navbar-top .client-access {
		background: #023a86 url("svg/lock-white.svg") no-repeat 8px center;
		background-size: 20px 20px;
	}
}

.navbar-top .client-access:hover {
	color: #19a4a8;
}

@media (max-width:540px) {
    .nav.nav-tabs > li > a {
        padding: 10px 10px;
    }
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
	color: #19a4a8;
}

/* =Header + Nav + Navbar Default + Navbar White
--------------------------------------------------------------------------------------------------------*/
.navbar-default {
    background-color: #023a86;
    border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-width: 2px;
	border-style: solid;
    border-color: #023a86 #023a86 #6cb837;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
	color: #fff;
}

.navbar-white {
    background-color: #fff;
    border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
	color: #022e6b;
}

.navbar-white .navbar-header {
	padding: 10px 0;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Barlow-Regular', Arial;
	font-size: 17px;
    color: #fff;
}

.navbar-white .navbar-nav > li > a {
	font-family: 'Barlow-Regular', Arial;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width:1200px) {
	.navbar-white .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.navbar-white .navbar-nav > li:last-child > a {
	padding-right: 0;
}

.navbar-white .navbar-nav > li.twitter > a,
.navbar-white .navbar-nav > li.facebook > a,
.navbar-white .navbar-nav > li.instagram > a,
.navbar-white .navbar-nav > li.youtube > a {
	display: none;
}

@media (min-width:991px) {
	.navbar-white .navbar-nav > li.twitter {
		margin-left: 20px;
	}

	.navbar-white .navbar-nav > li.twitter,
	.navbar-white .navbar-nav > li.facebook,
	.navbar-white .navbar-nav > li.instagram,
	.navbar-white .navbar-nav > li.youtube {
		margin-top: 5px;
	}

	.navbar-white .navbar-nav > li.twitter > a,
	.navbar-white .navbar-nav > li.facebook > a,
	.navbar-white .navbar-nav > li.instagram > a,
	.navbar-white .navbar-nav > li.youtube > a {
		display: block;
		text-indent: -3000px;
		width: 40px;
		height: 40px;
	}

	.navbar-white .navbar-nav > li.twitter > a {
		background: transparent url("svg/twitter-white-fill.svg") no-repeat center center;
		background-size: 24px 20px;
	}

	.navbar-white .navbar-nav > li.facebook > a {
		background: transparent url("svg/facebook-white-fill.svg") no-repeat center center;
		background-size: 11px 20px;
	}

	.navbar-white .navbar-nav > li.instagram > a {
		background: transparent url("svg/instagram-white.svg") no-repeat center center;
		background-size: 20px 20px;
	}

	.navbar-white .navbar-nav > li.youtube > a {
		background: transparent url("svg/youtube-white-fill.svg") no-repeat center center;
		background-size: 27px 20px;
	}
}

.navbar-white .navbar-nav.navbar-top {
	background: transparent;
	margin-top: 40px;
	min-height: auto;
}

.navbar-white .navbar-nav.navbar-top > li > a {
    color: #022e6b;
	font-size: 12px;
	padding: 0 0 0 15px;
	margin-left: 15px;
	border-left: 1px solid #022e6b;
}

.navbar-white .navbar-nav.navbar-top > li:first-child > a {
	border-left: 0;
}

.navbar-white .navbar-nav.navbar-top > li:last-child > a {


	padding-right: 0;
}

.navbar-white .navbar-nav.navbar-top > li > a:hover {
    text-decoration: underline;
}

@media (min-width:767px) and (max-width:991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 9px;
		padding-right: 9px;
	}
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #19a4a8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:focus,
.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #6cb837;
	background: transparent;
}


@media (min-width:767px) {
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .current-menu-item > a,
	.navbar-default .navbar-nav > .current-menu-item > a:focus,
	.navbar-default .navbar-nav > .current-menu-item > a:hover {
		background: transparent url("img/arrow-yellow-top.png") /*url("img/arrow-green-top.png")*/ center bottom no-repeat;
	}
}

.navbar-white .navbar-nav > li.highlighted > a,
.navbar-default .navbar-nav > li.highlighted > a {
    font-family: 'Barlow-Medium', Arial !important;
    color: #e9bd14;
}

.navbar-white .navbar-nav > li.highlighted > a:hover,
.navbar-default .navbar-nav > li.highlighted > a:hover,
.navbar-white .navbar-nav > li.highlighted > a:focus,
.navbar-default .navbar-nav > li.highlighted > a:focus{
    color: #fff;
}

.navbar-default .navbar-brand {
	color: #fff;
    height: 100px;
	text-indent: -2000px;
	width: 200px;
    padding: 0;
	margin: 25px 0 25px 25px;
	background: url("svg/logo2.png") no-repeat 0 0;
    	background-size: 190px 100px;
	overflow: hidden;
	display: block;
	float: none;
}

@media (min-width:767px) {
	.navbar-default .navbar-brand {
		margin: 25px 0;
	}
}

@media (min-width:767px) {
	.navbar-default .navbar-nav > li > a {
		padding-bottom: 38px;
		padding-top: 38px;
	}
}

.navbar-white .navbar-brand {
	color: #022e6b;
    height: 180px;
	text-indent: -3000px;
	width: 200px;
    padding: 0;
	margin: 20px 0 20px 20px;
	background: url("svg/logo2.png") no-repeat 0 0;
	background-size: 190px 180px;
	overflow: hidden;
	display: block;
	float: none;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

@media (min-width:767px) {
	.navbar-collapse {
		padding: 0;
	}
}

.blue-bar {
	color: #fff;
	background: #a94442;
}

.blue-bar .container {
	position: relative;
}

.blue-bar a {
	color: #fff;
}

.blue-bar .dropdown.open a {
	color: #19a4a8;
}

.blue-bar .seguros {
	display: none;
}

@media (min-width:767px) {
	.blue-bar .seguros {
		color: #fff;
		font-size: 22px;
		font-family: 'Barlow-Medium', Arial;
		margin: 12px 5px 12px -15px;
		display: block;
	}
}

.navbar-mobile {
	background: #022e6b;
	color: #fff;
	margin: 0 -15px;
	font-size: 12px;
	padding: 5px 0 5px 40px;
}

@media (min-width:480px) {
	.navbar-mobile {
		font-size: 14px;
	}
}

.navbar-mobile li {
	margin-left: 10px;
}

.navbar-mobile li a {
	float: left;
	padding: 10px 0 10px 12px;
}

@media (min-width:360px) {
	.navbar-mobile li a {
		padding: 10px;
	}
}

.navbar-mobile .seguros {
	margin: 0 0 0 -25px;
	color: #fff !important;
	font-size: 14px;
	font-family: 'Barlow-Medium', Arial;
}

.navbar-mobile .seguros a{
	padding-left: 0;
	padding-top: 8px;
}

.navbar-mobile .seguros a,
.navbar-mobile .seguros a:hover {
	color: #fff !important;
}

@media (min-width:360px) {
	.navbar-mobile .seguros {

	}
}

@media (min-width:480px) {
	.navbar-mobile .seguros {
		font-size: 16px;
		margin: 0 25px 0 -25px;
	}
}

/* icon-bar */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-white .navbar-toggle .icon-bar {
    background-color: #023a86;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.nav > li.dropdown,
.nav > li.dropup,
.nav > li > a.dropdown-toggle {
	/*position: static;*/
}

/*.dropdown:hover > .dropdown-menu {
	display: block;
}*/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: #022e6b;
	font-family: 'Barlow-Regular', Arial;
	font-size: 15px;
}

@media (min-width:767px) {
	.nav .open > a,
	.nav .open > a:focus,
	.nav .open > a:hover {
		background: #eee;
	}
}

@media (min-width:767px) {
	.dropdown.open .dropdown-toggle {
		color: #19a4a8 !important;
	}
}

.navbar.navbar-default {
	/*position: relative;*/
}

.navbar-nav > li > .dropdown-menu {
	/*width: 100%;*/
	border-top: 0;
    border-right: 1px solid #fff;
	padding: 0;
}

@media (min-width:767px) {
	.navbar-nav > li > .dropdown-menu {
		padding: 5px 0;
		border: 0;
	}
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: #022e6b;
}

@media (max-width:766px) {
	.dropdown-menu,
	.navbar-nav .open .dropdown-menu {
		background-color:rgba(2,46,107,0.5);
	}
}

@media (min-width:767px) {
	/*.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:hover {
		background-color: #d9e0ea;
	}*/

	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a:hover,
	.dropdown.open .dropdown-menu a:focus,
	.dropdown.open .dropdown-menu a:hover {
		background-color: #19a4a8;
		color: #fff;
	}
}

.dropdown.open .dropdown-menu a,
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	padding: 8px 20px;
}

@media (min-width:767px) {
	.dropdown.open .dropdown-menu a,
	.dropdown-menu > li > a {
		color: #022e6b !important;
		/*background-color: #fff;*/
	}
}

.dropdown .active a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #19a4a8 !important;
    color: #fff;
}

/* Personal Insurance Icons */

.dropdown-menu > li.autos > a,
.navbar-nav .open .dropdown-menu > li.autos > a:focus,
.navbar-nav .open .dropdown-menu > li.autos > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/car-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 13px;
}

.dropdown-menu > li.seguro-por-km > a,
.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/x-km-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 12px;
	background-size: 15px 13px;
}

.dropdown-menu > li.seguro-por-km > a {
	background-color: rgba(0,0,0,0.05);
}

.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:hover {
    background-color: #19a4a8;
}

.dropdown-menu > li.bolso-protegido > a,
.navbar-nav .open .dropdown-menu > li.bolso-protegido > a:focus,
.navbar-nav .open .dropdown-menu > li.bolso-protegido > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/bolsos-white.png");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 13px;
}

.dropdown-menu > li.suratelleva > a,
.navbar-nav .open .dropdown-menu > li.suratelleva > a:focus,
.navbar-nav .open .dropdown-menu > li.suratelleva > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/sura-te-lleva-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 12px;
	background-size: 15px 13px;
}

.dropdown-menu > li.suratelleva > a {
	background-color: rgba(0,0,0,0.05);
}

.navbar-nav .open .dropdown-menu > li.suratelleva > a:focus,
.navbar-nav .open .dropdown-menu > li.suratelleva > a:hover {
    background-color: #19a4a8;
}

.dropdown-menu > li.bicis > a,
.navbar-nav .open .dropdown-menu > li.bicis > a:focus,
.navbar-nav .open .dropdown-menu > li.bicis > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/bike-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.camiones > a,
.navbar-nav .open .dropdown-menu > li.camiones > a:focus,
.navbar-nav .open .dropdown-menu > li.camiones > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/truck-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.flotas-sura > a,
.navbar-nav .open .dropdown-menu > li.flotas-sura > a:focus,
.navbar-nav .open .dropdown-menu > li.flotas-sura > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/flota-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.motos > a,
.navbar-nav .open .dropdown-menu > li.motos > a:focus,
.navbar-nav .open .dropdown-menu > li.motos > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/moto-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.seguro-por-km-motos > a,
.navbar-nav .open .dropdown-menu > li.seguro-por-km-motos > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-por-km-motos > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/motoxkm-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.motos-de-agua > a,
.navbar-nav .open .dropdown-menu > li.motos-de-agua > a:focus,
.navbar-nav .open .dropdown-menu > li.motos-de-agua > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/jet-ski-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 9px;
    background-size: 20px 20px;
}

.dropdown-menu > li.mascotas > a,
.navbar-nav .open .dropdown-menu > li.mascotas > a:focus,
.navbar-nav .open .dropdown-menu > li.mascotas > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/pets-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 11px;
    background-size: 15px 15px;
}

.dropdown-menu > li.casas > a,
.navbar-nav .open .dropdown-menu > li.casas > a:focus,
.navbar-nav .open .dropdown-menu > li.casas > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/house-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.embarcaciones > a,
.navbar-nav .open .dropdown-menu > li.embarcaciones > a:focus,
.navbar-nav .open .dropdown-menu > li.embarcaciones > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/boat-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.vida-personas > a,
.navbar-nav .open .dropdown-menu > li.vida-personas > a:focus,
.navbar-nav .open .dropdown-menu > li.vida-personas > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/heart-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 14px;
}

.dropdown-menu > li.garantia-de-alquiler > a,
.navbar-nav .open .dropdown-menu > li.garantia-de-alquiler > a:focus,
.navbar-nav .open .dropdown-menu > li.garantia-de-alquiler > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/warranty-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 20px 21px;
}

.dropdown-menu > li.proteccion-digital-para-empresas > a,
.navbar-nav .open .dropdown-menu > li.proteccion-digital-para-empresas > a:focus,
.navbar-nav .open .dropdown-menu > li.proteccion-digital-para-empresas > a:hover {
	padding-left: 48px !important;
	background-image: url("img/proteccion-digital-white.png");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 20px 21px;
}

@media (min-width:767px) {
	.dropdown-menu > li.autos > a,
	.navbar-nav .open .dropdown-menu > li.autos > a:focus,
	.navbar-nav .open .dropdown-menu > li.autos > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/car.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 13px;
	}

	.dropdown-menu > li.seguro-por-km > a,
	.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-por-km > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/x-km-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 12px;
		background-size: 15px 13px;
	}

	.dropdown-menu > li.bolso-protegido > a,
    .navbar-nav .open .dropdown-menu > li.bolso-protegido > a:focus,
    .navbar-nav .open .dropdown-menu > li.bolso-protegido > a:hover {
    	padding-left: 48px !important;
    	background-image: url("svg/bolsos-blue.png");
    	background-repeat: no-repeat;
    	background-position: 18px 12px;
    	background-size: 15px 13px;
    }

	.dropdown-menu > li.suratelleva > a,
	.navbar-nav .open .dropdown-menu > li.suratelleva > a:focus,
	.navbar-nav .open .dropdown-menu > li.suratelleva > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/sura-te-lleva-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 12px;
		background-size: 15px 13px;
	}

	.dropdown-menu > li.bicis > a,
	.navbar-nav .open .dropdown-menu > li.bicis > a:focus,
	.navbar-nav .open .dropdown-menu > li.bicis > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/bike-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 9px;
        background-size: 20px 20px;
	}

	.dropdown-menu > li.camiones > a,
	.navbar-nav .open .dropdown-menu > li.camiones > a:focus,
	.navbar-nav .open .dropdown-menu > li.camiones > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/truck-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 9px;
        background-size: 20px 20px;
	}

	.dropdown-menu > li.flotas-sura > a,
	.navbar-nav .open .dropdown-menu > li.flotas-sura > a:focus,
	.navbar-nav .open .dropdown-menu > li.flotas-sura > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/flota-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 9px;
        background-size: 20px 20px;
	}

	.dropdown-menu > li.motos > a,
	.navbar-nav .open .dropdown-menu > li.motos > a:focus,
	.navbar-nav .open .dropdown-menu > li.motos > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/moto-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 9px;
        background-size: 20px 20px;
	}
	
	.dropdown-menu > li.seguro-por-km-motos > a,
	.navbar-nav .open .dropdown-menu > li.seguro-por-km-motos > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-por-km-motos > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/motoxkm-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 9px;
        background-size: 20px 20px;
	}

	.dropdown-menu > li.motos-de-agua > a,
	.navbar-nav .open .dropdown-menu > li.motos-de-agua > a:focus,
	.navbar-nav .open .dropdown-menu > li.motos-de-agua > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/jet-ski-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 9px;
        background-size: 20px 20px;
	}

	.dropdown-menu > li.mascotas > a,
	.navbar-nav .open .dropdown-menu > li.mascotas > a:focus,
	.navbar-nav .open .dropdown-menu > li.mascotas > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/pets-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 11px;
        background-size: 15px 15px;
	}

	.dropdown-menu > li.casas > a,
	.navbar-nav .open .dropdown-menu > li.casas > a:focus,
	.navbar-nav .open .dropdown-menu > li.casas > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/house.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.embarcaciones > a,
	.navbar-nav .open .dropdown-menu > li.embarcaciones > a:focus,
	.navbar-nav .open .dropdown-menu > li.embarcaciones > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/boat.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.vida-personas > a,
	.navbar-nav .open .dropdown-menu > li.vida-personas > a:focus,
	.navbar-nav .open .dropdown-menu > li.vida-personas > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/heart.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 14px;
	}

	.dropdown-menu > li.garantia-de-alquiler > a,
	.navbar-nav .open .dropdown-menu > li.garantia-de-alquiler > a:focus,
	.navbar-nav .open .dropdown-menu > li.garantia-de-alquiler > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/warranty-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 8px;
		background-size: 20px 21px;
	}
	
	.dropdown-menu > li.proteccion-digital-para-empresas > a,
	.navbar-nav .open .dropdown-menu > li.proteccion-digital-para-empresas > a:focus,
	.navbar-nav .open .dropdown-menu > li.proteccion-digital-para-empresas > a:hover {
		padding-left: 48px !important;
		background-image: url("img/proteccion-digital-blue.png");
		background-repeat: no-repeat;
		background-position: 15px 8px;
		background-size: 20px 21px;
	}
}

/* Company Insurance Icons */

.dropdown-menu > li.camiones > a,
.navbar-nav .open .dropdown-menu > li.camiones > a:focus,
.navbar-nav .open .dropdown-menu > li.camiones > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/truck-white.svg");
	background-repeat: no-repeat;
	background-position: 16px 10px;
    background-size: 19px 19px;
}

.dropdown-menu > li.flotas-sura > a,
.navbar-nav .open .dropdown-menu > li.flotas-sura > a:focus,
.navbar-nav .open .dropdown-menu > li.flotas-sura > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/flota-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 10px;
    background-size: 19px 19px;
}

.dropdown-menu > li.flotas-sura  > a {
	background-color: rgba(0,0,0,0.05);
}

.navbar-nav .open .dropdown-menu > li.flotas-sura  > a:focus,
.navbar-nav .open .dropdown-menu > li.flotas-sura  > a:hover {
    background-color: #19a4a8;
}

.dropdown-menu > li.seguro-de-cascos-comerciales > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-cascos-comerciales > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-cascos-comerciales > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/commercial-helmets-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-de-transporte > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-transporte > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-transporte > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/transport-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-agricola > a,
.navbar-nav .open .dropdown-menu > li.seguro-agricola > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-agricola > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/agricultural-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/farm-equipment-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.construccion-y-montaje > a,
.navbar-nav .open .dropdown-menu > li.construccion-y-montaje > a:focus,
.navbar-nav .open .dropdown-menu > li.construccion-y-montaje > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/construction-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-de-grandes-riesgos > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-grandes-riesgos > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-grandes-riesgos > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/great-risks-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-de-responsabilidad-civil > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-responsabilidad-civil > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-responsabilidad-civil > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/liability-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-de-fianzas > a,
.navbar-nav .open .dropdown-menu > li.seguro-de-fianzas > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-de-fianzas > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/bonds-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.seguro-integral-de-copropiedades > a,
.navbar-nav .open .dropdown-menu > li.seguro-integral-de-copropiedades > a:focus,
.navbar-nav .open .dropdown-menu > li.seguro-integral-de-copropiedades > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/building-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.pymes > a,
.navbar-nav .open .dropdown-menu > li.pymes > a:focus,
.navbar-nav .open .dropdown-menu > li.pymes > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/pymes-white.svg");
	background-repeat: no-repeat;
	background-position: 18px 12px;
	background-size: 15px 15px;
}

.dropdown-menu > li.pymemprende > a,
.navbar-nav .open .dropdown-menu > li.pymemprende > a:focus,
.navbar-nav .open .dropdown-menu > li.pymemprende > a:hover {
	padding-left: 60px !important;
	background-image: url("svg/pymemprende-white.svg");
	background-repeat: no-repeat;
	background-position: 30px 9px;
	background-size: 18px 18px;
}

.dropdown-menu > li.pymemprende > a {
	background-color: rgba(0,0,0,0.05);
}

.navbar-nav .open .dropdown-menu > li.pymemprende > a:focus,
.navbar-nav .open .dropdown-menu > li.pymemprende > a:hover {
    background-color: #19a4a8;
}

.dropdown-menu > li.directores-y-gerentes > a,
.navbar-nav .open .dropdown-menu > li.directores-y-gerentes > a:focus,
.navbar-nav .open .dropdown-menu > li.directores-y-gerentes > a:hover {
	padding-left: 48px !important;
	background-image: url("svg/directors-white.svg");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 20px 21px;
}

@media (min-width:767px) {
    .dropdown-menu > li.camiones > a,
	.navbar-nav .open .dropdown-menu > li.camiones > a:focus,
	.navbar-nav .open .dropdown-menu > li.camiones > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/truck-blue.svg");
		background-repeat: no-repeat;
		background-position: 16px 10px;
        background-size: 19px 19px;
	}

	.dropdown-menu > li.flotas-sura > a,
	.navbar-nav .open .dropdown-menu > li.flotas-sura > a:focus,
	.navbar-nav .open .dropdown-menu > li.flotas-sura > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/flota-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 10px;
        background-size: 19px 19px;
	}

	.dropdown-menu > li.seguro-de-cascos-comerciales > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-cascos-comerciales > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-cascos-comerciales > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/commercial-helmets-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-de-transporte > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-transporte > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-transporte > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/transport-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-agricola > a,
	.navbar-nav .open .dropdown-menu > li.seguro-agricola > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-agricola > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/agricultural-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-maquinaria-agricola-y-forestal > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/farm-equipment-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.construccion-y-montaje > a,
	.navbar-nav .open .dropdown-menu > li.construccion-y-montaje > a:focus,
	.navbar-nav .open .dropdown-menu > li.construccion-y-montaje > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/construction-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-de-grandes-riesgos > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-grandes-riesgos > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-grandes-riesgos > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/great-risks-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-de-responsabilidad-civil > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-responsabilidad-civil > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-responsabilidad-civil > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/liability-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-de-fianzas > a,
	.navbar-nav .open .dropdown-menu > li.seguro-de-fianzas > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-de-fianzas > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/bonds-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.seguro-integral-de-copropiedades > a,
	.navbar-nav .open .dropdown-menu > li.seguro-integral-de-copropiedades > a:focus,
	.navbar-nav .open .dropdown-menu > li.seguro-integral-de-copropiedades > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/building-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.pymes > a,
	.navbar-nav .open .dropdown-menu > li.pymes > a:focus,
	.navbar-nav .open .dropdown-menu > li.pymes > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/pymes-blue.svg");
		background-repeat: no-repeat;
		background-position: 18px 12px;
		background-size: 15px 15px;
	}

	.dropdown-menu > li.pymemprende > a,
	.navbar-nav .open .dropdown-menu > li.pymemprende > a:focus,
	.navbar-nav .open .dropdown-menu > li.pymemprende > a:hover {
		padding-left: 60px !important;
		background-image: url("svg/pymemprende-blue.svg");
		background-repeat: no-repeat;
		background-position: 30px 9px;
		background-size: 18px 18px;
	}

	.dropdown-menu > li.directores-y-gerentes > a,
	.navbar-nav .open .dropdown-menu > li.directores-y-gerentes > a:focus,
	.navbar-nav .open .dropdown-menu > li.directores-y-gerentes > a:hover {
		padding-left: 48px !important;
		background-image: url("svg/directors-blue.svg");
		background-repeat: no-repeat;
		background-position: 15px 8px;
		background-size: 20px 21px;
	}
}

/* =Jumbotron
--------------------------------------------------------------------------------------------------------*/
.jumbotron {
    /*background: #111 url("img/sample-01.png") no-repeat center center;*/
	background-color: #111;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	background-size: cover;
    margin-bottom: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'Barlow-Light', Arial;
	text-align: center;
}

@media (max-width:1267px) {
	.jumbotron {
	    padding: 30px 5px;
	}
}

@media (min-width:991px) {
	.jumbotron {
		/*background: #111 url("img/sample-01.png") no-repeat 50% center;*/
		background-color: #111;
		background-repeat: no-repeat;
		background-position: 50% center;
		background-attachment: local;
		background-size: cover;
		/*padding-bottom: 150px;*/padding-bottom: 260px; /* nueva regla por tener video */
    	/*padding-top: 100px;*/padding-top: 180px; /* nueva regla por tener video */

		position: relative;
		overflow: hidden;
	}
}

@media (min-width:1200px) {
	.jumbotron {
		background-image: url("img/sample-01.png");
		background-color: #111;
		background-repeat: no-repeat;
		background-position:50% center;
		background-attachment: fixed;
		/*background-size: contain;*/
		padding-bottom: 320px; /* pasar a 80px si volvemos a agregar mensaje de covid19 */
	}
}
@media (min-width:1200px) {
	.jumbotronn {
		background-image: url("img/sample-01.png");
		background-color: #111;
		background-repeat: no-repeat;
		background-position:50% center;
		background-attachment: fixed;
		/*background-size: contain;*/
		padding-bottom: 320px; /* pasar a 80px si volvemos a agregar mensaje de covid19 */
	}
}
.jumbotron .h1,
.jumbotron h1 {
    font-size: 32px;
	font-family: 'Barlow-Medium', Arial;
}

@media (min-width:767px) {
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 48px;
	}
}

.jumbotron p {
    margin: 20px auto 25px;
	max-width: 500px;
	font-size: 20px;
}

@media (min-width:767px) {
	.jumbotron p {
		font-size: 30px;
	}
}

@media (min-width:991px) {
	.jumbotron .h1,
	.jumbotron h1,
	.jumbotron p {
		position: relative;
		z-index: 1;
	}
}

.video,
video {
	display: none;
	
}

@media (min-width:991px) {
	.video {
		position: absolute;
		width: 100%;
		display: block;
		left: 0;
		right: 0;
		top: 0;
		z-index: 0;
		background: #022e6b;
		
	}

	video {
		opacity: 0.6;
		filter: alpha(opacity=60);
		width: 100%;
		display: block;
	}
}

/* este es el original, cuando elimine el video del 2017 volver */
/*@media (min-width:1200px) {
	.video {
		top: -30px;
	}
}*/

@media (min-width:1000px) {
	.video {
		top: 0px;
	}
}

@media (min-width:1080px) {
	.video {
		top: -40px;
	}
}

@media (min-width:1360px) {
	.video {
		top: -130px;
	}
}

.video p {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -100px;
	font-size: 14px;
}

/* =Featured
--------------------------------------------------------------------------------------------------------*/
.featured {
	background: rgb(255, 255, 255, 1);
	padding: 20px 0;
}

.featured h4 {
	margin: 10px 0 0;
	text-align: center;
	font-size: 24px;
}

@media (min-width:380px) {
	.featured h4 {
		font-size: 22px;
	}
}

@media (min-width:480px) {
	.featured h4 {
		margin: 10px 0 28px;
		font-size: 28px;
	}
}

.featured .col-md-3 div {
	padding: 20px 20px 50px;
	position: relative;
	overflow: hidden;
}

.featured .col-md-3 div h3 {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	text-transform: none;
}

@media (min-width:480px) {
	.featured .col-md-3 div h3 {
		text-align: center;
		font-size: 22px;
	}
}

@media (min-width:767px) {
	.featured .col-md-3 div h3 {
		/*height: 72px;*/
	}
}

@media (min-width:991px) {
	.featured .col-md-3 div h3 {
		/*height: 40px;*/
	}
}

.featured .col-md-3 div p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 16px;
	color: rgb(255, 255, 255);
}

@media (min-width:767px) {
	.featured .col-md-3 div p {
		height: 40px;
	}
}

.featured .col-md-3 div a {
	width: 172px;
	display: block;
	z-index: 2;
	margin: 0 auto;
}

.featured .col-md-3 div i,
.featured .col-md-3 div img {
	margin: 0 auto 20px;
	display: block;
}

.featured .car i {
	background: url("svg/car.svg") no-repeat 0 0;
	background-size: 89px 78px;
	width: 89px;
	height: 78px;
}

.featured .house i {
	background: url("svg/house.svg") no-repeat 0 0;
	background-size: 76px 75px;
	width: 76px;
	height: 75px;
}

.featured .boat i {
	background: url("svg/boat.svg") no-repeat 0 0;
	background-size: 81px 82px;
	width: 81px;
	height: 82px;
}

.featured .heart i {
	background: url("svg/heart.svg") no-repeat 0 0;
	background-size: 83px 78px;
	width: 83px;
	height: 78px;
}

.featured .warranty i {
	background: url("svg/warranty-blue.svg") no-repeat 0 0;
	background-size: 92px 91px;
	width: 82px;
	height: 81px;
}

/* =Customer Support Bar
--------------------------------------------------------------------------------------------------------*/
.customer-support-bar {
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	padding: 5px 0;
	color: #fff;
}

@media (min-width:991px) {
	.customer-support-bar {
		padding: 25px 0;
	}
}

.customer-support-bar .row {
	margin-bottom: 0;
}

@media (min-width:1200px) {
	.customer-support-bar .container-fluid {
		width: 1170px !important;
	}
}

.customer-support-bar p {
	font-family: 'Barlow-Regular', Arial;
	margin: 8px 0;
	line-height: 24px;
}

@media (min-width:991px) {
	.customer-support-bar p {
		line-height: 32px;
	}
}

.customer-support-bar p.pull-left {
	font-size: 16px;
}

@media (min-width:1200px) {
	.customer-support-bar p.pull-left {
		font-size: 18px;
	}
}

/*.customer-support-bar span.pull-left {
	font-family: 'Barlow-Medium', Arial;
	font-size: 16px;
	margin: 0 8px 0 0;
}

@media (min-width:1200px) {
	.customer-support-bar span.pull-left {
		font-size: 22px;
		margin: -2px 8px 0 0;
	}
}*/

.customer-support-bar small {
	font-size: 14px;
	font-family: 'Barlow-Regular', Arial;
	margin: 5px 0;
}

.customer-support-bar strong {
	font-family: 'Barlow-Black', Arial;
	padding: 5px 0;
}

.customer-support-bar strong a {
	text-decoration: none;
	color: #fff;
}

.customer-support-bar strong a:hover {
	text-decoration: none;
	color: #80baf7;
}

.customer-support-bar i.wa {
	background: url("svg/whatsapp-white.svg") no-repeat center center;
	background-size: 21px 21px;
	padding-left: 32px;
}

.customer-support-bar .col-md-4 a {
	float: right;
}

.customer-support-bar i.question {
	background: #e9bd14;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 35px;
	height: 35px;
	padding: 11px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 5px;
	color: #022e6b;
}

@media (min-width:991px) {
	.customer-support-bar i.question {
		float: left;
		margin-right: 15px;
	}
}

@media (max-width:990px) {
	.customer-support-bar .btn {
		margin: 10px auto !important;
	}
}

@media (max-width:990px) {
	.customer-support-bar .btn {
		margin: 0 auto;
		display: block;
		max-width: 250px;
	}
}

@media (min-width:990px) {
	.customer-support-bar .btn {
		margin-left: 8px;
		padding-right: 12px;
		padding-left: 12px;
	}
}

@media (min-width:1100px) {
	.customer-support-bar .btn {
		margin-left: 10px;
		padding-right: 16px;
		padding-left: 16px;
	}
}

.customer-support-bar .sep {
	margin: 0 8px;
}

@media (min-width:1040px) {
	.customer-support-bar .sep {
		margin: 0 12px;
	}
}


/* =Banners Carousel & Banner Img
--------------------------------------------------------------------------------------------------------*/
.banners-carousel,
.banner-img {
	background: #00abc8;
	display: none;
}

.banners-carousel.block,
.banner-img.block {
	display: block !important;
}

.banners-carousel .carousel-inner > .item > img {
	height: 100%;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.banner-img img {
	width: 100%;
	margin: 0 auto;
}

.no, .NO, .No { display: none !important; }

@media (min-width:990px) {
	.carousel .shadow {
		background: url("img/gradient.png") repeat-x bottom center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 121px;
		z-index: 2;
		opacity: 0.4;
	}
}

/* =SURA te lleva Bar
--------------------------------------------------------------------------------------------------------*/
.sura-te-lleva-bar {
	background: #00abc8;
	padding: 5px 0;
	color: #fff;
}

@media (min-width:991px) {
	.sura-te-lleva-bar {
		padding: 30px 0;
	}
}

.sura-te-lleva-bar .row {
	margin-bottom: 0;
}

.sura-te-lleva-bar p {
	font-family: 'Barlow-Regular', Arial;
	margin: 8px 0;
	line-height: 24px;
}

@media (min-width:991px) {
	.sura-te-lleva-bar p {
		line-height: 42px;
	}
}

.sura-te-lleva-bar span.pull-left {
	font-family: 'Barlow-Medium', Arial;
	font-size: 22px;
	margin: 0 8px 0 0;
}

.sura-te-lleva-bar span.mobile {
	font-family: 'Barlow-Medium', Arial;
	font-size: 28px;
	margin: 0 8px 0 0;
}

.sura-te-lleva-bar i {
	background: url("svg/sura-te-lleva-blue.svg") no-repeat top center;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 25px;
}

.sura-te-lleva-bar span.pull-left a,
.sura-te-lleva-bar span.mobile a {
	font-family: 'Barlow-Regular', Arial;
	font-size: 18px;
	text-decoration: underline;
}

.sura-te-lleva-bar span.pull-left a:hover,
.sura-te-lleva-bar span.mobile a:hover {
	text-decoration: none;
}

@media (min-width:1200px) {
	.sura-te-lleva-bar span.pull-left {
		/*font-size: 22px;*/
		margin: -2px 8px 0 0;
	}

	.sura-te-lleva-bar span.pull-left a {
		/*font-size: 18px;*/
	}
}

.sura-te-lleva-bar .col-md-4 a {
	float: right;
}

@media (max-width:990px) {
	.sura-te-lleva-bar .btn {
		margin: 15px auto 0;
		display: block;
		max-width: 250px;
	}
}


@media (min-width:991px) {
	.sura-te-lleva-bar .btn {
		margin: 10px auto 0;
	}
}

/* =Persons Insurance
--------------------------------------------------------------------------------------------------------*/
.persons-insurance {
	background-color: #fff;
	color: #022e6b;
	font-family: 'Barlow-Medium', Arial;
	padding: 60px 0;
}

@media (max-width:766px) {
	.persons-insurance {
		background-image: none !important;
	}
}

@media (min-width:767px) {
	.persons-insurance {
		background-position: center -150px;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width:991px) {
	.persons-insurance {
		background-position: center -90px;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 120px 0;
	}
}

.persons-insurance h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

@media (min-width:767px) {
	.persons-insurance h3 {
		font-size: 40px;
	}
}

@media (min-width:991px) {
	.persons-insurance h3 {
		font-size: 52px;
	}
}

.persons-insurance p.subtitle {
	margin-bottom: 20px;
	line-height: 30px;
	text-align: center;
}

@media (min-width:767px) {
	.persons-insurance p.subtitle {
		margin-bottom: 30px;
	}
}

@media (min-width:991px) {
	.persons-insurance p.subtitle {
		max-width: 35%;
		text-align: left;
		margin-bottom: 100px;
	}
}

@media (min-width:991px) {
	.persons-insurance .clear-space {
		height: 50px;
	}
}

.persons-insurance .col-xs-12 span {
	background: #06379d;
	display: block;
	padding: 20px 10px;
	border-radius: 0 0 25px 0;
	-o-border-radius: 0 0 25px 0;
	-ms-border-radius: 0 0 25px 0;
	-moz-border-radius: 0 0 25px 0;
	-webkit-border-radius: 0 0 25px 0;
	overflow: hidden;
}

.persons-insurance .col-xs-12 span div {
	background: rgba(39,176,200,1);
	background: -moz-linear-gradient(left, rgba(39,176,200,1) 0%, rgba(6,54,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(39,176,200,1)), color-stop(100%, rgba(6,54,157,1)));
	background: -webkit-linear-gradient(left, rgba(39,176,200,1) 0%, rgba(6,54,157,1) 100%);
	background: -o-linear-gradient(left, rgba(39,176,200,1) 0%, rgba(6,54,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(39,176,200,1) 0%, rgba(6,54,157,1) 100%);
	background: linear-gradient(to right, rgba(39,176,200,1) 0%, rgba(6,54,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b0c8', endColorstr='#06369d', GradientType=1 );
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
	margin: -20px -10px 0;
}

.persons-insurance .col-md-2_5 span div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width:767px) {
	.persons-insurance .col-xs-12 span div {
		margin: -20px -20px 0;
	}

	.persons-insurance .col-md-2_5 span div {
		margin: -20px -16px 0;
	}
}

@media (min-width:1024px) and (max-width:1200px) {
	.persons-insurance .col-md-2_5 span div {
		height: 56px;
	}

	.persons-insurance .col-md-2_5.garantia-de-alquiler span div,
	.persons-insurance .col-md-2_5.garantia-de-alquiler-seguros-de-empresas span div,
	.persons-insurance .col-md-2_5.autos span div,
	.persons-insurance .col-md-2_5.casas span div,
	.persons-insurance .col-md-2_5.seguro-por-km span div {
		line-height: 28px;
	}
}

@media (min-width:1200px) {
	.persons-insurance .col-md-2_5 span div {
		margin: -20px -20px 0;
	}
}

.persons-insurance .col-xs-12 span p {
	font-family: 'Barlow-Light', Arial;
	font-size: 18px;
	padding: 15px 0;
	color: #fff;
}

.persons-insurance .col-xs-12 span h5 {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

@media (min-width:360px) {
	.persons-insurance .col-xs-12 span h5 {
		font-size: 18px;
	}
}

@media (min-width:480px) {
	.persons-insurance .col-xs-12 span h5 {
		font-size: 20px;
	}
}

@media (min-width:767px) {
	.persons-insurance .col-md-2_5 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.persons-insurance .col-xs-12 span {
		padding: 20px;
	}

	.persons-insurance .col-md-2_5 span {
		padding: 20px 16px;
	}

	.persons-insurance .col-xs-12 span h5 {
		font-size: 22px;
	}

	.persons-insurance .col-md-2_5 span h5 {
		font-size: 20px;
	}
}

@media (min-width:999px) and (max-width:1100px) {
	.persons-insurance .col-xs-12 span h5 {
		font-size: 20px;
	}
}

@media (min-width:1024px) {
	.persons-insurance .col-md-2_5 span {
		height: 355px;
	}

	.persons-insurance .col-xs-12 span p {
		height: 88px;
	}

	.persons-insurance .col-md-2_5 span h5 {
		height: 70px;
	}
}

@media (min-width:1200px) {
	.persons-insurance .col-md-2_5 span {
		height: 318px;
	}

	.persons-insurance .col-xs-12 span p {
		height: 72px;
	}

	.persons-insurance .col-md-2_5 span h5 {
		height: 70px;
	}
}

.persons-insurance .col-xs-12 i {
	display: block;
	margin: 15px 0;
	height: 66px;
}

.persons-insurance .col-xs-12 i.car,
.persons-insurance .col-xs-12 i.autos {
	background: url("svg/car-sky.svg") no-repeat center center;
	background-size: 75px 66px;
	width: 75px;
}

.persons-insurance .col-xs-12 i.seguro-por-km {
	background: url("svg/x-km-skyblue.svg") no-repeat center center;
	background-size: 80px 80px;
	width: 75px;
}

.persons-insurance .col-xs-12 i.house,
.persons-insurance .col-xs-12 i.casas {
	background: url("svg/house-sky.svg") no-repeat center center;
	background-size: 67px 66px;
	width: 67px;
}

.persons-insurance .col-xs-12 i.boat,
.persons-insurance .col-xs-12 i.embarcaciones {
	background: url("svg/boat-sky.svg") no-repeat center center;
	background-size: 75px 66px;
	width: 75px;
}

.persons-insurance .col-xs-12 i.heart,
.persons-insurance .col-xs-12 i.vida-personas {
	background: url("svg/heart-sky.svg") no-repeat center center;
	background-size: 75px 66px;
	width: 75px;
}

.persons-insurance .col-xs-12 i.garantia-de-alquiler {
	background: url("svg/warranty-sky.svg") no-repeat center center;
	background-size: 75px 74px;
	width: 75px;
	height: 74px;
}

@media (min-width:1200px) {
	.persons-insurance .col-xs-12 i.garantia-de-alquiler {
		margin-top: 7px;
	}
}

/* =Company Insurance
--------------------------------------------------------------------------------------------------------*/
.company-insurance {
	background: #fff;
	padding: 40px 0 20px;
	color: #fff;
	font-size: 18px;
	font-family: 'Barlow-Medium', Arial;
}

@media (min-width:768px) and (max-width:991px) {
}

.company-insurance h4 {
	margin: 10px 0 0;
	text-align: center;
	font-size: 24px;
}

@media (min-width:380px) {
	.company-insurance h4 {
		font-size: 22px;
	}
}

@media (min-width:480px) {
	.company-insurance h4 {
		margin: 10px 0 28px;
		font-size: 28px;
	}
}

@media (min-width:991px) {
	.company-insurance .clear-space {
		height: 50px;
	}
}

.company-insurance ul {
    margin-bottom: 0px;
}

.company-insurance .carousel-inner ul li {
	padding: 0;
	float: left;
	background: #fff;
	list-style-type:none;
}

.company-insurance .carousel-inner > .item {
	height: 335px;
}

.modal.and.carousel .carousel-inner > .item {
	height: auto;
}

.company-insurance ul .in,
.company-insurance .in {
	padding: 10px;
}

.company-insurance ul .in .thumbnail,
.company-insurance .in .thumbnail {
	background-color: #fff;
    border: none;
    padding: 0;
	position: relative;
}

.company-insurance .in .thumbnail span {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	text-align: center;
	color: #fff;
	line-height: 200px;
	font-family: 'Barlow-Light', Arial;
}

@media (min-width: 991px) {
	.company-insurance .in:hover .thumbnail span {
		display: block;
	}
}

@media (max-width: 767px) {
    .company-insurance .in .thumbnail span {
        line-height: 132px;
    }
}

.company-insurance ul > .in .caption {
    background:#fff !important;
    padding:10px
}

/* Thumbnail Box */

.caption h5 {
    color: #444;
	text-align: center;
}

.caption p {
    color: #999;
	font-size: 14px;
	margin: 10px 0 15px;
	font-family: Arial;
	font-weight: light;
	text-align: center;
}

@media (min-width: 991px) {
	.caption h5,
	.caption p {
		text-align: left;
	}
}

.company-insurance a:hover,
.company-insurance .in:hover,
.company-insurance .in:hover .caption p,
.company-insurance:hover .in .caption h5,
.company-insurance:hover .in .caption p,
.company-insurance .in:hover .caption h5,
.company-insurance .in:hover .caption p,
.company-insurance .in .caption h4:hover,
.company-insurance .in .caption p:hover,
.company-insurance .in .caption:hover h5,
.company-insurance .in .caption:hover p {
	text-decoration: none;
}

.company-insurance a:hover > p {
	color: #222;
}

.caption a.btn {
	font-size: 13px;
	padding: 2px 10px;
}

/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
}

.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
	filter: alpha(opacity=50);
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

#bannersCarousel .carousel-control {
    position: absolute;
    height: 100%;
    width: 5%;
    background: transparent;
}

#bannersCarousel .arrow-right {
	background: url("img/right-light.png") no-repeat center center;
}

#bannersCarousel arrow-left {
	background: url("img/left-light.png") no-repeat center center;
}

#bannersCarousel .arrow-right,
#bannersCarousel .arrow-left {
	background-size: 42px 58px;
	height: 58px;
	width: 42px;
}

@media (max-width: 767px) {
    .control-box {
        /*text-align: center;*/
    }
}

@media (max-width: 479px) {
    .caption {
        /*word-break: break-all;*/
    }
}

.pager li > a,
.pager li > span {
	padding: 14px;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

/* Company Carousel 1by1 */

.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.fdi-Carousel .carousel-inner > .item {
	background: #fff;
}

.fdi-Carousel .carousel-control {
	width: 7%;
	position: absolute;
	height: auto;
	max-width: 200px;
}

.fdi-Carousel .carousel-control.left,
.fdi-Carousel .carousel-control.right {
	background: transparent;
}

.fdi-Carousel .carousel-control .arrow-left,
.fdi-Carousel .carousel-control .arrow-right {
    display: inline-block;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.fdi-Carousel .carousel-control .arrow-left,
.fdi-Carousel .carousel-control .arrow-right {
	margin-top: -29px;
}

.fdi-Carousel .carousel-control:hover {
	opacity: 1;
}

.fdi-Carousel .carousel-control .arrow-right {
    margin-right: -20px;
}

.fdi-Carousel .arrow-right {
	background: url("img/right-dark.png") no-repeat center center;
}


.fdi-Carousel .arrow-right,
.fdi-Carousel .arrow-left {
	background-size: 42px 58px;
	height: 58px;
	width: 42px;
}

.fdi-Carousel .carousel-control .arrow-left {
    margin-left: -42px;
}

.fdi-Carousel .arrow-left {
	background: url("img/left-dark.png") no-repeat center center;
}

/* =Three cols
--------------------------------------------------------------------------------------------------------*/
.three-cols {
	padding: 20px 0;
}

/* =Accident Report
--------------------------------------------------------------------------------------------------------*/
.accident-report {
	background: #a4b8d4;
}

.accident-report h3 {
	background: #e9bd14;
	text-align: center;
	padding: 22px 5px;
}

.accident-report .phone {
	font-size: 38px;
	color: #022e6b;
	font-family: 'Barlow-Medium', Arial;
	background: #ccd8e7 url("img/phone.png") left center no-repeat;
	padding: 15px 15px 15px 100px;
	display: block;
}

@media (min-width:1100px) {
	.accident-report .phone {
		font-size: 42px;
	}
}

.accident-report .phone:hover {
	color: #0348a5;
	text-decoration: none;
}

/* =Accident Foreign Report
--------------------------------------------------------------------------------------------------------*/
.accident-report-foreign {
	background: #ccd8e7;
	margin-top: 20px;
	overflow: hidden;
}

.accident-report-foreign h3 {
	font-size: 20px;
	background: #b7c7dc;
}

@media (min-width:1200px) {
	.accident-report-foreign h3 {
		font-size: 26px;
	}
}

.accident-report-foreign * {
	float: left;
	padding: 22px;
}

.accident-report-foreign a {
	font-size: 24px;
	font-family: 'Barlow-Medium', Arial;
	color: #022e6b;
	padding-right: 0;
}

@media (min-width:1200px) {
	.accident-report-foreign a {
		font-size: 30px;
	}
}

.accident-report-foreign small {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Barlow-Light', Arial;
	color: #022e6b;
}

@media (min-width:1200px) {
	.accident-report-foreign small {
		font-size: 17px;
		line-height: 30px;
	}
}

/* =Note text
--------------------------------------------------------------------------------------------------------*/
@media (min-width:991px) {
	.note-txt {
		height: 80px;
		border-left: 3px solid #023a86;
		padding: 5px 5px 5px 20px !important;
		margin-top: 10px;
	}
}

.note-txt p {
	font-size: 18px;
	font-family: 'Barlow-Regular', Arial;
	text-align: center;
	line-height: 25px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

@media (min-width:991px) {
	.note-txt p {
		font-size: 15px;
		line-height: 19px;
		text-align: left;
	}
}

.note-txt i.phone {
	background: url("svg/phone-blue.svg") no-repeat center center;
	background-size: 12px 12px;
	margin-right: 5px;
    padding-left: 16px;
}

.note-txt i.wa {
	background: url("svg/whatsapp-blue.svg") no-repeat center center;
	background-size: 12px 12px;
	margin-right: 5px;
    padding-left: 16px;
}

.note-txt small {
	font-size: 14px;
}

@media (min-width:540px) {
	.note-txt small {
		font-size: 12px;
	}
}

/* =Services Phones
--------------------------------------------------------------------------------------------------------*/
.services-phones {
}

.new-design h3.new-design {
    font-family: 'Barlow-Bold', Arial;
}

@media (min-width:767px) {
    .new-design h3.new-design {
        position: relative;
        background: url("svg/phone-bg.svg") left center no-repeat;
        background-size: 45px 55px;
        padding: 15px 0 15px 60px;
        background-position: 0px 4px;
        font-size: 28px;
    }
}

.services-phones .block {
	background: #022e6b;
	padding: 15px;
	text-align: center;
	float: left;
	margin: 10px 0 10px;
	width: 99.5%;
}

@media (min-width:520px) {
    .services-phones .block {
    	width: 49.5%;
    }
}

.services-phones .block:nth-child(odd) {
	background: #023a86;
}

.services-phones .block:nth-child(even) {
	background: #022e6b;
	margin-left: 1%;
}

.services-phones .block h5 {
	/*text-transform: uppercase;*/
	font-size: 18px;
}

.new-design .services-phones .block h5 {
	font-size: 24px;
}

@media (min-width:460px) {
	.services-phones .block h5 {
		font-size: 16px;
	}
}

@media (min-width:540px) {
	.services-phones .block h5 {
		font-size: 18px;
	}
}

@media (min-width:767px) {
	.services-phones .block h5 {
		font-size: 16px;
	}
}

.services-phones .block a {
	font-family: 'Barlow-Medium', Arial;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 36px;
}

@media (min-width:767px) {
    .services-phones .block.fix-font-size a {
        font-size: 30px;
        margin-top: 5px;
        display: block;
    }
}

.services-phones .block a:hover {
	color: #e9bd14;
	text-decoration: none;
}

/* =Quick list
--------------------------------------------------------------------------------------------------------*/
.quick-list {
	background: #ccd8e7;
}

.quick-list h3 {
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	padding: 22px 20px;
	text-align: center;
	color: #fff;
}

.quick-list ul {
	padding: 5px 0;
}

.quick-list ul li {
	font-family: 'Barlow-Regular', Arial;
	color: #023a86;
	font-size: 14px;
	padding: 4px 20px;
	background: #ccd8e7;
}

@media (min-width:767px) {
	.quick-list ul li {
		padding: 8px 20px;
	}
}

.quick-list ul li a {
	color: #023a86;
	padding: 8px 5px 8px 18px;
	background: url("img/li-item-blue.png") left center no-repeat;
	display: block;
	font-size: 18px;
}

@media (min-width:540px) {
	.quick-list ul li a {
		font-size: 15px;
	}
}

@media (min-width:767px) {
	.quick-list ul li a {
		padding: 5px 10px 5px 25px;
	}
}

/* =Section eee
--------------------------------------------------------------------------------------------------------*/
.section-eee {
	background: #eee;
	padding: 40px 0;
	margin: 50px 0 0;
}

/* =Posts cont
--------------------------------------------------------------------------------------------------------*/
.posts-cont {
	padding: 20px 0 40px;
	overflow: hidden;
}

.posts-cont h3 {
	padding: 15px 0 0;
}

@media (min-width:767px) {
	.posts-cont h3 {
		padding: 15px 0 25px;
		font-size: 32px;
	}
}

.posts-cont h3 a {
	font-size: 16px;
	text-transform: none;
	margin-top: 5px;
	text-align: center;
}

@media (min-width:767px) {
	.posts-cont h3 a {
		float: right;
		text-align: right;
	}
}

.posts-cont .post {
	overflow: hidden;
	position: relative;
}

@media (min-width:767px) {
	.posts-cont .post {
		max-height: 240px;
	}
}

.posts-cont .post .post-body {
	z-index: 3;
}

.posts-cont .post img {
	width: 100%;
	position: relative;
	z-index: 1;
}

@media (max-width:767px) {
	.single .entry-content img {
		width: 100%;
	}
}

.posts-cont .post .date {
	font-size: 12px;
	margin: 10px 0 0;
}

.posts-cont .post .title {
	font-size: 21px;
	color: #023a86;
	margin: 15px 0;
	font-family: 'Barlow-Medium', Arial;
}

.posts-cont .post .title a,
.posts-cont .post .title a:hover {
	color: #023a86;
}

.posts-cont .post hr {
    margin-bottom: 15px;
    margin-top: 15px;
	border-color: #b6c4d7;
}

.posts-cont .post p {
    font-size: 14px;
	margin-bottom: 15px;
	line-height: 18px;
	overflow: hidden;
	max-height: 60px;
}

/*.posts-cont .post p:after {
	content: ' ...';
}*/

.posts-cont .post a.link {
	font-family: 'Barlow-Light', Arial;
    font-size: 16px;
	text-decoration: underline;
}

.post .opaque-bg {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Post Hover */

.posts-cont .post-hover {
}

.posts-cont .post-hover,
.posts-cont .post-hover .date {
	color: #fff !important;
}

.posts-cont .post-hover .date {
	padding: 5px 8px;
	background: rgba(0,0,0,0.5);
	display: inline-block;
}

.posts-cont .post-hover .post-body {
	position: absolute;
	top: 5px;
	left: 25px;
	right: 25px;
}

.posts-cont .post-hover .title {
	color: #fff;
	background: transparent;
	margin-top: 100px;
}

.posts-cont .post-hover:hover .title {
	margin-top: 10px;
}

@media (min-width:320px) {
	.posts-cont .post-hover p {
		font-size: 13px;
		line-height: 14px;
		margin-bottom: 10px;
	}

	.posts-cont .post-hover a.link {
		font-size: 12px !important;
		padding: 6px !important;
	}
}

@media (min-width:360px) {
	.posts-cont .post-hover p {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 10px;
	}

	.posts-cont .post-hover a.link {
		font-size: 14px !important;
		padding: 8px !important;
	}
}

@media (min-width:480px) {
	.posts-cont .post-hover .title {
		margin-top: 220px;
	}

	.posts-cont .post-hover:hover .title {
		margin-top: 100px;
	}
}

@media (min-width:540px) {
	.posts-cont .post-hover .title {
		margin-top: 250px;
	}
}

@media (min-width:767px) {
	.posts-cont .post-hover .title {
		margin-top: 150px;
	}

	.posts-cont .post-hover:hover .title {
		margin-top: 40px;
	}
}

@media (min-width:991px) {
	.posts-cont .post-hover .title {
		margin-top: 130px;
	}

	.posts-cont .post-hover:hover .title {
		margin-top: 10px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.posts-cont .post-hover .title {
		margin-top: 100px;
	}

	.posts-cont .post-hover p {
		font-size: 11px;
		line-height: 12px;
		margin-bottom: 10px;
	}

	.posts-cont .post-hover a.link {
		font-size: 12px !important;
		padding: 6px !important;
	}
}

@media (min-width:1200px) {
	.posts-cont .post-hover .title {
		margin-top: 130px;
	}

	.posts-cont .post-hover:hover .title {
		margin-top: 10px;
	}
}

.posts-cont .post-hover .title a,
.posts-cont .post-hover .title a:hover {
	color: #fff;
}

.posts-cont .post-hover hr {
	border-color: rgba(256,256,256,0.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.posts-cont .post-hover p {
	opacity: 0;
	filter: alpha(opacity=0);
}

.posts-cont .post-hover a.link {
	opacity: 0;
	filter: alpha(opacity=0);
}

.posts-cont .post-hover a.link {
	font-family: 'Barlow-Light', Arial;
    font-size: 14px;
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px;
	color: #023a86;
}

.posts-cont .post-hover .hvr-sweep-to-right:before {
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #ccc;
}

.posts-cont .post-hover:hover .title,
.posts-cont .post-hover:hover hr,
.posts-cont .post-hover:hover p,
.posts-cont .post-hover:hover a.link {
	opacity: 1;
	filter: alpha(opacity=100);
}

.posts-cont .post-hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.posts-cont .post-hover:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.posts-cont .post-hover .title,
.posts-cont .post-hover hr,
.posts-cont .post-hover p,
.posts-cont .post-hover a.link {
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.post-hover .opaque-bg {
	background: #000;
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.post-hover .gradient {
	background: transparent url("img/gradient.png") repeat-x bottom center;
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100);
}

.posts-cont .post-hover[class*="col-"] {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 15px;
}

/*.home .post-body .addthis_toolbox,
.home .post-body p:first-of-type {
	display: none;
}*//*esto hace que n ose vea el extracto de las noticias*/

/* =Main
--------------------------------------------------------------------------------------------------------*/
.main {
	margin: 20px 0 30px;
}

@media (max-width:766px) {
	.single .main {
		margin-top: 0;
	}
}

.page-template-tpl-iframe-full .main {
	margin-top: 0;
}

.post-tpl .main p,
.page-template-tpl-post .main p,
.single-post .main p,
.single-news .main p,
.single-news .main .entry-content,
.single-news .main .entry-content ul li {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width:560px) {
	.post-tpl .main p,
	.page-template-tpl-post .main p,
	.single-post .main p,
	.single-news .main p,
	.single-news .main .entry-content,
	.single-news .main .entry-content ul li {
		font-size: 16px;
		line-height: 26px;
	}
}

.post-tpl .main img,
.page-template-tpl-post .main img,
.single-post .main img,
.single-news .main img {
	border: 1px solid #e8e8e8;
}

.single img.attachment-full.size-full {
	width: 100%;
}

.entry-content ul {
	padding-left: 12px;
	margin: 12px 0 12px 12px;
	line-height: 25px;
}

.entry-content ul li {
	list-style: circle;
}

.single-news .main .entry-content h2,
.single-news .main .entry-content h3,
.single-news .main .entry-content h4,
.single-news .main .entry-content h5 {
	margin-bottom: 20px;
}

.single-news strong {
    font-family: Arial !important;
    font-weight: bold;
}

/* =Title
--------------------------------------------------------------------------------------------------------*/
.title {
	background: #eee;
}

.title-subtitle {
	float: left;
	width: 100%;
}

@media (min-width:767px) {
	.title-subtitle {
		width: 65%;
	}
}

.title h1 {
	font-family: 'Barlow-Medium', Arial;
	font-size: 28px;
	color: #022e6b;
	text-align: center;
	padding: 15px 5px;
}

.title.img h1,
.title-subtitle h1 {
	margin-bottom: 5px;
}

@media (min-width:600px) {
	.title h1 {
		font-size: 32px;
		padding: 20px 10px;
		margin-bottom: 15px;
	}

	.title.img h1 {
		margin-bottom: 0px;
	}
}

@media (min-width:991px) {
	.title h1 {
		font-size: 42px;
		padding: 28px 10px;
	}
}

.title .col-md-12 p,
.title .col-md-12 i {
	display: none;
}

.title.img {
	background-color: #022e6b; /*Se agrega la imagen dinámicamente desde WP coloco imagen*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 80px 0 0;
}

.page-template-tpl-similar-to-insurance .title.img {
    padding: 130px 0 0;
}

@media (min-width:360px) {
	.title.img {
		padding: 95px 0 0;
		background-size: 100% auto;
	}
}

@media (min-width:480px) {
	.title.img {
		padding: 127px 0 0;
	}
}

@media (min-width:767px) {
	.title.img {
		padding: 110px 0 0;
		background-size: cover;
		background-position: bottom center;
	}

	.page-template-tpl-similar-to-insurance .title.img {
		/*padding: 70px 0 0;*/
		padding: 180px 0 0;
		background-position: top center;
	}
	
	.garantia-de-alquiler .title.img,
	.garantia-de-alquiler-seguros-de-empresas .title.img{
	    background-position: top center;
	}
}

@media (min-width:991px) {
	.title.img {
		padding: 140px 0 0;
		background-size: 100% auto;
	}

	.page-template-tpl-similar-to-insurance .title.img {
		/*padding: 80px 0 0;*/
		padding: 200px 0 0;
	}
}

@media (min-width:1100px) {
	.title.img {
		padding: 150px 0 0;
	}

	.page-template-tpl-sura-te-lleva .title.img {
		padding: 140px 0 0;
	}

	.page-template-tpl-similar-to-insurance .title.img {
	    /*padding: 90px 0 0;*/
		padding: 230px 0 0;
	}

	/*.autos .title.img {
		padding: 110px 0 0;
	}*/
}

@media (min-width:1200px) {
	.title.img {
		padding: 140px 0 0;
	}

	.page-template-tpl-sura-te-lleva .title.img {
		padding: 170px 0 0;
	}
}

@media (min-width:1400px) {
	.title.img {
		padding: 185px 0 0;
	}

	.page-template-tpl-sura-te-lleva .title.img {
		padding: 195px 0 0;
	}

	/*.autos .title.img {
		padding: 190px 0 0;
	}*/
}

@media (min-width:1700px) {
  .title.img {
		padding: 215px 0 0;
	}

	.page-template-tpl-sura-te-lleva .title.img {
		padding: 295px 0 0;
	}
}

.page .title .row,
.title.img .row,
.title .row {
	margin-bottom: 0;
}

.title.img .col-md-12 {
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	position: relative;
	overflow: hidden;
}

@media (min-width:991px) {
	.title.img .col-md-12 {
		background: rgba(0,51,160,0.8);
		background: -moz-linear-gradient(left, rgba(0,172,199,0.8) 0%, rgba(0,51,160,0.8) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,0.8)), color-stop(100%, rgba(0,51,160,0.8)));
		background: -webkit-linear-gradient(left, rgba(0,172,199,0.8) 0%, rgba(0,51,160,0.8) 100%);
		background: -o-linear-gradient(left, rgba(0,172,199,0.8) 0%, rgba(0,51,160,0.8) 100%);
		background: -ms-linear-gradient(left, rgba(0,172,199,0.8) 0%, rgba(0,51,160,0.8) 100%);
		background: linear-gradient(to right, #a94442 0%, #e9bd1475 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	}

	.seguros-personas .title.img .col-md-12 {
		min-height: 148px;
	}
}

.title.img .col-md-12 h1 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	padding: 5px;
	float: left;
}

@media (min-width:360px) {
	.title.img .col-md-12 h1 {
		font-size: 28px;
		width: 100%;
	}
}

@media (min-width:600px) {
	.title.img .col-md-12 h1 {
		font-size: 32px;
		padding: 5px 10px;
		width: 80%;
	}

	.title.img .col-md-12 .title-subtitle h1 {
		/*width: 90%;*/
		width: 100%;
	}
}

@media (min-width:1024px) and (max-width:1100px) {
	.title.img .col-md-12 h1 {
		width: 70%;
	}

	.title.img .col-md-12 .title-subtitle h1 {
		/*width: 90%;*/
		font-size: 36px;
	}

	.seguros-empresas .title.img .col-md-12 h1 {
		width: 80%;
	}
}

@media (min-width:991px) {
	.title.img .col-md-12 h1 {
		font-size: 42px;
		padding: 25px 5px 10px 30px;
	}

	.page-template-tpl-similar-to-insurance .title.img .col-md-12 h1 {
		padding: 25px 5px 25px 30px;
	}
}

.title.img .col-md-12 p {
	font-family: 'Barlow-Light', Arial;
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 0px 5px;
	float: left;
	display: block;
}

.title.img .col-md-12 .title-subtitle p {
	padding-bottom: 5px;
}

@media (min-width:600px) {
	.title.img .col-md-12 p {
		padding: 5px 12px;
	}
}

@media (min-width:991px) {
	.title.img .col-md-12 p {
		font-size: 18px;
		padding: 0 5px 25px 32px;
		width: 60%;
	}

	.title.img .col-md-12 .title-subtitle p {
		width: 95%;
	}

	.seguros-empresas .title.img .col-md-12 p {
		font-size: 18px;
		padding: 0 5px 25px 32px;
		width: 80%;
	}

	.autos .title.img .col-md-12 .title-subtitle p,
	.seguro-por-km .title.img .col-md-12 .title-subtitle p{
		padding-bottom: 15px;
	}
}

.title.img .col-md-12 i {
	display: none;
	clear: both;
	float: left;
	margin: 10px 0 5px 5px;
}

@media (min-width:580px) {
	.page-template-tpl-sura-te-lleva .title.img .col-md-12 i,
	.page-template-tpl-similar-to-insurance .title.img .col-md-12 i {
		display: none;
	}

	.title.img .col-md-12 i {
		min-height: 54px;
		display: block;
	}
}

@media (min-width:767px) {
	.page-template-tpl-sura-te-lleva .title.img .col-md-12 i {
		display: block;
	}
}

@media (min-width:991px) {
	.title.img .col-md-12 i {
		min-height: 75px;
		margin: 25px 0 35px 5px;
	}

	.page-template-tpl-sura-te-lleva .title.img .col-md-12 i {
		margin: 25px 0 12px 5px;
	}
}

.contact-tpl .title.img .col-md-12 i,
.page-template-tpl-contact .title.img .col-md-12 i {
	background: url("svg/email-white.svg") no-repeat 0 0;
	background-size: 50px 42px;
	width: 50px;
	height: 42px;
}

/* Personal Insurance */

.insurance-tpl.car .title.img .col-md-12 i,
.page-template-tpl-insurance.car .title.img .col-md-12 i,
.insurance-tpl.autos .title.img .col-md-12 i,
.page-template-tpl-insurance.autos .title.img .col-md-12 i,
body.autos .title.img .col-md-12 i {
	background: url("svg/car-white.svg") no-repeat top center;
	background-size: 60px 52px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguro-por-km .title.img .col-md-12 i,
.page-template-tpl-insurance.seguro-por-km .title.img .col-md-12 i,
body.seguro-por-km .title.img .col-md-12 i,
.page-comodato-seguro-por-km .title.img .col-md-12 i,
body.page-comodato-seguro-por-km .title.img .col-md-12 i{
	background: url("svg/x-km-white.svg") no-repeat top center;
	background-size: 80px 80px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.bolso-protegido .title.img .col-md-12 i,
.page-template-tpl-insurance.bolso-protegido .title.img .col-md-12 i,
.insurance-tpl.bolso-protegido .title.img .col-md-12 i,
.page-template-tpl-insurance.bolso-protegido .title.img .col-md-12 i,
body.bolso-protegido .title.img .col-md-12 i {
	background: url("svg/bolsos-white.png") no-repeat top center;
	background-size: 60px 52px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguros-para-bicicletas .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-bicicletas .title.img .col-md-12 i,
.insurance-tpl.seguros-para-bicicletas .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-bicicletas .title.img .col-md-12 i,
body.seguros-para-bicicletas .title.img .col-md-12 i {
	background: url("svg/bike-white.svg") no-repeat center -5px;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguro-de-mascotas .title.img .col-md-12 i,
.page-template-tpl-insurance.seguro-de-mascotas .title.img .col-md-12 i,
.insurance-tpl.seguro-de-mascotas .title.img .col-md-12 i,
.page-template-tpl-insurance.seseguro-de-mascotas .title.img .col-md-12 i,
body.seguro-de-mascotas .title.img .col-md-12 i {
	background: url("svg/pets-white.svg") no-repeat center 0;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguros-para-camiones .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-camiones .title.img .col-md-12 i,
.insurance-tpl.seguros-para-camiones .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-camiones .title.img .col-md-12 i,
body.seguros-para-camiones .title.img .col-md-12 i {
	background: url("svg/truck-white.svg") no-repeat center -5px;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.flotas-sura .title.img .col-md-12 i,
.page-template-tpl-insurance.flotas-sura .title.img .col-md-12 i,
.insurance-tpl.flotas-sura .title.img .col-md-12 i,
.page-template-tpl-insurance.flotas-sura .title.img .col-md-12 i,
body.flotas-sura .title.img .col-md-12 i {
	background: url("svg/flota-white.svg") no-repeat center -5px;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguros-para-motos .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-motos .title.img .col-md-12 i,
.insurance-tpl.seguros-para-motos .title.img .col-md-12 i,
.page-template-tpl-insurance.seguros-para-motos .title.img .col-md-12 i,
body.seguros-para-motos .title.img .col-md-12 i {
	background: url("svg/moto-white.svg") no-repeat center -5px;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.seguro-de-moto-por-km .title.img .col-md-12 i,
.page-template-tpl-insurance.seguro-de-moto-por-km .title.img .col-md-12 i,
.insurance-tpl.seguro-de-moto-por-km .title.img .col-md-12 i,
.page-template-tpl-insurance.seguro-de-moto-por-km .title.img .col-md-12 i,
body.seguro-de-moto-por-km .title.img .col-md-12 i {
	background: url("svg/motoxkm-white.svg") no-repeat center center;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.motos-de-agua .title.img .col-md-12 i,
.page-template-tpl-insurance.motos-de-agua .title.img .col-md-12 i,
.insurance-tpl.motos-de-agua .title.img .col-md-12 i,
.page-template-tpl-insurance.motos-de-agua .title.img .col-md-12 i,
body.motos-de-agua .title.img .col-md-12 i {
	background: url("svg/jet-ski-white.svg") no-repeat center -5px;
	background-size: 60px 60px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.house .title.img .col-md-12 i,
.page-template-tpl-insurance.house .title.img .col-md-12 i,
.insurance-tpl.casas .title.img .col-md-12 i,
.page-template-tpl-insurance.casas .title.img .col-md-12 i,
body.casas .title.img .col-md-12 i {
	background: url("svg/house-white.svg") no-repeat top center;
	background-size: 76px 75px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.boat .title.img .col-md-12 i,
.page-template-tpl-insurance.boat .title.img .col-md-12 i,
.insurance-tpl.embarcaciones .title.img .col-md-12 i,
.page-template-tpl-insurance.embarcaciones .title.img .col-md-12 i,
body.embarcaciones .title.img .col-md-12 i {
	background: url("svg/boat-white.svg") no-repeat top center;
	background-size: 81px 82px;
	width: 84px;
	height: 84px;
}

.insurance-tpl.heart .title.img .col-md-12 i,
.page-template-tpl-insurance.heart .title.img .col-md-12 i,
.insurance-tpl.vida .title.img .col-md-12 i,
.page-template-tpl-insurance.vida .title.img .col-md-12 i,
body.vida .title.img .col-md-12 i,
.insurance-tpl.vida-personas .title.img .col-md-12 i,
.page-template-tpl-insurance.vida-personas .title.img .col-md-12 i,
body.vida-personas .title.img .col-md-12 i {
	background: url("svg/heart-white.svg") no-repeat top center;
	background-size: 83px 78px;
	width: 84px;
	height: 84px;
}

body.garantia-de-alquiler .title.img .col-md-12 i {
	background: url("svg/warranty-white.svg") no-repeat top center;
	background-size: 82px 87px;
	width: 82px;
	height: 87px;
}

/* Company Insurance */

.seguro-de-cascos-comerciales .title.img .col-md-12 i {
	background: url("svg/commercial-helmets-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-de-transporte .title.img .col-md-12 i {
	background: url("svg/transport-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-agricola .title.img .col-md-12 i {
	background: url("svg/agricultural-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-de-maquinaria-agricola-y-forestal .title.img .col-md-12 i {
	background: url("svg/farm-equipment-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguros-de-construccion-y-montaje .title.img .col-md-12 i {
	background: url("svg/construction-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-de-grandes-riesgos .title.img .col-md-12 i {
	background: url("svg/great-risks-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-de-responsabilidad-civil .title.img .col-md-12 i {
	background: url("svg/liability-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-de-fianzas .title.img .col-md-12 i {
	background: url("svg/bonds-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguro-integral-de-copropiedades .title.img .col-md-12 i {
	background: url("svg/building-white.svg") no-repeat top center;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.seguros-de-pymes .title.img .col-md-12 i {
	background: url("svg/pymes-white.svg") no-repeat 0 0;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.pymemprende .title.img .col-md-12 i {
	background: url("svg/pymemprende-white.svg") no-repeat 0 0;
	background-size: 82px 82px;
	width: 84px;
	height: 84px;
}

.garantia-de-alquiler-seguros-de-empresas .title.img .col-md-12 i {
	background: url("svg/warranty-white.svg") no-repeat top center;
	background-size: 82px 87px;
	width: 82px;
	height: 87px;
}

.directores-y-gerentes .title.img .col-md-12 i {
	background: url("svg/directors-white.svg") no-repeat top center;
	background-size: 76px 76px;
	width: 84px;
	height: 84px;
}

.proteccion-digital .title.img .col-md-12 i {
	background: url("img/proteccion-digital-white.png") no-repeat top center;
	background-size: 76px 76px;
	width: 84px;
	height: 84px;
}

/* SURA te lleva */

body.page-template-tpl-sura-te-lleva .title.img .col-md-12 i {
	background: url("svg/sura-te-lleva-white.svg") no-repeat top center;
	background-size: 60px 52px;
	width: 84px;
	height: 64px;
}

@media (min-width:991px) {
	body.page-template-tpl-sura-te-lleva .title.img .col-md-12 i {
		background: url("svg/sura-te-lleva-white.svg") no-repeat top center;
		background-size: 60px 52px;
		width: 84px;
		height: 84px;
	}
}

/***/

.title.img .col-md-12 .btn {
	font-family: 'Barlow-Medium', Arial;
	background: #e9bd14;
	color: #023a86;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	position: absolute;

	font-size: 15px;
	padding: 5px 10px;
	right: 16px;
	top: 28px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.title.img-none .col-md-12 .btn {
	display: none !important;
}

.title.img .col-md-12 .btn.hvr-underline-from-left:before {
	background: #e9bd14;
}

.page-template-tpl-sura-te-lleva .title.img .col-md-12 .btn {
	padding: 15px 25px;
}

@media (min-width:991px) {
	.title.img .col-md-12 .btn {
		font-size: 24px;
		padding: 20px 30px;
		right: 16px;
		top: 28px;
		line-height: 22px;
		border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.page-template-tpl-sura-te-lleva .title.img .col-md-12 .btn {
		padding: 20px 50px;
	}
}

.title.img .col-md-12 .btn:hover {
	background: #fddd60;
}

.title.img .col-md-12 .btn small {
	font-family: 'Barlow-Regular', Arial;
	font-size: 12px;
	color: #023a86;
	margin: 0;
}

@media (min-width:991px) {
	.title.img .col-md-12 .btn small {
		font-size: 18px;
	}
}

/* Float title */

.title.img.float-title {
	background-color: #022e6b;
	background-position: 0 0;
	background-size: 100% auto;
	padding: 50px 0 0;
}

@media (min-width:480px) {
	.title.img.float-title {
		padding: 85px 0 0;
	}
}

@media (min-width:767px) {
	.title.img.float-title {
		padding: 80px 0 30px;
	}
}

@media (min-width:991px) {
	.title.img.float-title {
		padding: 100px 0 25px;
	}
}

@media (min-width:1100px) {
	.title.img.float-title {
		padding: 100px 0 50px;
	}
}

@media (min-width:1200px) {
	.title.img.float-title {
		padding: 100px 0 40px;
	}
}

@media (min-width:1400px) {
	.title.img.float-title {
		padding: 180px 0 90px;
	}
}

.title.img.float-title .col-sm-12,
.title.img.float-title .col-md-5 {
	background: rgba(0,51,160,1);
	position: relative;
	overflow: hidden;
	padding: 15px;
	border-radius: 0 0 10px 0;
	margin: 0 10px;

}

@media (min-width:480px) {
	.title.img.float-title .col-sm-12,
	.title.img.float-title .col-md-5 {
		margin: 0;
	}
}

@media (min-width:767px) {
	.title.img.float-title .col-sm-12,
	.title.img.float-title .col-md-5 {
		background: rgba(0,51,160,0.85);
	}
}

.title.img.float-title h1 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	padding: 5px;
}

@media (min-width:460px) {
	.title.img.float-title h1 {
		font-size: 28px;
	}
}

@media (min-width:991px) {
	.title.img.float-title h1 {
		font-size: 42px;
	}
}

.title.img.float-title p {
	color: #fff;
	text-align: left;
	font-size: 18px;
	padding: 5px;
	font-family: 'Barlow-Light', Arial;
}


/* =Breadcrumb
--------------------------------------------------------------------------------------------------------*/
.breadcrumb {
	background: #eee;
	font-size: 12px;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.main.img .breadcrumb {
	display: none;
}

.title.img .breadcrumb {
	background: transparent;
	margin-bottom: 10px;
	display: none;
}

@media (min-width:767px) {
	.title.img .breadcrumb {
		display: block;
	}
}

.title .breadcrumb {
	display: none;
}

.title.img .breadcrumb,
.title.img .breadcrumb a {
	color: #fff;
}

.title.img .breadcrumb a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.title.img .breadcrumb a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.single .breadcrumb {
	display: none;
}

@media (min-width:480px) {
	.single .breadcrumb {
		display: block;
	}
}

.breadcrumb li {
	margin: 5px 0;
}

@media (min-width:540px) {
	.breadcrumb li {
		margin: 0;
	}
}

/* =Body
--------------------------------------------------------------------------------------------------------*/
.body {
	overflow: hidden;
}

.insurance-tpl .body,
.page-template-tpl-insurance .body {
	background: #fff;
}

@media (min-width:767px) {
	.body {
		margin: 0 0 10px;
	}
}

.body img {
	max-width: 848px;
	height: auto;
}

.body p {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 10px;
}

@media (min-width:767px) {
	.body p {
		font-size: 16px;
		margin: 5px 0 20px;
		line-height: 24px;
	}
}

.entry-content,
.entry-content p,
.entry-content ul li {
	color: #434343;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

@media (min-width:767px) {
	.entry-content,
	.entry-content p,
	.entry-content ul li {
		color: #737373;
		font-size: 16px;
		line-height: 26px;
	}

	.entry-content ul li {
		margin-bottom: 15px;
	}
}

.body p strong {
	font-family: Arial;
	font-weight: bold;
}

.body p a {
	text-decoration: underline;
	color: #2d2d2d;
}

.body p a:hover {
	text-decoration: none;
	color: #022e6b;
}

.single-personalinsurance .body img.wp-post-image,
.single-companyinsurance .body img.wp-post-image,
.page-template-tpl-sura-te-lleva .body img.wp-post-image,
.page-template-tpl-similar-to-insurance .body img.wp-post-image,
.main.img img.wp-post-image {
	display: none;
}

/* =Desc
--------------------------------------------------------------------------------------------------------*/
.desc {
	margin: 40px 0 20px;
	/*float: left;*/
}

@media (min-width: 768px) {
  .seguros-de-pymes .desc {
    float: left;
  }
}

.casas .desc,
.vida-personas .desc,
.embarcaciones .desc {
	float: left;
	width: 100%;
}

.desc .inner {
	padding: 15px;
	border: 1px solid #a4b5cb;
	border-bottom-color: #79889a;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
  .desc .inner {
    padding-top: 0;
  }
  
  .vida-personas .desc .inner {
      padding-top: 15px;
  }
}

.desc .inner.extra-benefit {
	background: #eee;
}

.entry-content .desc .inner {
	border: none;
}

.desc h2 {
	color: #023a86;
	font-size: 28px;
	padding: 5px 0 5px 25px;
	border-left: 2px solid #023a86;
	text-align: left;
}

.desc .inner.extra-benefit h2 {
	color: #023a86;
	font-size: 24px;
	padding: 0 0 5px;
	border-left: none;
	text-align: left;
}

@media (min-width: 640px) {
	.desc h2 {
		background: #fff;
		font-size: 36px;
	}

	.desc .inner.extra-benefit h2 {
		background: #eee;
		font-size: 30px;
	}
}

.desc .inner.extra-benefit .top-badge {
	padding: 15px;
	margin: -15px -15px 15px;
	color: #fff;
	font-family: 'Barlow-Medium', Arial;
	font-size: 18px;
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	border-bottom: 1px solid rgba(0,51,160,0.5);
}

.desc .subtitle {
	color: #a94442;
	padding: 15px 0 15px 25px;
	margin: 0 0 15px;
	border-left: 2px solid #e9bd14;
	font-size: 16px !important;
	line-height: 22px !important;
}

@media (min-width: 768px) {
	.desc .subtitle {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

.desc .inner.extra-benefit .subtitle {
	padding: 10px 0;
	margin: 0 0 15px;
	border-left: none;
}

@media (min-width: 640px) {
	.desc .subtitle {
		margin: 0 0 25px;
		line-height: 28px;
	}

	.desc .inner.extra-benefit .subtitle {
		margin: 0 0 15px;
		line-height: 22px;
	}
}

.desc p {
	font-family: Arial;
    font-size: 14px;
    margin: 20px 0 10px 2px;
	line-height: 23px;
}

.desc ul {
	font-family: Arial;
    font-size: 14px;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.desc ul li {
	list-style: circle;
	margin-bottom: 4px;
	line-height: 20px;
	font-size: 14px !important;
}

.desc .box {
	margin-top: 20px;
}

.desc .box h5 {
	padding: 10px 15px;
	font-size: 18px !important;
	background: #eee;
    border: 1px solid #eee;
	font-family: "Barlow-Medium",Arial;
}

.body .desc .box h5.doc,
.desc .box h5.doc {
 	background: #eee url("svg/doc-blue.svg") no-repeat scroll 10px center;
	background-size: 15px 20px;
    color: #022e6b;
    padding-left: 35px;
	margin: 0;
}

.desc .extra-benefit .box h5.doc {
	background-color: #dadada;
}

.desc .box li {
	list-style: none;
	margin: 5px 0 0 !important;
	line-height: normal;
}

.desc .box li:first-child {
	margin: 0 !important;
}

.desc .box .in,
.desc .box .menu-accesos-rapidos-container,
.desc .box .ex-attachments {
	padding: 10px 15px;
	background: #fff;
    border: 1px solid #eee;
}

.desc .box li a {
	background-position: left 11px !important;
	font-size: 14px !important;
}

.desc ul.nav {
	padding: 0;
	margin: 0;
}

@media (min-width: 640px) {
	.desc ul.nav {
		margin: 30px 0 0;
	}
}

.desc ul.nav li {
	list-style: none;
	margin-bottom: 0;
	width: 50%;
}

@media (min-width: 640px) {
	.desc ul.nav li {
		width: 45%;
	}
}

@media (min-width: 640px) {
	.desc ul.nav li {
		width: auto;
	}
}

@media (min-width: 640px) {
	.desc ul.nav > li > a {
		height: auto;
	}
}

.desc .tab-pane {
	background: rgba(255, 255, 255, 0.5);
	border-color: transparent #c9d4e3 #c9d4e3;
}

.desc .tab-content p {
	margin-top: 10px;
}

.ex-attachments-smallicons a,
.ex-attachments-largeicons a {
    background: none !important;
    padding-left: 0 !important;
}

.ex-attachments-smallicons img {
    margin-top: -5px !important;
	margin-left: -4px;
}

.ex-attachments-smallicons div {
    margin: 0 0 0 36px !important;
    padding: 2px 0 0 !important;
}

.ex-attachments-largeicons {
	overflow: hidden;
}

.ex-attachments-largeicons li {
    display: block;
    float: left;
    margin: 10px !important;
    overflow: hidden;
    width: auto;
}

/* =Sidebar
--------------------------------------------------------------------------------------------------------*/
.insurance-tpl .sidebar,
.page-template-tpl-insurance .sidebar {
	background: #fff;
}

.sidebar {
	margin-bottom: 15px;
}

@media (max-width: 766px) {
	.autos .sidebar .box,
	.page-template-tpl-iframe-full .sidebar,
	.seguro-por-km .sidebar .box{
		display: none;
	}
}

/* =Sidebar > Btn
--------------------------------------------------------------------------------------------------------*/
.sidebar .btn {
	font-family: 'Barlow-Medium', Arial;
	background: rgba(6,203,131,1);
	background: -moz-linear-gradient(left, rgba(6,203,131,1) 0%, rgba(6,203,131,1) 35%, rgba(28,179,176,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,203,131,1)), color-stop(35%, rgba(6,203,131,1)), color-stop(100%, rgba(28,179,176,1)));
	background: -webkit-linear-gradient(left, rgba(6,203,131,1) 0%, rgba(6,203,131,1) 35%, rgba(28,179,176,1) 100%);
	background: -o-linear-gradient(left, rgba(6,203,131,1) 0%, rgba(6,203,131,1) 35%, rgba(28,179,176,1) 100%);
	background: -ms-linear-gradient(left, rgba(6,203,131,1) 0%, rgba(6,203,131,1) 35%, rgba(28,179,176,1) 100%);
	background: linear-gradient(to right, rgba(6,203,131,1) 0%, rgba(6,203,131,1) 35%, rgba(28,179,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cb83', endColorstr='#1cb3b0', GradientType=1 );
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: none;
}

@media (min-width:991px) {
	.sidebar .btn {
		font-size: 20px;
		padding: 20px 0;
		line-height: 22px;
		border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
}

.sidebar .btn.btnno {
	display: none !important;
}

.sidebar .btn.btnok {
	display: block !important;
}

.sidebar .btn:hover,
.sidebar .btn:focus {
	color: #fff;
}

.sidebar .btn.hvr-underline-from-left:before {
	background: #00a86a;
}

.sidebar .btn small {
	font-family: 'Barlow-Regular', Arial;
	font-size: 14px;
	color: #fff;
	margin: 0;
}

@media (min-width:991px) {
	.sidebar .btn small {
		font-size: 18px;
	}
}

/* =Box
--------------------------------------------------------------------------------------------------------*/
.body .box {
}

.box h5 {
	color: #fff;
	font-size: 18px;
	font-family: 'Barlow-Medium', Arial;
	padding: 20px 30px;
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, #e9bd14 0%, #a94442 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
}

@media (min-width:640px) {
	.box h5 {
		font-size: 24px;
	}
}

@media (min-width:991px) {
	.box h5 {
		font-size: 20px;
	}
}

.body .box h5 {
	background: #bfcde1;
	color: #022e6b;
}

.box h5.doc,
.body .box h5.doc {
	background: #e9bd30 url("svg/doc-blue.svg") 20px center no-repeat;
	background-size: 25px 30px;
	color: #022e6b;
	padding-left: 60px;
}
.box h5.doc1,
.body .box h5.doc1 {
	background: #bfcde1 url("svg/pymes-blue.svg") 20px center no-repeat;
	background-size: 25px 30px;
	color: #022e6b;
	padding-left: 60px;
}

.box .in,
.box .menu-accesos-rapidos-container,
.box .ex-attachments {
	padding: 20px 30px;
	background: #eee;
}

.page-template-tpl-docs .box .ex-attachments {
	margin-bottom: 25px;
	padding: 15px 20px;
}

.box .in h6,
.box .menu-accesos-rapidos-container h6,
.box .ex-attachments h6 {
	color: #022e6b;
	font-size: 18px;
	font-family: 'Barlow-Bold', Arial;
	margin-bottom: 10px;
	line-height: 22px;
}

.box .in a,
.box .menu-accesos-rapidos-container a,
.box .ex-attachments a {
	font-size: 16px;
	color: #2d2d2d;
	font-family: 'Barlow-Regular', Arial;
}

@media (min-width:767px) {
    .box .in a,
    .box .menu-accesos-rapidos-container a,
    .box .ex-attachments a {
    	font-size: 18px;
    }
}

.note {
	color: #022e6b;
	font-size: 11px !important;
	font-family: Arial;
}

.box .in .note,
.box .menu-accesos-rapidos-container .note,
.box .ex-attachments .note {
	margin-bottom: 10px;
	line-height: 14px;
}

.box .in .clear-space,
.box .menu-accesos-rapidos-container .clear-space,
.box .ex-attachments .clear-space {
	height: 25px;
}

.box .in ul,
.box .menu-accesos-rapidos-container ul,
.box .ex-attachments ul {
	margin: -5px 0;
	padding: 0;
}

.box .in ul li,
.box .menu-accesos-rapidos-container ul li,
.box .ex-attachments li {
	margin: 10px 0;
}

.box .in ul li a,
.box .menu-accesos-rapidos-container ul li a,
.box .ex-attachments ul li a {
	font-family: 'Barlow-Regular', Arial;
	color: #2d2d2d;
	font-size: 16px;
	margin: 0;
	padding: 5px 0 5px 20px;
	display: block;
	background: url("img/li-item-blue.png") left 9px no-repeat;
}

/* Contact Numbers */

.contact-numbers {
	font-size: 18px;
	color: #2d2d2d;
	font-family: 'Barlow-Regular', Arial;
}

.contact-numbers a {
	padding: 5px 10px 5px 30px;
	display: block;
	color: #2d2d2d;
}

.contact-numbers a.head-phone {
	background: url("svg/head-phone-blue.svg") left center no-repeat;
	background-size: 19px 19px;
}

.contact-numbers a.email {
	background: url("svg/email-blue.svg") left center no-repeat;
	background-size: 19px 16px;
}

@media (min-width:990px) {
	.contact-numbers a.email {
		font-size: 14px;
		white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
	}
}

@media (min-width:1200px) {
	.contact-numbers a.email {
		font-size: 13px;
	}
}

.contact-numbers a.whatsapp {
	background: url("svg/whatsapp-blue.svg") left center no-repeat;
	background-size: 19px 19px;
}

/* Services */

.box.services {
	padding: 10px 0;
	background: #022e6b;
	color: #1cb3b0;
	margin-top: 20px;
	font-family: "Barlow-Medium",Arial;
    font-size: 34px;
	text-align: center;
}

.box.services p.info { font-size: 12px; margin-top: 12px; color: #f8be00 }

.autos .box.services.home-assistance,
.garantia-de-alquiler .box.services.home-assistance,
.seguro-por-km .box.services.home-assistance {
	display: none;
}

.casas .box.services.mechanic-assistance,
.garantia-de-alquiler .box.services.mechanic-assistance {
	display: none;
}

.box.services h6 {
    font-size: 14px;
	letter-spacing: 0.7px;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
	white-space: 1px;
}

@media (min-width:767px) {
	.autos .box.services h6,
	.seguro-por-km .box.services h6 {
		font-size: 20px;
	}
}

.seguro-de-mascotas .box.services h6 span {
    display: none;
}

.box.services a.fst,
.box.services a.snd {
	color: #fff;
}

.box.services a.foreign-tel {
	font-size: 28px;
}

.box.services a.fst:hover,
.box.services a.snd:hover {
	color: #e9bd14;
	text-decoration: none;
}

/* =List map + List posts
--------------------------------------------------------------------------------------------------------*/
.list-map,
.list-posts {
	margin: 0 0 25px;
}

.list-map li,
.list-posts li {
	border: 1px solid #a4b8d4;
	overflow: hidden;
	display: block;
	margin-bottom: 25px;
	background: #eee;
}

.list-map li .map {
	background: #d4dbe5;
	width: 100%;
	height: 100%;
	display: block;
}

@media (min-width:767px) {
	.list-map li .map {
		min-height: 200px;
	}
}

.list-posts li .img {
	overflow: hidden;
	position: relative;
	background: #2d2d2d;
}

.post-type-archive-news .list-posts li .img:after {
	content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.5);
}

.list-posts li .map-img {
	border-left: 1px solid #a4b8d4;
	background: url("images/default.jpg") no-repeat center center;
	overflow: hidden;
}

.list-posts li .img img/*,
.list-posts li .map-img img*/ {
	background: #d4dbe5;
	width: 100%;
	margin: 0;
}

@media (min-width:990px) and (max-width:1200px) {
	.list-posts li .map-img img {
		height: 100%;
	}
}

.list-posts li .map-img img {
	position: absolute;
}

@media (min-width:767px) {
	.list-posts li .img {
		overflow: hidden;
	}

	.list-posts li .img img {
		background: #d4dbe5;
		/*height: 100%;*/ height: auto;
		/*width: auto;*/ width: 100%;
		display: block;
		position: absolute;
	}
}

@media (min-width:1200px) {
	.list-posts li .map-img img {
		top: -15px;
	}
}


.list-posts li .map-img a,
.list-posts li .img a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.list-map li h3,
.list-posts li h3 {
	font-family: 'Barlow-Regular', Arial;
	background: #d4dbe5;
	padding: 17px 12px;
	color: #023a86;
	font-size: 20px;
	position: relative;
	text-align: left;
}

.list-posts li h3 {
	border-top: 1px solid #a4b8d4;
}

#workshop .list-posts li h3 {
	border-top: none;
}

@media (min-width:380px) {
	.list-map li h3,
	.list-posts li h3 {
		padding: 15px 12px;
		font-size: 24px;
	}
}

@media (min-width:767px) {
	.list-posts li h3 {
		border-top: 0;
		border-left: 1px solid #a4b8d4;
	}

	.page-template-tpl-list-workshop .list-posts li h3,
	.page-template-tpl-list-workshop-new .list-posts li h3,
	.page-template-tpl-list-workshop-rating .list-posts li h3 {
		border-left: 0;
	}
}

@media (min-width:1024px) and (max-width:1200px) {
	#workshop .list-posts li h3 {
		font-size: 20px;
	}
}

#workshop .list-posts li h3 span.stars {
	display: block;
    height: 46px;
    position: absolute;
    right: 110px;
    top: 152px;
    width: 114px;
	text-indent: -5000px;
}

@media (min-width:767px) {
	#workshop .list-posts li h3 span.stars {
    	height: 16px;
    	width: 94px;
		margin-top: -8px;
		right: 112px;
		top: 50%;
	}
}

#workshop .list-posts li h3 span.stars.s0 {
	background: url("img/s0.png") no-repeat center center;
}

#workshop .list-posts li h3 span.stars.s1 {
	background: url("img/s1.png") no-repeat center center;
}

#workshop .list-posts li h3 span.stars.s2 {
	background: url("img/s2.png") no-repeat center center;
}

#workshop .list-posts li h3 span.stars.s3 {
	background: url("img/s3.png") no-repeat center center;
}

#workshop .list-posts li h3 span.stars.s4 {
	background: url("img/s4.png") no-repeat center center;
}

#workshop .list-posts li h3 span.stars.s5 {
	background: url("img/s5.png") no-repeat center center;
}

.qquantity {
	position: absolute;
    right: 0;
    font-size: 12px;
    color: #787878;
    margin-right: 12px;
    width: 98px;
    text-align: right;
	top: 168px;
}

@media (min-width:767px) {
	.qquantity {
		top: 20px;
	}
}

.list-posts h3 * {
	/*float: right;
	font-size: 18px;*/
	display: block;
}

#workshop .list-posts h3 * {
	display: unset;
}

.list-posts h3 a {
	color: #023a86
}

.list-posts h3 a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.list-posts a.map-link {
    position: static;
    font-size: 14px;
    line-height: 25px;
    float: right;
}

.list-posts a.telephone {
	background: #ccd8e7 url("img/phone.png") no-repeat scroll left center;
	background-size: 65px 59px;
    color: #022e6b;
    display: block;
    font-family: "Barlow-Light",Arial;
    margin: 0;
    padding: 20px 15px 20px 75px;
	overflow: hidden;
}

@media (min-width:767px) {
	.list-posts a.telephone {
		border-bottom: 1px solid #a4b8d4;
	}
}

.list-map li h3 a {
	background: #bfcde1 url("svg/phone-blue.svg") 10px 10px no-repeat;
	background-size: 36px 36px;
	height: 56px;
	width: 56px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.list-map li h3 a:hover {
	background: #fff url("svg/phone-blue.svg") 10px 10px no-repeat;
	background-size: 36px 36px;
}

.list-map li p,
.list-posts li p {
	font-family: 'Barlow-Regular', Arial;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin-bottom: 0;
}

.post-type-archive-news .list-posts li p {
	font-size: 15px;
}

@media (min-width:767px) {
	.post-type-archive-news .list-posts li p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 40px;
	}
}

/*.list-posts li p:first-of-type {
	display: none;
}*/ /*esto hace que n ose vea el extracto de las noticias*/

.page-template-tpl-offices .list-posts li .txt-dark-blue p {
	display: block;
}

.insurance-list li h3 {
	border-bottom: 2px solid #00abc8;
	background: rgba(0,171,200,0.2);
}

.insurance-list li p {
	font-family: 'Barlow-Light', Arial;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
	color: #6d6d6d;
}

.list-map li [class*="col-"],
.list-posts li [class*="col-"] {
	padding: 0;
}

.list-map li .location,
.list-posts li .details {
	background: #a4b8d4;
	color: #555;
	font-family: 'Barlow-Regular', Arial;
	overflow: hidden;
}

.list-map li .details {
	font-size: 14px;
	padding: 12px;
}

.list-posts li .details {
	font-size: 12px;
	padding: 8px 12px;
}

.post-type-archive-news .list-posts li .details,
.post-type-archive-news .list-posts li .details span {
	color: #023a86;
}

.post-type-archive-news .list-posts li .details span {
	text-transform: capitalize;
}

.list-posts li .office-details {
	background: #fff;
	border-top: 1px solid #a4b8d4;
	/*border-bottom: 1px solid #a4b8d4;*/
}

.list-posts li .details {
	/*text-transform: uppercase;*/
}

.list-map li .location a,
.list-posts li .details a {
	font-size: 14px;
	color: #022e6b;
	font-family: 'Barlow-Regular', Arial;
	text-decoration: underline;
}

@media (min-width:767px) {
	.list-map li .location a,
	.list-posts li .details a {
		float: right;
	}
	.list-posts li .details .tags-links a {
		float: none;
		text-decoration: none;
	}
	.list-posts li .office-details a {
		float: none;
	}
}

.list-posts li .details div {
	display: none;
}

@media (min-width:480px) {
	.list-posts li .details div {
		float: left;
		margin-right: 15px;
		position: relative;
		font-family: 'Barlow-Light', Arial;
		opacity: 0.7;
		filter: alpha(opacity=70);
		display: block;
	}

	.list-posts li .details div.withsep:before {
		content: "-";
		height: 5px;
		position: absolute;
		right: 10px;
		top: -1px;
		width: 100%;
	}
}

.page-template-tpl-offices .list-map li .location a,
.page-template-tpl-offices .list-posts li .details a {
	font-size: 16px;
    line-height: 13px;
    margin-left: 10px;
    text-decoration: none;
}

.list-posts li .details a.telephone {
	font-size: 14px;
}

.page-template-tpl-list-workshop .list-map li .location a,
.page-template-tpl-list-workshop .list-posts li .details a,
.page-template-tpl-list-workshop-new .list-map li .location a,
.page-template-tpl-list-workshop-new .list-posts li .details a {
    text-decoration: none;
}

.page-template-tpl-offices .list-posts li iframe {
	width: 100%;
	height: 100%;
}

@media (max-width:766px) {
	.page-template-tpl-offices .list-posts li iframe {
		border-top: 1px solid #022e6b;
	}
}

@media (min-width:767px) {
	.page-template-tpl-offices .list-posts li iframe {
		min-height: 198px;
	}
}

.list-posts li .details span {
	float: left;
	/*margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(2,46,107,0.5);
	width: 100%;*/
	padding: 0 15px 0 0;
	position: relative;
}

@media (max-width:766px) {
	.list-posts li .details span:after {
		/*content: " - ";
		display: block;
		position: absolute;
		right: 4px;
    	top: -1px;*/
	}
}

.list-posts li .office-details span {
	float: left;
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	border: 0;
	width: 100%;
	font-size: 14px;
}

.list-posts li .office-details span.dept {
	margin-right: 10px;
}

.list-posts li .office-details span.dept,
.list-posts li .office-details span.pull-left {
	width: auto;
}

.list-posts li .office-details span:last-child {
	padding-bottom: 0;
}

@media (min-width:767px) {
	.list-map li .location span,
	.list-posts li .details span {
		float: right;
		margin-top: 0px;
		padding-top: 0;
		padding-right: 0;
		border: 0;
		width: auto;
	}
	.list-posts li .office-details span {
		float: left;
		padding-bottom: 10px;
		width: 100%;
	}
	.list-posts li .office-details span:last-child {
		padding-bottom: 0;
	}
}

.post-type-archive-companyinsurance .list-posts li .details {
	display: none;
}

.list-map li .location a:hover,
.list-posts li .details a:hover {
	color: #022e6b;
	text-decoration: none;
}

.list-posts li .btn {
	margin: 12px;
}

@media (min-width:767px) {
	.post-type-archive-news .list-posts li .row-eq-height {
		min-height: 220px;
	}
}

@media (min-width:1200px) {
	.post-type-archive-news .list-posts li .row-eq-height {
		height: 255px;
	}
}

#offices-map {
	width: 100%;
	min-width: 320px;
	height: 400px;
	display: block;
	margin: 0 auto 30px;
}

#offices-map h5 {
    border-left: 2px solid #00abc8;
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    padding: 5px 0 5px 10px;
}

#offices-map .blk.infowindow {
    display: block;
    padding: 5px;
}

#offices-map .blk.infowindow .hdr {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#offices-map .blk.infowindow .cnt {
    color: #6c6c6c;
    line-height: 20px;
    min-width: 250px;
}


/* =Rating
--------------------------------------------------------------------------------------------------------*/

.rating {
	margin: 0;
	border-top: 1px solid #a4b8d4;
}

.rating h5 {
	color: #023a86;
    margin: 20px 0;
    padding: 0 15px;
}

.rating .rating-item {
	padding: 15px;
	border-bottom: 1px solid #c4d8f4;
	background: #fff;
}

.rating .rating-item:last-child {
	margin-bottom: 0;
}

.rating .client-name {
	margin: 10px 0;
}

.rating .rating-date {
	margin-left: 15px;
	font-size: 11px;
	color: #555;
}

.rating .client-comment {
	font-size: 13px;
    line-height: 18px;
	color: #555;
}

.rating span.stars {
	display: block;
    height: 20px;
    width: 114px;
	margin-top: -5px;
	float: right;
}

.rating span.stars.s0 {
	background: url("img/s0.png") no-repeat center center;
}

.rating span.stars.s1 {
	background: url("img/s1.png") no-repeat center center;
}

.rating span.stars.s2 {
	background: url("img/s2.png") no-repeat center center;
}

.rating span.stars.s3 {
	background: url("img/s3.png") no-repeat center center;
}

.rating span.stars.s4 {
	background: url("img/s4.png") no-repeat center center;
}

.rating span.stars.s5 {
	background: url("img/s5.png") no-repeat center center;
}

/* =Table > Tabs
--------------------------------------------------------------------------------------------------------*/
.table-cont {
	margin: 20px 0 30px;
	padding: 0 15px;
	overflow: scroll;
}

@media (min-width:1024px) {
	.table-cont {
		margin: 20px 0 30px;
		padding: 0 15px;
		width: 100%;
		/*overflow: auto;*/
		overflow: visible;
		display: block;
		float: left;
	}
}

@media (max-width:1025px) {
	.table-cont .col-md-12.padding-zero {
		width: 100%;
		min-width: 1000px;
	}
}

.table-cont h5 {
	font-size: 18px;
	margin: 10px 0 25px;
}

.table-cont.bg-info button {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*text-transform: uppercase;*/
}

.table-cont.bg-info {
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-cont .tab-content {
	background: #efefef;
	border: none;
	/*border: 1px solid #cacaca;
	border-top: 0;
	border-left-color: #02306f;*/
}

.table-cont .note2,
.modal-body .note2 {
    font-size: 14px;
    margin: 20px 0;
    font-family: 'Barlow-Light', Arial;
}

.table-cont td.info span {
	width: 100%;
	height: 100%;
	display: block;
}

/*.table-cont .btn {
    background: transparent;
    border-color: #00abc8;
    border-radius: 100%;
    color: #00abc8;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    margin-left: 10px;
    padding: 0;
    top: 50%;
    width: 18px;
}

.table-cont .btn:hover {
    color: #00abc8;
}*/

.nav-tabs {
	border-width: 0 0 4px;
	border-style: solid;
	border-color: /*#6cb837*/ #e9bd14;
	/*background: #eeeeee;*/
}

.table-cont .nav-tabs {
	top: 0;
	position: sticky;
	z-index: 2;
}

.nav-tabs.affix {
	max-width: 1140px;
}

.nav-tabs.clear.affix {
	position: static;
}

.nav-tabs.clear {
	background-color: #f0f0f0;
}

.nav-tabs > li {
	width: 14.25%;
	margin: 0;
}

.newTableSize .nav-tabs > li {
	width: 12.5%;
}

.table-cont .nav-tabs > li {
	background: #fff;
}

.table-cont .nav-tabs.affix > li {
	background: #fff;
}

.nav-tabs > li:first-child {
	width: 14.5%;
	margin: 0;
}

.newTableSize .nav-tabs > li:first-child {
	width: 12.5%;
}

.nav-tabs > li > a,
.nav-tabs > li > .nolink {
	font-family: 'Barlow-Light', Arial;
	color: #797979;
	font-size: 13px;
	text-align: left;
	border-width: 0 2px 0 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 65px;
	background: #eee;
}

.newTableSize .nav-tabs > li > a,
.newTableSize .nav-tabs > li > .nolink {
    font-size: 15px !important;
}

.nav-tabs > li > .nolink {
	line-height: 1.42857143;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.newTableSize .nav-tabs > li > .nolink {
    padding: 10px;
}

.table-cont .nav-tabs > li > a,
.table-cont .nav-tabs > li > .nolink {
	font-size: 16px;
}

@media (max-width:767px) {
	.desc .nav-tabs > li > a,
	.desc .nav-tabs > li > .nolink {
		height: 45px !important;
		border: 2px solid #fff !important;
		font-size: 14px;
	}

	.page-template-tpl-sura-te-lleva .desc .nav-tabs > li > a,
	.page-template-tpl-sura-te-lleva .desc .nav-tabs > li > .nolink {
		height: auto !important;
	}
}

@media (min-width:767px) and (max-width:1023px) {
	.desc .nav-tabs > li > a,
	.desc .nav-tabs > li > .nolink {
		font-size: 14px;
	}
}

@media (min-width:1024px) and (max-width:1200px) {
	.desc .nav-tabs > li > a,
	.desc .nav-tabs > li > .nolink {
		font-size: 13px;
	}
}

@media (min-width:1201px) {
	.desc .nav-tabs > li > a,
	.desc .nav-tabs > li > .nolink {
		font-size: 16px;
	}
}

.nav-tabs > li > a:hover,
.nav-tabs.clear > li > a:hover {
	color: /*#6cb837*/ #023a86;
}

.nav-tabs > li > a:hover {
	background: #eee;
}

.nav-tabs.clear > li > a,
.nav-tabs.clear > li > .nolink {
	color: #d1d1d1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > .nolink {
	color: #022e6b !important;
	background: /*#6cb837*/ #e9bd14;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent transparent;
	border-style: solid;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > .nolink:after {
	content: url("img/arrow-yellow-bottom.png")/*url("img/arrow-green-bottom.png")*/;
	width: 12px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -6px;
	z-index: 2;
}

@media (max-width:767px) {
	.desc .nav-tabs > li.active > a:after,
	.desc .nav-tabs > li.active > .nolink:after {
		content: '';
		display: none;
	}
}

@media (max-width:1025px) {
	.desc .fix-width .nav-tabs > li.active > a:after,
	.desc .fix-width .nav-tabs > li.active > .nolink:after {
		content: '';
		display: none;
	}
}

.tab-content > .tab-pane {
    border: 1px solid #b9c8da;
    overflow: hidden;
	background: #fff;
	padding: 15px;
}

.table-cont .tab-content > .tab-pane {
	padding: 0;
}

.table {
	font-family: 'Barlow-Medium', Arial;
	color: #022e6b;
	font-size: 13px;
}

.table.news {
	font-family: Arial;
	color: #555;
	font-size: 15px;
}

.tab-content .table {
	margin-bottom: 0;
}

.table {
	font-family: 'Barlow-Light', Arial;
	color: #022e6b;
	font-size: 13px;
}

.col-md-4.padding-zero .table {
	border-right: 1px solid #a4b5cb;
}

.tab-content .table td.td-blue {
	font-family: 'Barlow-Medium', Arial;
	background: #0046a9;
	color: #fff;
	border-bottom-color: #02306f;
	border-top-color: #02306f;
}

.tab-content .table td.td-blue.info {
	background: #0046a9 url("img/span-info.png") no-repeat right center !important;
	cursor: pointer;
}

.tab-content .table tr:nth-child(odd) td.td-blue {
	background: #0046a9;
}

.tab-content .table tr:nth-child(even) td.td-blue {
	background: #00419d;
}

.tab-content .table tr:hover td.td-blue {
	background: #023070;
}

.tab-content .table tr:hover td.td-blue.info {
	background: #023070 url("img/span-info.png") no-repeat right center !important;
}

.tab-content .table td {
	background: #efefef;
	padding: 15px;
	border-bottom: 1px solid #a4b5cb;
	border-left: 1px solid #a4b5cb;
}

.tab-content .table td:first-child {
	border-left: 0;
}

.tab-content .table td:nth-child(odd) {
	background: #d7dbe2;
}

.tab-content .table tr:hover td {
	background: #fff;
}

/* content tabs and modals */

.tab-content .inner {
	padding: 20px 30px;
}

.modal-body .inner {
	padding: 0;
}

@media (min-width: 640px) {
	.modal-body .inner {
		padding: 0 30px;
	}
}

.tab-content .inner h1,
.modal-body .inner h1 {
	font-family: 'Barlow-Medium', Arial;
	color: #022e6b;
}

.modal-body .inner h1 {
	margin-top: 20px;
}

@media (min-width: 640px) {
	.modal-body .inner h1 {
		margin-top: 0;
	}
}

@media (min-width:767px) {
	.modal-body .inner h1 {
		display: none;
	}
}

.tab-content .inner hr,
.modal-body .inner hr {
	margin: 20px 0;
	border-color: #868686;
	width: 250px;
}

.tab-content .inner p,
.modal-body .inner p {
	margin: 10px 0 20px 2px;
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
}

.tab-content .inner p strong,
.modal-body .inner p strong {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.tab-content .inner .subtitle,
.modal-body .inner .subtitle {
	font-size: 16px;
	color: #272727;
	font-weight: bold;
}

.tab-content .inner .box,
.modal-body .inner .box {
	margin: 25px 0 0;
}

.tab-content .inner .box h5.doc {
 	background: #eee url("svg/doc-blue.svg") no-repeat scroll 10px center;
	background-size: 15px 20px;
	font-size: 18px !important;
    color: #022e6b;
    padding: 10px 15px 10px 35px;
	margin: 0;
	border: 1px solid #eee;
	font-family: "Barlow-Regular",Arial;
}

.tab-content .inner .box .in {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.tab-content .inner .box .in ul li a {
	font-size: 14px;
}

.modal-body .inner .box h5,
.modal-body .inner .box h5.doc {
 	background: #eee url("svg/doc-blue.svg") no-repeat scroll 10px center;
	background-size: 15px 20px;
    color: #022e6b;
    padding: 15px 15px 15px 35px;
	margin: 0;
}

.modal-body .inner .box h5,
.modal-body .inner .box .in {
	padding: 5px;
}

@media (min-width: 640px) {
	.modal-body .inner .box h5,
	.modal-body .inner .box .in {
		padding: 5px 20px;
	}
}

/* Fix width */

.fix-width .nav > li > a {
	padding: 10px;
}

.desc .fix-width .nav-tabs > li > a {
    font-size: 15px;
}

/* =Modal
--------------------------------------------------------------------------------------------------------*/

.page-template-tpl-sura-te-lleva #autoAd,
.page-template-tpl-sura-te-lleva .modal-backdrop {
	display: none !important;
}

.page-template-tpl-sura-te-lleva.modal-open {
	overflow: scroll;
}

.close {
    font-size: 30px;
    font-weight: 100;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.close:focus,
.close:hover {
    color: #fff;
    opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal.and.carousel {
	position: fixed;
}
.modal.and.carousel .modal-body {
	padding: 3px;
}

.modal.and.carousel button.close {
	position: absolute;
	z-index: 2000;
	right: 15px;
	top: 5px;
}

@media (max-width: 1200px) {
	.modal-dialog {
		margin: 30px auto;
		width: 98%;
	}
}

.modal.and.carousel .modal-dialog {
	max-width: 750px;
}

@media (min-width: 768px) {
	.modal.and.carousel .modal-dialog {
		width: 750px;
	}
}

.modal-header {
	color: #fff;
	font-size: 18px;
	font-family: 'Barlow-Medium', Arial;
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	text-align: center;
}

.modal-header h4 {
	font-size: 26px;
}

@media (min-width: 480px) {
	.modal-header h4 {
		font-size: 30px;
	}
}

.modal-body {
	overflow: hidden;
}

.modal-body .table-responsive {
	font-size: 12px;
	position: relative;
}

.modal-body .table-responsive .scroll {
	display: none;
}

@media (max-width: 768px) {
	.modal-body .table-responsive .scroll {
		background:url("img/scroll.gif") no-repeat 0 0;
		background-size: 70px 44px;
		width: 80px;
		height: 50px;
		position: fixed;
		right: -10px;
		top: 50%;
		display: block;
		z-index: 9999;
	}
}

#newsletter .modal-body {
	padding: 0;
}

.sky-form {
    box-shadow: none !important;
}

.banner-img-modal {
	width: 100%;
}

/* =Accordion / Panel
--------------------------------------------------------------------------------------------------------*/
.panel-group {
    margin-bottom: 30px;
}

.panel-group h5 {
	display: none;
}

.panel-group h5:first-of-type {
	display: block;
}

.panel-group .panel {
	margin-bottom: 20px;
}

.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-title {
	font-size: 18px;
	font-family: "Barlow-Light", Arial;
	line-height: 24px;
}

.panel-title > a {
	display: block;
	color: #023a86;
}

.panel-title > a.collapsed {
	color: #2d2d2d;
}

.panel-title > a:hover,
.panel-title > a:focus {
	color: #023a86;
	text-decoration: none;
}

.panel-body,
.panel-body p {
	font-size: 13px;
	line-height: 18px;
}

/* =Contact info
--------------------------------------------------------------------------------------------------------*/
.contact-info {
	background: #022e6b;
	color: #fff;
	padding: 30px 20px 0;
}

.contact-info .container .row {
	margin-bottom: 0;
}

.contact-info h2 {
	text-align: center;
}

@media (min-width:991px) {
	.contact-info h2 {
		text-align: left;
	}
}

/* col 4 */

.contact-info .col-md-4 h3 {
	text-transform: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #355889;
}

.contact-info .col-md-4 p {
	font-family: 'Barlow-Regular', Arial;
    font-size: 16px;
	line-height: 20px;
	text-align: center;
}

@media (min-width:767px) {
	.contact-info .col-md-4 p {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (min-width:991px) {
	.contact-info .col-md-4 p {
		text-align: left;
	}
}

.contact-info .col-md-4 p a {
	font-family: 'Barlow-Light', Arial;
	color: #fff;
	text-decoration: underline;
}

.contact-info .col-md-4 p a:hover {
	color: #1cb3b0;
	text-decoration: none;
}

.contact-info .col-md-4 .newsletter {
	color: #fff;
	padding: 18px 10px 18px 70px;
	font-family: 'Barlow-Medium', Arial;
	font-size: 14px;
	background: #0348a5 url("svg/email-white.svg") 18px center no-repeat;
	background-size: 36px 30px;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 40px 0 0;
}

.contact-info .col-md-4 .newsletter:hover {
	color: #fff;
	text-decoration: none;
	background: #0348a5 url("svg/email-white.svg") 18px center no-repeat;
	background-size: 36px 30px;
}

/* col 8 */

.contact-info .col-md-8 {
    height: 100%;
    min-height: 380px;
    padding: 30px 0;
	margin: 30px 0 0;
	border-top: 1px solid #ced8ec;
}

@media (min-width:991px) {
	.contact-info .col-md-8 {
		background: #0348a5 url("img/contact-bg_02.png") center center no-repeat;
		height: 100%;
		margin: -30px 0 0;
		min-height: 380px;
		padding: 30px 20px;
		border: 0;
	}

	.contact-tpl .contact-info .col-md-8,
	.page-template-tpl-contact .contact-info .col-md-8 {
		background: #0348a5;
		padding: 0;
	}
}

.contact-tpl .contact-info .col-md-8 .map iframe,
.page-template-tpl-contact .contact-info .col-md-8 .map iframe {
	width: 100%;
	height: 100%;
	min-height: 380px;
	margin-bottom: -4px;
}

.contact-info .col-md-8 p {
    margin: 20px 0 35px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

@media (min-width:991px) {
	.contact-info .col-md-8 p {
		text-align: left;
	}
}

.contact-info .col-md-8 a {
    margin: 0 0 20px;
	font-size: 22px;
	color: #fff;
	font-family: 'Barlow-Regular', Arial;
	display: block;
	text-align: center;
	padding: 4px 0;
}

@media (min-width:480px) {
	.contact-info .col-md-8 a {
		font-size: 26px;
	}
}

@media (min-width:991px) {
	.contact-info .col-md-8 a {
		text-align: left;
		padding: 4px 0 4px 50px;
	}
}

.contact-info .col-md-8 a.head-phone {
	background: url("svg/head-phone-white.svg") left center no-repeat;
	background-size: 28px 28px;
}

.contact-info .col-md-8 a.email {
	background: url("svg/email-white.svg") left center no-repeat;
	background-size: 33px 24px;
	font-size: 16px;
}

@media (min-width:360px) {
	.contact-info .col-md-8 a.email {
		font-size: 18px;
	}
}

@media (min-width:480px) {
	.contact-info .col-md-8 a.email {
		font-size: 22px;
	}
}

.contact-info .col-md-8 a.whatsapp {
	background: url("svg/whatsapp-white.svg") left center no-repeat;
	background-size: 29px 29px;
}

/* =Brokers Boxes
--------------------------------------------------------------------------------------------------------*/
.brokers-boxes {
	padding-top: 15px;
}

.brokers-boxes div {
	padding-top: 15px;
	padding-bottom: 15px;
}

.brokers-boxes a {
	padding: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: 'Barlow-Medium', Arial;
	font-size: 22px;
	display: block;
}

.brokers-boxes div:first-child a {
	background: #00abc8;
}

.brokers-boxes div:nth-child(2) a {
	background: #023a86;
}

.brokers-boxes div:nth-child(3) a  {
	background: #6cb837;
}

.brokers-boxes div:nth-child(4) a  {
	background: #1cb3b0;
}

.brokers-boxes div:nth-child(5) a  {
	background: #023a86;
}

.brokers-boxes a i {
	display: block;
	margin: 20px auto;
	width: 100px;
	height: 100px;
}

.brokers-boxes a i.coupon {
	background: url("svg/print-white.svg") no-repeat center center;
	background-size: 100px 100px;
}

.brokers-boxes a i.soa {
	background: url("svg/soa-2-white.svg") no-repeat center center;
	background-size: 100px 100px;
}

.brokers-boxes a i.web-selfmanagement {
	background: url("svg/monitor-white.svg") no-repeat center center;
	background-size: 93px 85px;
}

.brokers-boxes a i.get-coupon {
	background: url("svg/coupon-mail-white.svg") no-repeat center center;
	background-size: 77px 77px;
}

.brokers-boxes a i.agro {
	background: url("svg/agricultural-white.svg") no-repeat center center;
	background-size: 94px 94px;
}

.brokers-boxes p {
	padding: 20px 5px;
	border-top: 1px solid rgba(256,256,256,0.5);
	border-bottom: 1px solid rgba(256,256,256,0.5);
	margin: 15px 0;
	color: #fff;
	font-size: 22px;
}

.brokers-boxes a:hover p {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* =Anchor Boxes
--------------------------------------------------------------------------------------------------------*/

.anchor-box,
.extra-anchor-box {
	display: block;
}

.extra-anchor-box {
	overflow: hidden;
}

.anchor-box a {
	background-color: #022e6b;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	text-align: left;
	display: block;
	padding: 20px;
	border-radius: 0 0 25px 0;
	-o-border-radius: 0 0 25px 0;
	-ms-border-radius: 0 0 25px 0;
	-moz-border-radius: 0 0 25px 0;
	-webkit-border-radius: 0 0 25px 0;
	font-size: 32px;
	line-height: 40px;
	font-family: "Barlow-Regular",Arial;
	height: 240px;
}

/* Casas */

.casas .anchor-box.first a {
	background-image: url("img/seguro-hogar-standard_bg_02.jpg");
}

.casas .anchor-box.second a {
	background-image: url("img/seguro-hogar-tradicional_bg_02.jpg");
}

.casas .anchor-box.third a {
	background-image: url("img/seguro-hogar-incendio_bg_02.jpg");
}

/* Vida */

.vida-personas .anchor-box.first a {
	background-image: url("img/seguro-accidentes-personales_bg_02.jpg");
}

.vida-personas .anchor-box.second a {
	background-image: url("img/seguro-vida-colectivo_bg_02.jpg");
}

/* Embarcaciones */

.embarcaciones .anchor-box.first a {
	background-image: url("img/seguro-embarcaciones_bg_02_b.jpg");
}

.embarcaciones .anchor-box.second a {
	background-image: url("img/seguro-cobertura-yatch-standard_bg_02.jpg");
}

/* Pymes */

.seguros-de-pymes .anchor-box.first a {
	background-image: url("img/seguro-pymes-modulado_bg_02.jpg");
}

.seguros-de-pymes .anchor-box.second a {
	background-image: url("img/seguro-pymes-tradicional_bg_02.jpg");
}

.seguros-de-pymes .anchor-box.third a {
	background-image: url("img/seguro-pymes-farmacia_bg_02.jpg");
}

/* Extra Anchor */

.extra-anchor-box a {
	background-color: #eee;

	color: #022e6b;
	text-align: center;
	display: block;
	padding: 20px;
	border-radius: 0 0 25px 0;
	-o-border-radius: 0 0 25px 0;
	-ms-border-radius: 0 0 25px 0;
	-moz-border-radius: 0 0 25px 0;
	-webkit-border-radius: 0 0 25px 0;
	margin-top: 25px;
	font-family: "Barlow-Light",Arial;
	font-size: 20px;
	line-height: 25px;
}

@media (min-width:767px) {
	/* Casas */

	.casas .anchor-box.first a {
	 	background-image: url("img/seguro-hogar-standard_bg_sq_02.jpg");
	}

	.casas .anchor-box.second a {
	 	background-image: url("img/seguro-hogar-tradicional_bg_sq_02.jpg");
	}

	.casas .anchor-box.third a {
	 	background-image: url("img/seguro-hogar-incendio_bg_sq_02.jpg");
	}

	/* Vida */

	.vida-personas .anchor-box.first a {
	 	background-image: url("img/seguro-accidentes-personales_bg_sq_02.jpg");
	}

	.vida-personas .anchor-box.second a {
	 	background-image: url("img/seguro-vida-colectivo_bg_sq_02.jpg");
	}

	/* Embarcaciones */

	.embarcaciones .anchor-box.first a {
	 	background-image: url("img/seguro-embarcaciones_bg_sq_02_b.jpg");
	}

	.embarcaciones .anchor-box.second a {
	 	background-image: url("img/seguro-embarcaciones_bg_sq_02_c.jpg");
	}

	/* Pymes */

	.seguros-de-pymes .anchor-box.first a {
	 	background-image: url("img/seguro-pymes-modulado_bg_sq_02.jpg");
	}

	.seguros-de-pymes .anchor-box.second a {
	 	background-image: url("img/seguro-pymes-tradicional_bg_sq_02.jpg");
	}

	.seguros-de-pymes .anchor-box.third a {
	 	background-image: url("img/seguro-pymes-farmacia_bg_sq_02.jpg");
	}

}

.anchor-box a:hover,
.anchor-box a:focus,
.anchor-box a:active,
.extra-anchor-box a:hover,
.extra-anchor-box a:focus,
.extra-anchor-box a:active {
	text-decoration: none;
}

.anchor-box a:hover {
	color: #e9bd14;
}

.extra-anchor-box a:hover {
	color: #00abc8;
}

.extra-anchor-box a u {
	font-size: 16px;
}

/* =Anchor Boxes Icon
--------------------------------------------------------------------------------------------------------*/

.anchor-box-icon {
	display: block;
}

@media (max-width:454px) {
	.anchor-box-icon {
		height: 210px;
	}
}

.anchor-box-icon p {
	display: none;
}

.anchor-box-icon a {
	text-align: center;
	display: block;
	padding: 20px 0;
	/*height: 240px;*/
}

.anchor-box-icon a h3 {
	text-align: center;
	margin-top: 15px;
	font-size: 19px;
}

.anchor-box-icon a:hover,
.anchor-box-icon a:hover > h3 {
	color: #00aac7;
	text-decoration: none;
}

@media (max-width:767px) {
	.anchor-box-icon img {
		width: auto !important;
	}
}

/* =Filter Template
--------------------------------------------------------------------------------------------------------*/

.workshops-cards.interior .filters {
    display: block;
    margin-top: 50px;
}

.workshops-cards.mvd .filters {
    margin-top: 0;
}

.filters {
	background: #eee none repeat scroll 0 0;
    display: none;
    /*margin: 25px 0 !important;*/
    /*overflow: hidden;*/
    padding: 15px 0;
}

.workshops-cards .filters {
    /*margin: 20px 0 0 !important;*/
    margin: 0;
}

@media (min-width:768px) {
    .workshops-cards .filters {
        /*margin: 50px 0 0 !important;*/
    }
}

.filters h5 {
	color: #888;
	font-size: 18px;
	font-family: "Barlow-Regular",Arial;
	padding: 0 0 0 5px;
}

.workshops-cards h5 {
	color: #023a86;
	font-size: 18px;
	font-family: "Barlow-Bold",Arial;
	float: left;
	display: none;
}

@media (min-width:1024px) {
    .workshops-cards h5 {
        padding: 0px 20px 8px 5px;
    	display: block;
    }
}

@media (min-width:1200px) {
    .workshops-cards h5 {
        padding: 18px 20px 0 5px;
    	display: block;
    }
}

.workshops-cards .btn {
    font-size: 14px;
    padding: 7px 16px;
    margin: 0 0 0 30px;
}

@media (min-width:767px) {
    .workshops-cards .btn {
        font-size: 16px;
        padding: 7px 22px;
        float:right;
        margin:-68px 0 0 0;
    }
}

.workshops-cards .select-item {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
}

@media (min-width:990px) {
    .workshops-cards .select-item {
        margin-top: 50px;
    }
}

.workshops-cards .select-item .arrow {
    display: none;
}

@media (min-width:990px) {
    .workshops-cards .select-item .arrow {
        background:  url("svg/arrow-black.svg");
        background-size: 180px 64px;
        opacity: 0.2;
        width: 180px;
        height: 64px;
        display: block;
        position: absolute;
        left: calc(50% - 451px);
        top: calc(50% - 59px);
        transform: rotate(21deg);
    }
}

.workshops-cards .select-item select {
    margin: 10px auto;
    display: block;
    width: 90%;
    font-size: 18px;
}

@media (min-width:990px) {
    .workshops-cards .select-item select {
        margin: 50px auto;
        display: block;
        width: 460px;
        font-size: 20px;
    }
}

.filters [class*="col-"] {
	padding-top: 0;
	padding-bottom: 0;
}

.filter-tpl input {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
    color: #555;
	margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
}

.filter-tpl input:focus,
.filter-tpl input:active {
    border-color: #00abc8;
    outline: medium none;
}

.filter-tpl input:focus::-webkit-input-placeholder {
	color: #c7c7c7;
}

.filter-tpl input:focus::-moz-placeholder {
	color: #c7c7c7;
}

.filter-tpl input:focus:-moz-placeholder {
	color: #c7c7c7;
}

.filter-tpl input:focus:-ms-input-placeholder {
	color: #c7c7c7;
}

.workshops-cards .filter-tpl .small,
.filter-tpl .small {
	color: #888;
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin: 0 5px;
}

@media (max-width:540px) {
    .workshops-cards .filter-tpl .small,
	.filter-tpl .small {
		display: none;
	}
}

.workshops-cards .filter-tpl .sort,
.filter-tpl .sort {
    background-color: #fff;
    border: medium none;
    border-radius: 25px;
    color: #022e6b;
    display: inline-block;
	font-family: "Barlow-Light",Arial;
    text-decoration: none;
}

.workshops-cards .filter-tpl .sort {
    font-size: 11px;
    padding: 8px;
}

.filter-tpl .sort {
    font-size: 14px;
    padding: 8px 16px;
}

.workshops-cards .filter-tpl .sort {
    margin: 15px 6px 0;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
}

@media (min-width:990px) {
    .workshops-cards .filter-tpl .sort {
        float: right;
    }
}

@media (min-width:1200px) {
    .workshops-cards .filter-tpl .sort:first-child {
        margin-right: 0;
    }
}

.filter-tpl .sort {
    margin: 10px 0 0;
}

@media (min-width:990px) and (max-width:1200px) {
	.workshops-cards .filter-tpl .sort,
	.filter-tpl .sort {
    	padding: 8px 5%;
    	width: 48%;
	}

	.filter-tpl .sort {
		margin: 10px 0 0;
	}

	.workshops-cards .filter-tpl .sort {
		margin: 10px 5px 0;
	}
}

.workshops-cards .filter-tpl .sort:hover,
.filter-tpl .sort:hover {
    background-color: #e9bd14;
    text-decoration: none;
}

.workshops-cards .filter-tpl .sort:focus,
.filter-tpl .sort:focus {
    outline: medium none;
}

.workshops-cards .filter-tpl .sort::after,
.filter-tpl .sort::after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    position: relative;
    right: -4px;
    top: -10px;
    width: 0;
}

.workshops-cards .filter-tpl .sort.asc,
.workshops-cardsworkshops-cardsworkshops-cards .sort.desc,
.filter-tpl .sort.asc,
.filter-tpl .sort.desc {
    background-color: #e9bd14;
}

.workshops-cards .filter-tpl .sort.asc::after,
.filter-tpl .sort.asc::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #022e6b;
    content: "";
    height: 0;
    position: relative;
    right: -4px;
    top: 12px;
    width: 0;
}

.workshops-cards .filter-tpl .sort.desc::after,
.filter-tpl .sort.desc::after {
    border-bottom: 4px solid #022e6b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    position: relative;
    right: -4px;
    top: -11px;
    width: 0;
}

.filter-tpl .list-posts span.brand {
	/*padding: 12px;*/
	color: #022e6b;
    font-family: "Barlow-Light",Arial;
	display: block;
	border-top: 1px solid #a4b8d4;
	padding-top: 10px;
}

.filter-tpl li iframe {
	width: 100%;
	height: 100%;
}

@media (max-width:766px) {
	.filter-tpl li iframe {
		border-top: 1px solid #022e6b;
	}
}

@media (min-width:767px) {
	.filter-tpl .list-posts li iframe {
		min-height: 185px;
	}
}

/* =Workshops Cards
--------------------------------------------------------------------------------------------------------*/
.workshops-cards {

}

.workshops-cards .title {
    background: #fff;
}

.workshops-cards .title h1,
.workshops-cards .workshops-title {
    text-align: left;
    font-size: 24px;
    font-family: "Barlow-Medium",Arial;
    background: url("svg/fw-icon-blue.svg") no-repeat left 16px;
    background-size: 20px 20px;
    color: #022e6b;
}

@media (min-width:767px) {
    .workshops-cards .title h1 {
        font-size: 26px;
    }
}

.workshops-cards .title h1 span {
    color: #606060;
}

@media (min-width:767px) {
    .workshops-cards .title h1,
    .workshops-cards .workshops-title {
        font-size: 30px;
        background: url("svg/fw-icon-blue.svg") no-repeat left 16px;
        background-size: 29px 29px;
    }
}

.workshops-cards .title h1 {
    padding: 10px 0 0 30px;
}

@media (min-width:767px) {
    .workshops-cards .title h1 {
        margin: 0 15px;
        padding: 10px 0 0 50px;
    }
}

.workshops-cards .title h3 {
    margin: 8px 0 20px 30px;
    color: #023A86;
    font-size: 18px;
    font-family: "Barlow-Regular",Arial;
    text-align: left;
}

@media (min-width:767px) {
    .workshops-cards .title h3 {
        margin: -5px 0 0 50px;
        font-size: 22px;
        font-family: "Barlow-Medium",Arial;
    }
}

.workshops-cards .workshops-title {
    margin: 20px 15px 20px;
    padding: 10px 0 10px 30px;
}

@media (min-width:767px) {
    .workshops-cards .title h1,
    .workshops-cards .workshops-title {
        padding: 45px 0 15px 50px;
        background: url("svg/fw-icon-blue.svg") no-repeat left 47px;
    }

    .workshops-cards .title h1 {
        margin: 0;
    }

    .workshops-cards .workshops-title {
        margin: 0 0 40px;
    }
}

.workshops-cards .title h1 {
    margin-bottom: 0;
}

.workshops-cards .main.filter-tpl {
    margin-top: 0;
}

.workshops-cards .main.filter-tpl .body {
    padding-top: 0;
}

#featured-workshops {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
    padding: 25px 0 0;

    display: none;
}

#featured-workshops .fw-header {
    margin: 0 0 30px;
}

#featured-workshops .fw-header h2 {
    padding: 5px 0 5px 35px;
    float: left;
    color: #023a86;
    background: url("svg/check-sky.svg") no-repeat left 5px;
    background-size: 28px 28px;
    font-size: 24px;
    text-align: left;
}

@media (min-width:767px) {
    #featured-workshops .fw-header h2 {
        padding: 5px 0 5px 50px;
        background: url("svg/check-sky.svg") no-repeat center left;
        background-size: 38px 38px;
        font-size: 26px;
    }
}

#featured-workshops .fw-header span {
    background: #f8be00;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: "Barlow-Bold",Arial;
    float: left;
    display: block;
    margin: 15px 0 15px 35px;
}

@media (min-width:767px) {
    #featured-workshops .fw-header span {
        float: right;
        margin: 0;
        border-radius: 6px;
        padding: 10px 15px;
        font-size: 20px;
        margin: 0 0 15px 0;
    }
}

.workshops-cards .main.filter-tpl #workshop {
    margin-top: -15px;
}

@media (min-width:767px) {
    .workshops-cards .main.filter-tpl #workshop {
        margin-top: 0;
    }
}

.workshops-cards .main.filter-tpl #workshop .filters .row {
    margin-top: 0;
}

.workshops-cards .main.filter-tpl #workshop .filters .row input.search {
    background-image: url("svg/fw-search-blue.svg");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 20px 20px;
    padding: 13px 10px 13px 40px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #555;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border: 0;
}

@media (min-width:1200px) {
    .workshops-cards .main.filter-tpl #workshop .filters .row input.search {
        float: left;
        width: 70%;
    }
}

.workshops-cards .main.filter-tpl #workshop .filters .row input.search:focus,
.workshops-cards .main.filter-tpl #workshop .filters .row input.search:active {
    border-color: #00abc8;
    outline: medium none;
}


.workshops-cards .main.filter-tpl #workshop .filters .row input.search::-webkit-input-placeholder {
    color: #888;
    font-family: "Barlow-Regular",Arial;
}

.workshops-cards .main.filter-tpl #workshop .filters .row input.search::-moz-placeholder {
    color: #888;
    font-family: "Barlow-Regular",Arial;
 }

.workshops-cards .main.filter-tpl #workshop .filters .row input.search:-ms-input-placeholder {
    color: #888;
    font-family: "Barlow-Regular",Arial;
 }

.workshops-cards .main.filter-tpl #workshop .filters .row input.search:-moz-placeholder {
    color: #888;
    font-family: "Barlow-Regular",Arial;
}

.fw-list {
    margin: 0 0 30px;
    padding: 0 0 30px;
    display: block;
    float: left;
    width: 100%;
}

@media (min-width:767px) {
    .fw-list {
        margin: 0 -15px 30px;
        width: calc(100% + 30px);
    }
}

.fw-list .col-lg-2_5 {
	padding-right: 10px;
	padding-left: 10px
}

.fw-list.fw-all li {
    margin-bottom: 30px;
    height: 380px;
    padding-bottom: 0;
}

@media (max-width:766px) {
    .fw-list .featured-item {
        padding-left: 0;
        padding-right: 0;
    }
}

.fw-list.fw-all li.new-version {
    height: auto;
    margin-bottom: 10px;
}

@media (min-width:767px) {
    .fw-list.fw-all li.new-version {
        margin-bottom: 30px;
    }
}

.fw-list li .fw {
    background: #f2f2f2;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    /*padding: 0;*/
    border-radius: 0 0 20px 0;

    cursor: default;
}

.fw-list li.featured-item.new-version .fw {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: block;
    border-bottom: 1px solid transparent;
}

.fw-list li.featured-item.new-version .fw:hover,
.fw-list li.featured-item.new-version .fw:focus {
    text-decoration: none;
    box-shadow: 0 2px 7px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.fw-list li.new-version .fw {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    background: #fcfcfc;
    display: block;
    border-bottom: 1px solid transparent;
}

.fw-list li.new-version .fw:hover,
.fw-list li.new-version .fw:focus {
    text-decoration: none;
    box-shadow: 0 2px 7px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.fw-list li .fw .details,
.fw-list li .fw .details h3,
.fw-list li .fw .details span,
.fw-list li .fw .details .fw-name,
.fw-list li .fw .details .brands {
    width: 100%;
    display: block;
}

.fw-list li .fw .img {
    overflow: hidden;
    width: 100%;
    display: block;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e7e7e7;
}

.fw-list li .fw .details h3 {
    color: #023a86;
    font-family: "Barlow-Bold",Arial;
    font-size: 18.5px;
    padding: 0 0 10px;
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fw-list li.featured-item.new-version .fw .details h3 {
    font-size: 17px;
}

.fw-list li .fw .details .addr,
.fw-list li .fw .details .telephone,
.fw-list li .fw .details .dept,
.fw-list li.featured-item.new-version .fw .details .schedule {
    position: relative;
    padding-left: 22px;
}

.fw-list li .fw .details .schedule {
    height: 42px;
}

.fw-list li .fw .details .addr {
    height: 40px;
    overflow: hidden;
    display: block;
}

.interior-list .fw-list li .fw .details .addr {
    height: 45px;
}


.fw-list li .fw .details .addr i,
.fw-list li .fw .details .telephone i {
   position: absolute;
   left: -4px;
   top: 5px;
}

.fw-list li .fw .details .schedule i{
   position: absolute;
   left: -2px;
   top: 5px;
}

.fw-list li .fw .details .dept i {
   position: absolute;
   left: 6px;
   top: 8px;
}

.fw-list li .fw .details .addr i {
    background: url("svg/location.svg") no-repeat 0 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.fw-list li .fw .details .telephone i {
    background: url("svg/mobile.svg") no-repeat 0 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.fw-list li.new-version  .fw .details .addr i {
    background: url("svg/location-gray.svg") no-repeat 0 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.fw-list li.new-version  .fw .details .telephone i {
    background: url("svg/mobile-gray.svg") no-repeat 0 0;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.fw-list li.new-version .fw .details .schedule i {
    background: url("svg/clock-gray.svg") no-repeat 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: block;
}


.fw-list li .fw .details .dept i {
    color: #023a86;
}

.fw-list li.new-version .fw .details .dept i {
    color: #a4a4a4;
}

.fw-list li .fw .details .addr,
.fw-list li .fw .details .telephone {
    font-family: "Barlow-Medium",Arial;
    color: #555;
    font-size: 12px;
}

.fw-list li.new-version .fw .details .addr,
.fw-list li.new-version .fw .details .telephone {
    color: #3C3C3C;
}

.fw-list li.featured-item.new-version .fw .details .addr,
.fw-list li.featured-item.new-version .fw .details .telephone {
    color: #023a86;
    height: auto;
}

.fw-list li .fw .details .addr a,
.fw-list li .fw .details .telephone a {
    color: #023a86;
    text-decoration: none;
}

.fw-list li .fw .details .dept {
    color: #555;
    font-family: "Barlow-Medium",Arial;
    font-size: 12px;
}

.fw-list li.featured-item.new-version .fw .details .dept,
.fw-list li.featured-item.new-version .fw .details .dept a {
    color: #023a86;
    text-transform: none;
}

.fw-list li .fw .details span {
    padding: 8px 0;
    font-family: "Barlow-Regular",Arial;
    display: block;
}

.fw-list li .fw .details .fw-name {
    padding: 12px 12px 10px;
}

.fw-list li .fw .details {

}

.fw-list li .fw .details .brands {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #023a86;
    font-size: 12px;
    line-height: 14px;
    font-family: "Barlow-Regular",Arial;
    text-transform: uppercase;
    padding: 8px 12px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.fw-list li.new-version .fw .details .brands {
    height: 46px;
    /*white-space: unset;
    overflow: unset;
    text-overflow: unset;*/
    border-bottom: 0;
}

.fw-list li.featured-item.new-version .fw .details .brands {
    color: #444;
}

.featured-item.new-version .fw .fw-name .schedule {
    color: #023a86;
    font-family: "Barlow-Medium",Arial;
    font-size: 12px;
}

.itemWorkshop.new-version .fw .fw-name .schedule {
    color: #555;
    font-family: "Barlow-Medium",Arial;
    font-size: 12px;
}

.itemWorkshop.new-version .fw .fw-name .extra-text {
    font-size: 10px;
    position: absolute;
    display: block;
    bottom: 55px;
    width: 80%;
}

.fw-list li .fw .details .fw-footer {
    padding: 12px;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 40px;
}

.fw-list li .fw .details .fw-footer a {
    background: #375b94;
    background: -moz-linear-gradient(top, #375b94 0%, #143c81 100%);
    background: -webkit-linear-gradient(top, #375b94 0%,#143c81 100%);
    background: linear-gradient(to bottom, #375b94 0%,#143c81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375b94', endColorstr='#143c81',GradientType=0 );
    position: absolute;
    color: #fff;
    text-decoration: none;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 10px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    font-family: "Barlow-Regular",Arial;
}

.fw-list li .fw .details .fw-footer a:hover,
.fw-list li .fw .details .fw-footer a:focus {
    text-decoration: underline;
}

.fw-list li .fw .details .fw-footer span.stars {
	display: block;
    height: 46px;
    position: absolute;
    right: 110px;
    top: 152px;
    width: 114px;
	text-indent: -5000px;
}

@media (min-width:767px) {
	.fw-list li .fw .details .fw-footer span.stars {
    	height: 16px;
    	width: 94px;
		margin-top: -8px;
		left: 15px;
		top: 50%;
	}
}

.fw-list li .fw .details .fw-footer span.stars.s0 {
	background: url("svg/s0.png") no-repeat center center;
	background-size: 100% auto;
}

.fw-list li .fw .details .fw-footer span.stars.s1 {
	background: url("svg/s1.png") no-repeat center center;
	background-size: 100% auto;
}

.fw-list li .fw .details .fw-footer span.stars.s2 {
	background: url("svg/s2.png") no-repeat center center;
	background-size: 100% auto;
}

.fw-list li .fw .details .fw-footer span.stars.s3 {
	background: url("svg/s3.png") no-repeat center center;
	background-size: 100% auto;
}

.fw-list li .fw .details .fw-footer span.stars.s4 {
	background: url("svg/s4.png") no-repeat center center;
	background-size: 100% auto;
}

.fw-list li .fw .details .fw-footer span.stars.s5 {
	background: url("svg/s5.png") no-repeat center center;
	background-size: 100% auto;
}

/* =Message interior
--------------------------------------------------------------------------------------------------------*/

#workshop .message-interior {
    text-align: center;
    margin: 30px auto 30px;
    max-width: 90%;
}

@media (min-width:990px) {
    #workshop .message-interior {
        margin: 40px auto 60px;
        max-width: 740px;
    }
}

#workshop .message-interior * {
    text-align: center;
}

#workshop .message-interior .inner {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 4px;
    background: rgba(248, 190, 0, 0.1);
}

#workshop .message-interior .inner p {
}

#workshop .message-interior .inner p.featured {
    margin-bottom: 0;
}

#workshop .message-interior h3 {
    color: #023a86;
    margin-bottom: 15px;
}

@media (max-width:766px) {
    #workshop .message-interior h3 {
        font-size: 20px !important;
    }
}

#workshop .message-interior p {
    font-size: 16px;
    color: #555;
}

#workshop .message-interior p.featured {
    font-size: 16px;
    border-radius: 4px;
    font-family: "Barlow-Medium", Arial;
    background: rgba(256,256,256,0.5);
}

@media (min-width:990px) {
    #workshop .message-interior h3 {
        margin-bottom: 25px;
    }

    #workshop .message-interior p {
        font-size: 18px;
    }

    #workshop .message-interior p.featured {
        font-size: 20px;
    }
}

#workshop .message-interior p.featured a {
    color: #023a86;
}

#workshop .message-interior p.featured a:hover,
#workshop .message-interior p.featured a:focus {
    color: #222;
}

#workshop .message-interior p.featured2 {
    font-size: 20px;
    margin: 50px 0 -30px;
    color: #333;
    font-family: "Barlow-Regular", Arial;
    line-height: 26px;
}

@media (min-width:990px) {
    #workshop .message-interior p.featured2 {
        font-size: 26px;
        margin: 70px 0 -30px;
        line-height: 30px;
    }
}

/* =Pagination
--------------------------------------------------------------------------------------------------------*/

#workshop .pagination {
    float: right;
    margin: -50px 0 50px;
}

@media (min-width:767px) {
    #workshop .pagination {
        margin: -50px -15px 50px;
    }
}

#workshop .pagination > .active > a,
#workshop .pagination > .active > span,
#workshop .pagination > .active > a:hover,
#workshop .pagination > .active > span:hover,
#workshop .pagination > .active > a:focus,
#workshop .pagination > .active > span:focus {
    background-color: #023a86;
    border-color: #023a86;
    color: #fff;
}

#workshop .pagination > li > a,
#workshop .pagination > li > span {
    color: #023a86;
}

.interior-list {
    margin-top: 20px;
}

@media (min-width:767px) {
    .interior-list {
        margin-top: 40px;
    }
}

/* =Hide options
--------------------------------------------------------------------------------------------------------*/

.mvd-list {
    display: none;
}

.ctp .filters,
.ct .filters,
.ctp #featured-workshops,
.ct #featured-workshops,
.ctp .mvd-list,
.ct .mvd-list {
    display: block;
}

.all-workshops .filters,
.all-workshops #featured-workshops,
.all-workshops .all-list {
    display: block !important;
}

.ctp .message-interior,
.ct .message-interior,
.ctp .default-list,
.ct .default-list {
    display: none;
}

.all-workshops #workshop {
    margin-top: 30px !important;
}

/* =FW Banner
--------------------------------------------------------------------------------------------------------*/

.fw-banner {
    background: #1d4486;
    color: #fff;
    padding: 25px 0;
}

.fw-banner h3 {
    font-size: 28px;
    font-family: "Barlow-Bold",Arial;
    margin: 5px 0 0;
}

.fw-banner span {
    color: #fff;
    font-family: "Barlow-Medium", Arial;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 10px 10px 10px 25px;
    display: inline-block;
    position: relative;
    margin: 0;
}

.fw-banner span::before {
    background: url("img/check-skyblue.svg") no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: '';
    margin: 5px 12px 0 0;
}

@media (max-width:680px) {
    .fw-banner span {
        width: calc(100% - 15px);
        margin: 2px auto;
        font-size: 16px;
        line-height: 18px;
    }
}

.fw-banner .row {
    margin-top: 0 !important;
}

.fw-banner .col-md-10 {
    padding: 0;
}

/* =FW Contact Banner
--------------------------------------------------------------------------------------------------------*/

.fw-contact-banner {
    background: #eee;
    padding: 30px 5px 35px;
    text-align: center;
    color: #023a86;
    font-family: "Barlow-Regular", Arial;
    font-size: 18px;
}

@media (min-width:767px) {
    .fw-contact-banner {
        font-size: 28px;
    }
}

.fw-contact-banner span {
    font-family: "Barlow-Medium", Arial;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

@media (min-width:767px) {
    .fw-contact-banner span {
        font-size: 30px;
    }
}

/* =FW Contact Info
--------------------------------------------------------------------------------------------------------*/

.fw-contact-info {
    text-align: center;
    font-family: "Barlow-Medium", Arial;
    font-size: 18px;
    color: #023a86;
    padding: 50px 0 0;
}

@media (min-width:480px) {
    .fw-contact-info {
        font-size: 22px;
    }
}

@media (min-width:540px) {
    .fw-contact-info {
        font-size: 24px;
    }
}

@media (min-width:767px) {
    .fw-contact-info {
        font-size: 28px;
    }
}

.fw-contact-info a {
    color: #023a86;
}

/* =Simulator
--------------------------------------------------------------------------------------------------------*/
.simulator {
	border: 1px solid #b9c8da;
    overflow: hidden;
    padding: 30px 20px;
	margin: 15px 0 5px;
}

.garantia-de-alquiler .simulator,
.garantia-de-alquiler-seguros-de-empresas .simulator {
    max-width: 500px;
	float: left;
	margin: 15px 5px 5px;
}

@media (min-width:767px) {
	.simulator {
		margin: 40px 0 5px;
	}

	.garantia-de-alquiler .simulator,
	.garantia-de-alquiler-seguros-de-empresas .simulator {
		margin: 40px 15px 5px;
	}
}

.garantia-de-alquiler .simulator .container,
.garantia-de-alquiler-seguros-de-empresas .simulator .container {
	max-width: 450px;
}

.simulator .container {
	padding: 0;
}

.simulator .row {
	margin: 0;
}

.simulator hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.garantia-de-alquiler .simulator hr,
.garantia-de-alquiler-seguros-de-empresas .simulator hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.simulator h5 {
	background: #eee;
    margin: -40px -20px 15px;
    padding: 20px 30px;
	text-align: center;
}

@media (min-width:520px) {
	.simulator h5 {
		text-align: left;
	}
}

@media (min-width:767px) {
	.simulator h5 {
		margin: -40px -20px 35px;
	}

	.garantia-de-alquiler .simulator hr,
	.garantia-de-alquiler-seguros-de-empresas .simulator hr {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}

.garantia-de-alquiler .simulator div,
.garantia-de-alquiler-seguros-de-empresas .simulator div {
	float: left;
	width: 100%;
}

.garantia-de-alquiler .simulator div span,
.garantia-de-alquiler-seguros-de-empresas .simulator div span {
	font-size: 12px;
	color: #888;
	padding: 0 0 0 15px;
}

.simulator .input {
	font-family: "Barlow-Light",Arial;
	font-size: 22px;
}

@media (max-width:520px) {
	.simulator label,
	.simulator input[type=text] {
		width: 100%;
		margin: 15px auto !important;
		max-width: none;
		text-align: center;
	}

	.simulator .buttons .btn-gray {
		margin-right: 0;
	}
}

@media (min-width:400px) and (max-width:479px) {
	.simulator .buttons {
		margin-left: 10%;
	}
}

@media (min-width:480px) and (max-width:520px) {
	.simulator .buttons {
		margin-left: 16.6667%;
	}
}

.simulator input[type=number]::-webkit-inner-spin-button,
.simulator input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.simulator .simulator-result {
	border-color: #aaa !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 5px;
	margin: 0 0 25px 15px !important;
	color: #022e6b;
	font-family: "Barlow-Regular",Arial;
	font-size: 22px;
	max-width: 150px;
}

.simulator label {
	font-weight: 400;
}

.simulator label .small {
	margin-left: 8px;
}

.simulator .small.note {
	margin: 8px 0;
	float: left;
	color: #888;
}

.simulator hr {
	border-color: #cfcfcf;
}

.simulator .btn {
	margin-right: 10px;
}

/* =Online Payment
--------------------------------------------------------------------------------------------------------*/
#onlinePayment {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 auto;
}

@media (min-width:340px) {
	#onlinePayment {
		width: 300px;
	}
}

@media (min-width:620px) {
	#onlinePayment {
		width: 750px;
		margin: 45px 0 0 2px;
		padding: 0;
	}
}

#onlinePayment div {
	float: left;
}

@media (max-width:480px) {
	/* online payment radio input */
	#onlinePayment .opri {
		width: 20px;
	}

	/* online payment logo image */
	#onlinePayment .opli {
		width: 120px;
	}
}

#onlinePayment input.checkbox {
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 12px;
}

@media screen and (max-device-width: 480px) {
	#onlinePayment input.checkbox {
		/*-webkit-appearance: none;*/
	}
}

#onlinePayment img {
	padding: 0 0 0 10px;
	width: 120px;
	height: auto;
	margin-bottom: 25px;
}

#onlinePayment img.itau {
	width: 60px;
}

@media (min-width:480px) {
	#onlinePayment img {
		padding: 0 10px;
		margin-right: 15px;
	}
}

#onlinePayment .clear-space {
	height: 10px;
	display: block;
	width: 100%;
}

@media (min-width:480px) {
	#onlinePayment .clear-space {
		display: none;
	}
}

#onlinePayment input.btn {
	margin-top: 15px;
}

@media (min-width:620px) {
    #onlinePayment .w100 {
        width:100%;
        display:block;
        height:10px;
    }
}

/* =Gallery
--------------------------------------------------------------------------------------------------------*/
.gss-container {
    position: relative;
}

.gss-info {
	background: transparent !important;
	position: absolute !important;
	height: 100%;
	width: 100% !important;
	top: 0;
	overflow: hidden !important;
}

.no-captions .gss-pager {
	position: absolute !important;
	bottom: 20px !important;
	margin: 0 !important;
	bottom: 20px;
    text-align: center;
    width: 100% !important;
	z-index: 1000;
}

.gss-pager a {
    background-color: transparent !important;
	border: 1px solid #fff;
}

.gss-pager .cycle-pager-active,
.gss-pager .cycle-pager-active:hover {
    background-color: #fff !important;
}

.gss-prev,
.gss-next {
    background-color: transparent !important;
    border: none !important;
    color: #022e6b !important;
    font-family: "Barlow-Regular",Arial !important;
	padding: 40px 30px !important;

	top: 50%;
	margin-top: -45px;
	position: relative;
}

.gss-prev {
	background: url("img/left-light.png") no-repeat center center;
}

.gss-next {
	background: url("img/right-light.png") no-repeat center center;
}

.gss-nav {
    height: 100%;
    width: 100%;
}

.gss-prev {
	float: left;
}

.gss-next {
	float: right;
}

.carousel-pager {
    width: 100%;
	display: none;
}

.gss-prev,
.gss-next,
.gss-play {
    font-size: 0 !important;
}

.gss-play {
    display: none !important;
}

/* =Related
--------------------------------------------------------------------------------------------------------*/
.related {
	margin: 35px 0 25px;
	padding-top: 35px;
	border-top: 1px solid #a4b5cb;
}

.related h5 {
	padding-left:0;
	color: #a94442;
}

.related .related-box {
	margin: 25px 0 0;
	float: left;
}

.related img {
	width: 100%;
	float: left;
}

.related .in {
	padding: 16px 12px;
	background: #eeeeee;
	border-left: 2px solid #00abc8;
	float: left;
	width: 100%;
}

.related .title {
	font-size: 18px;
	font-family: 'Barlow-Medium', Arial;
	color: #022e6b;
	margin-bottom: 10px;
}

.related p {
	font-size: 12px;
	color: #787878;
}

.related a.btn {
	border-radius: 4px;
	background: #00abc8;
	color: #fff;
	font-size: 14px;
	font-family: 'Barlow-Medium', Arial;
	display: inline-block;
	overflow: hidden;
	margin: 15px 0 0;
	width: auto;
	padding: 2px 10px 4px;
}

.related a.btn:hover,
.related a.btn:focus {
	background: #1cb3b0;
}

/* =Whatsapp Float
--------------------------------------------------------------------------------------------------------*/

a.whatsapp-float {
	background: url("svg/whatsapp_logo.svg") center center no-repeat;
	background-size: 45px 45px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	display: block;
	z-index: 1;
}

@media (min-width:768px) {
    a.whatsapp-float {
    	background-size: 60px 60px;
    	width: 60px;
    	height: 60px;
    	left: 40px;
	    bottom: 40px;
    }
}

/* =Footer banner
--------------------------------------------------------------------------------------------------------*/

.footer-banner {
	background: #eee;
}

.footer-banner .faqs-banner,
.footer-banner .apps-banner {
	color: #023a86;
	text-align: center;
}

.footer-banner .faqs-banner {
	float: none;
}

@media (min-width:991px) {
	.footer-banner .faqs-banner {
		text-align: left;
		float: left;
		padding-top: 25px;
		padding-bottom: 15px;
	}

	.footer-banner .apps-banner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.footer-banner .container .row {
	margin-bottom: 0;
}

.footer-banner .faqs-banner i {
	background: #e9bd14;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 35px;
	height: 35px;
	padding: 11px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.footer-banner .faqs-banner p {
	padding: 10px 0 0 10px;
}

@media (min-width:991px) {
	.footer-banner .faqs-banner p {
		float: left;
	}
}

.footer-banner .faqs-banner p a {
	text-decoration: underline;
	color: #023a86;
}

.footer-banner .faqs-banner p a:hover {
	text-decoration: none;
	color: #023a86;
}

.footer-banner .apps-banner {
	font-size: 12px;
}

.footer-banner .apps-banner div {
	width: 245px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

@media (min-width:991px) {
	.footer-banner .apps-banner div {
		text-align: left;
		margin: 0;
	}
}

@media (min-width:992px) {
	.footer-banner .apps-banner div {
		float: right;
	}
}

.footer-banner .apps-banner div img {
	margin: 8px 4px 0;
}

.footer-banner .apps-banner div p {
	margin: 0 4px;
}

/* =Footer
--------------------------------------------------------------------------------------------------------*/
footer {
	background: #a94442;
	color: #fff;
}

footer .container {
	padding-top: 25px;
}

footer h5,
footer .footer-nav li:first-child a {
	font-size: 16px !important;
	color: #fff !important;
	font-family: 'Barlow-Bold', Arial !important;
	text-align: center;
	margin-bottom: 15px !important;
}

@media (min-width:991px) {
	footer h5,
	footer .footer-nav li:first-child a {
		text-align: left;
	}
}

footer ul {
	margin-bottom: 20px;
}

footer ul li {
	margin-bottom: 5px;
}

footer ul li a {
	font-size: 12px;
	color: #fff;
	font-family: Arial;
}

footer .footer-nav ul li h5,
footer .footer-nav li:first-child a,
footer ul li a {
	text-align: center;
	width: 100%;
	display: block;
}

@media (min-width:991px) {
	footer .footer-nav ul li h5,
	footer .footer-nav li:first-child a,
	footer ul li a {
		text-align: left;
		width: auto;
	}
}

footer ul li a:hover {
	color: #00abc8;
	text-decoration: none;
}

footer .footer-nav ul.group-links {
	margin: 0 0 25px;
}

footer .footer-nav ul.group-links li a {
	font-size: 14px !important;
	color: #fff;
	font-family: Arial !important;
	margin-bottom: 0 !important;
}

footer .logo img {
	width: 145px;
	height: 54px;
	margin: 0 auto;
	display: block;
}

@media (min-width:991px) {
	footer .logo img {
		margin: 0;
	}
}

footer a.facebook {
	background: url("svg/facebook-white.svg") no-repeat 0 0;
	background-size: 14px 26px;
	width: 14px;
	height: 26px;
	display: block;
	float: left;
	margin-right: 20px;
}

footer a.twitter {
	background: url("svg/twitter-white.svg") no-repeat 0 0;
	background-size: 27px 22px;
	width: 27px;
	height: 22px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 18px;
}

footer a.instagram {
	background: url("svg/instagram-white.svg") no-repeat 0 0;
	background-size: 27px 27px;
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin-right: 18px;
}

footer a.youtube {
	background: url("svg/youtube-white.svg") no-repeat center center;
	background-size: 36px 27px;
	width: 36px;
	height: 27px;
	display: block;
	float: left;
	}

footer .col-md-3.col-xs-12 div {
	width: 100%;
	margin: 0 auto;
}

@media (min-width:420px) {
	footer .col-md-3.col-xs-12 div {
		width: 280px;
	    margin: 0 auto;
	}
}

footer .col-md-3.col-xs-12:last-child div {
	width: 165px;
}

@media (min-width:991px) {
	footer .col-md-3.col-xs-12 div {
		width: auto;
		margin: 0;
	}
}

footer .providers {
	margin-top: 25px;
	display: block;
	width: 100%;
	float: left;
}

footer .providers a {
	color: #e9bd14;
	text-decoration: none;
}

footer .providers a:hover {
	color: #fff;
	text-decoration: none;
}

/* footer bar */

footer .footer-bar {
	background: rgba(0,51,160,1);
	background: -moz-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,172,199,1)), color-stop(100%, rgba(0,51,160,1)));
	background: -webkit-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -o-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	background: linear-gradient(to right, rgba(0,172,199,1) 0%, rgba(0,51,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acc7', endColorstr='#0033a0', GradientType=1 );
	padding: 15px 0;
	border-top: 1px solid #407bb9;
	border-bottom: 1px solid #407bb9;
	color: #fff;
}

footer .footer-bar .container {
	padding: 0;
}

footer .footer-bar .container .row {
	margin-bottom: 0;
}

footer .footer-bar .nav-quote .money {
    float: left;
    margin: 5px 10px 0 0;
	background: url("svg/money.svg") no-repeat 0 0;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

footer .footer-bar .nav-quote ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

footer .footer-bar .nav-quote ul li {
    border-right: 1px solid #5b88c4;
    display: inline-block;
    float: left;
    padding: 0 8px;
}

@media (min-width:1200px) {
	footer .footer-bar .nav-quote ul li {
		padding: 0 10px;
	}
}

footer .footer-bar .nav-quote ul li:first-child {
    padding-left: 0;
}

footer .footer-bar .nav-quote ul li:last-child {
    border: 0 none;
    padding-right: 0;
}

footer .footer-bar a {
    font-size: 12px;
}

footer .footer-bar h5 {
	margin-top: 5px;
    margin-bottom: 5px !important;
}

/* footer bottom */

footer .footer-bottom {
	font-size: 12px;
	color: #fff;
	padding-bottom: 80px;
}

@media (min-width:991px) {
	footer .footer-bottom {
		padding-bottom: 1px;
	}
}

footer .footer-bottom .container {
	padding-top: 15px;
	padding-bottom: 5px;
}

footer .footer-bottom .container .row {
	margin-bottom: 0;
}

footer .footer-bottom ul li {
	margin: 5px 8px;
	width: 100%;
	text-align: center;
}

footer .footer-bottom ul li:nth-child(1) {
	margin-bottom: 10px;
}

footer .footer-bottom ul li:nth-child(2){
	display: none;
}

@media (min-width:991px) {
	footer .footer-bottom ul li {
		float: left;
		margin: 0 8px;
		width: auto;
	}

	footer .footer-bottom ul li:nth-child(1) {
		margin-bottom: 0;
	}

	footer .footer-bottom ul li:nth-child(2) {
		display: block;
	}
}

footer .footer-bottom ul li:first-child {
	margin-left: 0;
}

footer .footer-bottom ul li a {
	color: #fff;
	text-decoration: underline;
}

footer .footer-bottom .col-md-2 {
	color: #8aafcc;
    margin: 0 auto;
    width: 190px;
}

@media (min-width:991px) {
	footer .footer-bottom .col-md-2 {
		margin: auto;
		width: auto;
	}
}

footer .footer-bottom .col-md-2 a {
	float: right;
}

footer .footer-bottom .col-md-2 a img {
	margin-top: -5px;
}

footer .footer-bottom .latam-access {
    margin-top: 35px;
    color: #00abc8;
}

@media (min-width:991px) {
    footer .footer-bottom .latam-access {
        margin-top: 0;
    }
}

footer .footer-bottom .latam-access:hover,
footer .footer-bottom .latam-access:focus {
    color: #fff;
}

/*--------------------------------------------------------------------------------------------------------
  =TEMPORALES
--------------------------------------------------------------------------------------------------------*/
/* chat*/
@media (min-width:767px) {
	.chat {
		background:url("img/chat.png") no-repeat 0 0;
		width: 288px;
		height: 38px;
		position: fixed;
		bottom: 0;
		right: 25px;
		z-index: 99999;
	}
}

/* social network */
@media (min-width:767px) {
	.sn {
		background:url("img/sn.png") no-repeat 0 0;
		width: 48px;
		height: 240px;
		position: fixed;
		top: 150px;
		left: 0;
		z-index: 99999;
	}
}

.footer-03-nav {
	margin-top: 50px
}

@media (min-width:991px) {
	.footer-03-nav {
		margin-top: 30px
	}
}

/* Iframes Cotizadores */

#iframe-pyme,
#iframe-pymemprende {
	height: 1165px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-pyme,
	#iframe-pymemprende {
		height: 641px;
	}
}

#iframe-pymefarmacias {
	height: 700px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-pymefarmacias {
		height: 708px;
	}
}

#iframe-ap {
	height: 800px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-ap {
		/*height: 524px;*/
		height: 479px;
	}
}

#iframe-personalprotect {
    height: 800px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

#iframe-homestandard {
	/*height: 800px;*/
	height: 850px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-homestandard {
		/*height: 580px;*/
		height: 819px;
	}
}

/*#iframe-autossoa {
	height: 850px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-autossoa {
		height: 1481px;
	}
}

#iframe-autosstandard {
	height: 850px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-autosstandard {
		height: 920px;
	}
}*/

#iframe-life {
	height: 850px;
	margin: 25px 0 0;
	border: 1px solid #b9c8da;
}

@media (min-width: 990px) {
	#iframe-life {
		height: 668px;
	}
}

/*/////////////*/

.page-template-tpl-geociencias .box {
    display: block;
}

.page-template-tpl-geociencias .box li {
        list-style: none;
}

.page-template-tpl-geociencias .box .textwidget {
    padding: 10px 0;
    background: #eee;
}

.page-template-tpl-geociencias .box .textwidget a {
    padding: 10px 15px 10px 40px;
    width: 100%;
    display: block;
    font-family: 'Barlow-Regular', Arial;
    color: #2d2d2d;
    font-size: 16px;
    text-decoration: underline;
    position: relative;
}

.page-template-tpl-geociencias .box .textwidget a::before {
    content: '•';
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
}

/*//////////// banner float ////*/

.close-float-banner,
.float-banner {
    display: none;
}

@media (min-width: 990px) {
    .close-float-banner {
        display: none;
        font-size: 20px;
        position: fixed;
        bottom: 153px;
        left: 284px;
        padding: 0 8px 8px;
        background: #00abc8;
        border-radius: 4px 4px 0 0;
        color: #022e6b;
        cursor: pointer;
    }

    .close-float-banner.show-banner {
        display: block;
    }

    .close-float-banner.hidden,
    .float-banner.hidden {
        display: none !important;
    }

    .float-banner {
        background: #00abc8 url("svg/sura-te-lleva-blue.svg") no-repeat 20px 14px;
        background-size: 45px 45px;
        padding: 15px;
        position: fixed;
        bottom: 20px;
        left: 0;
        width: 300px;
        display: none;
        margin: 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-family: 'Barlow-Regular', Arial;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
        z-index: 10;
    }

    .float-banner.show-banner {
        display: block;
    }

    .float-banner span {
        display: block;
        font-size: 18px;
        text-decoration: none;
        padding-left: 68px;
    }

    .float-banner span small {
        font-size: 14px;
        padding: 10px 0 0;
        display: block;
    }

    .float-banner:hover,
    .float-banner a:hover,
    .float-banner span:hover,
    .float-banner:focus,
    .float-banner a:focus,
    .float-banner span:focus {
        text-decoration: none;
        color: #f8be00;
    }

    .float-banner .btn {
        margin: 15px 0 0;
        padding-left: 25px;
    }

    .float-banner .btn:hover {
        text-decoration: none;
        color: #fff;
    }
}

/*//////////// bykes quote ////*/

.featured-quote {
    overflow: hidden;
    width: calc(100% - 30px);
    background: #eff8fa url("img/bike-bg.png") no-repeat 107% 100%;
    padding: 20px;
    border-bottom-right-radius: 60px;
    font-family: 'Barlow-Medium', Arial;
    font-size: 18px;
    color: #24427c;
    margin: -20px 15px 35px;
    position: relative;
}

@media (min-width: 990px) {
    .featured-quote {
        padding: 0 20px;
    }
}

.featured-quote.pets {
    background: #eff8fa url("img/pets-bg.png") no-repeat 107% 100%;
}

.featured-quote.bolsos {
    background: #eff8fa url("img/bolsos-bg.png") no-repeat 106% 97%;
}

.featured-quote.motorbikes {
    background: #eff8fa url("img/motorbikes-bg.png") no-repeat 107% 100%;
    width: 100%;
    margin: -20px 0 35px;
}

.featured-quote.trucks {
    background: #eff8fa url("img/trucks-bg.png") no-repeat 102% 100%;
    margin-top: 40px;
    float: left;
}

.featured-quote * {
    float: left;
}

.featured-quote .col-md-6 {
    margin: 15px 0;
    padding: 15px 10px 0 75px;
    height: 60px;
    float: left;
    overflow: hidden;
    display: table;
}

@media (min-width: 990px) {
    .featured-quote .col-md-6 {
        height: 100px;
        padding: 20px 10px 0 75px;
    }
}

@media (min-width: 1200px) {
    .featured-quote .col-md-6 {
        height: 68px;
        padding: 15px 10px 0 75px;
    }
}

.featured-quote .col-md-6.tick {
    background: url("img/i-tick.png") no-repeat center left;
    background-size: 60px 60px;
}

.featured-quote .col-md-6.headphone {
    background: url("img/i-headphone.png") no-repeat center left;
    background-size: 60px 60px;
}

.featured-quote .col-md-6.protect {
    background: url("img/i-protect.png") no-repeat center left;
    background-size: 60px 60px;
}

.featured-quote .col-md-6.thumb {
    background: url("img/i-thumb.png") no-repeat center left;
    background-size: 60px 60px;
}

.featured-quote .col-md-6.whatsapp {
    background: url("img/i-whatsapp.png") no-repeat center left;
    background-size: 60px 60px;
}

.featured-quote .col-md-6 p {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.btn-featured {
    margin: 25px auto;
    width: 100%;
    display: block;
    font-size: 26px;
    background-color: #6cb837;
    border-color: #6cb837;
    color: #fff !important;
}

.btn-featured:hover,
.btn-featured:focus {
    background-color: #1cb3b0;
    border-color: #1cb3b0;
    color: #fff;
}

@media (min-width: 540px) {
    .btn-featured {
      width: 300px;
    }
}

body.seguro-de-mascotas h5.txt-blue {
    padding: 0 0 65px 15px;
}

.choose-pet {
    text-align: center;
    float: left;
}

.choose-pet .row-eq-height {
    margin: 15px 15px 40px
}

.choose-pet .column {
    padding: 20px 10px 10px;
    background: #eee;
    position: relative;
    margin-bottom: 80px;
    border: 2px solid #fff;
    float: left;
}

@media (min-width: 1200px) {
    .choose-pet .column {
        margin-bottom: 20px;
    }
}

.choose-pet p {
    display: none;
}

.choose-pet .column span.icon {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -40px;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
}

.choose-pet .column.dog span.icon {
    background: #fff url("svg/sura-icon_dog_blue.svg") no-repeat center center;
    background-size: 60px 60px;
}

.choose-pet .column.cat span.icon {
    background: #fff url("svg/sura-icon_cat_blue.svg") no-repeat center center;
    background-size: 60px 60px;
}

.choose-pet .column.bolso span.icon {
    background: #fff url("svg/bolsos-blue.png") no-repeat center center;
    background-size: 55px 48px;
}

.choose-pet .pet-col {
    float: left;
    width: calc(100% - 10px);
    font-size: 12px;
    margin: 0 5px;
    background: #fff;
    padding: 5px;
}

@media (min-width: 560px) {
    .choose-pet .pet-col {
        width: calc(50% - 10px);
    }
}

.pet-name {
    font-family: 'Barlow-Medium', Arial;
    font-size: 17px;
    color: #fff;
    background: #24427c;
    padding: 4px 5px;
}

.pet-price {
    font-family: 'Barlow-Medium', Arial;
    color: #24427c;
    background: #f8be00;
    padding: 8px 5px;
    line-height: 13px;
}

.pet-item {
    font-size: 12px;
    line-height: 17px;
    margin: 8px 0;
    color: #24427c;
}

.bolso .pet-item {
    margin: 10px 0;
    color: #111;
    padding: 5px 0;
}

.pet-item.featured {
    background: #eff8fa;
    margin: 8px 5px;
    padding: 5px 0;
}

.pet-item span {
    font-family: 'Barlow-Medium', Arial;
    color: #111;
    line-height: 15px;
    display: block;
    margin: 6px 0 2px;
}

.bolso .pet-item span {
    color: #24427c;
    text-transform: uppercase;
    font-size: 14px;
}

.bolso .pet-item strong {
    font-family: 'Barlow-Medium', Arial;
}

/* Banner tel whatsapp */

.whatsapp-banner {
    padding: 20px 10px 40px;
    margin: 0 auto;
    overflow: hidden;
}

.whatsapp-banner p {
    font-family: 'DINPro-Medium', Arial;
    text-align: center;
    color: #023a86;
    font-size: 24px;
}

.whatsapp-banner a.whatsapp {
    color: #023a86;
    text-decoration: none;
}

.whatsapp-banner a.whatsapp:hover,
.whatsapp-banner a.whatsapp:focus {
    color: #6cb837;
    text-decoration: none;
}

.whatsapp-banner span {
    background: url("http://www.segurossura.com.uy/wp-content/themes/sura/svg/whatsapp-blue.svg") no-repeat center center;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    margin: -3px 15px 0;
    display: none;
}

.whatsapp-banner p {
    display: block;
}

@media (min-width: 560px) {
    .whatsapp-banner {
        width: 512px;
    }

    .whatsapp-banner span {
        display: block;
    }

	.whatsapp-banner span,
    .whatsapp-banner p {
		float: left;
	}
}

.tel-banner {
    padding: 20px 10px 40px;
    margin: 0 auto;
    overflow: hidden;
}

.tel-banner p {
    font-family: 'DINPro-Medium', Arial;
    text-align: center;
    color: #023a86;
    font-size: 24px;
}

.tel-banner a.tel {
    color: #023a86;
    text-decoration: none;
}

.tel-banner a.tel:hover,
.tel-banner a.tel:focus {
    color: #00abc8;
    text-decoration: none;
}

.tel-banner span {
    background: url("http://www.segurossura.com.uy/wp-content/themes/sura/svg/phone-blue.svg") no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin: -3px 10px 0;
    display: none;
}

.tel-banner p {
    display: block;
}

@media (min-width: 560px) {
    .tel-banner {
        width: 595px;
    }

    .tel-banner span {
        display: block;
    }

	.tel-banner span,
    .tel-banner p {
		float: left;
	}
}

/*//////////// movilidad ////*/

.desc .second-p {
	font-size: 16px;
	padding: 15px 0 15px 25px;
	margin: 0 0 15px;
	border-left: 2px solid #fff;
}

@media (min-width: 768px) {
	.desc .second-p {
		font-size: 20px;
	}
}

.insurance-boxes {
	width: 100%;
	display: block;
}

.insurance-boxes a {
	width: 100%;
	margin: 0 0 4%;
	float: left;
	border-radius: 0 0 25px 0;
	-o-border-radius: 0 0 25px 0;
	-ms-border-radius: 0 0 25px 0;
	-moz-border-radius: 0 0 25px 0;
	-webkit-border-radius: 0 0 25px 0;
	padding: 12px 20px;
	background-color: #022e6b;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	display: block;
	overflow: hidden;
	position: relative;
}

@media (min-width: 540px) {
	.insurance-boxes a {
		width: 48%;
		height: 220px;
		margin: 0 1% 1%;
	}
}

@media (min-width: 580px) {
	.insurance-boxes a {
		height: 200px;
	}
}

@media (min-width: 768px) {
	.insurance-boxes a {
		width: 32%;
		height: 230px;
		margin: 0 .5% 1%;
	}
}

@media (min-width: 980px) {
	.insurance-boxes a {
		height: 200px;
	}
}

@media (min-width: 1024px) {
	.insurance-boxes a {
		height: 180px;
	}
}

.insurance-boxes a:hover,
.insurance-boxes a:active,
.insurance-boxes a:focus {
	text-decoration: none;
	color: #e9bd14;
}

.insurance-boxes h4 {
	color: #e9bd14;
	font-size: 22px;
	line-height: 26px;
	font-family: "Barlow-Regular",Arial;
	margin-bottom: 10px;
}

.insurance-boxes h4 span {
	color: #e9bd14;
	font-size: 16px;
	line-height: 20px;
}

@media (min-width: 480px) {
	.insurance-boxes h4 {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.insurance-boxes h4 {
		font-size: 26px;
		line-height: 30px;
	}

	.insurance-boxes h4 span {
		font-size: 20px;
		line-height: 24px;
	}
}

.insurance-boxes p {
	color: white;
	font-size: 16px;
	line-height: 22px;
	font-family: "Barlow-Regular",Arial;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	margin-top: 15px;
}

@media (min-width: 540px) {
	.insurance-boxes a p {
		margin-top: 0;
	}
}

.insurance-boxes a:hover p {
	opacity: .2;
	filter: alpha(opacity=20);
}

.insurance-boxes a span.btn {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.insurance-boxes a:hover span.btn {
	opacity: 1;
	filter: alpha(opacity=100);
}

.insurance-boxes h4 i {
	width: 30px;
	height: 40px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
}

/* contact list for posts */
ul.contact {
    padding: 20px 20px 10px;
    background: #f4f4f4;
    border-left: 2px solid #a4b5cb;
    margin: 20px 0 40px;
}

ul.contact li {
    list-style: none !important;
    margin-bottom: 12px;
}

ul.contact li a {
	font-size: 16px !important;
	color: #022e6b;
}

ul.contact li.email a {
	background: url("svg/email-blue.svg") left center no-repeat;
	background-size: 17px 15px;
	padding-left: 30px;
}

ul.contact li.phone a {
	background: url("svg/phone-blue.svg") left center no-repeat;
	background-size: 19px 16px;
	padding-left: 30px;
}

ul.contact li.wp a {
	background: url("svg/whatsapp-blue.svg") left center no-repeat;
	background-size: 17px 17px;
	padding-left: 30px;
}

/*//// Ciberlunes Float /////*/

.ciberlunes-float {
    background: url("https://www.segurossura.com.uy/media/ciberlunes-float.png") center center no-repeat;
    background-size: 100px 100px;
    position: fixed;
    height: 100px;
    width: 100px;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 1;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}

.page-cotizadores .ciberlunes-float,
.page-ciberlunes .ciberlunes-float {
    display: none;
}

@media (min-width: 540px) {
	.ciberlunes-float {
	    background: url("https://www.segurossura.com.uy/media/ciberlunes-float.png") center center no-repeat;
        background-size: 150px 150px;
        height: 150px;
        width: 150px;
        bottom: 50px;
        left: 50px;
	}
}

/*//// Promo Float /////*/

.promo-float {
    background: url("https://www.segurossura.com.uy/media/promo-float.png") center center no-repeat;
    background-size: 100px 100px;
    position: fixed;
    height: 100px;
    width: 100px;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 1;
}

.page-promo .promo-float {
    display: none;
}

@media (min-width: 540px) {
	.promo-float {
	    background: url("https://www.segurossura.com.uy/media/promo-float.png") center center no-repeat;
        background-size: 150px 150px;
        height: 150px;
        width: 150px;
        bottom: 50px;
        left: 50px;
	}
}

/*//// Contact Fix /////*/

.contact-form-comtainer {
    position: relative;
    margin-top: -50px;
    background: white;
    overflow: hidden;
}
