@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
	
}
a{
	text-decoration: none;
}


/* nav */
nav {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
  
  top: 0;
  z-index: 100;
  transition: ease-in-out 0.5s;
}

.nav {
  display: flex;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  align-items: center;
  padding: 0 40px;
}

.nav .logo {
  height: 70px;

}

.nav .logo img {
  height: 100%;
  vertical-align: top;
}

.enlaces-header {
  font-weight: 300;
  transition: ease-in-out 0.5s;
  margin-left: 550px;
}
.nav  .bt {
	display: inline-block;
	padding: 9px 6px;
	text-align: center;
	color: #28274b;
	background-color: transparent;
	border: 2px solid #1a194d;
	font-size: 1.5rem;
	
	border-radius: 4rem;
	align-items: center;
		
}
.nav  .bt:hover{
	background-color: #100c5f;
	color: #fff;
}

.nav .enlaces-header a {
  color: darkblue;
  font-size: 2rem;
  margin-left: 30px;
letter-spacing: 0.3rem;
}

.hamburguer {
  width: 60px;
  height: 80px;
  display: none;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  transition: color   0.5s ease-in;


}

.hamburguer>i {
  font-size: 35px;
  line-height: 80px;

}

header::before {
  content: "";
  display: block;
  margin-bottom: 80px;
}
@keyframes animat {
  0% {
      transform: scale(0);
  }

  100% {
      transform: scale(1);
  }
}

/* end nav */




/* footer */

footer {
    background: #f2f2f2;
    padding: 50px 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}


.partFooter {
    width: 20%;
    text-align: center;
}

.partFooter h4 {
    color: #1d273b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #111111;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 13px;
	font-size: 1.8rem;
}


.partFooter a:hover {
    color: #1d2969;
}

.partFooter img {
    width: 70%;
	height: 67%;
}

.social-media i {
    font-size: 25px;
    display: inline-block;
    color: #9a9b9c;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 35px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.social-media i:hover {
    color: #fff;
    background-color: #1d2969;
    border-color: #1d2969;
}
/* end footer */
.aviso {
	width: 100%;
	height: 20px;
	
	background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.aviso a{
	margin-top: 5px;margin-top: 5px;
	text-align: center;
	font-size: 2rem;
	color: #111111;
	margin-top: 20px;
}
.aviso a:hover {
    color: #1d2969;
}

.creado {
	width: 100%;
	height: 20px;
	
	background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.creado a{
	margin-top: 5px;margin-top: 5px;
	text-align: center;
	font-size: 1.7rem;
	color: #111111;
	margin-top: 20px;
}
.creado a:hover {
    color: #1d2969;
}


.aviso_p{
    width: 100%;
    height: 110hv;
    padding: 20px 80px;
    text-align: justify;
    
}
.titulo h1{
    font-size: 4rem;
    
    padding: 20px 30px;
}
.documento p{
    font-size: 2rem;
    padding: 10px 60px;
}
.documento h2{
    font-size: 2rem;
    padding: 5px 30px;
}





@media screen and (max-width:600px) {
    
    
    .aviso_p{
        width: 100%;
        height: 110hv;
        padding: 10px 10px;
        text-align: justify;
        
    }
    .titulo h1{
        font-size: 1.5rem;
        
        padding: 10px 10px;
    }
    .documento p{
        font-size: 1rem;
        padding: 10px 10px;
    }
    .documento h2{
        font-size: 1.5rem;
        padding: 5px 10px;
    }
	
  .nav  .bt {
   
    padding: 5px 3px;
    font-size: 1rem;      
  }
  .contact .form_wrap{
    width: 350px;
    height: 650px;
    margin: 15px auto;
    display: block;
    
  }
  .contact .form_wrap form.form_contact input,
  .contact .form_wrap form.form_contact textarea{
  

font-size: 2rem;

}

.contact .form_wrap form.form_contact textarea{
  max-width: 100%;
  min-width: 100%;
  max-height: 180px;
}

  .contact .form_wrap .cantact_info{
    width: 100%;
    position: relative;
    
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
  }

  /* Formulario de contacto*/
  .contact .form_wrap form.form_contact{
  width: 100%;
  padding: 40px 40px;
}
.contact .form_wrap .cantact_info .info_title{
  margin-bottom: 15px;
}
.contact .form_wrap .cantact_info  .info_title h2{
  margin-top: 15px;
  font-size: 3rem;
  text-align: center;
}

.contact .form_wrap .cantact_info .info_items p{
  
  align-items: center;
text-align: justify;
padding: 0px 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}


    .nav {
        padding: 0 10px;
    }
	
    .enlaces-header {
        position: absolute;
       background: #f2f2f2;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        clip-path: circle(0.0% at 100% 0);
		
    }
    .nav .enlaces-header a {
      color: #1a194d;
      font-size: 3rem;
      
    }
    
    .nav .menudos {

        -webkit-clip-path: circle(150% at 100% 0);
        clip-path: circle(150% at 100% 0);

    }

    .nav .hamburguer {
        display: block;
		color: #1a194d;
		
    }
    

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }

    
}