@charset "UTF-8";
/* CSS Document */

.espacio{
	margin-top: 37px;
}
.right{
	margin-left: 35px;
	
}

/* footer azul*/
.footer_azul{
width: 100%; 
height: 50px; 
background-color: #0070ba; 
color: #ffffff;
}


.tabla_paises{visibility: hidden;}
.blanco{
	background-color: #ffffff;
}
.padding_card{
	padding:10px;
}

.grey{
	background-color: #949494;
	color: #ffffff;
}

.titulo{font-size:4.5rem;font-weight:300;line-height:1.1}
.container_map{

    margin-left: 8%;
}

.container_map2{

    margin-left: 0%;
}
.titulo_mapa{
	font-family: Encode+Sans;
	font-size: 50px;
	margin-bottom: 20px;
}
.titulo_mapa_low{
	font-family: Encode+Sans;
	font-size: 20px;	
}
.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
}

.mtop{
	margin-top: 20px;
	margin:30px;
	
}
.lista{
	color:#ffffff;
	
}

.politica{
	float: right;
	margin-top: 5px;
	margin-right: 115px;
}





/* Footer */
section {
    padding: 30px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
	background: #949494 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}






@media (max-width:600px){
	
	.espacio{
	margin-top: -16px;
}
	
	.right{
	margin-left: 0px;
	
}
	.margin_bottom{
		margin-bottom: 20px;
	}
	/* footer azul*/
.footer_azul{
width: 100%; 
height: 50px; 
background-color: #0070ba; 
color: #ffffff;
margin-top: -32px;	
}
	
	
	
	.politica{
	float: left;
	margin-top: -4px;
	margin-right: 32px;
}
	
	.mtop{
	margin-top: 20px;
	margin:0px;
	
}
.container_map{
    margin-top: 8%;
    margin-left: 8%;
	
	
}
.card-columns .card
	{
	margin-bottom: 20px;
	}


.navbar-brand{display:inline-block;padding-top:1.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}	
	
	
	
	.titulo_mapa{
	font-family: Encode+Sans;
	font-size: 40px;
		    margin: 14px auto;
}
.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
}	
	
	
.titulo{font-size:3.5rem;font-weight:300;line-height:1.1}
	}
