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

*
{
	box-sizing:border-box;
}

body, html
{
	margin:0;
	width:100%;
	height:100%;
	text-align:center;
}
@font-face {
	   font-family: Ezzo;
	   src: url(../Fonts/Ezzo.otf);
	}

.DivPrueba
{
	width:100%;
	min-height:100%;
	background:#fff;
	position:relative;
	padding-top:90px;
}

.ImgLogoNosotros
	{
		display: block;
    	margin: 0 auto 20px auto;
	}

.BgHeader
{
	background-color:#171616;
	width:100%;
	height:90px;
	top:0;
	position: fixed;
	z-index:1;
	text-align:right;
}

.logoIndex
{
	float:left;
	margin-top:30px;
	margin-left:5%;
}

.BtnMenuHeader
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
	font-family: Ezzo;
	margin-right:40px;
	margin-top:35px;
	display:inline-block;
	transition:0.2s ease-in-out;
}

.BtnMenuHeader:hover
{
	opacity:0.3;
}


.DivBgInfoNosotros
{
	display: inline-table;
	width:100%;
	height:calc(100% - 90px);
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#74beb5;
	position:relative;
}

.DisplayCell
{
    display: table-cell;
    vertical-align: middle;
	padding:5% 20%;
}

.TextNosotros
{
	font-size:50px;
	font-family: Ezzo;
	color:#fff;
	display: block;
    margin: 0 auto;
}

.ParrafoNosotros
{
	width:100%;
	font-size:30px;
	font-family: Ezzo;
	color:#121f1f;
	display:inline-block;
	line-height:40px;
	margin-top: 20px;
}

.BgMedios
{
	display: inline-table;
    width: 100%;
    height: calc(100% - 90px);
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #202830;
	position:relative;
}

.BgGaleria
{
	width:100%;
	height:calc(100% - 90px); 
	position:relative;
}

.CellMedios
{
	display: table-cell;
    vertical-align: middle;
	padding:5%;
}

.BtnMedio
{
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:6px solid #54b5d1;
	display:inline-block;
	border-radius:190px;
	transition: .4s ease-out;
}

.BtnMedio:hover
{
	border:95px solid #54b5d1;
}

.BtnMedio::before
{
	width:190px;
	height:190px;
	background: url(../images/MedioB1.png) 73% 76% no-repeat;
	display:inline-block;
	position:absolute;
	content:' ';
	left:0;
	top:0;
	border-radius:190px;
}


.BtnMedioRadio
{
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:6px solid #f5b349;
	display:inline-block;
	border-radius:190px;
	transition: .4s ease-out;
}

.BtnMedioRadio:hover
{
	border:95px solid #f5b349;
}

.BtnMedioRadio::before
{
	width:190px;
	height:190px;
	background: url(../images/Radio.png) 75% 120% no-repeat;;
	display:inline-block;
	position:absolute;
	content:' ';
	left:0;
	top:0;
	border-radius:190px;
}

.BtnMedioPubMovil
{
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:6px solid #65aea6;
	display:inline-block;
	border-radius:190px;
	transition: .4s ease-out;
}

.BtnMedioPubMovil:hover
{
	border:95px solid #65aea6;
}

.BtnMedioPubMovil::before
{
	width:190px;
	height:190px;
	background: url(../images/PubMovil.png) 75% 88% no-repeat;;
	display:inline-block;
	position:absolute;
	content:' ';
	left:0;
	top:0;
	border-radius:190px;
}

.BtnMedioRevistas
{
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:6px solid #c03b49;
	display:inline-block;
	border-radius:190px;
	transition: .4s ease-out;
}

.BtnMedioRevistas:hover
{
	border:95px solid #c03b49;
}

.BtnMedioRevistas::before
{
	width:190px;
	height:190px;
	background: url(../images/Revista.png) 82% 106% no-repeat;
	display:inline-block;
	position:absolute;
	content:' ';
	left:0;
	top:0;
	border-radius:190px;
}

.BtnMedioVolantes
{
	width:190px;
	height:190px;
	box-sizing:border-box;
	border:6px solid #d43576;
	display:inline-block;
	border-radius:190px;
	transition: .4s ease-out;
}

.BtnMedioVolantes:hover
{
	border:95px solid #d43576;
	
}

.BtnMedioVolantes::before
{
	width:190px;
	height:190px;
	background: url(../images/Volantes.png) 176% 107% no-repeat;
	display:inline-block;
	position:absolute;
	content:' ';
	left:0;
	top:0;
	border-radius:190px;
}

.BgAcomodMedios
{
	width:100%;
	height:auto;
	top:50%;
	position:absolute;
	margin-top:-117px;
}

.MedioBg
{
	display:inline-block;
	vertical-align:top;
	margin: 0 1%;
	border-radius: 190px;
	position:relative;
}

.Vallas
{
    margin-left: 0;
}

.Bolantes
{
    margin-right: 0;
}

.BgCobertura
{
	width:100%;
	height:calc(100% - 90px);
	
	position:relative;
}

.BtnContacto
{
	color: rgba(255,255,255,0.30);
	font-size:20px;
	text-decoration:none;
	background:none;
	outline:none;
	font-family: Ezzo;
	border:1px solid rgba(255,255,255,0.30);
	padding:12px 35px;
	box-sizing:border-box;
	border-radius:3px;
	display:inline-block;
	transition:.3s ease-in-out;
}

.BtnContacto:hover
{
	color: #000; border:1px solid #63bfb4; background-color:#63bfb4; font-weight:bolder; 
}

.DivContacto
{
	width:100%;
	min-height:calc(100% - 90px);
	background-color: #201f1f;
	text-align:center;
	position:relative;
}

.MensajeTitulo
{
	font-size:30px;
	color:#63bfb4;
	font-family: Ezzo;
	margin-top:90px;
	display:inline-block;
}

.DivForm
{
	width:500px;
	display:inline-block;
	text-align:left;
	padding-bottom:110px;
	position: relative;
	z-index: 0;
}

.InputLabel
{
	color: rgba(255,255,255,0.30);
	font-size:18px;
	font-family: Ezzo;
}

.inputForm
{
	border:none;
	border-bottom:1px solid #606060;
	color:#fff;
	font-size:18px;
	width:100%;
	background:none;
	font-family: Ezzo;
	margin-top:5px;
	outline:none;
	padding:5px 10px;
	box-sizing:border-box;
}

.floatRight
{
	float:right;
}

.AlingCenter
{
	text-align:center;
}

.TextoRedesSociales
{
	color: rgba(255,255,255,0.30);
	font-size:18px;
	font-family: Ezzo;
}

.marginSocialIcons
{
	margin:0 22px;
	transition:.2s ease-in-out;
}

.marginSocialIcons:hover
{
	opacity:0.3;
}


.TituloDesMedio
{
	font-family: Ezzo;
	font-size:35px;
	color:#fff;
	width: 100%;
	padding:0 0%;
	opacity:0;
	position:absolute;
	display:inline-block;
	left: 0;
	top: 200px;
}

.DescMedio
{
	font-size:25px;
}

.Vallas:hover ~ .TextoVallas , .Radio:hover ~ .TextoRadio , .Camiones:hover ~ .TextoCamiones , .Revistas:hover ~ .TextoRevistas , .Bolantes:hover ~ .TextoBolantes
{
	opacity:1;
	top: 267px;
	transition:.5s ease-in-out;
}

.TextoParche
{
	position:relative;
	top:0px;
	color:#202830;
	opacity:0;
}

.AcomodoMedios
{
	position:relative;
	width:100%;
}

.ParcheId
{
	position:absolute;
	z-index:-1;
	top: -90px;
	width:100%;
	height:90px;
}

.bgIndex
{
	width:100%;
	height: calc( 100% - 90px);
	background-color:#fff;
	position: relative;
	left:0;
	margin-top:90px;
	overflow:hidden;
}

.Bgcanvas
{
	display: block;
	background:url(../images/camion.jpg) 50% 100% no-repeat, #fff;
	background-size:100%;
	position:absolute;
	bottom:0;
	left:0;
	
	width:100%;
}

/*Formulario*/

.GroupForms
{
	width:100%;
	height:70px;
	display:inline-block;
}

.DivFormIndividual
{
	width:40%;
	height:auto; 
	display:inline-block;
	float:left;
	position:relative;
	padding-top:25px;
}

.Input100
{
	width:100%;
}

.campoForm {
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #606060;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    outline: none;
    box-sizing: border-box;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-family: Ezzo;
}

.campoForm:focus {
	border-bottom: 1px solid #63bfb4;
	box-shadow: 0px 1px 0px 0px #63bfb4;
	-moz-box-shadow: 0px 1px 0px 0px #63bfb4;
	-o-box-shadow: 0px 1px 0px 0px #63bfb4;
	-ms-box-shadow: 0px 1px 0px 0px #63bfb4;
	-webkit-box-shadow: 0px 1px 0px 0px #63bfb4;
}

/* Label */

.labelForm {
	position: absolute;
    z-index: 1;
    left: 10px;
    top: 26px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-family: Ezzo;
}

/* active */

.campoForm:focus ~ .labelForm, .used ~ .labelForm {
	top: 3px;
	left:0px;
	font-size: 18px;
	color: rgba(255,255,255,0.3);
}

/*TExtaera*/

.TextAreaNotas
{
	border:none;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:33px;
	min-height:33px;
	max-height:33px;
	/*display: inline-block;*/
	border-bottom: 1px solid #606060;
	outline:none;
	box-sizing:border-box;
	margin:0px;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
	color: rgba(255,255,255,1);
    font-size: 18px;
    font-family: Ezzo;
	transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
	background-color:transparent;
}

.TextAreaNotas:focus , .alturaText
{
	height:70px;
	min-height:70px;
	max-height:70px;
	border-bottom: 1px solid #63bfb4;
	box-shadow: 0px 1px 0px 0px #63bfb4;
	-moz-box-shadow: 0px 1px 0px 0px #63bfb4;
	-o-box-shadow: 0px 1px 0px 0px #63bfb4;
	-ms-box-shadow: 0px 1px 0px 0px #63bfb4;
	-webkit-box-shadow: 0px 1px 0px 0px #63bfb4;
}

.TextAreaNotas:focus ~ .labelForm, .used ~ .labelForm {
	top: 3px;
	left:0px;
	font-size: 18px;
	color: rgba(255,255,255,0.3);
}

.border{
	border-bottom: 3px solid #63bfb4;
}

.mapa , .maparesponsive{
	width: 100%;
	height: 100%;
	z-index: 0;
}

.maparesponsive
{
	display:none;
}

/*Object animte*/

.ObjecttAnimate
{
	width:100%;
	height:100%;
	left:0;
	top:0;
	
    z-index: 0;
    position: absolute;
	
	background: url(../images/camion.jpg) 50% 100% no-repeat;
    background-size: 100%;
}

.BgAcomodoPhone
{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
    font-family: Ezzo;
	margin-bottom: 18px;
	margin-top: 40px;
	position: absolute;
    left: 0;
    bottom: 0;
}

.IconMovil {
    background: #465e74;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
	background: rgba(0,0,0,0.35);
}

.PhoneNumber {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
	margin-left: 10px;
}

.IconMail img, .IconMovil img {
    width: 32px;
	float: left;
}
