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

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	font-synthesis: none;
}

#contenedor-home {
	height: 100vh;
	width: 100%;
}


/* Franja Logo */

#franja-logo {
    text-align: center;
    display: table;
    width: 100%;
    height: 60%;
    min-height: 300px;
    padding: 50px;
    border-top: 8px solid #8bdc65;
    background-color: #003b4c;
    box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
}
@media(max-width:540px) {
#franja-logo {
	height: 95%;
	min-height: inherit;
}
}
#logo-torresi {
	display: table-cell;
	width: 100%;
	max-width: 500px;
	vertical-align: middle;
}
#logo-torresi-img {
	max-width: 350px;
	margin: 0 auto;
}


/* Franja Contacto */

#franja-contacto {
	text-align: center;
	display: table;
	width: 100%;
	height: 30%;
	min-height: 300px;
	padding: 50px;
	background-color: #8bdc65;
    box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
}
#contacto {
	display: table-cell;
	vertical-align: middle;
}
#contacto h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	font-family: Open Sans;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#contacto p {
	color: #003b4c;
	font-size: 18px;
	font-weight: 300;
	font-family: Open Sans;
	margin: 0;
}
#contacto a {
	color: #003b4c;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
}
#contacto a:hover {
	color: #fff;
	text-decoration: none;
}
#contacto .barritas {
	color: #fff;
	padding: 0 5px;
}
.whatsapp {
    display: tablee;
}
.whatsapp .icono {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    height: 28px;
}
.whatsapp:hover .icono {
    opacity: 0.8;
}
.whatsapp .texto {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}
#contacto.size-celular {
    display: none;
}
@media(max-width:540px) {
#contacto.size-celular {
    display: table-cell;
}
#contacto.size-escritorio {
    display: none;
}
}


/* Franja Textura */
#franja-textura {
	height: 10%;
	min-height: 100px;
    background: url(../img/pattern-3.png) repeat center #dbd9d6;
    box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 6px 12px rgba(0,0,0,0.1);
}
