@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@font-face {
    font-family: "Nuvel";
    src: url(../fonts/Nuvel.otf);
}
@font-face {
    font-family: 'nuvelregular';
    src: url('nuvel-webfont.woff2') format('woff2'),
         url('nuvel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.redes{
    width: 2%;
    height: 20vh;
    position: fixed;
    top: 9%;
    right: 0%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    z-index: 1;   
}
.redes a{
    color: rgb(76, 75, 75);
}
.sociales{
    width: 60%;
    height: 5vh;
    margin: 10px;
}
.sociales a:hover{
    color: rgb(0, 84, 247);
}
.boton{
    width: 4%;
    height: 8vh;
    background-color: rgb(0, 84, 247);
    position: fixed;
    top: 82%;
    right:1%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    border-radius: 40px;
}
.boton:hover{
    background-color: rgb(139, 139, 139);
}
.boton i{
    color: rgb(255, 255, 255);
    font-size: 50px;
}
header{
    background-color: rgb(237, 237, 237);
    width:100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
}
.menu{
    width: 15%;
    height: 40px;  
    border-radius: 2px;
    margin: 5px; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap; 
    font-size: 20px;   
}
.menu img{
    height: 35px;
    width: 90%;
}
header .titulo{
    height: 40px;
    width: 15%;
    background-color: rgb(237, 237, 237);
}
.largo{
    width: 40%;
}
nav a{
    margin-left: 20px;
    color: rgb(0, 84, 247);
    text-decoration: none;
    font-family: 'Nunito';
    transition: 0.5s;
} 
a:hover{
    color: rgb(0, 0, 0);
}
section{
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    position: relative;
    overflow: hidden;   
}  

section div{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}
video{
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
}

.texto{
    width: 45%;
    height: 570px;
    margin-bottom: 40px;
    transition: all 0.5s;
}
.dos{
    height: 570px;
    position: relative;
    top: 100px;  
}
.dos img{
    width: 80%;
    height: auto;
    object-fit: cover
}
.button{
    background-color: rgb(0, 84, 247);
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px;
    margin: 5px;
    font-size: 20px;
    width: 50%;
    border-radius: 20px; 
    -webkit-box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
    -moz-box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
    box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
}
.button:hover{
    background-color: rgb(139, 139, 139);
} 
.separar{
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.caja{
    width:42%;
    height: 70px;
    margin: 10px;
    border-radius: 50px;
    font-size: 30px;
    
}
.sombra{
    -webkit-box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
    -moz-box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
    box-shadow: -1px 2px 20px -6px rgba(0,0,0,1);
}
.titulo{
    height: 300px;
    width: 85%;
    border-radius: 0px;
}
h1{
    font-family:"Nuvel";
    color: rgb(0, 84, 247);
    font-size: 50px;
}
.introduccion{
    text-align: justify;
    font-size: 25px;
}
#segundo{
    background-color: rgb(255, 255, 255);
    align-content: center;
    padding-top: 100px;
    padding-bottom: 60px;    
}
.galeria{
    
    width: 27%;
    height: 400px;
    margin: 30px; 
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 7px;     
}
.galeria i{
    color: rgb(0, 84, 247);
}
.foto{
    width: 80%;
    height: 250px;
    color: white;
    font-size: 230px;
    transition: all 1s;
}
.foto:hover{
    transform: rotate(10deg);
    width: 32%;
}
h2{
    margin: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
}
p{
    margin: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: 'Nunito';
}
#tercero{ 
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
    padding-bottom: 52px;
}
.formulario{
    background-color: rgb(255, 255, 255);
    width: 40%;
    height: 600px;
    border-radius: 7px;  
}

form{
    margin: 30px;
    width: 80%;
    display: flex;
    flex-direction: column;

}
label,input{
    display: block;
    font-size: 30px;
    margin: 6px;
    color: rgb(0, 84, 247);
}
input{
    margin-bottom: 10px;
    height: 30px;
    border: 2px solid rgb(0, 84, 247);
    border-radius: 4px;
    padding: 3px;
    
}
input[type=message]{
    height: 60%;
}
.especial{
    width: 30%;
    margin: 10px;
   
}
iframe{
    width: 100%;
    height: 600px;
}
footer{
    background-color: rgb(237, 237, 237);
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap; 
}
.info{
    width: 18%;
    height: 160px;
    margin: 0px 50px;
    padding: 20px;  
      
}
h3{
    color: rgb(76, 75, 75);
    margin: 10px;
    text-align: justify;
}
.cambiar{
    color: rgb(76, 75, 75);
    width: 100%;
    margin: 0px 70px;
    height: 50px;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap; 
}
.diferente{
    width: 100%;
    margin: 0px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;   
}
.tono{
    margin: 20px;
    font-size: 25px;
}
.pfooter{
    text-align: justify;
}

