/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Avenir LT Std 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 55 Roman'), url('AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 55 Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 55 Oblique'), url('AvenirLTStd-Oblique.woff') format('woff');
}


@font-face {
font-family: 'AvenirLTtd35Light';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 35 Light'), url('AvenirLTStd-Light.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 35 Light Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 35 Light Oblique'), url('AvenirLTStd-LightOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book'), url('AvenirLTStd-Book.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book Oblique'), url('AvenirLTStd-BookOblique.woff') format('woff');
}


@font-face {
font-family: 'AvenirLTStd65Medium';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 65 Medium'), url('AvenirLTStd-Medium.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 65 Medium Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 65 Medium Oblique'), url('AvenirLTStd-MediumOblique.woff') format('woff');
}


@font-face {
font-family: 'AvenirLTStd85Heavy';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 85 Heavy'), url('AvenirLTStd-Heavy.woff') format('woff');
}


@font-face {
font-family: 'AvenirLTStd85HeavyOblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 85 Heavy Oblique'), url('AvenirLTStd-HeavyOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('AvenirLTStd-Black.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 95 Black Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black Oblique'), url('AvenirLTStd-BlackOblique.woff') format('woff');
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}

.container {
  display: inline-block;
  cursor: pointer;
}
.bar1{ margin: 0px 0 4px 10px;
                width: 25px;
                height: 3px;
                background-color: #000;
                transition: all 0.4s ease;

}
            
.bar2 { margin: 5px 0 4px 18px;
                width: 17px;
                height: 3px;
                background-color: #000;
                transition: all 0.4s ease;

}

.bar3 {
                width: 35px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
               
}


.change .bar1 {
	width: 35px;

                transform: rotate(-45deg) translate(-5px, -1px);
}

.change .bar2 {
                opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-5px, -12px);
                margin-left: 0px;
}
.menuH{
    float: right;
    margin-top: 30px;
    margin-left: 20px;
}
button{
    font-family: 'AvenirLTtd35Light';
}
@media only screen and (max-width: 767px) {
  /* For mobile tablet: */

.section1{
    width: 100vw;
    height: 868px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section2{
    width: 100vw;
    height: 2033px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;
}
.section3{
    width: 100vw;
    height: 940px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 479px;
background-color: black;
    overflow: hidden;
}

	/* MENU */	
nav ul{
    float: none;
}
nav li{
    font-size: 20px;
    display: block;
    font-family: AvenirLTStd85Heavy;
    margin-left: 0px;
}
nav li a{
   color: black;
}
nav{
    margin-top: 0px;
}
	
		.section1 nav .logoMenu{
		margin-top: 20px;
		width: 91px;
		margin-bottom: 50px;
	}

	#menuMovil{
		z-index: 1;
		transition: all ease-in-out .5s;
		text-align: center;
		overflow: hidden;
		position: fixed;
		top: 0px;
		height: 0vh;
		background-image: url('../images/section1.png');
		background-size: cover;
		width: 100vw;
	}
	
	#menuMovil button{
		font-size: 18px;
		border-radius: 5px;
		background-color: transparent;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #000;
		width: 180px;
		height: 40px;
	}
	#menuMovil button:hover{
		border-radius: 5px;
		background-color: black;
		color: white;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #fff;
		width: 180px;
		height: 40px;
	}
	.gestoCerrar{
		margin-top: 10px;
		width: 70px;
	}
.logo{
width: 71px;
float: left;  
}
	
/* MENU */	
	
.section1 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;

}
.section1 main h1{
    margin-top: 255px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 89px;
}

.section1 main p {
    width: 100%;
    margin:  0 auto;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 20pt;
}

.botonPrincipal{
    margin-top: 60px;
    width: 120px;
    height: 31px;
    color: black;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: solid 1px #000;
    border-radius: 5px;
    font-size: 15px;
    transition: all ease-in-out .5s;
    font-family: AvenirLTtd35Light;
}
    .botonPrincipal:hover{
    margin-top: 60px;
    width: 120px;
    height: 31px;
    color: white;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

.section2 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;

}
.section2 .cajanegra{
    height: 858px;
    width: 100%;
    background-color: #202020;
    color: white;
    margin-top: -60px;
}

.section2 .cajanegra img{
    display: none;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.cajanegra h1{
    text-align: left;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 50px;
    width: 200px;
    padding-top: 110px;
    padding-left: 25px;
    
}
.texto1{
    text-align: left;
    float: left;
    margin-top: 55px;
    width: 100%;
    font-size: 11.5pt;
    font-family: AvenirLTtd35Light;
    padding-left: 25px;
    padding-right: 25px;
    
}

.texto2{
    text-align: left;
    float: left;
    margin-top: 25px;
    width: 100%;
      font-size: 11.5pt;
    font-family: AvenirLTtd35Light;
  padding-left: 25px;
    padding-right: 25px;
    
    
}
.inspiracion{
    width: 100%;
    margin-top: 187px;
}
.inspiracion h1{
    color: white;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 45px;
}
.inspiracion p{
    width: 100%;
    margin-bottom: 220px;
    font-size: 11.5pt;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-family: AvenirLTtd35Light;
}

.imgsection2{
    width: 100%;
    margin-top: -78px;
    margin-bottom: 0px;
}





.botonVerMas{
    color: white;
  margin-top: 60px;
    width: 120px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
    transition: all ease-in-out .5s;
}
    .botonVerMas:hover{
    color: black;
  margin-top: 60px;
    width: 120px;
        transition: all ease-in-out .5s;
    height: 30px;
    background-color: white;
    text-align: center;
    border: solid 0px #fff;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.servicio{
    text-align: center;
    margin-top: 101px;
    width: 337px;
    height: 500px;
    border: solid 2px #fff;
    display: inline-block;
}
.servicio h4{
  color: white;
    text-align: center;
    font-family: AvenirLTStd65Medium;
}

.servicio img{
    margin-top: 148px;
    margin-bottom: 25px;
}
.textoRight{
    text-align: right;
}

.div4Section2 .botonVerMas{
    margin: 0px;
    float: right;
}
.div4Section2{
    margin-top: 457px;
    width: 560px;
    float: right;
}

.img2section2{
    margin-top: -920px;
    position: absolute;
    left: 0px;
}
.controlesSection2{
    position: absolute;
    margin-top: -300px;
    margin-left: 690px;

}
.controlesSection2 button{
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 52px;
}

.section3 main{
    
        text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;

}

.section3 main h1{
    width: 100%;
    margin-top: 170px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 48px;
    color: black;
}

.section3 main p {
    width: 100%;
    color: black;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 18pt;
}

.botonCotizar{
    color: black;
  margin-top: 40px;
     width: 120px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #000;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
    .botonCotizar:hover{
    color: white;
  margin-top: 40px;
     width: 120px;
    height: 30px;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}

.section4 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;

}
.footerLogo{
    margin-top: 85px;
    width: 82px;
    height: auto;
    float: none;
     padding-left: 0px;
    text-align: left;
}

.footerLogo img{
    margin-top: 0px;
    width: 82px;

}
.footerInfo{
    margin-top: 42px;
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10.5px;
    font-family: AvenirLTtd35Light;
    color: white;
}
.footerInfo .info1{
    width: auto;
    float: left;
}
.footerMovil .info2{
    margin-top: 0px;
    width: auto;
    display: inline-block;
    float: right;
}
.footerRedes{
    padding-left: 61px;
    margin-top: 135px;
    width: 295px;
    height: 134px;
    float: left;

}
.footerRedes1{
    margin-top: 42px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    height: 30px;

}
    
.footerRedes1 img{
    margin-right: 15px;
    margin-top: 0px;
    float: left;
    height: 17px;
    
}
    .onlyTablet{
        display: block;
    }
.footerRedes img{
    margin-right: 24px;
    margin-top: 54px;
    float: left;
    height: 26px;
    
}

.footerTablet ul{
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    color: white;
    padding-bottom: 0px;
}
  .imgsection2{
      margin-bottom: 100px;
        margin-top: -79px;
        width: 100%;
        height: 521px;
        overflow: hidden;
        float: none;
        background-image: url('../images/img1section2.png');
      background-position: left center;
      background-size: cover;
    }
    .img1section2{
        visibility: hidden;
    }

.footerMovil li a{
    color: white;
    font-size: 11.5px;
    font-family: AvenirLTtd35Light;
}
.footerMovil ul li{
    margin: 0px;
    float: none;
}

.footerMovil ul{
    text-align: left;
    float: none;
    margin-top: 0px;
}
.footer p{
    font-size: 10px;
    color: white;
    float: right;
    margin-top: 125px;
}
.footerDesk{
        display: none;
    }
.footerTablet{
    display: none;
}
    .tablet{
        display: none;
    }   
    .footerMovil{
        display: block;
    }
      .ocultarMovil{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
  /* For mobile tablet: */

.section1{
    width: 100vw;
    height: 968px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section2{
    width: 100vw;
    height: 2638px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;
}
.section3{
    width: 100vw;
    height: 1271px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 668px;
background-color: black;
    overflow: hidden;
}

/* MENU*/
	#menuDesktop{
		height: 30px;
		float: right;
		margin-top: -15px;
		width: 0px;
		overflow: hidden;
		transition: all ease-in-out .5s;
	}
	#menuDesktop li{
		font-size: 13px;
		display: inline-block;
	}
nav ul{
    float: none;
}
nav li{
    font-size: 20px;
    display: block;
    font-family: AvenirLTStd85Heavy;
    margin-left: 0px;
}
nav li a{
   color: black;
}
nav{
    margin-top: 40px;
}

		
	.section1 nav .logoMenu{
		margin-top: 20px;
		width: 91px;
		margin-bottom: 50px;
	}

	
	
	#menuMovil{
		z-index: 1;
		transition: all ease-in-out .5s;
		text-align: center;
		overflow: hidden;
		position: fixed;
		top: 0px;
		height: 0vh;
		background-image: url('../images/section1.png');
		background-size: cover;
		width: 100vw;
	}
	
	#menuMovil button{
		font-size:25px;
		border-radius: 5px;
		background-color: transparent;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #000;
		width: 228px;
        height: 50px;
	}
	#menuMovil button:hover{
		border-radius: 5px;
		background-color: black;
		color: white;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #fff;
		width: 228px;
        height: 50px;
	}
	.gestoCerrar{
		margin-top: 10px;
		width: 70px;
	}
.logo{
    margin-left: 80px;
width: 71px;
float: none;  
}
	
	/* MENU*/
.section1 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
      padding-left: 60px;
        padding-right: 60px;

}
.section1 main h1{
    margin-top: 175px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
}

.section1 main p {
    width: 600px;
    margin:  0 auto;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonPrincipal{
    margin-top: 60px;
    width: 228px;
        height: 50px;
    color: black;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonPrincipal:hover{
    margin-top: 60px;
    width: 228px;
        height: 50px;
    color: white;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

.section2 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.section2 .cajanegra{
    height: 948px;
    width: 100%;
    background-color: #202020;
    color: white;
    margin-top: -120px;
}

.section2 .cajanegra img{
    display: none;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.cajanegra h1{
    text-align: left;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
    width: 200px;
    padding-top: 200px;
    padding-left: 50px;
}
.texto1{
    text-align: left;
    float: left;
    margin-top: 105px;
    width: 100%px;
    font-size: 20px;
    font-family: AvenirLTtd35Light;
    padding-left: 50px;
    padding-right: 50px;
    
}

.texto2{
    text-align: left;
    float: left;
    margin-top: 5px;
    width: 100%;
      font-size: 20px;
    font-family: AvenirLTtd35Light;
     padding-left: 50px;
    padding-right: 50px;
    
}
.inspiracion{
    width: 100%;
    margin-top: 257px;
}
.inspiracion h1{
    color: white;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
}
.inspiracion p{
    margin-bottom: 320px;
    font-size: 20px;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-family: AvenirLTtd35Light;
}

.imgsection2{
    width: 100%;
    margin-top: -78px;
    margin-bottom: 0px;
}





.botonVerMas{
    color: white;
  margin-top: 60px;
    width: 228px;
        height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    
.servicio{
    text-align: center;
    margin-top: 101px;
    width: 337px;
    height: 500px;
    border: solid 2px #fff;
    display: inline-block;
}
.servicio h4{
  color: white;
    text-align: center;
    font-family: AvenirLTStd65Medium;
}

.servicio img{
    margin-top: 148px;
    margin-bottom: 25px;
}
.textoRight{
    text-align: right;
}

.div4Section2 .botonVerMas{
    margin: 0px;
    float: right;
}
.div4Section2{
    margin-top: 457px;
    width: 560px;
    float: right;
}

.img2section2{
    margin-top: -920px;
    position: absolute;
    left: 0px;
}
.controlesSection2{
    position: absolute;
    margin-top: -300px;
    margin-left: 690px;

}
.controlesSection2 button{
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 52px;
}

.section3 main{
    
        text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;

}

.section3 main h1{
    margin-top: 380px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 79px;
    color: black;
}

.section3 main p {
    color: black;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonCotizar{
    color: black;
  margin-top: 40px;
    width: 228px;
        height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonCotizar:hover{
    color: white;
  margin-top: 40px;
    width: 228px;
        height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.section4 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
    .ocultarMovil{
        display: none;
    }
    .mostrarMovil{
        display: block;
    }
.section4 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.footerLogo{
    margin-top: 85px;
    width: 82px;
    height: auto;
    float: none;
     padding-left: 0px;
    text-align: left;
}

.footerLogo img{
    margin-top: 0px;
    width: 147px;

}
.footerInfo{
    margin-top: 42px;
    width: 49%;
    height: auto;
    float: left;
    text-align: left;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
    color: white;
}
.footerInfo .info1{
    width: auto;
    float: left;
}
.footerMovil .info2{
    width: 49%;
    margin-top: 0px;
    display: inline-block;
    float: right;
}
.footerRedes{
    padding-left: 61px;
    margin-top: 135px;
    width: 295px;
    height: 134px;
    float: left;

}
.footerRedes1{
    margin-bottom: 50px;
    margin-top: 42px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    height: 30px;

}
    
.footerRedes1 img{
    margin-right: 25px;
    margin-top: 0px;
    float: left;
    height: 17px;
    
}
    .onlyTablet{
        display: block;
    }
.footerRedes img{
    margin-right: 24px;
    margin-top: 54px;
    float: left;
    height: 26px;
    
}

.footerTablet ul{
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    color: white;
    padding-bottom: 0px;
}
  .imgsection2{
      margin-bottom: 0px;
        width: 100%;
        overflow: hidden;
        float: none;
        background-image: url('../images/img1section2.png');
      background-position: left center;
      background-size: cover;
    }
    .img1section2{
        visibility: hidden;
    }

.footerMovil li a{
    color: white;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.footerMovil ul li{
    margin: 0px;
    float: none;
}

.footerMovil ul{
    text-align: left;
    float: none;
    margin-top: 0px;
}
.footer p{
    padding-top: 0px;
    font-size: 15px;
    color: white;
    float: right;
    margin-top: 201px;
}
.footerDesk{
        display: none;
    }
.footerTablet{
    display: none;
}
    .tablet{
        display: none;
    }   
    .footerMovil{
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
  /* For mobile tablet: */

.section1{
    width: 100vw;
    height: 100vh;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section2{
    width: 100vw;
    height: 3258px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;
}
.section3{
    width: 100vw;
    height: 1271px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 668px;
background-color: black;
    overflow: hidden;
}

/* MENU*/
	#menuDesktop{
		height: 30px;
		float: right;
		margin-top: 20px;
		width: 0px;
		overflow: hidden;
		transition: all ease-in-out .5s;
	}
	#menuDesktop li{
		font-size: 13px;
		display: inline-block;
	}
nav ul{
    float: none;
}
nav li{
    font-size: 20px;
    display: block;
    font-family: AvenirLTStd85Heavy;
    margin-left: 0px;
}
nav li a{
   color: black;
}
nav{
    margin-top: 40px;
}

		
	.section1 nav .logoMenu{
		margin-top: 20px;
		width: 91px;
		margin-bottom: 50px;
	}

	
	
	#menuMovil{
		z-index: 1;
		transition: all ease-in-out .5s;
		text-align: center;
		overflow: hidden;
		position: fixed;
		top: 0px;
		height: 0vh;
		background-image: url('../images/section1.png');
		background-size: cover;
		width: 100vw;
	}
	
	#menuMovil button{
		font-size:25px;
		border-radius: 5px;
		background-color: transparent;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #000;
		width: 228px;
        height: 50px;
	}
	#menuMovil button:hover{
		border-radius: 5px;
		background-color: black;
		color: white;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #fff;
		width: 228px;
        height: 50px;
	}
	.gestoCerrar{
		margin-top: 10px;
		width: 70px;
	}
.logo{
    margin-left: 0px;
    width: 71px;
   float: left
}
	
	/* MENU*/
.section1 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    
    margin: 0 auto;
      padding-left: 60px;
        padding-right: 60px;

}
    .section1 main .titulotxtbtn{
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
.section1 main h1{
    margin: 0;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
}

.section1 main p {
    width: 600px;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonPrincipal{
    margin-top: 60px;
    width: 228px;
        height: 50px;
    color: black;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonPrincipal:hover{
    margin-top: 60px;
    width: 228px;
        height: 50px;
    color: white;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

.section2 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.section2 .cajanegra{
    height: 948px;
    width: 100%;
    background-color: #202020;
    color: white;
    margin-top: -120px;
}

.section2 .cajanegra img{
    display: none;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.cajanegra h1{
    text-align: left;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
    width: 200px;
    padding-top: 200px;
    padding-left: 50px;
}
.texto1{
    text-align: left;
    float: left;
    margin-top: 105px;
    width: 100%px;
    font-size: 20px;
    font-family: AvenirLTtd35Light;
    padding-left: 50px;
    padding-right: 50px;
    
}

.texto2{
    text-align: left;
    float: left;
    margin-top: 5px;
    width: 100%;
      font-size: 20px;
    font-family: AvenirLTtd35Light;
     padding-left: 50px;
    padding-right: 50px;
    
}
.inspiracion{
    width: 100%;
    margin-top: 257px;
}
.inspiracion h1{
    color: white;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
}
.inspiracion p{
    margin-bottom: 320px;
    font-size: 20px;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-family: AvenirLTtd35Light;
}

.imgsection2{
    width: 100%;
    margin-top: -78px;
    margin-bottom: 0px;
}





.botonVerMas{
    color: white;
  margin-top: 60px;
    width: 228px;
        height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    
.servicio{
    text-align: center;
    margin-top: 101px;
    width: 337px;
    height: 500px;
    border: solid 2px #fff;
    display: inline-block;
}
.servicio h4{
  color: white;
    text-align: center;
    font-family: AvenirLTStd65Medium;
}

.servicio img{
    margin-top: 148px;
    margin-bottom: 25px;
}
.textoRight{
    text-align: right;
}

.div4Section2 .botonVerMas{
    margin: 0px;
    float: right;
}
.div4Section2{
    margin-top: 457px;
    width: 560px;
    float: right;
}

.img2section2{
    margin-top: -920px;
    position: absolute;
    left: 0px;
}
.controlesSection2{
    position: absolute;
    margin-top: -300px;
    margin-left: 690px;

}
.controlesSection2 button{
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 52px;
}

.section3 main{
    
        text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}

.section3 main h1{
    margin-top: 380px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 79px;
    color: black;
}

.section3 main p {
    color: black;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonCotizar{
    color: black;
  margin-top: 40px;
    width: 228px;
        height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonCotizar:hover{
    color: white;
  margin-top: 40px;
    width: 228px;
        height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.section4 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
    .ocultarMovil{
        display: none;
    }
    .mostrarMovil{
        display: block;
    }
.section4 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.footerLogo{
    margin-top: 85px;
    width: 82px;
    height: auto;
    float: none;
     padding-left: 0px;
    text-align: left;
}

.footerLogo img{
    margin-top: 0px;
    width: 147px;

}
.footerInfo{
    margin-top: 42px;
    width: 49%;
    height: auto;
    float: left;
    text-align: left;
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
    color: white;
}
.footerInfo .info1{
    width: auto;
    float: left;
}
.footerMovil .info2{
    width: 49%;
    margin-top: 0px;
    display: inline-block;
    float: right;
}
.footerRedes{
    padding-left: 61px;
    margin-top: 135px;
    width: 295px;
    height: 134px;
    float: left;

}
.footerRedes1{
    margin-bottom: 50px;
    margin-top: 42px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    height: 30px;

}
    
.footerRedes1 img{
    margin-right: 25px;
    margin-top: 0px;
    float: left;
    height: 17px;
    
}
    .onlyTablet{
        display: block;
    }
.footerRedes img{
    margin-right: 24px;
    margin-top: 54px;
    float: left;
    height: 26px;
    
}

.footerTablet ul{
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    color: white;
    padding-bottom: 0px;
}
  .imgsection2{
      margin-bottom: 0px;
        width: 100%;
        overflow: hidden;
        float: none;
        background-image: url('../images/img1section2.png');
      background-position: left center;
      background-size: cover;
    }
    .img1section2{
        visibility: hidden;
    }

.footerMovil li a{
    color: white;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.footerMovil ul li{
    margin: 0px;
    float: none;
}

.footerMovil ul{
    text-align: left;
    float: none;
    margin-top: 0px;
}
.footer p{
    padding-top: 0px;
    font-size: 15px;
    color: white;
    float: right;
    margin-top: 201px;
}
.footerDesk{
        display: none;
    }
.footerTablet{
    display: none;
}
    .tablet{
        display: none;
    }   
    .footerMovil{
        display: block;
    }
}


@media only screen and (min-width: 1360px) {
  /* For mobile phones: */
/* MENU*/
	#menuDesktop{
		height: 30px;
		float: right;
		margin-top: -18px;
		width: 0px;
		overflow: hidden;
		transition: all ease-in-out .5s;
	}
	#menuDesktop li{
		font-size: 13px;
		display: inline-block;
	}
.section1{
    width: 100vw;
    height: 1193px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section2{
    width: 100vw;
    height: 3430px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;
}
.section3{
    width: 100vw;
    height: 1235px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 519px;
background-color: black;
    overflow: hidden;
}

nav ul{
    float: right;
}
nav li{
    font-size: 20px;
    display: inline-block;
    font-family: AvenirLTStd85Heavy;
    margin-left: 20px;
}
nav li a{
   color: black;
}
nav{
    margin-top: 40px;
}
.menu{
    float: right;
    margin-top: 42.5px;
    margin-left: 110px;
}

.logo{
    margin-left: 0px;
    position: absolute;
    left: 48%;
}
.section1 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
.section1 main h1{
    margin-top: 340px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 149px;
}

.section1 main p {
    margin-top: -8px;
    width: 100%;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 28px;
}

.botonPrincipal{
    margin: 0 auto;
    margin-top: 50px;
    width: 228px;
    height: 50px;
    color: black;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    transition: all ease-in-out .5s;
    font-family: AvenirLTtd35Light;
}
    .botonPrincipal:hover{
        transition: all ease-in-out .5s;
    margin: 0 auto;
    margin-top: 50px;
    width: 228px;
    height: 50px;
    color: white;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

.section2 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
.section2 .cajanegra{
    height: 1018px;
    width: 100%;
    background-color: #202020;
    color: white;
    margin-top: -130px;
}

.section2 .cajanegra img{
    display: block;
    float: right;
    margin-top: 77px;
    margin-right: -50px;
}
.cajanegra h1{
    width: 500px;
    text-align: left;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
    padding-top: 325px;
    padding-left: 50px;
}
.texto1{
    text-align: left;
    float: left;
    margin-top: 135px;
    width: 600px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
    padding-left: 50px;
    
}

.texto2{
    text-align: left;
    float: left;
    margin-top: 135px;
    width: 657px;
      font-size: 25px;
    font-family: AvenirLTtd35Light;
    padding-left: 20px;
    
}
.inspiracion{
    width: 100%;
    margin-top: 355px;
}
.inspiracion h1{
    color: white;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
}
.inspiracion p{
    margin: 0 auto;
    width: 750px;
    font-size: 25px;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-family: AvenirLTtd35Light;
}

.imgsection2{
    width: 75%;
    margin-top: 345px;
}





.botonVerMas{
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    transition: all ease-in-out .5s;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas:hover{
    transition: all ease-in-out .5s;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: white;
    text-align: center;
    border: solid 0px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.servicio{
    text-align: center;
    margin-top: 101px;
    width: 337px;
    height: 500px;
    border: solid 2px #fff;
    display: inline-block;
}
.servicio h4{
  color: white;
    text-align: center;
    font-family: AvenirLTStd65Medium;
}

.servicio img{
    margin-top: 148px;
    margin-bottom: 25px;
}
.textoRight{
    text-align: right;
}

.div4Section2 .botonVerMas{
    margin: 0px;
    float: right;
}
.div4Section2{
    margin-top: 457px;
    width: 560px;
    float: right;
}

.img2section2{
    margin-top: -920px;
    position: absolute;
    left: 0px;
}
.controlesSection2{
    position: absolute;
    margin-top: -300px;
    margin-left: 690px;

}
.controlesSection2 button{
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 52px;
}

.section3 main{
        text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}

.section3 main h1{
    margin-top: 337px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
    color: black;
}

.section3 main p {
    color: black;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonCotizar{
    transition: all ease-in-out .5s;
    color: black;
  margin-top: 40px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonCotizar:hover{
    transition: all ease-in-out .5s;
    color: white;
  margin-top: 40px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

.section4 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}

.logoflex{
    text-align: center;
    margin-top: 115px;
    width: 295px;
    height: 134px;
}

    .footerflex{
        justify-content: center;
        display: flex;
    }
.logoflex img{
    margin-top: 42px;
    width: 147px;

}
    .infoflex{
     margin-top: 115px;
    width: 650px;
    height: 134px;
    float: left;
    text-align: left;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding-left: 110px;
    padding-right: 110px;
    font-size: 16px;
    font-family: AvenirLTtd35Light;
    color: white;
    }
    
.infoflex .info1{
    width: 237px;
    float: left;
}
.infoflex .info2{
    margin-top: 54px;
    width: auto;
    display: inline-block;
    float: right;
}
.redesflex{
    padding-left: 61px;
    margin-top: 115px;
    width: 295px;
    height: 134px;
    float: left;

}

.redesflex img{
    margin-right: 24px;
    margin-top: 54px;
    float: left;
    height: 26px;
    
}

.footer nav{
    color: white;
    padding-bottom: 0px;
}

.footer nav a{
    color: white;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.footer nav li{
    margin: 0px;
}

.footer nav{
    float: left;
    margin-top: 120px;
}
.footer p{
    color: white;
    float: right;
    margin-top: 122px;
}
.mostrarMovil{
        display: none;
    }
 .ocultarMovil{
        display: inline-block;
    }
}


@media only screen and (min-width: 1440px) {
  /* For mobile phones: */
/* MENU*/
	#menuDesktop{
		height: 30px;
		float: right;
		margin-top: -18px;
		width: 0px;
		overflow: hidden;
		transition: all ease-in-out .5s;
	}
	#menuDesktop li{
		font-size: 13px;
		display: inline-block;
	}
.section1{
    width: 100vw;
    height: 1193px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section2{
    width: 100vw;
    height: 3470px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;
}
.section3{
    width: 100vw;
    height: 1235px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 519px;
background-color: black;
    overflow: hidden;
}

nav ul{
    float: right;
}
nav li{
    font-size: 20px;
    display: inline-block;
    font-family: AvenirLTStd85Heavy;
    margin-left: 20px;
}
nav li a{
   color: black;
}
nav{
    margin-top: 40px;
}
.menu{
    float: right;
    margin-top: 42.5px;
    margin-left: 110px;
}

.logo{
    margin-left: 0px;
    position: absolute;
    left: 48%;
}
.section1 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
.section1 main h1{
    margin-top: 340px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 149px;
}

.section1 main p {
    margin-top: -8px;
    width: 100%;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 28px;
}

.botonPrincipal{
    margin: 0 auto;
    margin-top: 50px;
    width: 228px;
    height: 50px;
    color: black;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    transition: all ease-in-out .5s;
    font-family: AvenirLTtd35Light;
}
    .botonPrincipal:hover{
        transition: all ease-in-out .5s;
    margin: 0 auto;
    margin-top: 50px;
    width: 228px;
    height: 50px;
    color: white;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

.section2 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}
.section2 .cajanegra{
    height: 998px;
    width: 100%;
    background-color: #202020;
    color: white;
    margin-top: -130px;
}

.section2 .cajanegra img{
    display: block;
    float: right;
    margin-top: 77px;
    margin-right: -50px;
}
.cajanegra h1{
    width: 500px;
    text-align: left;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
    padding-top: 325px;
    padding-left: 50px;
}
.texto1{
    text-align: left;
    float: left;
    margin-top: 135px;
    width: 660px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
    padding-left: 50px;
    
}

.texto2{
    text-align: left;
    float: left;
    margin-top: 135px;
    width: 657px;
      font-size: 25px;
    font-family: AvenirLTtd35Light;
    padding-left: 20px;
    
}
.inspiracion{
    width: 100%;
    margin-top: 355px;
}
.inspiracion h1{
    color: white;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
}
.inspiracion p{
    margin: 0 auto;
    width: 750px;
    font-size: 25px;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-family: AvenirLTtd35Light;
}

.imgsection2{
    width: 75%;
    margin-top: 345px;
}





.botonVerMas{
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    transition: all ease-in-out .5s;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas:hover{
    transition: all ease-in-out .5s;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: white;
    text-align: center;
    border: solid 0px #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.servicio{
    text-align: center;
    margin-top: 101px;
    width: 337px;
    height: 500px;
    border: solid 2px #fff;
    display: inline-block;
}
.servicio h4{
  color: white;
    text-align: center;
    font-family: AvenirLTStd65Medium;
}

.servicio img{
    margin-top: 148px;
    margin-bottom: 25px;
}
.textoRight{
    text-align: right;
}

.div4Section2 .botonVerMas{
    margin: 0px;
    float: right;
}
.div4Section2{
    margin-top: 457px;
    width: 560px;
    float: right;
}

.img2section2{
    margin-top: -920px;
    position: absolute;
    left: 0px;
}
.controlesSection2{
    position: absolute;
    margin-top: -300px;
    margin-left: 690px;

}
.controlesSection2 button{
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 52px;
}

.section3 main{
        text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}

.section3 main h1{
    margin-top: 337px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
    color: black;
}

.section3 main p {
    color: black;
    padding: 0px;
    text-align: center;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}

.botonCotizar{
    transition: all ease-in-out .5s;
    color: black;
  margin-top: 40px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonCotizar:hover{
    transition: all ease-in-out .5s;
    color: white;
  margin-top: 40px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

.section4 main{
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;

}

.logoflex{
    text-align: center;
    margin-top: 115px;
    width: 295px;
    height: 134px;
}

    .footerflex{
        justify-content: center;
        display: flex;
    }
.logoflex img{
    margin-top: 42px;
    width: 147px;

}
    .infoflex{
     margin-top: 115px;
    width: 650px;
    height: 134px;
    float: left;
    text-align: left;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    padding-left: 110px;
    padding-right: 110px;
    font-size: 16px;
    font-family: AvenirLTtd35Light;
    color: white;
    }
    
.infoflex .info1{
    width: 237px;
    float: left;
}
.infoflex .info2{
    margin-top: 54px;
    width: auto;
    display: inline-block;
    float: right;
}
.redesflex{
    padding-left: 61px;
    margin-top: 115px;
    width: 295px;
    height: 134px;
    float: left;

}

.redesflex img{
    margin-right: 24px;
    margin-top: 54px;
    float: left;
    height: 26px;
    
}

.footer nav{
    color: white;
    padding-bottom: 0px;
}

.footer nav a{
    color: white;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.footer nav li{
    margin: 0px;
}

.footer nav{
    float: left;
    margin-top: 120px;
}
.footer p{
    color: white;
    float: right;
    margin-top: 122px;
}
.mostrarMovil{
        display: none;
    }
 .ocultarMovil{
        display: inline-block;
    }
}
