
@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;
}
button{
    font-family: 'AvenirLTtd35Light';
}
.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;
}
@media only screen and (max-width: 767px) {
  /* For tablets: */


    
.section1{
    width: 100%;
    height: 868px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;

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

}
.section3{
    width: 100%;
    height: 821px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100%;
    height: 436px;
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{
			text-align: center;
		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: 62px;
}

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

.botonPrincipal{
    margin-top: 60px;
    width: 120px;
    height: 30px;
    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: 30px;
        transition: all ease-in-out .5s;
    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: left;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;

}
.div1Section2{
            margin-top: -30px;
}
.div2Section2{
            margin-top: 493px;
}
.div2Section2 p{
    display: inline-block;
}
.div2Section2 .botonVerMas{
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    margin-left: 92px;
}
.section2 main h1{
	
	margin-top: 0px;
    margin-left: 0px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 50px;
    color: white;
}

.section2 main p {
    margin-top: 50px;
    margin-left: 0px;
    width: 100%;
    color: white;
    padding: 0px;
    text-align: left;
     font-family: AvenirLTtd35Light;
    font-size: 11.5pt;
}
.img1section2{
    float: right;
    margin-right: -200px;
    margin-top: -79px;
}
    .div1Section2 .botonVerMas{
        margin-top: 50px;
        margin-left: 0px;
    }
    .botonVerMasBlack{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
        transition: all ease-in-out .5s;
    width: 120px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
        .botonVerMasBlack:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 120px;
            transition: all ease-in-out .5s;
    height: 30px;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
    
      .botonVerMasBlackbotonMovilLlamar{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
    width: 120px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
          transition: all ease-in-out .5s;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
          .botonVerMasBlackbotonMovilLlamar:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 120px;
    height: 30px;
              transition: all ease-in-out .5s;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 5px;
    font-size: 15px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas{
    color: white;
    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;
transition: all ease-in-out .5s;
    width: 120px;
    height: 30px;
    background-color: white;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 5px;
    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: 560px;
    float: right;
}
    .hrDeskTab{
        display: none;
    }
    
    .hrMovil{
        background-color: white; 
        height: 1px; 
        width: 0px; 
        left: 0px; 
        position: inherit;  
        margin-top: 95px;
        display: none;
    }
.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{
    margin-top: 150px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 48px;
    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: 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;
}


form{
    text-align: center;
    margin-top: 239px;
}
form input{
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    display: block;
    background-color: transparent;
    color: white;
    border-bottom: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
form textarea{
    margin: 0 auto;
    margin-top: 60px;
    width:100%;
    height: 300px;
    display: block;
    background-color: transparent;
    color: white;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 0px;
}

.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: 80px;
        margin-top: -59px;
      margin-left:0px;
        width: 106%;
        height: 367px;
        overflow: hidden;
        float: none;
        background-image: url('../images/llamanos.jpg');
      background-position: left bottom;
      background-size: 100%;
    }
    .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: 72px;;
}
.footerDesk{
        display: none;
    }
.footerTablet{
    display: none;
}
    .tablet{
        display: none;
    }   
    .footerMovil{
        display: block;
    }
      .ocultarMovil{
        display: none;
    }
}


@media only screen and (min-width: 768px) {
  /* For tablets: */


    
.section1{
    width: 100%;
    height: 968px;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-size: cover;

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

}
.section3{
    width: 100%;
    height: 1136px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 669px;
background-color: black;
    overflow: hidden;
}

/* MENU*/
	
		#menuDesktop{
		height: 30px;
		float: right;
		margin-top: 22px;
		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: 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: 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: 81px;
width: 71px;
float: none;  
}
	
	/* MENU*/
.section1 main{
    text-align: center;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
       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{
    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: left;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.div1Section2{
            margin-top: 225px;
}
.div2Section2{
            margin-top: 493px;
}
.div2Section2 p{
    display: inline-block;
}
.div2Section2 .botonVerMas{
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    margin-left: 92px;
}
.section2 main h1{
    margin-left: 0px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
    color: white;
}

.section2 main p {
    margin-top: 100px;
    margin-left: 0px;
    width: 376px;
    color: white;
    padding: 0px;
    text-align: left;
     font-family: AvenirLTtd35Light;
    font-size: 20px;
}
      .imgsection2{
      margin-bottom: 100px;
        margin-top: -119px;
          margin-right: -60px;
        width: 110%;
        height: 721px;
        overflow: hidden;
        float: right;
        background-image: url('../images/llamanos.jpg');
      background-position: left center;
      background-size: cover;
    }
    .img1section2{
        visibility: hidden;
    }
.img1section2{
    float: right;
    margin-right: -200px;
    margin-top: -79px;
}
    .div1Section2 .botonVerMas{
        margin-top: 120px;
        margin-left: 0px;
    }
    .botonVerMasBlack{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
        .botonVerMasBlack:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    
      .botonVerMasBlackbotonMovilLlamar{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
          .botonVerMasBlackbotonMovilLlamar:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas{
    margin-left: 0px;
    color: white;
    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;

    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{
    margin-top: 457px;
    width: 560px;
    float: right;
}
    .hrDeskTab{
        display: none;
    }
    
    .hrMovil{
        background-color: white; 
        height: 1px; 
        width: 45px; 
        left: 0px; 
        position: absolute;  
        margin-top: 507px;
        display: block;
    }
.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: 250px;
    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 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

form{
    text-align: center;
    margin-top: 359px;
}
form input{
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border-bottom: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
form textarea{
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 70px;
}

.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{
        
        width: 210px;
        margin: 0 auto;
        margin-top: 80px;
    }
     .footerRedes1 img{
         height: 26px;
        margin: 10px;
    }
    .onlyTablet{
        display: inherit;
    }
.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;
}


 .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;
    }
     .ocultarMovil{
        display: none;
    }

}

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


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

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

}
.section3{
    width: 100%;
    height: 1136px;
    background-image: url(../images/footer.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.section4{
    width: 100vw;
    height: 669px;
background-color: black;
    overflow: hidden;
}

/* MENU*/
	
		#menuDesktop{
		height: 30px;
		float: right;
		margin-top: 22px;
		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: 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: 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-top: 40px;
       padding-left: 60px;
        padding-right: 60px;

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

.section1 main p {
    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: left;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;

}
.div1Section2{
            margin-top: 225px;
}
.div2Section2{
            margin-top: 493px;
}
.div2Section2 p{
    display: inline-block;
}
.div2Section2 .botonVerMas{
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    margin-left: 92px;
}
.section2 main h1{
    margin-left: 0px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 55px;
    color: white;
}

.section2 main p {
    margin-top: 100px;
    margin-left: 0px;
    width: 376px;
    color: white;
    padding: 0px;
    text-align: left;
     font-family: AvenirLTtd35Light;
    font-size: 20px;
}
      .imgsection2{
      margin-bottom: 100px;
        margin-top: -119px;
          margin-right: -60px;
        width: 105%;
        height: 721px;
        overflow: hidden;
        float: right;
        background-image: url('../images/llamanos.jpg');
      background-position: left center;
      background-size: cover;
    }
    .img1section2{
        visibility: hidden;
    }
.img1section2{
    float: right;
    margin-right: -200px;
    margin-top: -79px;
}
    .div1Section2 .botonVerMas{
        margin-top: 120px;
        margin-left: 0px;
    }
    .botonVerMasBlack{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
        .botonVerMasBlack:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    
      .botonVerMasBlackbotonMovilLlamar{
        margin: 0 auto;
    display: block;
    color: black;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
          .botonVerMasBlackbotonMovilLlamar:hover{
        margin: 0 auto;
    display: block;
    color: white;
  margin-top: 60px;
    width: 228px;
    height: 50px;
    background-color: black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas{
    margin-left: 0px;
    color: white;
    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;

    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{
    margin-top: 457px;
    width: 560px;
    float: right;
}
    .hrDeskTab{
        display: none;
    }
    
    .hrMovil{
        background-color: white; 
        height: 1px; 
        width: 45px; 
        left: 0px; 
        position: absolute;  
        margin-top: 507px;
        display: block;
    }
.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: 250px;
    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 1px #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

form{
    text-align: center;
    margin-top: 359px;
}
form input{
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border-bottom: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
form textarea{
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 70px;
}

.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{
        
        width: 210px;
        margin: 0 auto;
        margin-top: 80px;
    }
     .footerRedes1 img{
         height: 26px;
        margin: 10px;
    }
    .onlyTablet{
        display: inherit;
    }
.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;
}


 .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;
    }
    .ocultarMovil{
        display: none;
    }
}


@media only screen and (min-width: 1360px){
     .footerMovil{
        display: none;
    }
    .hrDeskTab{
        display: block;
    }
/* 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: 2678px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;

}
.section3{
    width: 100vw;
    height: 1241px;
    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: 345px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 149px;
}

.section1 main p {
    margin-top: -11px;
    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;
        transition: all ease-in-out .5s;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

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

}
.div1Section2{
            margin-top: 335px;
}
.div2Section2{
            margin-top: 493px;
}
.div2Section2 p{
    display: inline-block;
}
.div1Section2 .botonVerMas{

    margin-left: 0px;
}
.section2 main h1{
    margin-left: 0px;
	margin-bottom: 50px;
	margin-top: -150px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
    color: white;
}

.section2 main p {
    margin-left: 0px;
	margin-bottom: -70px;
	margin-top: 0px;
    width: 456px;
    color: white;
    padding: 0px;
    text-align: left;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}
    .hrMovil{
        display: none;
    }
       .imgsection2{
      margin-bottom: 100px;
        margin-top: -129px;
          margin-right: -50px;
        width: 633px;
           height: 995px;
        float: right;
        background-image: url('../images/llamanos.jpg');
    }
.img1section2{
    float: right;
    margin-top: -100px;
}
.botonVerMasBlack{
    display: none;
    color: black;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 2px black;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonVerMasBlack:hover{
    display: none;
    color: white;
    width: 228px;
    height: 50px;
         transition: all ease-in-out .5s;
    background-color:black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas{
    color: white;

    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
     transition: all ease-in-out .5s;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonVerMas:hover{
    color: black;
    width: 228px;
        transition: all ease-in-out .5s;
    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{
    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: 340px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
    color: black;
}

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

.botonCotizar{
    color: black;
  margin-top: 40px;
    transition: all ease-in-out .5s;
    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;
        transition: all ease-in-out .5s;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

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

}
form{
    text-align: center;
    margin-top: 700px;
}
form input{
    font-size: 23px;
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border-bottom: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
form textarea{
    font-size: 23px;
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 70px;
}

    .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;
    }
    
    .footerRedes1{
        
        width: 210px;
        margin: 0 auto;
        margin-top: 80px;
    }
     .footerRedes1 img{
         height: 26px;
        margin: 10px;
    }
    
.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;
    
}

.redesflex{
    color: white;
    padding-left: 41px;
    margin-top: 135px;
    width: 205px;
    height: 134px;
    float: left;

}

.redesflex nav {
    text-align: left;
        color: white;
        padding-bottom: 0px;
    }

    .redesflex nav a {
        color: white;
        font-size: 15px;
        font-family: AvenirLTtd35Light;
    }

    .redesflex nav li {
        margin-bottom: -5px;
        display: block;
    }

    .redesflex nav {
        float: left;
        margin-top: 0px;
    }
    .footer p {
        margin-top: 105px;
    }
}


@media only screen and (min-width: 1440px){
     .footerMovil{
        display: none;
    }
    .hrDeskTab{
        display: block;
    }
/* 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: 2678px;
    background-image: url(../images/section2.png);
    background-position: center;
    background-size: cover;

}
.section3{
    width: 100vw;
    height: 1241px;
    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: 345px;
    text-align: center;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 149px;
}

.section1 main p {
    margin-top: -11px;
    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;
        transition: all ease-in-out .5s;
    font-family: AvenirLTtd35Light;
}
.botonesCarrousel{
    margin-top: 50px;
}
.controlCarrousel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
}

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

}
.div1Section2{
            margin-top: 335px;
}
.div2Section2{
            margin-top: 493px;
}
.div2Section2 p{
    display: inline-block;
}
.div1Section2 .botonVerMas{

    margin-left: 0px;
}
.section2 main h1{
    margin-left: 0px;
	margin-bottom: 50px;
	margin-top: -150px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 80px;
    color: white;
}

.section2 main p {
    margin-left: 0px;
	margin-bottom: -70px;
	margin-top: 0px;
    width: 456px;
    color: white;
    padding: 0px;
    text-align: left;
     font-family: AvenirLTtd35Light;
    font-size: 25px;
}
    .hrMovil{
        display: none;
    }
       .imgsection2{
      margin-bottom: 100px;
        margin-top: -129px;
          margin-right: -50px;
        width: 633px;
           height: 995px;
        float: right;
        background-image: url('../images/llamanos.jpg');
    }
.img1section2{
    float: right;
    margin-top: -100px;
}
.botonVerMasBlack{
    display: none;
    color: black;
    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 2px black;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonVerMasBlack:hover{
    display: none;
    color: white;
    width: 228px;
    height: 50px;
         transition: all ease-in-out .5s;
    background-color:black;
    text-align: center;
    border: solid 0px black;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
.botonVerMas{
    color: white;

    width: 228px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
     transition: all ease-in-out .5s;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}
    .botonVerMas:hover{
    color: black;
    width: 228px;
        transition: all ease-in-out .5s;
    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{
    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: 340px;
    margin-bottom: 56px;
    font-family: AvenirLTStd85HeavyOblique;
    font-size: 100px;
    color: black;
}

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

.botonCotizar{
    color: black;
  margin-top: 40px;
    transition: all ease-in-out .5s;
    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;
        transition: all ease-in-out .5s;
    border-radius: 10px;
    font-size: 25px;
    font-family: AvenirLTtd35Light;
}

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

}
form{
    text-align: center;
    margin-top: 700px;
}
form input{
    font-size: 23px;
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border-bottom: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
form textarea{
    font-size: 23px;
    margin: 0 auto;
    margin-top: 60px;
    width: 600px;
    display: block;
    background-color: transparent;
    color: white;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 70px;
}

    .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;
    }
    
    .footerRedes1{
        
        width: 210px;
        margin: 0 auto;
        margin-top: 80px;
    }
     .footerRedes1 img{
         height: 26px;
        margin: 10px;
    }
    
.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;
    
}

.redesflex{
    color: white;
    padding-left: 41px;
    margin-top: 135px;
    width: 205px;
    height: 134px;
    float: left;


}
    .ocultarMovil{
        display: block;
    }

.redesflex nav {
    text-align: left;
        color: white;
        padding-bottom: 0px;
    }

    .redesflex nav a {
        color: white;
        font-size: 15px;
        font-family: AvenirLTtd35Light;
    }

    .redesflex nav li {
        margin-bottom: -5px;
        display: block;
    }

    .redesflex nav {
        float: left;
        margin-top: 0px;
    }
    .footer p {
        margin-top: 105px;
    }
}
