@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?6s6d3k');
    src:    url('../fonts/icomoon.eot?6s6d3k#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?6s6d3k') format('truetype'),
        url('../fonts/icomoon.woff?6s6d3k') format('woff'),
        url('../fonts/icomoon.svg?6s6d3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e900";
}
.icon-phone:before {
    content: "\e901";
}
.icon-menu:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}


body {
  margin: 0;
  font-family: 'Quicksand', arial;

  background-color: #F7FAFC;


  /* background: blue; */
  color: #0b2027;
  transition: 0.5s;
}

a {
  text-decoration: none;
}
p{
  font-size: 0.9em;
  color: #5B757F;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: bold;
}

footer  {
 background: rgba(0,0,0, 0.9);
}
footer p {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

h1, h2 , h3, h4{
  font-family: 'Titillium Web', sans-serif;
}

h1{
    font-size: 3em;
}

h2{
  font-size: 1.3em;
}

h3{
  margin: 0;
  text-align: center;
  font-size: 2em;
  color: #FE4A49;
}
h4{
  margin: 0;
  font-size: 1.5em;
  text-align: center;
}
textarea{
  resize: none;
}

li {
  line-height: 25px;
}



img.b-loaded {
  transform: scale(1);

}
/* --------------------PORTADA------------------------- */


/*---------------- MENU---------------- */
.logo{
grid-area: logo;
}

.menu {
grid-area: links;
justify-self: end;
margin-right: 20px;
}
.page-header{
width: 100%;
position: absolute;
z-index: 100;
display: grid;
grid-template: 60px / auto 1fr;
grid-template-areas: "logo links"
}
.menu li{
display: inline;
margin:0 15px;
padding: 0;
}
.menu a{
color: #F5F8F8;
font-size: 1.2em;
transition: 0.5s;
}
.menu a:hover {
color: #FFD717;

}
.menu ul {
justify-self: end;
}
.menu li:before{
content: '|';
font-size: 1.1em;
padding-right:  15px;
color: #0AD3FF;
}

.menu li:first-child:before{
display: none;
padding-right: 0px;
}

/*---------------- END MENU---------------- */
/*---------------------------- CONTACTO ---------------------------- */


.contacto{
  padding: 20px 30px;
  background: linear-gradient(to right, rgba(28,64,223,1) 0%, rgba(18,121,231,1) 100%);
  display: grid;
  grid-template: repeat(4, auto) / repeat(2, 1fr);
  grid-template-areas: "titulo formulario"
                       "parrafo formulario"
                       "info  formulario"
                       "social formulario";
}


.titulo-contac{
  grid-area: titulo;
  color: white;
}
.parrafo-contac{
  text-align: center;
  margin: 0 auto;
  grid-area: parrafo;
  color: rgba(255,255,255,0.7);
}
.info-contac{
  width: 70%;
  margin: 0 auto;
  grid-area: info;
}
.info-contac p{
  color: white;
}
.social-contac {
  margin: 0 auto;
  grid-area: social;
  color: white;
}
.links-contac{
  width: 200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}
.call {
  /* display: none; */
}
.formulario{
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  color:white;
  grid-area: formulario;
  width: 80%;
}

.formulario input, textarea{
  color:white;
  background: transparent;
  border: none;
  outline: none;
  width: 80%;
   border-bottom: 2px solid rgba(0,0,0, 0.2);
   margin: 10px 10px;

}

.formulario label{
  display: block;
}
.item-contac{
  display: grid;
  grid-template: 1fr / auto auto;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
}

.circulo{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,0.06);
}
.call {
  display: none;
}

/* -------------------------END CONTACTO----------------------------- */

/* ---------------------------FOOTER ---------------------------------- */




/* ---------------------------END FOOTER ---------------------------------- */

/* ---------------------------------BOTONES ---------------*/
.burguer-button, .icon-close{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #0b2027;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 3;
  position: fixed;
  display: none;
  transition: 1s;
  color: white;
}

.btn {
      display: flex;
      font-size: 1em;
      letter-spacing: 3px;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 15px;
      border: none;
      border: 3px solid rgba(28,62,222,0.5);
      color: rgba(28,62,222,0.9);
      border-radius: 30px;
      cursor: pointer;
      outline: 0;
      transition: .1s;
      will-change: transform;

    }
.btn:active {
      transform: scale(.9);
    }

.boton-sec{
  height: 60px;
  display: flex;
  justify-content: center;
  margin: 50px;

}
.btn.second{
  height: 30px;
  color: white;
  border: none;
  background: rgba(0,0,0, 0.1);
  padding: 0;
    /* padding: .6em 6.8em .8em; */

}

/* ---------------------- END BOTONES -------------------- */


/* RESPONSIVE */

@media screen and (max-width: 800px){

  h1{
      font-size: 3em;
  }
  h3{
      font-size: 1.5em;
  }
  p{
      font-size: 0.8em;
  }

/* -----------------------PORTADA */
  .header{
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

  /* MENU */
  .logo{
    grid-area: logo;
    justify-self:center;
  }

  .menu {
    margin-right: 0;
    grid-area: links;
    justify-self: center;
  }
  .menu li{
    margin:0 15px;
  }

.page-header{
  height: auto;
  grid-template: auto auto / 1fr;
  grid-template-areas: "logo"
                       "links";
}


/* -------------------------CONTACTO--------------- */
.contacto{
  padding: 20px 30px;
  grid-template: repeat(5, auto) /  1fr ;
  grid-template-areas: "titulo"
                       "parrafo"
                       "formulario"
                       "info"
                       "social";
}

.parrafo-contac {
  width: 70%;
  margin: 20px auto;
}
.formulario {
  justify-content: center;
  width: 100%;
  justify-self: center;
}
.formulario input, textarea{
  width: 100%;
}
.formulario label{
  font-size: 0.8em;
}
.line{
  margin: 0 auto;
  width: 70%;
}

.btn.second{
  width: 60%;
  margin: 10px auto;
}

.links-contac{
  width: 300px;
}


.call {
  display: inline;
}

}


@media screen and (max-width: 750px) {

}
@media screen  and (max-width: 650px) {

  h1{
    font-size: 2.5em;
  }

  /* MENU */
.menu{
position: fixed;
display: flex;
align-items: center;
margin: 0;

justify-content: center;

text-align: center;
background: rgba(1, 19, 29, 0.8);

z-index: 2;
left: -100%;
top: 0;
right: 0;
bottom: 0;
width: 100%;
transition: 0.3s;
}
.menu.active{
  left:0;
}
.menu ul{
  margin: 0 5px;
  padding: 0;
  flex: 1;
}
.menu li{
  margin: 0;
  display: block;
  padding: 15px;
  border-top: 1px solid white;
  border-bottom: : 1px solid white;
}

.menu li::before{
  display: none;
}
.burguer-button{
  display: block;
}
  /* MENU */
  /* CONTACTO */
  .enviar input{
    width: 90%;
  }

  /* CONTACTO */

  /* FOOTER */


  /* FOOTER */
}
@media screen and (max-width: 500px) {

    /* CONTACTO */
    .contacto{
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    h4{
      font-size: 1.2em;
    }

    .line{
      width: 85%;
      margin: 0;
      padding: 0;
    }
    .formulario label{
      margin-left: 10px;
    }


  /* CONTACTO */
}
@media screen and (max-width: 400px) {

    h1{
      font-size: 1.8em;
    }
    .contacto h4{
      margin: 20px auto;
      font-size: 0.9em;
    }


    .links-contac{
      width: auto;
      margin: 20px auto 30px auto;
    }

}
