@font-face {
	font-family: 'para textos';
	src: url('fuentes/Avenir LT 35 Light.eot');
	src: local('☺'), url('fuentes/AvenirLT-Light.woff') format('woff'), url('fuentes/AvenirLT-Light.ttf') format('truetype'), url('fuentes/AvenirLT-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'para titulos';
	src: url('fuentes/AvenirLTStd-Heavy.eot');
	src: local('☺'), url('fuentes/AvenirLTStd-Heavy.woff') format('woff'), url('fuentes/AvenirLTStd-Heavy.ttf') format('truetype'), url('fuentes/AvenirLTStd-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}
html, body{
    scroll-behavior: smooth;
}
.centrado{
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    overflow: hidden;
}
 h1{
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'para titulos';
    text-align: center;
    margin-bottom: 78px;
    color: #2e3069;
    background-image: linear-gradient(to right, #4e2bc4, #0087cc);
    background-size: 15% 5px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

header{
   width:100vw;
   height: 105px;
   overflow: hidden;
   position: fixed;
   background-color: #ffffff;
   margin-bottom: 120px;
   z-index: 1000;
   box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
header img{
    width: 22%;
    float: left;
    margin-top: 25px;
    margin-right: 130px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
header nav li{
	list-style:none;
	display:inline-block;
}
header nav a{
	display:block;
	margin:60px 0 0px 20px;
	font-size:16px;
	text-decoration:none;
        text-transform: uppercase;
	color:#474747;
        font-family: 'para textos', sans-serif;
        background-image: linear-gradient(to right, #4e2bc4, #0087cc);
        background-size: 0% 3px;
        background-repeat: no-repeat;
        background-position: left bottom;
        transition: background-size 300ms ease;
}

header nav a:hover {
    background-size: 100% 3px;
}

video {
    position: absolute;
    overflow: hidden;
}

#onda {
    position: relative;
    top: 114vh;
    overflow: hidden;
}

#frase {
    position: absolute;
    font-family: 'para titulos', sans-serif;
    font-size: 55px;
    text-transform: uppercase;
    color: white;
    top: 50vh;
    left: 20vw;
}

#primero {
    margin-top: 54px;
}
#ultimo{
    margin-bottom: 30px !important;
}
.mas{
    padding: 10px 15px;
    font-family: 'para titulos';
    font-size: 1em;
    border: 2px solid #0087cc;
    color: #2e3069;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;  
    border-radius: 30px;
     transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: right;
}
.mas:hover{
    border: none;
    color: white;
    background-image: linear-gradient(to right, #4e2bc4, #0087cc);
}

#forma {
    height: 90px;
}
#gris{
    background-color: #f7f7f7;
    height: 200px;
}
#cincuenta{
    height:50px;
}

#areas{
    height: 425px;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}
#areas h1{
    background-size: 15% 5px;
}
#areas article{
    width: 318px;
    height:300px;
    float:left;
    margin-right: 37px;
    background-color: white;
    border-radius: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
#areas article:last-child{
    margin-right: 0;
}
#areas article h2{
    font-family: 'para titulos', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #2e3069;
}
#areas article p{
    font-family: 'para textos';
    font-size: 15px;
    width: 265px;
    margin-left: 25px;
    text-align: justify;
}
#areas img{
    margin-top: 10px;
    margin-bottom: 15px;
    width: 90px;
}
#areas article:hover{
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ultimo{
   margin-right: 0 !important; 
}
.nomargin{
    margin-top: 0 !important;
}

#numeros {
text-align: justify;
}
#numeros article {
    float: left;
    width: 40%;  
    margin-top: 70px;
    margin-left: 100px;
}
#numeros h2 {
    font-family: 'para titulos', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    color: #2e3069;
}
#numeros p {
    font-family: 'para textos', sans-serif;
}

#obras{
    margin-top: 100px;
}
#obras article{
    float: left;
    width: 25%;
    position: relative;
}
#obras h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 97%;
    background: rgb(85,45,184);
    background: linear-gradient(90deg, rgba(85,45,184,1) 0%, rgba(0,80,194,1) 48%, rgba(0,128,198,1) 100%);
    border-radius: 15px;
    color: white;
    visibility: hidden;
    text-transform: uppercase;
}
#obras h3 {
    position: absolute;
    top: 40%;
    left: 10%;
    text-transform: uppercase;
    color: white;
    visibility: hidden;
    font-family: 'para titulos', sans-serif;
    font-size: 15px;
}
#obras article:hover h2 {
    visibility: visible;
}
#obras article:hover h3 {
    visibility: visible;
}
#obras article:hover p {
    visibility: visible;
}
 
#obras img{
     width: 95%;
}
#obras .segundas{
     margin-top: 20px;
}

#contacto{
    margin-top: 180px;
    margin-bottom: 105px;
}
#contacto h1{
  margin-bottom: 20px;
}
#contacto h2{
  font-family: 'para textos';  
  font-size: 30px;
  margin-bottom: 27px;
}
#contacto p{
  font-family: 'para textos'; 
  font-size: 16px;
  margin-bottom: 20px;
}
#contacto a {
    text-decoration:none;
    color: black;
}
#montevideo{
    float:left;
}
#maldonado{
    float:right;
} 
#idem{
    text-align:center;
    margin-bottom: 50px;
}

#pie{
    height:324px;
    background: url(img/degrade.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#pie img{
    float: right;
    margin-top: 100px;
    margin-right: 400px;
}

.separacion{
    margin-top: 10px;
}


#banner2{
    height: 634px;
    background: url(img/clientes.png);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    text-align: center;
}
#banner2 h2{
    position: absolute;
    top: 40%;
    right: 15%;
    font-family: 'para titulos', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
}
#nosotros{
    margin-top: 120vh;
}
#infoamp{
    font-family: 'para textos';
    font-size: 15px;
    text-align: justify;
    background-color: white;
}
#infoamp img {
    float: left;
    position: absolute;
}
#infoamp .info{
    margin-top: 65px;
    margin-left: 35px;
    float: left;
    width: 450px; 
    height: 325px;
    overflow: auto;
}
#infoamp .info p{
    margin-bottom: 20px;
}
#infoamp article{
    width: 500px;
    height: 480px;
    background-color: #FCFCFC;
    position: relative;
    top: 30px;
    left: 47%;
    border-radius: 15px;
}


#banner3{
    height: 634px;
    background: url(img/wellpoint.png);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    text-align: center;
}
#banner3 h1{
    position: absolute;
    top: 40%;
    right: 15%;
    font-family: 'para titulos', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
}

#wellpoint {
    display: flex
}

#espacio {
    background-color: white;
    height: 210px;
    margin-top: -10px;
}

#clientes{
    margin-top: 30px;
}
#clientes article{
    float: left;
    margin-right: 27px;
    margin-bottom: 30px;
    overflow:hidden;
    width: 14%;
    background-color: white;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.1);
}
#clientes img{
    -webkit-transition:all .5s ease;
    width:100%;
}
#clientes article:hover img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

#pdf {
    padding: 10px 15px;
    font-family: 'para titulos';
    font-size: 1em;
    border: 2px solid #0087cc;
    color: #2e3069;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: right;
    }
#pdf:hover{
    background-color: #0081C6;
    color: white;
 }
    
    #wellpoint {
   margin-top: 50px;
    }
    
    #wellpoint h2 {
    font-family: 'para titulos', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #2e3069;
    margin-bottom: 30px;
    }
    
    #wellpoint p {
    font-family: 'para textos';
    font-size: 15px;
    text-align: justify;
    margin-bottom: 5px;
    }
    
     #wellpoint label {
    font-family: 'para textos';
    font-size: 15px;
    text-align: justify;
    }
    #wellpoint #txt{
    margin-left: 3%;
    margin-top: 100px;
    width: 47%;
    }
    input {
    width: 100%;
    height: 25px;
    border: 2px solid #2e3069;
    border-radius: 5px;
    margin-bottom: 20px;
    }
    #enviar {
    width: 20%;
    height: 35px;
    border: 0px;
    border-radius: 20px;
    background-color: #0081C6;
    color: white;
    } 
    
iframe {
    width: 70%;
    height: 100vh;
    } 
    
@media screen and (min-width: 1600px) {
 video {
    overflow: hidden;
}
#onda {
     overflow: hidden;
     top: 89vh;
}
#nosotros{
    margin-top: 90vh;
}
}