*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background: black;
  color: #e9e9e9;
  background-color: black;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a{
  color: #e9e9e9;
  text-decoration: none;
}
ul{
  list-style: none;
}
.container{
  width: 100%;
  margin: auto;
}
.containers{
  width: 90%;
  margin: auto;
}

/* Navigation*/
.nav-main{

  background: black;
  width: 100%;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 50px 0;
  z-index: 3;
  position: fixed;
  border-bottom: 1px solid #6cdee1;
}
.nav-brand{
  width: 200px;
  margin-left: 10px;
}
/* Nav externa*/
.nav-main ul{
  display: flex;
  justify-content: flex-end;
}
.nav-main ul li{
  padding: 10px;

}
.nav-main ul li a{
  padding: 6px;
}
.nav-main ul li a:hover{
  border-bottom: 2px solid #6cdee1;
  color: #6cdee1;
}
.nav-main ul.nav-menu{
  flex: 1;
  margin-left: 20px;
}
.menu-btn{
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 30px;
  z-index: 4;
  font-size: 1.8rem;
  display: none;
}

@media screen and (max-width: 900px){
.menu-btn{
    display: block;
    position: fixed;
    padding-top: 20px;
}
.nav-brand{
  width: 175px;
  margin: 0;
  padding: 0;
}
.nav-main ul.nav-menu{
    display: block;
    position: absolute;
    top: 101px;
    left: 0;
    background: black;
    height: 350px;
    padding: 30px;
    width: 40%;
    opacity: .8;
    border-right: 2px solid #6cdee1;
    border-bottom: 2px solid #6cdee1;
    transform: translateX(-400px);
    transition: transform .5s ease-in-out;
}

.nav-main ul.nav-menu.show{
    transform: translateX(-20px);
}

.nav-main ul.nav-manu li{
    padding: 20px;
    font-size: 14px;
}

.nav-main ul.nav-menu-right{
    margin-right: 40px;
}
}
/*Whatsapp icon*/

.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#e9e9e9;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.float:hover {
text-decoration: none;
color: #25d366;
background-color:#fff;
}

.my-float{
margin-top:16px;
}


/* Animation */
hr{
  color: black;
}
.animation{
  margin-top: 110px;
  height: 700px;
  background: url(/img/imagen\ principal\ a.jpg) no-repeat center center/cover;   
}
.letters{
  display: flex;
  width: 600px;
  height: 42px;
  color: black;
  font-size: 40px; 
  line-height: 40px;

  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  overflow: hidden;
}
.animation ul{
  color: #40808d;
  animation: cambiar 20s infinite;
  margin-left: 20px;

}

.animation p{
  padding-left: 10px;
  position: relative;
}

.sg{
  display: flex;
  width:35%;
  height: 45px;
  color: black;
  font-size: 40px; 
  line-height: 42px;

  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;

}

@keyframes cambiar{

  0%{ margin-top: 0;}
  12%{ margin-top: 0;}

  17%{ margin-top: -42px;}
  29%{ margin-top: -42px;}

  34%{ margin-top: -80px;}
  46%{ margin-top: -80px;}

  51%{ margin-top: -122px;}
  63%{ margin-top: -122px;}

  68%{ margin-top: -80px;}
  80%{ margin-top: -80px;}

  85%{ margin-top: -42px;}
  97%{ margin-top: -42px;}

  100%{ margin-top: 0;}

}
@media screen and (min-width: 900px) and (max-width: 1600px) {
  .animation{
    height: 650px;
    position: relative;
    bottom: 0px;

  }
  .letters{
    top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 37px;
  }
  .sg{
    top: 360px;
    font-size: 37px;
    width: 40%;
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .animation{
    height: 500px;
    position: relative;
    bottom: 0px;

  }
  .letters{
    top: 0;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 37px;
  }
  .sg{
    top: 300px;
    font-size: 37px;
    width: 40%;
  }
}
@media screen and (max-width: 600px){

.animation{
  height: 400px;
  position: relative;
  bottom: 0px;
 }
.letters{
  top: 0;
  width: 99%;
  display: inline-flex;
  font-size: 17px;
}
.sg{
  top: 220px;
  font-size: 20px;
  width: 70%;
}
}
.accordion-item { 
  margin-bottom: 10px;
}

.accordion-header { 
  padding: 10px;
  cursor: pointer;
}

.accordion-content {
  padding: 5px;
 
}
/* Nuestros servicios*/
.services{
   margin-top: 30px;
   padding-top: 30px;
   padding-bottom: 30px;
   color: black;
   background-color: #e9e9e9;

}
.servicesh3 {
   margin-top: 50px;
   margin-left: 100px;
   font-size: 40px;
   padding-bottom: 10px;
   color: #40808d;
   width: 90%;
   text-align: center;
   border-bottom: 2px solid #40808d;
} 
.nota h2{
  margin-top: 50px;
   margin-left: 100px;
   font-size: 30px;
   padding-bottom: 20px;
   color: black;
   width: 90%;
   text-align: center;
}
.ns{
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin: 50px 0 10px 60px;
  text-align: center;
  width: 90%;
}
.ns img{
  width: 90%;
  height: 180px;
  margin-bottom: 20px;
}
.ns img:hover{
  transform: scale(1.3);
  transition-duration: .7s;
}
.ns h3{
  font-size: 20px;
  margin: 10px 0;
  color: black;
  border: solid 3px #9979d8;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #9979d8;

}
.ns h5{
  font-size: 17px;
  padding: 2px 0 2px 0;
  
}
.ns p{
  text-align: center;
  
}
.viñeta{
  color: #9979d8;
  font-weight: 900;
  margin-right: 3px;
}
.ns .btn{
 padding: 10px 0;
 color: #e9e9e9;
 text-transform: uppercase;
 display: inline-block;
 font-weight: bold;
 width: 90%;
}

.btn{
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: bold;
  padding: 100px 200px;
  background: black;
  color: black;
  font-size: 15px;
  border: 1px solid #6cdee1;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 0 10px 0 #6cdee1;
}
.btnCom{
  cursor: pointer;  
  padding: 13px 200px;
  background: black;
  font-size: 15px;
  border: 1px solid #6cdee1;
  border-radius: 10px;
  margin: 10px 10%;
  box-shadow: 0 0 10px 0 #6cdee1;  
  color: #e9e9e9;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  width: 78%;
  text-align: center;
}
.btn:hover{
  opacity: .7;
}
@media screen and (min-width: 600px) and (max-width: 900px){
.services{
  width: 100%;
}
.services h3{
  width: 90%;
  margin: auto;
}
.nota{
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.nota h2{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90%;
  font-size: 30px;
}
.nota p{
  margin: auto;
  width: 90%;
  text-align: justify;
}
.ns{
  display: inline-block;
  margin: auto;
  width: 100%;
}
.ns img{
  width: 100%;
  margin-top: 75px;
}
.ns img:hover{
  transform: scale(1);
}
.ns p{
  padding: 20px 10px 2px 10px;
}
}
@media screen and (max-width: 600px){
.services{
  width: 100%;
}
.services h3{
  width: 90%;
  margin: auto;
}
.services h5{
  margin-top: 8px;
}
.nota{
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.nota h2{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90%;
  font-size: 30px;
}
.nota p{
  margin: auto;
  width: 90%;
  text-align: justify;
}
.ns{
  display: inline-block;
  margin: auto;
  width: 100%;
}

.ns img{
  width: 100%;
  margin-top: 75px;
}
.ns img:hover{
  transform: scale(1);
}
.ns p{
  padding: 10px 10px 2px 10px;
}
.btnCom{
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: bold;
  padding: 15px 180px;
  background: black;
  color: rgb(255, 255, 255);
  font-size: 15px;
  border: 1px solid #6cdee1;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 0 10px 0 #6cdee1;
}
}
/*Imagen fija*/
.textos-header{
  width: 100%;
  /* fallback for old browsers */
  background:  url(/img/firma\ electronicaf.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.textos-header{
  display: flex;
  height: 700px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.textos-header h1{
  font-size: 50px;
  color: #e9e9e9;
  margin-bottom: 20px;
}
.textos-header  h1:hover{
  color: #6cdee1;
  transition: .5s;
}

.textos-header h2{
  width: 90%;
  font-size: 30px;
  font-weight: 300;
  color: #e9e9e9;
}
.proceso{
  color: #e9e9e9;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin: 50px 0 10px 60px;
  text-align: center;
}
.proceso h6{
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #6cdee1;
}
.proceso img{
  width: 50%;
  height: 140px;
}
.proceso img:hover{
  opacity: .3;
  transition: .5s;
}

@media screen and (min-width: 600px) and (max-width: 900px){
.textos-header{
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
.textos-header h1{
  padding-top: 20px;
  font-size: 30px;

}
.textos-header h2{
  font-size: 20px;
  width: 90%;
  margin: auto;
  text-align: justify;
}
.proceso{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: auto;
}
.proceso p{
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: justify;
  font-size: 16px;
}
}
@media screen and (max-width: 600px){
.textos-header{
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
.textos-header h1{
  padding-top: 20px;
  font-size: 30px;

}
.textos-header h2{
  font-size: 20px;
  width: 90%;
  margin: auto;
  text-align: justify;
}
.proceso{
  display: inline-block;
  width: 90%;
  margin: auto;
}
.proceso p{
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: justify;
  font-size: 16px;
}
}
/* Galeria */

.contenedor {
  padding: 60px 0;
  width: 90%;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
}

.titulo {
  color: black;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid black;
  padding: 10px;
}

.titulo2 {
  color: #40808d;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}



.portafolio{
  background: #e9e9e9;
}

.galeria-port{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  
}

.imagen-port{
  width: 24%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-galeria{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: black;
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-galeria img{
  width: 90px;
}

.hover-galeria p{
  color: #e9e9e9;
}

.imagen-port:hover .hover-galeria{
  transform: scale(1);
}
@media screen and (min-width: 600px) and (max-width: 900px){
.hover-galeria img{
  width: 60px;
}
.hover-galeria p{
  color: #e9e9e9;
  font-size: 10px;
}
}
@media screen and (max-width: 600px){
.hover-galeria img{
  width: 23px;
}
.hover-galeria p{
  color: #e9e9e9;
  font-size: 7px;
}
.titulo{
  font-size: 20px;
  padding: 0 0 10px 0;
}
.titulo2{
  font-size: 15px;
}
}

/*line time*/

.title-linetime{
  color: #6cdee1;
  font-weight: 700;
  margin-top: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 20px;
}
.process-wrapper {
margin:auto;
  max-width:1080px;
  margin-bottom: 100px;
}

#progress-bar-container {
position:relative;
width:90%;
margin:auto;
height:100px;
margin-top:65px;
}

#progress-bar-container ul {
padding:0;
margin:0;
padding-top:15px;
z-index:2;
position:absolute;
width:100%;
margin-top:-40px
}

#progress-bar-container li:before {
content:" ";
display:block;
margin:auto;
width:29px;
height:29px;
border-radius:50%;
border:solid 2px #6cdee1;
transition:all ease 0.3s;
   
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
border:solid 3px black;
        
background: linear-gradient(to right, #40808d 0%,#e9e9e9 100%); 
}

#progress-bar-container li {
list-style:none;
float:left;
width:16%;
text-align:center;
color:#e9e9e9;
text-transform:uppercase;
font-size:11px;
cursor:pointer;
font-weight:700;
transition:all ease 0.2s;
vertical-align:bottom;
height:66px;
position:relative;
}

#progress-bar-container li .step-inner {
position:absolute;
width:100%;
bottom:0;
font-size: 14px;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
color:#40808d;
}

#progress-bar-container li:after {
content:" ";
display:block;
width:6px;
height:6px;
background:#777;
margin:auto;
border:solid 7px #e9e9e9;
border-radius:50%;
margin-top:40px;
box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
transition:all ease 0.2s;
   
}

#progress-bar-container li:hover:after {
background:#555;
}

#progress-bar-container li.active:after {
background:#40808d;
}

#progress-bar-container #line {
width:80%;
margin:auto;
background: #e9e9e9;
height:6px;
position:absolute;
left:6%;
top:57px;
z-index:1;
border-radius:50px;
transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
content:" ";
width:0%;
height:100%;
background: #40808d;	 
background: linear-gradient(to right, #40808d 0%,#6cdee1 100%); 
position:absolute; 
z-index:2;
border-radius:50px;
transition:all ease 0.9s;
}

#progress-content-section {
width:90%;
margin: auto;
background: #e9e9e9;
border-radius: 4px;
}

#progress-content-section .section-content {
padding:30px 40px;
text-align:center;
}

#progress-content-section .section-content h2 {
font-size:17px;
text-transform:uppercase;
color:black;
letter-spacing:1px;
}

#progress-content-section .section-content p {
font-size:16px;
line-height:1.8em;
color:black;
}

#progress-content-section .section-content {
display:none;
animation: FadeInUp 700ms ease 1;
animation-fill-mode:forwards;
transform:translateY(15px);
opacity:0;
}

#progress-content-section .section-content.active {
display:block;
}

@keyframes FadeInUp {
0% {
  transform:translateY(15px);
  opacity:0;
}

100% {
  transform:translateY(0px);
  opacity:1;
}
}


#progress-bar-container li:after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #40808d;
  margin: auto;
  border: solid 7px #e9e9e9;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0,0 , 3);
  transition: all ease 0.2s;
}


#progress-bar-container li:hover::after{
  background: black;   
}



#progress-bar-container li:active:after{
  background: #6cdee1;   
}


#progress-bar-container #line{
  width: 80%;
  margin: auto;
  background: #e9e9e9;
  height: 5px;
  position: absolute;
  left: 7%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}


#progress-bar-container #line-process{
  content:" ";
width:3%;
height:100%;
background: #40808d;	 
background: linear-gradient(to right, #40808d 0%,#6cdee1 100%); 
position:absolute;
z-index:2;
border-radius:50px;
transition:all ease 0.9s;
}


#progress-content-section{
  width: 90%;
  margin: auto;
  background: #e9e9e9;
  border-radius: 4px;
}



#progress-content-section .section-content{
  padding: 30px 40px;
  text-align: center;
}


#progress-content-section .section-content h2 {
font-size:17px;
text-transform:uppercase;
color:#333;
letter-spacing:1px;
}

#progress-content-section .section-content p {
font-size:16px;
line-height:1.8em;
color:black;
text-align: justify;
}

#progress-content-section .section-content {
display:none;
animation: FadeInUp 700ms ease 1;
animation-fill-mode:forwards;
transform:translateY(15px);
opacity:0;
}

#progress-content-section .section-content.active {
display:block;
}

@keyframes FadeInUp {
0% {
  transform:translateY(15px);
  opacity:0;
}

100% {
  transform:translateY(0px);
  opacity:1;
}
}

@media screen and (min-width: 600px) and (max-width: 900px){
  .title-linetime{
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 20px;
  }
  #progress-bar-container li .step-inner{
    font-size: 12px;
  }
}
@media screen and (max-width: 600px){
  .title-linetime{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
  }
  #progress-bar-container li .step-inner{
    font-size: 6px;
    line-height: 10px;
  }
}
/* footer */

footer{
  background:  url(/img/firma\ electronicaf.jpg) no-repeat;
  background-size: cover;
  padding: 10px 0 30px 0;
  margin: auto;
  overflow: hidden;
}
footer p{
  font-size: 16px;
  text-align: justify;
}
.main-content{
display: flex;
}
.main-content .box{
flex-basis: 50%;
padding: 10px 20px;
}
.box h2{
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
}
.box .content{
margin: 20px 0 0 0;
position: relative;
}
.box .content:before{
position: absolute;
content: '';
top: -10px;
height: 2px;
width: 100%;
background: #1a1a1a;
}
.box .content:after{
position: absolute;
content: '';
height: 2px;
width: 15%;
background:#6cdee1;
top: -10px;
}
.left .content p{
text-align: justify;
}
 .content .social{
margin: 20px 0 0 0;
}
 .content .social a{
padding: 0 2px;
}
 .content .social a span{
height: 40px;
width: 40px;
background: #1a1a1a;
line-height: 40px;
text-align: center;
font-size: 15px;
border-radius: 5px;
transition: 0.3s;
}
 .content .social a span:hover{
background: #6cdee1;
}
.center .content .fas{
font-size: 1.5rem;
background: black;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
border-radius: 50%;
transition: 0.3s;
cursor: pointer;
}
.center .content .fas:hover{
background: #6cdee1;
}
.center .content .text{
font-size: 15px;
font-weight: 500;
padding-left: 10px;
}
.center .content .phone{
margin: 15px 0;
}
.right form .text{
font-size: 15px;
margin-bottom: 2px;
color: #656565;
}
.right form .msg{
margin-top: 10px;
}

.bottom center{
padding: 5px;
font-size: 15px;
background: #151515;
}
.bottom center span{
color: #656565;
}
.bottom center a{
color: #6cdee1;
text-decoration: none;
}
.bottom center a:hover{
text-decoration: underline;
}
@media screen and (max-width: 900px) {
footer{
  position: relative;
  bottom: 0px;
}
.main-content{
  flex-wrap: wrap;
  flex-direction: column;
}
.main-content .box{
  margin: 5px 0;
}
}
