﻿: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;
   
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    
}

.hidden {
    overflow: hidden;
}

.centrado {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #cef;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}





header {
  
    width: 100%;
    height: 90px;
     background: linear-gradient(to bottom, rgba(211, 135, 20, .6)), url(img/);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1000;

}

header.uno{
  height: 7px;


}


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: -40%;
  height: 100%;
  width: 800px;
  justify-content: space-around;
  align-items: left;

}

.enlaces a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 0.5px 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;
}


/* Main */

.detalle {

  z-index: 1;

}

.detalle h1{
  color: black;
}

.contenedor {
    margin: auto;
    
    padding: var(--margenes) 0;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    overflow: hidden;

}



.contenedor h3 {
  font-size: var(--titulos);
  font-size: 15pt;
  color: #000;
  margin-bottom: var(--espacios);
}
.contenedor h4 {
  font-size: var(--titulos);
  font-size: 20pt;
  color: var(--color1);
 
}

.contenedor p {
    font-size: var(--subtitulos);
    font-weight: 300px;
    color: var(--color1);
}

.after::after {
    content: '';
    display: block;
    margin: auto;
    margin-top: var(--espacios);
    width: 100px;
    height: 2px;
    background: var(--color1);
    margin-bottom: var(--espacios-contenido);
}

.card {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.content-card {
    width: 41%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    height: 400px;
}
.content-card1 {
    width: 31%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    height: 300px;
}
.content-card2 {
  width: 45%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  overflow: hidden;
  height: 300px;
  z-index: -1000;
}
.content-card3 {
  width: 45%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  overflow: hidden;
  height: 300px;
  z-index: -1000;
}
.imagen {
    height: 80%;
}

.people {
    height: 80%;
}

.content-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-team {
    height: 10%;
    width: 100%;
    padding: var(--espacios) 0;
}

.about {
    background: url(img/teclado.jpg);
    height: auto;
}

.servicios {
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}

.caja-servicios {
    width: 30%;
    margin: auto;
    text-align: center;
}

.caja-servicios>h4 {
    margin-bottom: var(--espacios);
}

.caja-servicios>p {
    text-align: center;
}

.botones-work {
    overflow: hidden;
}

.botones-work li {
    display: inline-block;
    text-align: center;
    margin-left: var(--espacios);
    margin-bottom: var(--espacios-contenido);
    padding: 6px 12px;
    border: 1px solid var(--color1);
    list-style: none;
    color: var(--color1);
}

.botones-work li:hover {
    background: var(--color1);
    color: #fff;
    cursor: pointer;
}

.botones-work .active {
    background: var(--color1);
    color: #fff;
}

.galeria-work {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cont-work {
    width: 31%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    height: 300px;
    overflow: hidden;
    margin-bottom: var(--espacios-contenido);
}

.img-work {
    height: 90%;
    width: 100%;
}

.img-work img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.textos-work {
    height: 10%;
}

.textos-work h4 {
    line-height: 30px;
    font-weight: 300;
}


/* Footer */



/*whatsapp*/

.button {
	background:#7f8c8d;
	color:#fff;
  display:inline-block;
 
  font-size:1.25em;
  font-family: "FixedsysExcelsior301Regular";
	margin:20px;
	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:250px;
}
.button.large {
	width:450px;
}
 
.button.radius {
	border-radius:50px;
}
 

 /*Efectos, Hover*/
.button:hover {
	box-shadow:0px 0px 0px;
	padding-top:7px;
}

footer p {
    margin-top: var(--espacios);
    
}
.footer .tres{
  color: rgb(255, 255, 255);

  
}



 

.icon-whatsapp{
  color: rgb(255, 255, 255);

}

footer h1{
  color: rgb(255, 255, 255);
  
}

@media screen and (max-width:750px) {
    .icono {
        display: flex;
        height: 70px;
        align-items: stretch;
        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;
        align-items: left;
        /* 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: 800px){

      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;
        }

   
        .content-card{
          width: 80%;
        }
    
        .caja-servicios{
            width: 90%;
            margin-bottom: var(--margenes);
          }
        
          .cont-work{
            width: 85%;
          }
        
          .marca-logo{
            width: 80%;
          }
        
          .iconos{
            margin: auto;
          }
        }
    .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;
    }
}

/*footer*/

  /*Presets*/
  

  /*galeria */




.galeria{
    font-family: 'open sans';
}

.galeria h1{
    text-align: center;
    margin:20px 0 15px 0;
    font-weight: 300;
}

.linea{
    border-top: 5px solid #0077C0;
    margin-bottom: 20px;
    width: 100%;
    height:60px;
    background: linear-gradient(to bottom,
    rgba(211,135,20, .6),
    rgba(29,241,171, .6),
    rgba(7,109,150, .45)
    ), url(img/fondo.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  
}
.linea1{
  border-top: 5px solid  rgba(211,135,20, .6);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.contenedor-imagenes{
    display:flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
    color: #fff;
    color: var(--color1);
    z-index: -1;

}

.contenedor-imagenes .imagen{
    width: 100%;
    position: relative;
    height:250px;
    margin-bottom:5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0, 118, 192, 0.781) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    color: #fff;
    font-weight: 300;
    font-size:10px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.overlay h4{
    color: #fff;
    font-weight: 300;
    font-size:10px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}

@media screen and (max-width:1000px){
    .contenedor-imagenes{
        width: 95%;
    }
}
.linea{

  height:100%;
}
.content-card{
    width: 31%;
    margin-bottom:var(--margenes);
  }
  
  :root{
    --margenes: 30px;
  }



@media screen and (max-width:700px){
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 48%;
    }
}




a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-family: Lato;
    position: center;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: rgb(212, 12, 12);
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

@media screen and (max-width:750px){
    :root{
        --espacios-contenido: 25px;
      }
      .content-card{
        width: 80%;
      }

      .enlaces{
        align-items: left;
      }
      .content-card1{
        width: 80%;

      }
.content-card2{
        width: 80%;
        
      }
      .content-card3{
        width: 100%;
        
      }
      .caja-servicios{
        width: 90%;
        margin-bottom: var(--margenes);
      }
    
      .cont-work{
        width: 85%;
      }
    
      .marca-logo{
        width: 80%;
      }
    
      .iconos{
        margin: auto;
      }
    }
    h1{
        font-size:22px;
    }
    .contenedor-imagenes{
        width: 98%;
    }
    .contenedor-imagenes .imagen{
        width: 100%;
    }
    footer{background:url(img/footer-bg.png);}
    /*foo*/
    footer{
      position: fixed;
      bottom: 0;
    }
    footer { position: static; }
      header { padding-top:0px; }
    
    .footer-distributed{
      
      background-color: #2c292f;
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: bold 16px sans-serif;
      padding: 50px 50px 60px 50px;
      margin-top: 80px;
    }
     
    @media (max-height:800px){
      footer { position: static; }
      header { padding-top:0px; }
    }
     
     
   
     
    .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: 50%;
    }
     
    .footer-distributed h3 span{
      color:  #e01c1c;
    }
    .footer-distributed h1 span{
      color:  #e01c1c;
    }
     
    /* 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 .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 */





    .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-right{
      width: 30%;
    }


    .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-company-about{
      line-height: 20px;
      color:  #fffffe;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
    }
     
 
     

    .footer-distributed .footer-company-about span{
      display: block;
      color:  #ffffff;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
     
    .footer-distributed .footer-icons{
      margin-top: 25px;
    }
     
    .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) {

    .google-maps {
  
      position: relative;
      padding-bottom: 30%;

      height: 0;
      overflow: hidden;
  }
  .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
}
     
    @media (max-width: 880px) {
     
      .footer-distributed .footer-left,
      .footer-distributed .footer-center,
      .footer-distributed .google-maps,
       .footer-distributed .google-maps iframe,
      .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
      }
     
      .footer-distributed .footer-center i{
        margin-left: 0;
      }
     
    }

/*burjula*/

