
/* @group ESTILOS GENERALES */

    body {
        font-family: Lato, sans-serif;
        color: #3e627c !important;
    }
    .field--name-bp-header,
    p,a {
        color:#7C98AB;
    }
    
    table {
        margin:auto;
    }
    
    h1, h2, li { color: #3E6680; }
    
    h3 { color: #7C98AB; }
    
    h4 { color: #E42313; }
    
    /*p, ul li { font-size: 1.2em; }*/
    
    .img-responsive {
            width: 100%;
            height: auto;
    }
    .texto-sm {
		font-size: 10px;
	}
    .file--application-pdf {
		background-image: url(/themes/custom/aliadoseguros/images/icn-pdf.png);
		padding-left: 25px;
		background-size: 20px;
		background-position-y: 1px;
	}
	
/* @end */



/* @group MENU SOPORTE */
	.menu-soporte {
		justify-content: flex-end;
	}
    .menu-soporte,
    .menu-soporte a {
        color: #fff;
		display: flex;
		justify-content: flex-end;

    }
    .menu-soporte .nav-item {
        text-indent: -9999px;
    }
    .menu-soporte a,
    .menu-soporte .nav li a {
        width: 20px;
        background-size: 20px;
        padding: 0;
        margin-left: 10px;
    }
    .faq {
        background: url(/themes/custom/aliadoseguros/images/icn-faq.png) no-repeat;
    }
    .email {
        background: url(/themes/custom/aliadoseguros/images/icn-mail.png) no-repeat;
    }
    .ubicacion {
        background: transparent url(/themes/custom/aliadoseguros/images/icn-gps.png) no-repeat;
    }
    .tooltip-wrap:hover .tooltip-text {
        line-height: 29px;
    }
    @media screen and (max-width: 991px) {
/*        .menu-soporte {
                top: -1px;
        }*/
	}
    @media screen and (max-width: 767px) {
        .tooltip-wrap:hover .tooltip-text {
                display: none;
        }
    }
/* @end */

/* @group MENU PRINCIPAL */

	.menu-principal .nav-link {
		color: #7C98AB;
		padding: 0 !important;
		border-bottom: 4px solid transparent;
		margin: 0 10px;
	}
	.menu-principal .nav-link:hover {
		border-bottom: 4px solid #7a95aa;
	}
	.menu-principal .is-active {
		border-bottom: 4px solid #e42211;
		color: #416581 !important;
	}

/* @end */

/* @group HOMEPAGE */
	.feed-icon {
		display: none;
	}
	.path-frontpage .node--promoted h2 {
		display: none;
	}
	.path-frontpage main .container {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.path-frontpage main .region-content {
		padding: 0;
	}
	/* @group PAGE TITLE */
	
		.path-frontpage .block-page-title-block {
			display: none;
		}
		.path-frontpage .region-hero h2 {
			display: none;
		}
	/* @end */
	
	/* @group HERO BANNER */

		.hero-image-wrapper {
		  width: 100%;
		  overflow: hidden;
		  display: flex;
		  justify-content: center;
		}
		.hero-image {
		  width: 100%;
		  height: 100%;
		  object-fit: cover;   /* keeps aspect ratio, fills container */
		  object-position: center;
		}
		.path-frontpage .hero-image-wrapper,
		.path-frontpage .carousel-item {
			height: 400px;       /* pick your desired hero height */
		}
		.region-hero .field--name-bp-header {
			display: none;
		}
		.mobile {
			display: none;
		}
		@media only screen and (max-width: 1399px) {
			.path-frontpage .carousel-item,
			.path-frontpage .hero-image-wrapper {
				height: 350px;
				}
		}
		@media only screen and (max-width: 1199px) {
			.path-frontpage .carousel-item,
			.path-frontpage .hero-image-wrapper {
				height: 300px;
				}
		}
		@media only screen and (max-width: 1023px) {
			.path-frontpage .carousel-item,
			.path-frontpage .hero-image-wrapper {
				height: 275px;
				}
		}
		@media only screen and (max-width: 991px) {
			.path-frontpage .carousel-item,
			.path-frontpage .hero-image-wrapper {
				height: 210px;
				}
		}
		@media only screen and (max-width: 767px) {
			.hero-image-wrapper {
				display: none;
			}
			.mobile {
				display: flex;
			}
			.mobile img {
				width: 100%;
				height: auto;
			}
			.path-frontpage .hero-image-wrapper,
			.path-frontpage .hero-mobile-wrapper,
			.path-frontpage .carousel-item {
				height: 100%;
				max-height: 345px;
			}
		}
		@media only screen and (max-width: 599px) {
			.path-frontpage .hero-image-wrapper,
			.path-frontpage .hero-mobile-wrapper,
			.path-frontpage .carousel-item {
				height: 100%;
				max-height: 200px;
			}
		}
		@media only screen and (max-width: 359px) {
			.path-frontpage .hero-image-wrapper,
			.path-frontpage .hero-mobile-wrapper,
			.path-frontpage .carousel-item {
				height: 100%;
				max-height: 200px;
			}
		}
	/* @end */
	
	/* @group BOTONES WEB APPS */
	
		.login-block {
			background: #226583;
			padding: 20px;
			text-align: center;
			font-size: 10px;
			float: left;
			height: 140px;
		}
		.login-block p,
		.login-block,
		.login-block a {
			color: #fff;
			text-decoration: none;
		}
		.login-block img {
			height: 40px;
			width: auto;
		}
		.login-block .btn-apps {
			background: #e42211;
			width: 100%;
			max-width: 300px;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 20px;
			margin: 0 auto 10px;
			padding: 10px 20px;
			height: 80px;
		}
		.btn-apps .field--name-field-enlace-a-app {
			text-align: left;
		}
		 @media screen and (max-width: 767px) {
		 	.login-block {
		 		width: 100%;
		 		border-bottom: 1px solid #fff;
		 	}
		 }
	
	/* @end */
	
	/* @group PRODUCTOS */

		section.productos {
			margin-top: 70px;
			padding-top: 80px;
		}
		
		.productos h2 {
			font-weight: 600;
			/*margin-bottom: 30px;*/
		}
		
		section.info-importante {
			min-height: 400px;
			background: #7C98AB;
			color: #fff;
			/*padding-top: 80px;*/
		}
		
		@media screen and (max-width: 767px) {
			section.info-importante {
				padding-top: 20px;
				/*padding-top: 0;*/
			}
			
			section.productos {
				margin-top: 0;
				padding-top: 10px;
			}
		}
		.importante h2 {
			color: #fff;
			/*color: #3e627c;*/
			font-weight: 600;
			/*margin-bottom: 30px;*/
			margin-top: 50px;
		}
		
		.productos .titulo, .importante .titulo {
			display: inline-block;
		}
		
		.productos .titulo a, .importante .titulo a {
			color: #fff;
			color: #3e627c;
			max-width: 120px;
			display: flex;
			line-height: 1.2em;
			font-size: 16px;
		}
		
		.info-importante {
			/*background: #7c97ab;*/
		}
		
		/* @end */
		/* @group TRIANGULOS para PRODUCTOS Y INFO IMPORTANTE */

			.productos, .importante {
				min-height: 225px;
				text-align: center;
			}

			.pb__default-84, .pb__default-85 {
				padding-top: 50px;
			}
			.pb__default-85 {
				/* PRODUCTOS */
				background: #fff;
			}
			.pb__default-84 {
				/* IMPORTANTE */
				background: #7b97ab;
				padding-bottom: 50px;
			}
			.pb__default-84 .field--name-bp-header {
				color: #fff !important;
			}
			.bolas {
				max-width: 1200px;
				margin: 0 auto;
			}
			
			@media screen and (max-width: 768px) {
				.productos .bolas, .importante .bolas {
					padding-top: 0;
					padding-bottom: 10px;
				}
				
				.productos h2, .importante h2 {
					/*display: none;*/
					margin-bottom: 10px;
					margin-top: 50px;
				}
			}
			.bolas {
				padding: 30px;
			}
			
			.bolas a .icono {
				margin-left: auto;
				margin-right: auto;
				/*margin-bottom: 34px;*/
				margin-bottom: 5px;
				padding-top: 30px;
			}
			/*.importante .titulo a {
				width: 110px;
			}*/
			
			.icono {
				display: block;
				max-width: 100px;
				width: 100%;
				height: auto;
			}
			
			.icono {
				max-width: 70px;
			}
			
			.bolas .fondo {
				background-image: url(/themes/custom/aliadoseguros/images/bg-circulo-gris.png);
				background-repeat: no-repeat;
				background-size: contain;
				text-align: center;
				background-position: center;
				min-height: 160px;
				max-height: 165px;
				margin-bottom: 20px;
			}
			
			.bolas .fondo:hover {
				/*background-image: url(/sites/default/files/2020-05/icono_rojo.png);*/
			}
			
		/* @end */
	/* @group NOTICIAS */
		.noticia-bg {
			background: #f2f2f2;
		}
		.noticias {
			background: #fff;
			max-width: 1000px;
			margin: -60px auto 100px;
			position: relative;
			padding: 0;
		}
		
		.noticias .col-sm-4 {
			padding-left: 0;
		}
		
		.noticias .imagen {
			float: left;
		}
		.noticias .imagen img {
			width: 100%;
			height: auto;
		}
		.noticias .texto {
			display: inline-box;
			padding: 0px 20px 0;
			float: right;
		}
		
		.primera .imagenes {
			max-width: 100px;
		}
		
		.noticia1 {
			margin-top: -70px;
			/*background: #7b97ab;*/
		}
		
		.noticia1 .enlace a {
			color: red;
		}
		
		.view-noticias .views-field-nothing {
			/*background: #fff;*/
			min-height: 250px;
		}
		
		.view-noticias .col-1 .texto, .view-noticias .col-2 .texto {
			padding: 40px 50px;
		}
		
		.view-noticias .col-1 .views-field-nothing {
			margin-right: 10px;
		}
		
		.view-noticias .col-2 .views-field-nothing {
			margin-left: 10px;
		}
		
		@media only screen and (max-width: 767px) {
			.primera {
				max-width: 900px;
			}
			
			.noticia1 {
				margin-top: 30px;
				padding: 0 20px;
			}
			
			.primera .imagen {
				max-width: 50%;
				margin: 0 auto;
			}
		}
		
		/* @end */
		.marca {
			text-align: center;
		}

/* @end */



/* @group SITEWIDE */

	.region-content {
		margin-top: 50px;
	}
	main>.container {
		margin-bottom: 50px;
	}
	
	/* @group HEADER */
	.region-header {
		/* Support Menu */
		background: #e42211;
		border-top: 5px solid #6b8290;
		min-height: 40px;
	}
	/* @end */
	
	/* @group PAGE TITLE */
	
		.path-node .block-page-title-block {
			background: #263f53;
			color: #fff; 
			padding: 20px 0 10px;
			/*margin-bottom: 50px;*/
		}
		.path-node .block-page-title-block h1 {
			color: #fff;
			max-width: 1300px;
			margin: 0 auto;
		}
		@media only screen and (max-width: 1399px) {
			.path-node .block-page-title-block h1 {
				max-width: 1100px;
			}
		}
		@media only screen and (max-width: 1199px) {
			.path-node .block-page-title-block h1 {
				padding-left: 30px;
				padding-right: 30px;
			}
		}
	
	/* @end */
	/* @group WEBFORMS */
 
        legend  {
			
		}
        label {
            color: #7C98AB;
            width: 165px !important;
            display: inline-block !important;
        }
        .form-control {
            max-width: 450px;
            width: 100% !important;
            display: inline-block;
        }
        .js-webform-radios {
            width: 100%;
            /*max-width: 250px;*/
        }
        textarea {
            width: 100%;
            max-width: 450x !important;
        }
        .form-type-radio {
			margin-left: 10px;
        }
        .btn.btn-send {
			background: #e42112;
			color: #fff;
		}
	/* @end */

/* @end */

/* @group PARAGRAPH STYLES */

	/* @group GENERAL */
		.paragraph .field--name-bp-header {
			font-size: 32px;
			text-align: center;
			color: #7d9db1;
			margin-bottom: 20px;
		}
	/* @end */
	
	/* @group PARAGRAPTH TAB STYLES */
	
		.paragraph .nav-tabs {
			/*background: #fff ;*/
		}
		/*.paragraph--type--bp-blank,*/
		.tab-content .tab-pane,
		.pb__tabs-15 .paragraph--type--simple-bundle {
			/*background: #f2f2f2;*/
			padding: 30px;
			border: 2px solid #7d9db2 !important;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			/*border-top: 1px solid #ddd !important;*/
		}
		.paragraph--type--bp-blank table,
		.paragraph--type--simple-bundle table {
			max-width: 1000px;
		}
		.paragraph--type--bp-blank table thead,
		.paragraph--type--simple-bundle table thead{
			display: none;
		}
		.paragraph--type--simple-bundle.paragraph>.paragraph__inner  {
			background: #fff;
			padding: 20PX;
		}
		.paragraph--type--bp-tabs .nav-link,
		.paragraph--type--tabs-bundle .pb__tab-button {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			border-top: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-left: 1px solid #ddd;
			margin-right: 10px;
			padding: 10px;
		}
		.paragraph--type--bp-tabs .nav-link{
			padding: 10px 20px 5px;
		}
		.paragraph--type--bp-tabs .nav-link:hover {
			background: #263f52;
			color: white;
			border-bottom-color: #263f52;
		}
		.paragraph--type--tabs-bundle .pb__tabs-bundle .pb__tabs-button {
			/*background: #f2f2f2;*/
		}
		/* TAB - ACTIVE */
		.paragraph--type--bp-tabs .nav-link.active,
		.paragraph--type--tabs-bundle .pb__tabs-bundle .pb__tabs-button > .pb__active {
			background: #7d9db2;
			color: #fff;
			text-decoration: none;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			border-color: #7d9db2;
		}
		
	/* @end */
	/* @group PARAGRAPH CAROUSEL */

		.paragraph--type--bp-carousel {
			margin-bottom: 0;
		}
		.carousel-control-prev-icon,
		.carousel-control-next-icon {
			margin-top: 7px;
		}
		.carousel-control-prev,
		.carousel-control-next {
			background: #333 !important;
			opacity: 0.5 !important;
		}
		.carousel-control-prev {
			position: absolute !important;
			left: 10px !important;
			top: 50% !important;
		}
		.carousel-control-next {
			position: absolute !important;
			right: 10px !important;
			top: 50% !important;
		}
	
	/* @end */
	
/* @end */
@media screen and (max-width: 991px){
	#tab-44 .nav-link {
		width: 100%;
		margin-right: 0;
	}
}
/* @group REASEGURADORAS Y CALIFICACION */
	
	/* @group CAROUSEL */
	

		#myCarousel-37 button {
			display: none;
		}
	

	
	/* @end */
	
	/* @group REASEGURADORAS */
	
		.pb__default-35 {
			text-align: center;
		}
	
	/* @end */
	
	/* @group CALIFICACIÓN */
		.calif-box .grid {
			border: 2px solid silver !important;
			padding: 20px;
			display: flex;
			min-height: 250px;
			max-width: 450px;
		}
		.calif-box .left-side {
			width: 40%;
			float: left;
			text-align: center;
		}
		.calif-box .right-side {
			width: 65%;
			float: right;
		}
		.calif-box p.perspectiva {
			font-size: 12px;
			margin-top: 5px;
		}
		.calif-box .praise {
			line-height: 1.4em;
		}
		.calif-box .calificacion {
			width: 120px;
			height: auto;
		}
		.calif-box .logo {
			width: 80px;
			height: auto;
		}
		.calif-box p.fecha {
			color: #999;
			font-size: 10px;
		}
		.calif-box .archivos {
			font-size: 10px;
		}
		.calif-box .archivos>p {
			margin-bottom: 0;
		}

		
		/* @group RESPONSIVE */
		
			@media only screen and (max-width: 991px) {
		
				.calif-box .grid {
					margin: 0 auto 30px;
				}
			}
			@media only screen and (max-width: 599px) {
		
				.calif-box .calificacion {
					width: 70px;
				}
			}
			@media only screen and (max-width: 359px) {
		
			}
		
		/* @end */
		
	/* @end */

/* @end */

/* @group PRODUCTOS */
	.formularios .field--name-bp-header {
		text-align: left;
		margin-bottom: 0;
	}
	
	/* @group TABLES */
	
		.formularios .table,
		#tab-64 .table {
			margin: 0;
			max-width: 100%;
		}
		.table tbody {
			border-top: 1px solid #ddd;
		}
		.formularios thead,
		#tab-64 thead {
			display: none;
		}
		.formularios td:nth-last-child(1) {
			text-align: right;
			font-size: .8em;
		}
		.table td:nth-child(2) {
			min-width: 85px;
			font-size: 0.8em;
			text-align: right;
		}
		#tab-64 .nav-tabs .nav-link {
			width: 25.0%;
			margin-right: 0;
			text-align: center;
			background-repeat: no-repeat;
			background-size: 30px;
			background-position-y: 10px;
			background-position-x: center;
			height: 70px;
		}
		#tab-64 .nav-tabs .nav-link:nth-child(1) {
				/*background-image: url(/themes/custom/aliadoseguros/images/icon-001-null.png);*/
		}
		#tab-64 .nav-tabs .nav-link:nth-child(2) {
				/*background-image: url(/themes/custom/aliadoseguros/images/icon-002-bail.png);*/
		}		
		#tab-64 .nav-tabs .nav-link:nth-child(3) {
				/*background-image: url(/themes/custom/aliadoseguros/images/icon-003-health-insurance.png);*/
		}
		#tab-64 .nav-tabs .nav-link:nth-child(4) {
				/*background-image: url(/themes/custom/aliadoseguros/images/icon-004-taxes.png);*/
		}	
		@media screen and (max-width: 767px) {
			#tab-64 .nav-tabs .nav-link {
				width: 100%;
				height: 40px;
			}
		}
	/* @end */
	
/* @end */

/* @group ESCRIBENOS - DATOS DE CONTACTO */
	.contactos {
		background: #7c9cb2;
		border-radius: 5px;
		padding: 10px;
		color: #fff !important;
	}
	.contactos p {
		margin-bottom: 0;
	}
	.contactos .titulo {
		font-size: 2em;
	}
	.contactos tr th {
		font-size: 1.4em;
	}
	.contactos tr th,
	.contactos tr td {
		border-bottom: 1px solid silver;
		padding: 5px;
		border-color: rgba(255, 255, 255, 0.24);
	}
	
	.contactos table {
		margin-bottom: 10px;
	}
	.contactos .asistencia td{
		border-bottom: none;
		padding-top: 15px;
	}
	.contactos .asistencia td strong {
			display: inline-block;
			float: right;
		}
	.contactos .asistencia img {
		/*float: right;*/
		/*float: right;*/
	}
	
	/* @group CONOCENOS - JD Y COMITE EJECUTIVO */
		#tab-44-1 table,
		#tab-44-2 table {
			max-width: 600px;
		}
		#tab-44-1 table td:nth-child(2),
		#tab-44-2 table td:nth-child(2) {
			font-size: 1em;
		}
	
	/* @end */
	
	/* @end */



/* @group FOOTER */

	footer {
	    color: #fff;
	    background: #7c97ab;
	    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
	    background-image: url(/themes/custom/aliadoseguros/images/logo-bg-shadow.png);
	    background-repeat: no-repeat;
	    background-position-y: 20px;
	}
	footer .col-md-4.direccion {
		float: left;
	}
	footer .col-md-4.menu-footer {
	}
	footer .col-md-4.asist {
	}

	footer span.navbar-text {
            margin: 0;
            line-height: 30px;
    }
    footer .menu--footer {
            /*width: 33.3333%;*/
            float: left;
            display: grid;
    }
    footer .menu--footer ul.menu {
            margin: 0 auto;
    }
    footer .menu--footer ul.menu li{
            float: none;
            text-align: center;
    }
    footer p, 
    footer .menu--footer {
            /*opacity: 0.7;*/
            color:#fff;
			text-align: center;
    }
    footer .menu--footer a {
            color: #fff;
            line-height: 1em;
            padding: 5px 10px;
    }
    footer .menu--footer a:hover,
    footer .menu--footer a:active,
    footer .menu--footer a.is-active {
            color: #7c97ab;
            background: #fff;
    }
    a.ig {
		display: inline-block;
		background: url('/themes/custom/aliadoseguros/images/icn-instagram.png') no-repeat top center;
		background-size: 30px;
		width: 30px;
		height: 30px;
	}

    .superintendencia {
            display: inline-block;
            text-align: right;
    }
    .superintendencia img {
            background: #fff;
            padding: 10px;
    }
    .copyright {
            padding-top: 40px;
            text-align:center;
            clear: both;
    }
    @media screen and (max-width: 991px) {
    }
    @media screen and (max-width: 767px){
        .footer {
            text-align: center;
        }
        footer .menu-principal {
                width: 100%;
                padding-top: 30px;
                padding-bottom: 30px;
        }
        .superintendencia {
                text-align: center;
        }
        .superintendencia img {
                width: 100px !important;
                height: auto !important;
        }
    }
    @media screen and (max-width: 599px){ 
            .footer {
                    margin-top: 0;
                    padding-left: 10px;
                    padding-right: 10px;
                    padding-bottom: 20px;
            }
    }

/* @end */
