/**** CARGA DE FUENTES ****/
@font-face {
    font-family: "regular";
    src: url("./fonts/OpenSans-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "bold";
    src: url("./fonts/OpenSans-Semibold.ttf") format("opentype");
}
@font-face {
    font-family: "black";
    src: url("./fonts/OpenSans-ExtraBold.ttf") format("opentype");
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color:#CCC;
}
h1, h2, h3{
	text-decoration:none;
    font-weight: initial;
    font-size: initial;
    margin: initial;
    padding: initial;
}

a:link {
    text-decoration: none;
    color:white;
}

a:visited {
    text-decoration: none;
    color:white;
}

a:hover {
    text-decoration: none;
    color:white;
}

a:active {
    text-decoration: none;
    color:white;
}

.bloque1, .bloque2, .bloque3, .bloque4, .bloque5, .bloquefin, .bloquereferencias{
	width: 100%;
	max-width:900px;
	padding:20px 0;
	background-size: cover;
	margin-left:auto;
	margin-right:auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bloque1{
	background-image: url("../img/bloque1.jpg");
	padding-bottom:70px;
}

.bloque2{
	background-image: url("../img/bloque2.jpg");
	padding-bottom:150px;
}

.bloque3{
	background-image: url("../img/bloque3.jpg");
	padding-bottom:70px;
}

.bloque4{
	background-image: url("../img/bloque4.jpg");
	padding-top:35px;
	padding-bottom:70px;
}

.bloque5{
	background-color:white;
}

.bloque{
    padding:25 0;
}

.bloquereferencias{
	text-align:center;
	background-image: url("../img/bloque3.png");
}

.bloquelogos{
	position:relative;
	width:95%;
	margin:auto;
}

.referencia{
	display:inline-block;
	padding:20px;
	width:20%;
	min-width:150px;
	vertical-align:middle;
}

.logoReferencia{
	min-width: 150px;
	width: 20%;
	vertical-align: middle;
	padding: 20px;
	-webkit-filter: grayscale(1) contrast(0);
    -moz-filter:    grayscale(1) contrast(0);
    -ms-filter:     grayscale(1) contrast(0);
    -o-filter:      grayscale(1) contrast(0);
    filter: gray;
    transition: all 0.2s ease;
}

.logoReferencia:hover{
	-webkit-filter: grayscale(1) contrast(1);
    -moz-filter:    grayscale(1) contrast(1);
    -ms-filter:     grayscale(1) contrast(1);
    -o-filter:      grayscale(1) contrast(1);
    filter: none;
}

.logoDestacado{
	height:auto;
	max-width:50%;
	min-width:250px;
	vertical-align:middle;
}

.bloquefin{
	padding-top:35px;
	padding-bottom:35px;
	background-color:black;
	width: 100%;
}
.centrado{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.titulo{
	max-width:400px;
    width:90%;
	padding-top:40px;
	text-align:center;
}
.imgtitulo{
    max-width: 100px;
    width:25%;	
}
.letratitulo{
	max-width: 250px;
	width:75%;
    padding: 20px;	
}

.boton{
    max-width: 300px;	
    width:90%;
    display:block;
}
.boton img:hover, .bloquereferencias img:hover {
	cursor:pointer;
}

.btn {
	margin: auto;
	margin-top: 30px;
	display: block;
	width: 300px;
	max-width: 90%;
	text-align: center;
	text-decoration: none;
	font-family: "black";
	letter-spacing: 1px;
	vertical-align: middle;
	border-radius: 100px;
	transition: all 0.2s ease;
}

.btn-white {
	color: #fff;
	border: solid 5px #fff;
}

.btn-white:hover {
  	background: #fff;
  	color: #1a74c0;
  	border-color: #fff;		
}
.btn-white {
	color: #fff;
	border: solid 5px #fff;
}

.btn-white:hover {
  	background: red;
  	color: white;
  	border-color: red;		
}

.btn-large {
	font-size: 2.0625em;
	padding: 0.5625em 0em;
}

.textoBlanco, .textoNegro{
	max-width:90%;
	text-align:center;
    font-size: 40px;
    font-family: "regular";	
}
.textoBlanco{
	color: white;
}
.textoNegro{
	color: black;
}

.textoGris {
	color: #555;
}

.textoRojo{
	color: #E31F18;
}

.textoAzul{
	color: #1A74C0;
}

.textobold, .textoboldblanco{
	max-width:90%;
	text-align:center;
    font-size: 30px;
    font-family: "black";
    padding-bottom: 20px;	
}

.textomedio{
	height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-family: "regular";	
    color:white;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.textopequeno{
	width: 95%;
    max-width: 500px;
    font-size: 16px;
    font-family: "regular";
    color: #555;
}

.textofin{
	width: 96%;
   	text-align:center;
    font-size: 16px;
    font-family: "regular";
    color: white;
    padding-left: 2%;	
    padding-right: 2%;	
	padding-bottom: 3px;
    padding-top: 3px;    
}

.divfin{
	display:inline;
	padding-right:20px;
	padding-left:20px;
	min-width:100px;
	text-align:center;	
}

.div50{
	float:left;
	width:50%;
	text-align:center;	
}

.imgicons{
    max-width: 90px;
    width:40%;	
    padding:20px;
    -webkit-filter: grayscale(1) contrast(3);
    -moz-filter:    grayscale(1) contrast(3);
    -ms-filter:     grayscale(1) contrast(3);
    -o-filter:      grayscale(1) contrast(3);
    filter: white;
    transition: all 0.2s ease;
}

.imgicons:hover{
	-webkit-filter: grayscale(1) contrast(1);
    -moz-filter:    grayscale(1) contrast(1);
    -ms-filter:     grayscale(1) contrast(1);
    -o-filter:      grayscale(1) contrast(1);
    filter: none;
}


.imgcentral{
    padding-top: 50px;
    max-width: 400px;
    width: 70%;
    display: block;
}

.divcentrodrh{
	width:95%;
	max-width:370px;
}

.imgmedio{
    height: 40px;
	vertical-align: middle;
	padding-right:10px;
}

.imgmovil{
	display:block;
	width:100%;
	max-width:500px;
	top:-50px;
	position:relative;
}

.imgcentro{
	display:block;
	width:90%;
	max-width:350px;
	padding-bottom:20px;
	position:relative;
}

.imgbloque{
	display:block;
	width:100%;
	position:relative;
 padding-top:8px;
}

.iconcentro{
	display:block;
	padding:20px;
	width:70px;
	position:relative;
}
.sombra{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
