:root {
    --color1: rgb(219, 144, .5);
    --color2: rgba(23, 180, 83, 0.877);
    --color3: rgba(11,194,211, 0.623);
    --color4: rgb(255, 255, 255);
    --fondo: #f2f2f2;
    --titulos: 33px;
    --margenes: 60px;
    --espacios: 10px;
    --espacios-contenido: 45px;
   
  }
  
  *,
  ::before,
  ::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  
  body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    height:20px;
    width: 100%;
  
  }
  
  .tres{
    color: rgb(255, 255, 255);
    
    
    }
  
  .hidden {
    overflow: hidden;
  }
  
  .centrado {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  
  header {
  
    width: 100%;
    height: 10px;
     background: linear-gradient(to bottom, rgba(211, 135, 20, .6)), url(img/);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1000;
  
  }
  nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5)
  }
  
  header nav {
    height: 90px;
    background: linear-gradient(to bottom, 
  
    rgba(211,135,20, .6),
  
    rgba(7,109,150, .45)
    ), url(img/);
    display: flex;
    justify-content: space-between;
    z-index:10000;
  }
  
  .nav1 {
    position: absolute;
    left: 100px;
    
    background: transparent;
    height: 200px;
    color: #fff;
    z-index: 1000;
  }
  
  .nav2 {
    position: relative;
    background: var(--fondo);
    height: 200px;
    color: #000;
        z-index: 1000;
        
  }
  
  
  .contenedor-nav {
    display: flex;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    height: inherit;
    overflow: hidden;
    z-index: 1;
  }
  
  
  
  
  header nav ul {
    list-style:none;
    
  }
    
  header nav ul li {
    display: inline-block;
    position: relative;
    left: 20%;
  }
  
  
  header nav ul li a:hover {
    background:#E6344A;
  }
  
  
  header nav ul li a {
    color:#fff;
    padding:30px;
    display:block;
    position: relative;
    text-decoration:none;
  }
  header nav ul li span {
  margin-right:10px;
  }
  
  header nav ul li:hover .children{
    display:block;
  }
  
  header nav ul li .children{
    display: none;
    background:#011826;
    position: absolute;
    width: 169%;
    z-index:1000;
  }
  
  header nav ul li .children li{
    display: block;
    overflow: hidden;
  left: -0%;
  border-bottom: 1px solid rgba(255,255 255,.5);
  }
  header nav ul li .children li a{
    display: block;
  }
  header nav ul li .children li a span{
   float: right;
   position: relative;
   top:3px;
   margin-right:10px;
   margin-left: 10px;
  
  }
  
  header nav ul li .caret {
    position: relative;
    top:3px;
    margin-right:0;
    margin-left: 10px;
  }
  
  
  
  .icono {
    display: none;
  }
  
  
  header .enlaces span {
  margin-right:5px;
  }
  
  
  .enlaces {
    
    display: flex;
    margin-left: -50%;
    height: 100%;
    width: 800px;
    justify-content: space-around;
    align-items: left;
    z-index: 1000;
  }
  
  .enlaces a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 0px 0;
    transition: 0.7s ease-out;
    color: #fff;
    text-decoration: none;
  }
  
  .enlaces a:hover,
  .active {
    border-top: 2px solid coral;
    border-bottom: 2px solid coral;
  }
  
  nav .logo {
    height: 100%;
    margin-left: 100px;
  }
  
  nav .logo img {
    object-fit: cover;
    height: inherit;
  }
  
  
  .textos {
    width: 100%;
    height: 140%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    overflow: hidden;
    text-align: center;
  }
  
  .textos>h1 {
  
    font-size: 30px;
    font-weight: 30px;
  
  }
  
  .textos>h2 {
    font-size: 90px;
    font-weight: 300px;
  }
  
  
  header .textos {
    text-align: center;
    color: #fff;
    margin-top: 150px;
  }
  
  header .textos h1 {
    font-size: 95px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  header .textos h2 {
    font-size: 30px;
    font-weight: 600;
  }
  
  .textos {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    overflow: hidden;
    text-align: center;
  }
  
  .textos>h1 {
    font-size: 40px;
    ;
  }
  
  
  
  .textos>h2 {
    font-size: 30px;
    font-weight: 300;
  }
  
  
  
  
  h1{
    text-align: center;
    margin: 10px 0;
    font-weight: 800;
  }
  
  form{
    background: #fff;
    width:10%;
    padding: 7px 0;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.8);
  }
  
  .form{
    width: 100%;
    
height:50px;
    margin: auto;
  }
  
  .form h1{
   color: black;
   font-size: 15pt;
  }
  
  form .grupo{
    position: relative;
    margin: 50px;
  }
  
  input, textarea{
    background: none;
    color:#737677;
    font-size: 18px;
    padding: 6px 6px 6px 2px;
    display: block;
    width: 100%;
    border:none;
    border-bottom: 1px solid var(--color1);
    resize: none;
  }
  
  input:focus,textarea:focus{
    outline: none;
    color: rgb(94,93,93);
  }
  
  input:focus~label, 
  input:valid~label, 
  textarea:focus~label, textarea:valid~label{
    position: absolute;
    top: -14px;
    font-size: 12px;
    color: #2196F3;
  }
  
  label{
    color: var(--colorTextos);
    font-size: 16px;
    position: absolute;
    left: 5px;
    top:10px;
    transition: 0.5s ease all;
    pointer-events: none;
  }
  
  
  input:focus~.barra::before, textarea:focus~.barra::before{
    width: 100%;
  }
  .barra{
    position: relative;
    display: block;
    width: 100%;
  }
  .barra::before{
    content: '';
    height: 2px;
    width: 0%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #6A82FB, #FC5C7D);
    transition: 0.3s ease all;
    left: 0%;
  }
  button{
    background: #FC5C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6A82FB, #FC5C7D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    width: 100px;
    height: 25px;
    border:none;
    color:#fff; 
    border-radius: 4px;
    font-size: 16px;
    margin: 10px auto;
    cursor: pointer;
  }
  
  @media screen and (max-width:1100px){
    form{
        width: 100%;

    }
  }
  
  @media screen and (max-width:600px){
    form{
        width: 60%;
    }
  }
  
  @media screen and (max-width:450px){
    form{
        width: 50%;
    }
  }
  
  @media screen and (max-width:300px){
    form{
        width: 30%;
    }
  
  }
  /* Main */
  
  
  /* Footer */
  
  
  
  /*whatsapp*/
  
    
  
  .button {
  background:#7f8c8d;
  color:#fff;
  display:inline-block;
  font-size:1.25em;
  font-family: "FixedsysExcelsior301Regular";
  margin:22px;
  padding:17px 0;
  text-align:center;
  width:200px;
  text-decoration:none;
  box-shadow:0px 3px 0px #373c3c;
  }
  .button span {
  margin-right:10px;
  }
  /*Colores*/
  .button.blue {
  background:#25d366;
  box-shadow:0px 3px 0px #fcfeff;
  }
  .button.yellow {
  background:#e67e22;
  box-shadow:0px 3px 0px #b55704;
  }
  
  /*Tamaños*/
  .button.medium {
  width:280px;
  }
  .button.large {
  width:480px;
  }
  
  .button.radius {
  border-radius:50px;
  }
  
  
  /*Efectos, Hover*/
  .button:hover {
  box-shadow:0px 0px 0px;
  padding-top:7px;
  }
  
  footer p {
    margin-top: var(--espacios);
    
  }
  
  
  
  
  
  .icon-whatsapp{
  color: rgb(255, 255, 255);
  
  }
  
  footer h1{
  
  color: rgb(245, 6, 6);
  font-size: 20pt;
  }
  
  @media screen and (max-width:750px) {

    form.form_contact{

      width: 92%;
      height:500px;
     
  }
    .icono {
        display: flex;
        justify-content: center;
        height: 70px;
        align-items: center;
        color: #fff;
        background: transparent;
        padding: 20px;
        z-index: 100;
        cursor: pointer;
        margin-right: 40px;
    }
    
  
    header .textos h1 {
        font-size: 75px;
    }
  
    .enlaces {
        position: fixed;
        height: 100vh;
        right: 0;
        width: 100%;
        flex-direction: column;
        transition: all 1s ease;
        background: #f46b45;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #eea849, #f46b45);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #eea849, #f46b45);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
    }
    @media screen and (max-width: 600px){
  
      button {
        background:#7f8c8d;
        margin:30px;
        padding:22px;
        text-align:center;
        width:200px;
       
      }
  
  
    /*Tamaños*/
  .button.medium {
  width:250px;
  }
  .button.large {
  width:450px;
  }
  
  .button.radius {
  border-radius:50px;
  }
    }
  
  
  
      @media screen and (max-width: 500px){

        :root{
          --espacios-contenido: 25px;
        }
  
      }
    .uno {
  
        -webkit-clip-path: circle(0% at 100% 0%);
        clip-path: circle(0% at 100% 0%);
  
    }
  
    .dos {
  
        -webkit-clip-path: circle(150% at 100% 0%);
        clip-path: circle(150% at 100% 0%);
  
    }
  }
  
  @media screen and (max-width:400px){
    nav .logo{
        margin-left: 20px;
    }
    .icono{
        margin-right:20px;
    }
  
    header .textos h1 {
        font-size: 25px;
    }
  }
 
  /* contac */
  
  footer{
      position: fixed;
      bottom: 0;
    }
    footer { position: static; }
      header { padding-top:0px; }
    
  
    .footer-distributed{
      
      background: linear-gradient(to bottom,
      rgba(211,135,20, .6),
      rgba(29,241,171, .6),
      rgba(7,109,150, .45) ),url(img/);
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: bold 16px sans-serif;
      padding: 50px 50px 60px 50px;
      margin-top: 80px;
    }
     
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: inline-block;
      vertical-align: top;
    }
     
    /* Footer left */
     
    .footer-distributed .footer-left{
      width: 30%;
    }
     
    .footer-distributed h3{
      color:  #ffffff;
      font: normal 36px 'Cookie', cursive;
      margin: 0;
    }
    .slogan
    {
    
      color: var(--color1);
    }
    /* The company logo */
     
    .footer-distributed .footer-left img{
      width: 30%;
    }
     
    .footer-distributed h3 span{
      color:  #e01c1c;
    }
  
    .footer-distributed .footer-left i{
      background-color:  #33383b;
      color: #ffffff;
      font-size: 25px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      margin: 10px 15px;
      vertical-align: middle;
    } 
    .footer-distributed .footer-left .blan{
    color:#000;
    font-size: 13pt;
  }
  
    .footer-distributed .footer-left i.fa-envelope{
      font-size: 17px;
      line-height: 38px;
    }
     
    /* Footer links */
     
    .footer-distributed .footer-links{
      color:  #ffffff;
      margin: 20px 0 12px;
  
    }
     
    .footer-distributed .footer-links a{
      display:inline-block;
      line-height: 1.8;
      text-decoration: none;
      color:  inherit;
    }
    .footer-distributed .blan {
      color: var(--color1);
  
    }
  
    .footer-distributed .footer-left p{
      display: inline-block;
      color: #000;
      vertical-align: middle;
      margin:0;
    }
    .footer-distributed .footer-left p span{
      display:block;
      font-weight: normal;
      font-size:14px;
      line-height:2;
    }
  
    .footer-distributed .footer-left a{
      color:  #e0ac1c;
      text-decoration: none;;
    }
     
    .footer-distributed .footer-company-name{
      color:  #8f9296;
      font-size: 14px;
      font-weight: normal;
      margin: 10px;
    }
     
    /* Footer Center */
     
    .footer-distributed .footer-center{
      width: 30%;
    }
     
     
    .footer-distributed .footer-center i{
      background-color:  #33383b;
      color: #ffffff;
      font-size: 25px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      margin: 10px 15px;
      vertical-align: middle;
    }
     
    .footer-distributed .footer-center i.fa-envelope{
      font-size: 17px;
      line-height: 38px;
    }
     
    .footer-distributed .footer-center p{
      display: inline-block;
      color: #ffffff;
      vertical-align: middle;
      margin:0;
    }
     
    .footer-distributed .footer-center p span{
      display:block;
      font-weight: normal;
      font-size:14px;
      line-height:2;
    }
     
    .footer-distributed .footer-center p a{
      color:  #e0ac1c;
      text-decoration: none;;
    }
     
  
    /* Footer Right */
  
  
  
     
    .footer-distributed .footer-right{
      width: 30%;
    }
     
    .google-maps {
    
      position: relative;
      padding-bottom: 60%;
  
      height: 0;
      overflow: hidden;
  }
  .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
   
  
    .footer-distributed .footer-company-about{
      line-height: 30px;
      color:  #fffffe;
      font-size: 13px;
      font-weight: normal;
      margin: px;
    }
    .footer-distributed .footer-right i{
      background-color:  #33383b;
      color: #ffffff;
      font-size: 25px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      text-align: center;
      line-height: 42px;
      margin: 10px 15px;
      vertical-align: middle;
    }
  
  
    .footer-distributed .footer-right p span{
      display:block;
      font-weight: normal;
      color:  #e0ac1c;
      font-size:14px;
      line-height:2;
    }
  
    .footer-distributed .footer-right a{
      color:  #e0ac1c;
      text-decoration: none;;
    }
   
  
    .footer-distributed .footer-company-about span{
      display: block;
      color:  #ffffff;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 40px;
    }
     
    .footer-distributed .footer-icons{
      margin-top: 30px;
    }
     
    .footer-distributed .footer-icons a{
      display: inline-block;
      width: 35px;
      height: 35px;
      cursor: pointer;
      background-color:  #ffffff;
      border-radius: 2px;
     
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      line-height: 35px;
     
      margin-right: 3px;
      margin-bottom: 5px;
    }
     
  
  
    .icon-ubicacin2{
      font-size: 30px;
      color:  #ffffff;
    }
    .dir{
      font-size: 17px;
      color:  #ffffff;
    }
    /* Here is the code for Responsive Footer */
    /* You can remove below code if you don't want Footer to be responsive */
     
     
    @media (max-width: 880px) {
     
      .footer-distributed .footer-left,
      .footer-distributed .footer-center,
      
      .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
      }
     
      .footer-distributed .footer-center i{
        margin-left: 0;
      }
     
    }
  
    /* cont*/



@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

:focus{
    outline: none;
}

body{
    background: rgb(219, 219, 219);
    font-family: 'Open sans';
}

/* FORMULARIO =================================== */



/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 15px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact{

    width: 92%;
    height:500px;
   
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="submit"]{
    width: 180px;
	background: #4091EC;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

form.form_contact input[type="submit"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 180px;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: rgb(184, 5, 5);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;


}

/* MENSAJE EXITOSO*/

.mensaje-exito{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mensaje-exito a{
    display: block;
    padding: 10px 30px;
    background: #4091EC;
    text-decoration: none;
    color: #fff;
}

.mensaje-exito a:hover{
    background: #3371B6;
}



@media (max-width:1100px){

form.form_contact{
  width:90%;
  
}
}




@media (max-width:920px){
  

  form.form_contact{
    width:100%;
  }
  }
    
  @media (max-width:700px){

    form.form_contact{
      width:100%;
      
    }
    }
      
@media (max-width:480px){

  
	form{
	  width:100%;
	}
}



@media (max-width:680px){

	.form_wrap{
    width:10%;
	}
}
