@charset "utf-8";
/* CSS Document */

::selection {
background: #1b7688;
color: #ffffff;
}

img{
max-width: 100%;    
}

/*
font-family: 'Raleway', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/


/* CABECERA ===========================================
=======================================================*/

.slide{
background-image: url(../images/city.jpg);
height: 445px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.slide > .menu{
padding: 50px 0px;
}

.navbar{
box-shadow: 2px 3px 8px #0000004d;
padding: 9px 43px;
padding-right: 80px;
}

ul.navbar-nav {
justify-content: flex-end;
width: 100%;
margin-top: 5px;	
}	

.nav-item{
text-transform: uppercase;
}	

.dropdown-menu a{
padding: 5px 20px;
color: black;
font-size: 15px;
font-weight: 400;
margin-left: 8px;
display: block;
letter-spacing: 0.5px;
width: max-content;
}


@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 14px;
    color: black;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-left: 8px;
	}
    

}

.navbar-expand-lg .navbar-nav .nav-link:hover{
color: #d98218;	
}

.logo_slide{
padding-left: 141px;
padding-top: 20px;
}	

.logo_slide h1{
color: white;
font-size: 37px;
font-weight: bold;
line-height: 39px;
}

.logo_slide img{
float: left;
margin-right: -48px;
}	

@media (max-width: 1200px){
	
	.navbar{
    padding: 19px 32px;	
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0px;
	padding: 4px 12px;	
	font-size: 18px;	
	}
	
	.logo_slide {
    padding-left: 30px;
	}
	
	.navbar-toggler:not(:disabled):not(.disabled){
	border: none;
	}	
}

@media (max-width: 991px){
	ul.navbar-nav {
	margin-top: 17px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link{
	padding: 7px 12px;	
	}
}


@media (max-width: 768px){
	.logo_slide {
	padding-left: 30px;
	}
	
	.logo_slide img{
	max-width: 215px;
	}
		
	.logo_slide h1 {
    font-size: 31px;
	}
	
	.logo_slide img {
    margin-right: -26px;
	}	
}	

@media (max-width: 576px){	
	
	.slide > .menu {
    padding: 0px;
	}
	
	.slide{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
    height: 277px;
	}
    
	
	.navbar-brand img{
	max-width: 170px;
	}
	
	.logo_slide img{
    position: relative;
    max-width: 76px;
    margin-right: 0px;
    margin-top: 7px;
    float: none;
	}	
	
	.logo_slide h1{
	padding: 13px;
    padding-left: 0px;
    padding-top: 15px;
	}	
}

/* CUERPO ===========================================
=======================================================*/

.titulo_pagina{
color: #818181;
text-align: center;
font-weight: 400;
font-size: 50px;
padding: 44px 15px;
}

.titulo_pagina_estandard{
text-align: left;
padding: 45px 0px;
}

.subtitulo_pagina{
color: #001b34;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 60px;
}

.producto{
text-align: center;
border-right: solid darkgrey 1px;	
}

.producto.sin_borde{
 border-right: none;
}

.producto.ultimo_cuadro{
/*margin-top: 50px;*/    
}


.producto h3{
max-width: 297px;
margin: 0 auto;
text-align: left;
font-size: 21px;
padding-top: 20px;
font-weight: bold;
color: #585c5f;
padding-bottom: 15px;
}	

.producto p{
max-width: 297px;
margin: 0 auto;
text-align: left;
font-weight: 500;
color: #585c5f;
line-height: 27px;
min-height: 120px;
}

.producto a{
display: block;
text-align: left;
margin-left: 26px;
margin-top: 9px;
font-weight: 700;
color: #616264;
font-size: 14px;
margin-bottom: 55px;	
}

.producto a img{
margin-right: 7px;
}
    
.producto a.especial{
margin-bottom: 0px;
}

.llamada_accion{
/* border-top: solid white 36px; */
background-color: #d7e9ed;
margin-left: 29px;
display: flex;
-webkit-justify-content: center;
-webkit-flex-flow: column nowrap;
padding: 33px 40px;
margin-top: 8px;
}

.llamada_accion h3{
font-size: 25px;
color: #021a36;
font-weight: 400;
padding-bottom: 7px;
}

.llamada_accion a{
color: #1b7688;
font-weight: bold;
font-size: 20px;
display: block;
margin-top: 20px;
} 

.solutions{
margin-top: 50px;
background-image: url(../images/lines.jpg);
padding-top: 70px;
padding-bottom: 110px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.solution{
padding: 0px 36px;
}	

.solutions h2{
text-align: center;
color: white;
margin-bottom: 82px;
font-weight: 400;
font-size: 50px;
}

.solution .icono{
text-align: center;
margin-top: 44px;
}

.solution .icono img{
padding: 18px;
height: 133px;
width: 133px;
padding-top: 13px;
background-color: white;
margin-top: -82px;
box-shadow: 5px 3px 20px 1px #00000042;
border-radius: 104px;
margin-bottom: -96px;
}

.solution .box{
background-color: white;
text-align: center;
padding: 85px 20px 73px 20px;
}

.solution h3{
color: #1b768b;
font-size: 22px;
font-weight: bold;
margin-bottom: 36px;
margin-top: 17px;
}	

.solution p{
color: #5f6366;
font-weight: 600;
font-size: 18px;
margin-bottom: 45px;
}

.solution a{
background-color: #1b768b;
padding: 4px 17px;
font-weight: 700;
color: white !important;
font-size: 14px;
border: solid 2px #1b768b;
}

.solution a:hover{
background-color: white;
color: #1b768b !important;
}

p{
font-weight: 500;
color: #585c5f;
line-height: 27px;
text-align: justify;
}

h5{
color: #585c5f;
}

.separador_90{
height: 90px;    
}

.separador_60{
height: 60px;    
}

.cuadro_color{
background-color: #d3e8ec;   
padding: 30px 20px;    
}

.cuadro_color p{
padding-left: 15px;
padding-right: 15px;
/*font-size: 19px;*/
}

.cuadro_books{
color: #001b34;
padding: 40px 40px;
font-weight: 500;
margin-bottom: 30px;    
}

.color_packager{
height: 100%;
display: flex;
align-items: center;
padding: 30px 30px;
margin-bottom: 30px;    
}

.color_packager h4{
color: #001b34;
font-weight: 400;
}

.color_packager p{
padding: 0px;   
text-align: left;    
}

.cuadro_books h4{
font-size: 33px;
}

.cuadro_50{
-ms-flex: 0 0 47%;
flex: 0 0 47%;
max-width: 47%;  
}

.icono_texto {
display: flex;
margin-bottom: 20px;
}

.icono_texto .texto{
color: #001b34;
letter-spacing: -1px;
padding: 31px;
padding-bottom: 15px;
font-size: 29px;
}

.listado1{
text-align: center;
color: #17729e;
display: block;
font-size: 14px;
max-width: 359px;
margin: 0 auto;
margin-top: 17px;
line-height: 20px;
}

.icono_texto img{
height: max-content;
}

.listado_naranja{
font-family: 'Roboto Condensed', sans-serif;
}

.listado_naranja h5{
color: #d98218;
font-weight: bold;
font-size: 17px;
margin-bottom: 13px;
}

.listado_naranja p{
color: #5d6265;
line-height: 20px;
margin-bottom: 50px; 
}
    
.texto_imagen .imagen{
text-align: right;
}

.libro{
margin-bottom: 30px;    
}

.libro img{
margin-bottom: 15px; 
}

.libro img{
margin-bottom: 15px; 
}

.libro p{
line-height: 22px;
text-align: left;
font-family: 'Roboto Condensed', sans-serif;
}

.icono_grande{
text-align: center;
margin-bottom: 50px;
}

.icono_grande h5{
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
margin-top: 16px;    
}

.tarifa{
height: 100%;
background-color: #c4e1e6;
padding-bottom: 51px;
}

.tarifa .titulo{
background-color: #a1cfd7;
padding: 10px 20px;
text-align: center;
}

.tarifa .titulo h3{
margin-bottom: 0px;
font-weight: bold;
}

.tarifa .titulo h4{
color: #000000b5;
font-weight: 400;
margin-bottom: 0px;  
}

.tarifa .cuerpo{
background-color: #c4e1e6;

}

.tarifa .cuerpo .fila{
border-top: solid 1px white;
padding: 5px 20px;
}

.tarifa .cuerpo img{
position: absolute;
}

.tarifa .cuerpo p{
text-align: left;
padding-left: 28px;
margin-bottom: 0px;
}

.producto_digitalia{
margin-bottom: 30px;    
}

.producto_digitalia p,
.producto_digitalia a{
font-family: 'Roboto Condensed', sans-serif;
color: #5d6265;
padding-left: 22px;
padding-right: 22px;
margin-top: 12px;
line-height: 20px;
text-decoration: none;
text-align: justify;   
}

.producto_digitalia a{
padding-left: 0px;    
}

.producto_digitalia a:hover{
color: #008ecb; 
}

.producto_digitalia p span{
color: #008ecb;    
}

.ficha_azul{
margin-bottom: 30px;    
}

.ficha_azul .titulo{
background-color: #a1cfd7;
padding: 20px 40px;
display: inline-flex;
width: 100%;
justify-content: space-between;
align-items: center;
}

.ficha_azul .titulo h2{
letter-spacing: -1px;
margin: 0px;   
font-weight: bold;    
width: 80%;
}

.ficha_azul .cuerpo{
background-color: #c4e1e6;
padding: 20px 40px;   
}

.ficha_azul .cuerpo p,
.ficha_azul .cuerpo li{
text-align: left;
line-height: 24px;
font-size: 15px;
margin-bottom: 30px;   
    font-weight: 500;
    color: #585c5f;
}

.ficha_azul .cuerpo li{
margin-bottom: 10px;
line-height: 18px;
}

@media (max-width: 1200px){
	
	.producto img,
	.producto h3,
	.producto p,
	.producto a{
	max-width: 260px;
    margin-left: 0px;
	}	
	
	.producto a.especial{
	margin-bottom: 19px;
	}
	
	.producto a {
    margin-bottom: 50px;
	}
	
	.llamada_accion{
    max-width: none;
    margin: 0px;
    margin-bottom: 50px;
    margin-top: 25px;
	}	
	
	.producto p {
 	min-height: 137px;
    font-size: 15px;
	}
	
	.producto h3 {
    font-size: 17px;
	}
	
	.solution {
    padding: 0px 15px;
	}
	
	.solution h3 {
    margin-bottom: 29px;
	}
	
	.solution .box{
	padding: 80px 15px;
    padding-bottom: 50px;
	}	
	
	.solutions h2 {
    margin-bottom: 56px;
    font-size: 39px;
	}
	
}

@media (max-width: 991px){
    
    .tarifa {
    height: auto;
    margin-bottom: 28px;
    }
	
	.producto img,
	.producto h3,
	.producto p{
	max-width: 200px;
	}	
	
	.producto p {
    min-height: 100px;
	}
	
	.titulo_pagina {
    font-size: 39px;
	}
	
	.llamada_accion {
    max-width: 462px;
    height: 389px;
    padding: 15px 43px;
	margin-top: -5px;	
	}
	
	.llamada_accion h3 {
    font-size: 28px;
	}
	
	.solution {
    padding: 0px 5px;
	}
	
	.solution h3 {
    margin-bottom: 15px;
    min-height: 50px;
    font-size: 21px;
	}
	
	.solution .box {
    padding: 80px 21px;
    padding-bottom: 50px;
	}
	
	.solution p {
    min-height: 136px;
	}
	
	.solution .icono img {
    height: 115px;
    width: 115px;
    margin-bottom: -121px;
	}
    
    .cuadro_50 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    }
    
    .separador_90 {
    height: 60px;
    }
	
}

@media (max-width: 768px){
    
    .texto_imagen .imagen img{
    width: 100%;
    }
    
    .texto_imagen .texto p{
    margin-bottom: 30px;
    }
    
    .separador_90 {
    height: 50px;
    }
	
	.titulo_pagina {
    font-size: 30px;
	}
	
	.producto h3,
	.producto p{
	margin-left: 20px;	
	}
	
	.producto h3 {
    padding-top: 16px;
    padding-bottom: 10px;
	}
	
	.producto a{
	margin-left: 19px;
	margin-top: 22px;	
	}
	
	.llamada_accion{
    width: 100%;
    max-width: none;
    height: auto;
    padding: 47px 36px;
	margin-left: 0px;	
	}	
	
	.llamada_accion h3 {
    font-size: 26px;
	}
	
	.llamada_accion a{
	font-size: 23px;
	margin-top: 10px;
	}
		
	.solutions{
	background-color: #aac8d2;
    background-image: none;	
	}
	
	.solution {
    padding: 0px 52px;
	}
	
	.solution .box {
    margin-bottom: 50px;
    padding: 80px 63px;
    padding-bottom: 43px;
	}
	
	.solution h3{
	margin-bottom: 16px;
	}
	
	.solution p {
   	margin-bottom: 34px;
    font-size: 18px;
	}
	
	.solution .icono img{
	height: 125px;
    width: 125px;
    margin-bottom: -104px;
	}	
	
	.solution p,
	.solution h3{
	min-height: inherit;
	}
}


@media (max-width: 576px){
    
    .ficha_azul .titulo h2 {
    font-size: 1.5rem;
    }
    
    .ficha_azul .titulo img {
    width: 48px;
    }
    
    .ficha_azul .cuerpo p, .ficha_azul .cuerpo li {
    text-align: justify;
    }
    
    .ficha_azul .titulo {
    padding: 20px 25px;
    }
    
    .ficha_azul .cuerpo {
    padding: 20px 25px;
    }
    
    .ficha_azul .cuerpo ul{
    padding-left: 8px;
    }
    
    .libro{
    text-align: center;
    }
    
    .libro p{
    text-align: center;
    }
    
    .icono_texto .texto {
    letter-spacing: 0.5px;
    padding: 20px 30px;
    font-size: 23px;
    }
    
    .listado1{
    text-align: left;    
    }
    
    .producto.sin_borde{
     border-right:none;   
    }
	
	.producto {
	border-right: none;
	padding-left: 20px;
    padding-right: 20px;	
	}
	
	.producto img,
	.producto h3,
	.producto p,
	.producto a{
	max-width: none;
	}	
	
	.titulo_pagina{
	padding: 20px 15px;
    font-size: 25px;	
	}
    
    .titulo_pagina_estandard{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;    
    }
	
	.producto h3, .producto p{
	margin-left: inherit;
	}
	
	.producto > img{
	width: 100%
	} 
	
	.producto a{
	padding: 0px;
    margin-left: 3px;
    margin-top: 0px;
	}
	
	.solutions h2{
	font-size: 27px;
	margin-bottom: 22px;	
	}
	
	.solutions {
    padding-top: 50px;
	}
	
	.solution .icono img {
    height: 115px;
    width: 115px;
    margin-bottom: -112px;
	}
	
	.solution {
    padding: 0px 25px;
	}
	
	.solution .box{
	margin-bottom: 48px;
	padding: 75px 31px;
	padding-bottom: 47px;
	}
	
	.solution h3 {
    font-size: 18px;
	}
	
	.solution p {
    margin-bottom: 31px;
    font-size: 16px;
	}
	
	.solution .box {
    margin-bottom: 31px;
	}
	
	.solutions {
    padding-bottom: 55px;
	}	
}

/* FOOTER ===========================================
=======================================================*/

footer{
background-color: #d98218;
padding-top: 60px;
padding-bottom: 70px;
}

footer h4{
color: white;
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
line-height: 23px;
margin-bottom: 15px;
}

footer ul{
margin-bottom: 0px;
padding-left: 0px;		
}

footer ul li{
list-style: none;
border-bottom: solid #ffffff66 0.5px;
margin-bottom: 3px;
}

footer ul li:last-child{
border-bottom: none;	
}

footer ul li a{
color: white;
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
display: block;
}

footer ul li a:hover{
text-decoration: none !important;
color: #ffffff45;	
}

footer ul li a span{
display: inline-block;
float: right;
font-weight: 300;
}

@media (max-width: 991px){
	
	footer ul{
	margin-bottom: 40px;
	}
}

@media (max-width: 768px){
	footer ul li a {
	color: white;
	font-size: 15px;
	}
    
    footer {
    margin-top: 100px;
    }
    
}


