/* #### 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: 2203px;
        background-image: url(../images/section2.png);
        background-position: center;
        background-size: cover;
    }

    .section3 {
        width: 100vw;
        height: 926px;
        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: 67px;
    }

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

    .botonPrincipal {
        margin-top: 30px;
        width: 120px;
        height: 30px;
        color: black;
        background-color: rgba(255, 255, 255, 0.1);
        text-align: center;
        border: solid 1px #000;
        border-radius: 5px;
        transition: all ease-in-out .5s;
        font-size: 15px;
        font-family: AvenirLTtd35Light;
    }
       .botonPrincipal:hover {
        margin-top: 30px;
        width: 120px;
        height: 30px;
        color: white;
        background-color: black;
        text-align: center;
        border: solid 0px #000;
        border-radius: 5px;
           transition: all ease-in-out .5s;
        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;

    }

    .div4Section2 h1 {
        text-align: left;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 100px;
        color: white;
    }

    .div4Section2 p {
        width: 576px;
        color: white;
        padding: 0px;
        text-align: left;
        font-family: AvenirLTtd35Light;
        font-size: 11.5pt;
    }

    .section2 .cajanegra {
        padding: 18px;
        height: 580px;
        width: 100%;
        background-color: #202020;
        color: white;
        margin-top: -65px;
    }


    .cajanegra h1 {
        text-align: left;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 50px;
        padding-top: 85px;
    }

    .cajanegra p {
        text-align: left;
        margin-top: 30px;
        font-size: 11.5pt;
        font-family: AvenirLTtd35Light;
    }

    .texto1 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 590px;
        font-size: 11.5pt;
        font-family: AvenirLTtd35Light;
        padding-left: 50px;

    }

    .texto2 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 557px;
        font-size: 11.5pt;
        font-family: AvenirLTtd35Light;
        padding-left: 20px;

    }

    .inspiracion {
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 107px;
    }

    .inspiracion1 {
        margin-left: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 50px;
    }

    .inspiracion h1 {
        color: white;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 50px;
    }

    .servicioimg p {
        float: left;
        font-size: 20px;
        text-align: center;
        margin-top: 0px;
        margin-left: 11.5pt;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .imgsection2 {
        margin-top: 338px;
    }

    .servicioimg {
        text-align: left;
        float: none;
        width: auto;
        height: 100px;
        padding: 10px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg1 {
        text-align: left;
        float: none;
        width: 100%;
        height: 100px;
        padding: 10px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg img {
        float: left;
        width: 45px;
    }

    .servicioimg1 img {
        float: left;
        width: 55px;
    }

    .servicioimg1 p {
        float: left;
        font-size: 18px;
        text-align: left;
        margin-top: 0px;
        margin-left: 20px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .serviciotexto {
        margin-top: 20px;
        width: 100%;
        display: inline-block;
    }

    .serviciotexto p {
        font-size: 11.5pt;
        text-align: left;

        color: white;
        font-family: AvenirLTtd35Light;
    }

    .hr {
        margin-top: 30px;
        height: 2px;
        background-color: #4c4c4c;
    }

    .div4Section2 p {
        margin-bottom: 70px;
    }


    .botonVerMas {
        color: white;
        margin-top: 50px;
        width: 120px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        border: solid 1px #fff;
        border-radius: 5px;
        transition: all ease-in-out .5s;
        font-size: 15px;
        font-family: AvenirLTtd35Light;
    }
    .botonVerMas:hover {
        color: black;
        margin-top: 50px;
        width: 120px;
        height: 30px;
        background-color: white;
        text-align: center;
        border: solid 0px #fff;
        border-radius: 5px;
        transition: all ease-in-out .5s;
        font-size: 15px;
        font-family: AvenirLTtd35Light;
    }

    .servicio {
        text-align: center;
        margin-top: 101px;
        width: 337px;
        height: 500px;
        border: solid 1px #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: 580px;
        float: right;
    }



    .img3section2 {
        background-image: url(../images/planesimg.jpg);
        background-size: cover;
        height: 530px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 125px;

    }

    .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 {
        margin-top: 180px;
        margin-bottom: 56px;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 49px;
        color: black;
    }

    .section3 main p {
        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 1px #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: 11.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: 650px;
        height: 721px;
        overflow: hidden;
        float: right;
        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: 115px;;
}
.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: 100%;
        height: 968px;
        background-image: url(../images/header.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section2 {
        width: 100%;
        height: 3578px;
        background-image: url(../images/section2.png);
        background-position: center;
        background-size: cover;
    }

    .section3 {
        width: 100%;
        height: 1210px;
        background-image: url(../images/footer.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section4 {
        width: 100%;
        height: 669px;
        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{
        font-size: 25px;
		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 {
        padding: 0px;
        text-align: center;
        font-family: AvenirLTtd35Light;
        font-size: 25px;
    }
    
    .botonPrincipal{
    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;
}
    .botonPrincipal: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;
}



    .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;

    }

    .div4Section2 h1 {
        text-align: left;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 100px;
        color: white;
    }

    .div4Section2 p {
        width: 576px;
        color: white;
        padding: 0px;
        text-align: left;
        font-family: AvenirLTtd35Light;
        font-size: 20px;
    }

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


    .cajanegra h1 {
        text-align: left;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 55px;
        padding-top: 155px;
    }

    .cajanegra p {
        text-align: left;
        margin-top: 100px;
        font-size: 20px;
        font-family: AvenirLTtd35Light;
    }

    .texto1 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 590px;
        font-size: 20px;
        font-family: AvenirLTtd35Light;
        padding-left: 50px;

    }

    .texto2 {
        text-align: left;
        float: left;
        margin-top: 135px;
        
        width: 557px;
        font-size: 22px;
        font-family: AvenirLTtd35Light;
        padding-left: 20px;

    }

    .inspiracion {
        margin-left: 60px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 157px;
    }

    .inspiracion1 {
        margin-left: 60px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 50px;
    }

    .inspiracion h1 {
        color: white;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 50px;
    }

    .servicioimg p {
        margin-top: 20px;
        float: none;
        font-size: 25px;
        text-align: left;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .imgsection2 {
        margin-top: 338px;
    }

    .servicioimg {
        display: flex;
        align-items: center;
        text-align: left;
        float: none;
        width: auto;
        height: 150px;
        padding: px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg1 {
        display: flex;
        align-items: center;
        text-align: left;
        float: none;
        width: 100%;
        height: 150px;
        padding: 10px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg img {
        float: left;
        width: 75px;
    }

    .servicioimg1 img {
        float: left;
        width: 95px;
    }

    .servicioimg1 p {
        float: none;
        font-size: 25px;
        text-align: left;
        padding-top: 15px;
        margin-left: 20px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .serviciotexto {
        margin-top: 20px;
        width: 100%;
        display: inline-block;
    }

    .serviciotexto p {
        font-size: 20px;
        text-align: left;

        color: white;
        font-family: AvenirLTtd35Light;
    }

    .hr {
        margin-top: 30px;
        height: 2px;
        background-color: #4c4c4c;
    }

    .div4Section2 p {
        margin-bottom: 70px;
    }


    .botonVerMas {
        color: white;
        margin-top: 50px;
        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;
    }
      .botonVerMas:hover {
        color: black;
        margin-top: 50px;
        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 1px #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 {
        display: none;
        margin-top: 457px;
        width: 560px;
        float: right;
    }


    .img3section2 {
        background-image: url(../images/planesimg.jpg);
        background-size: cover;
        height: 1030px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 150px;

    }

    .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: 300px;
        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: 60px;

    }

    .ocultarMovil {
        display: none;
    }

    .mostrarMovil {
        display: block;
    }


    .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-top: 42px;
        margin-bottom: 50px;
        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: 20px;
        font-size: 15px;
        color: white;
        float: right;
        margin-top: 180px;
    }

    .footerDesk {
        display: none;
    }

    .footerTablet {
        display: none;
    }

    .tablet {
        display: none;
    }

    .footerMovil {
        display: block;
    }
}

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

    .section1 {
        width: 100%;
        height: 100vh;
        background-image: url(../images/header.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section2 {
        width: 100%;
        height: 3578px;
        background-image: url(../images/section2.png);
        background-position: center;
        background-size: cover;
    }

    .section3 {
        width: 100%;
        height: 1150px;
        background-image: url(../images/footer.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section4 {
        width: 100%;
        height: 669px;
        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{
        font-size: 25px;
		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;

    }

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

    .section1 main p {
        padding: 0px;
        text-align: center;
        font-family: AvenirLTtd35Light;
        font-size: 25px;
    }
    
    .botonPrincipal{
    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;
}
    .botonPrincipal: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;
}



    .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;

    }

    .div4Section2 h1 {
        text-align: right;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 100px;
        color: white;
    }

    .div4Section2 p {
        width: 576px;
        color: white;
        padding: 0px;
        text-align: left;
        font-family: AvenirLTtd35Light;
        font-size: 20px;
    }

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


    .cajanegra h1 {
        text-align: left;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 55px;
        padding-top: 155px;
    }

    .cajanegra p {
        text-align: left;
        margin-top: 100px;
        font-size: 20px;
        font-family: AvenirLTtd35Light;
    }

    .texto1 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 590px;
        font-size: 20px;
        font-family: AvenirLTtd35Light;
        padding-left: 50px;

    }

    .texto2 {
        text-align: left;
        float: left;
        margin-top: 135px;
        
        width: 557px;
        font-size: 22px;
        font-family: AvenirLTtd35Light;
        padding-left: 20px;

    }

    .inspiracion {
        margin-left: 60px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 157px;
    }

    .inspiracion1 {
        margin-left: 60px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-top: 50px;
    }

    .inspiracion h1 {
        color: white;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 50px;
    }

    .servicioimg p {
        margin-top: 20px;
        float: none;
        font-size: 25px;
        text-align: left;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .imgsection2 {
        margin-top: 338px;
    }

    .servicioimg {
        display: flex;
        align-items: center;
        text-align: left;
        float: none;
        width: auto;
        height: 150px;
        padding: px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg1 {
        display: flex;
        align-items: center;
        text-align: left;
        float: none;
        width: 100%;
        height: 150px;
        padding: 10px;
        border-bottom: solid 1px #ccc;
    }

    .servicioimg img {
        float: left;
        width: 75px;
    }

    .servicioimg1 img {
        float: left;
        width: 95px;
    }

    .servicioimg1 p {
        float: none;
        font-size: 25px;
        text-align: left;
        padding-top: 15px;
        margin-left: 20px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .serviciotexto {
        margin-top: 20px;
        width: 100%;
        display: inline-block;
    }

    .serviciotexto p {
        font-size: 20px;
        text-align: left;

        color: white;
        font-family: AvenirLTtd35Light;
    }

    .hr {
        margin-top: 30px;
        height: 2px;
        background-color: #4c4c4c;
    }

    .div4Section2 p {
        margin-bottom: 70px;
    }


    .botonVerMas {
        color: white;
        margin-top: 50px;
        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;
    }
      .botonVerMas:hover {
        color: black;
        margin-top: 50px;
        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 1px #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 {
        display: none;
        margin-top: 457px;
        width: 560px;
        float: right;
    }


    .img3section2 {
        background-image: url(../images/planesimg.jpg);
        background-position: center;
        background-size: cover;
        height: 1000px;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 150px;

    }

    .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: 300px;
        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: 60px;

    }

    .ocultarMovil {
        display: none;
    }

    .mostrarMovil {
        display: block;
    }


    .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-top: 42px;
        margin-bottom: 50px;
        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: 20px;
        font-size: 15px;
        color: white;
        float: right;
        margin-top: 180px;
    }

    .footerDesk {
        display: none;
    }

    .footerTablet {
        display: none;
    }

    .tablet {
        display: none;
    }

    .footerMovil {
        display: block;
    }
}


@media only screen and (min-width: 1360px) {
    /* For mobile tablet: */
   /* 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: 100%;
        height: 1193px;
        background-image: url(../images/header.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section2 {
       width: 100%;
        height: 3480px;
        background-image: url(../images/section2.png);
        background-position: center;
        background-size: cover;
    }

    .section3 {
        width: 100%;
        height: 1261px;
        background-image: url(../images/footer.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section4 {
        width: 100%;
        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 {
        width: 71px;
        float: right;
        margin-top: 20.5px;
    }

    .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: 345px;
        text-align: center;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 149px;
    }

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

    .botonPrincipal {
        margin-top: 70px;
        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;
        transition: all ease-in-out .5s;
    }
       .botonPrincipal:hover {
        margin-top: 70px;
        width: 228px;
        height: 50px;
        color: white;
        background-color: black;
        text-align: center;
        border: solid 1px #000;
        border-radius: 10px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
           transition: all ease-in-out .5s;
    }

    .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;

    }

    .div4Section2 h1 {
		float: right;
		margin-right: 15px;
        font-family: AvenirLTStd85HeavyOblique;
        font-size:80px;
        color: white;
    }

    .div4Section2 p {
        width: 576px;
        color: white;
        padding: 0px;
        text-align: left;
        font-family: AvenirLTtd35Light;
        font-size: 25px;
    }

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


    .cajanegra h1 {
        text-align: center;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 80px;
        padding-top: 240px;
    }

    .cajanegra p {
        margin: 0 auto;
        width: 865px;
        text-align: center;
        margin-top: 100px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
    }

    .texto1 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 590px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        padding-left: 50px;

    }

    .texto2 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 557px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        padding-left: 20px;

    }

    .inspiracion {
         margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        width: 80%;
        margin-top: 357px;
    }

    .inspiracion1 {
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        width: 80%;
        margin-top: 50px;
    }

    .inspiracion h1 {
        color: white;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 80px;
    }

    .servicioimg p {
        margin: inherit;
        float: none;
        font-size: 25px;
        text-align: center;
        margin-top: 20px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .imgsection2 {
        margin-top: 338px;
    }

    .servicioimg {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0px;
        float: left;
        width: 470px;
        height: 240px;
        padding: 40px;
    }
    .servicioimg1 div{
        padding: 0px;
        width:100%;
        height: 90px;
    }
     .servicioimg div{
        padding: 0px;
        width: 570px;
        height: 90px;
    }

    .servicioimg1 {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0px;
        float: left;
        width: 470px;
        height: 240px;
        padding: 40px;
    }

    .servicioimg img {
        text-align: center;
        float: none;
        width: 75px;
    }

    .servicioimg1 img {
        text-align: center;
        float: none;
        width: 85px;
    }

    .servicioimg1 p {
        margin: inherit;
        float: none;
        font-size: 25px;
        text-align: center;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .serviciotexto {
        width: 440px;
        display: inline-block;
    }

    .serviciotexto p {
        font-size: 25px;
        text-align: left;
        margin-top: -10px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .hr {
        margin-top: 30px;
        height: 2px;
        background-color: #4c4c4c;
    }

    .div4Section2 p {
        margin-top: 70px;
        margin-bottom: 70px;
    }


    .botonVerMas {
        color: white;
        margin-top: 50px;
        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;
        transition: all ease-in-out .5s;
    }
.botonVerMas:hover {
        color: black;
        margin-top: 50px;
        width: 228px;
        height: 50px;
        background-color: white;
        text-align: center;
        border: solid 0px #fff;
        border-radius: 10px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        transition: all ease-in-out .5s;
    }

    .servicio {
        text-align: center;
        margin-top: 101px;
        width: 337px;
        height: 500px;
        border: solid 1px #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: 397px;
        width: 460px;
        float: right;
    }

  .img2section2{
      background-image: url("../images/planesimg.jpg");
      background-size: cover;
	  margin-left: -100px;
	width: 650px;
      height:950px;
    margin-top: 300px;
    position: relative;
    left: 0px;
}
.controlesSection2{
	width: 33px;
    position: inherit;
    margin-top: -400px;
    margin-left: 650px;    
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 1;
    display: inherit;
    list-style: none;

}
.controlesSection2 li{
    background-color: transparent;
	border: solid 4px #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 52px;
}
	

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

    }

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

    .section3 main p {
        margin: 0 auto;
        width: 800px;
        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;
        transition: all ease-in-out .5s;
        font-family: AvenirLTtd35Light;
    }
        .botonCotizar:hover {
        color: white;
        margin-top: 40px;
        width: 228px;
        height: 50px;
        background-color:black;
        text-align: center;
        border: solid 0px #000;
             transition: all ease-in-out .5s;
        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: 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: 105px;
    }

    .mostrarMovil {
        display: none;
    }

    .ocultarMovil {
        display: block;
    }
}


@media only screen and (min-width: 1440px) {
    /* For mobile tablet: */
   /* MENU*/
    .mostrarMovil{
        display: none;
    }
	#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: 100%;
        height: 1193px;
        background-image: url(../images/header.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section2 {
       width: 100%;
        height: 3480px;
        background-image: url(../images/section2.png);
        background-position: center;
        background-size: cover;
    }

    .section3 {
        width: 100%;
        height: 1261px;
        background-image: url(../images/footer.jpg);
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .section4 {
        width: 100%;
        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 {
        width: 71px;
        float: right;
        margin-top: 20.5px;
    }

    .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: 345px;
        text-align: center;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 149px;
    }

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

    .botonPrincipal {
        margin-top: 70px;
        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;
        transition: all ease-in-out .5s;
    }
       .botonPrincipal:hover {
        margin-top: 70px;
        width: 228px;
        height: 50px;
        color: white;
        background-color: black;
        text-align: center;
        border: solid 1px #000;
        border-radius: 10px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
           transition: all ease-in-out .5s;
    }

    .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;

    }

    .div4Section2 h1 {
		float: right;
		margin-right: 15px;
        font-family: AvenirLTStd85HeavyOblique;
        font-size:80px;
        color: white;
    }

    .div4Section2 p {
        width: 576px;
        color: white;
        padding: 0px;
        text-align: left;
        font-family: AvenirLTtd35Light;
        font-size: 25px;
    }

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


    .cajanegra h1 {
        text-align: center;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 80px;
        padding-top: 240px;
    }

    .cajanegra p {
        margin: 0 auto;
        width: 865px;
        text-align: center;
        margin-top: 100px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
    }

    .texto1 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 590px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        padding-left: 50px;

    }

    .texto2 {
        text-align: left;
        float: left;
        margin-top: 135px;
        width: 557px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        padding-left: 20px;

    }

    .inspiracion {
         margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        width: 80%;
        margin-top: 357px;
    }

    .inspiracion1 {
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        width: 80%;
        margin-top: 50px;
    }

    .inspiracion h1 {
        color: white;
        font-family: AvenirLTStd85HeavyOblique;
        font-size: 80px;
    }

    .servicioimg p {
        margin: inherit;
        float: none;
        font-size: 25px;
        text-align: center;
        margin-top: 20px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .imgsection2 {
        margin-top: 338px;
    }

    .servicioimg {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0px;
        float: left;
        width: 470px;
        height: 240px;
        padding: 40px;
    }
    .servicioimg1 div{
        padding: 0px;
        width:100%;
        height: 90px;
    }
     .servicioimg div{
        padding: 0px;
        width: 570px;
        height: 90px;
    }

    .servicioimg1 {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0px;
        float: left;
        width: 470px;
        height: 240px;
        padding: 40px;
    }

    .servicioimg img {
        text-align: center;
        float: none;
        width: 75px;
    }

    .servicioimg1 img {
        text-align: center;
        float: none;
        width: 85px;
    }

    .servicioimg1 p {
        margin: inherit;
        float: none;
        font-size: 25px;
        text-align: center;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .serviciotexto {
        width: 440px;
        display: inline-block;
    }

    .serviciotexto p {
        font-size: 25px;
        text-align: left;
        margin-top: -10px;
        color: white;
        font-family: AvenirLTtd35Light;
    }

    .hr {
        margin-top: 30px;
        height: 2px;
        background-color: #4c4c4c;
    }

    .div4Section2 p {
        margin-top: 70px;
        margin-bottom: 70px;
    }


    .botonVerMas {
        color: white;
        margin-top: 50px;
        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;
        transition: all ease-in-out .5s;
    }
.botonVerMas:hover {
        color: black;
        margin-top: 50px;
        width: 228px;
        height: 50px;
        background-color: white;
        text-align: center;
        border: solid 0px #fff;
        border-radius: 10px;
        font-size: 25px;
        font-family: AvenirLTtd35Light;
        transition: all ease-in-out .5s;
    }

    .servicio {
        text-align: center;
        margin-top: 101px;
        width: 337px;
        height: 500px;
        border: solid 1px #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 {
        display: block;
        margin-top: 397px;
        width: 460px;
        float: right;
    }

  .img2section2{
      background-image: url("../images/planesimg.jpg");
      background-size: cover;
	  margin-left: -100px;
	width: 650px;
      height:950px;
    margin-top: 300px;
    position: relative;
    left: 0px;
}
.controlesSection2{
	width: 33px;
    position: inherit;
    margin-top: -400px;
    margin-left: 650px;    
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 1;
    display: inherit;
    list-style: none;

}
.controlesSection2 li{
    background-color: transparent;
	border: solid 4px #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 52px;
}
	

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

    }

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

    .section3 main p {
        margin: 0 auto;
        width: 800px;
        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;
        transition: all ease-in-out .5s;
        font-family: AvenirLTtd35Light;
    }
        .botonCotizar:hover {
        color: white;
        margin-top: 40px;
        width: 228px;
        height: 50px;
        background-color:black;
        text-align: center;
        border: solid 0px #000;
             transition: all ease-in-out .5s;
        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: 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: 105px;
    }

    .mostrarMovil {
        display: none;
    }

    .ocultarMovil {
        display: block;
    }
}
