/* ----- GENERAL --- */

body{
	font-family: 'Lato', sans-serif;
  /*
  background-image: url(../img/cuadros-back.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;*/
}

p{
  color:#19323c;
}

h1,h2, h3, h4{
  color: #c22d29;
}

h1{
    font-size: 1.8em;

    }

h2{
  font-size: 2.1em;
  font-weight: 100;
  padding-bottom: 20px;
}
h2:after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #c22d29;
  margin-bottom: 10px;
  margin-left: 10px;

}

h3{
  font-size: 1.2em;
  font-weight: 600;
  color: #19323c;
  padding-bottom: 10px;

}

h3 span{
  color: #c22d29;
}

h4{
  font-size: .8em;
  font-weight: 700;
}

p{
	font-size: .9em;
  color: #333;
}

.page{
  width: 100%;
  height: auto;
  padding: 0;
}


.wrap-section{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px 5px 5px;

}





/* ----- MENÚ --- */

.navbar{
  background:rgba(256,256,256, .9);
  padding: 5px 40px !important;
}
.navbar li{
  text-transform: uppercase;
  font-size: 14px;
  transition:.5s;
}

.navbar-light .navbar-nav .nav-link{
  color:#19323c !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
  color:#c22d29 !important;
}

.menu__link{
  font-size: 1em;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0.2rem;
    padding-left: 0.2rem;
}



/* ----- HERO --- */

.hero{
	width: 100vw;
	height: 100vh;	
	background: #fff; /* Old browsers */
	background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  
}


.curva-hero{
    height: 200px;
    width: 100%;
    background-image: url(../img/curva.png);
    background-repeat: no-repeat;
    background-position: top center;
     -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
      z-index: 3;
    position: absolute;
    bottom: 0;
}

.content-hero{
	width: 100%;
  color: white;
}

.content-hero span{
  color: #19323c;
}


.pleca-hero{
  width: 100px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #EA3E24;
  margin-top: 25px;
}


/* ----- BENEFICIOS --- */

.beneficios{
  margin-top: 40px;
  width: 100%;
  height: auto;
  min-height: 400px;
  background-position: right top;
  background-repeat: no-repeat;
  padding:10px 20px 10px 10px;
}


.beneficios ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.beneficios li{
  margin-bottom: 10px;
  padding-left: 1em; 
  text-indent: -1em;
}

.beneficios li:before{
  font-family: "FontAwesome";
  font-size: .8em;
  content: '\f192';
  color: #c22d29;
  margin-right: 5px;

}


/* ----- APLICACIÓN --- */

.aplicacion{
    height: auto;
    min-height: 400px;
    width: 100%;
    background-image: none;
    background-color:white;
    padding:0px 20px 30px 0px;
  }

.aplicacion .wrap-section{
  padding-left:0!important;
}

.content-aplicacion{
  margin-top: 20px;
  padding-left: 45px;
}

.aplicacion ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.aplicacion li{
  margin-bottom: 10px;
  padding-left: 1em; 
  text-indent: -1em;
}

.aplicacion li:before{
  font-family: "FontAwesome";
  font-size: .8em;
  content: '\f192';
  color: #c22d29;
  margin-right: 5px;

}

.content-aplicacion i{
  font-size: 2.3em;
  color: #c22d29;
  border: 1px solid #c22d29;
  border-radius: 50px;
  padding:10px 15px;
  display: inline-block;
}

/* ----- SEGURIDAD --- */

.seguridad{
  margin-top: 50px;
    height: auto;
    min-height: 640px;
    width: 100%;
    background-image: url(../img/back-seguridad.png);
    padding:100px 20px 70px 0px;
    background-repeat: no-repeat; 
    background-position: top center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.seguridad ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.seguridad li{
  margin-bottom: 10px;
  padding-left: 1em; 
  text-indent: -1em;
}

.seguridad li:before{
  font-family: "FontAwesome";
  font-size: .8em;
  content: '\f023';
  color: #c22d29;
  margin-right: 5px;

}

/* ----- FUNCIONALIDADES --- */

.funcionalidades{
    height: auto;
    min-height: 400px;
    width: 100%;
    padding:0px 20px 30px 0px;
}

.content-funcionalidades{
  margin-top: 20px;

}



.funcionalidades ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.funcionalidades li{
  margin-bottom: 20px;
  padding-left: 1em; 
  text-indent: -1em;
}

.funcionalidades li:before{
  font-family: "FontAwesome";
  font-size: .8em;
  content: '\f192';
  color: #c22d29;
  margin-right: 5px;

}



/* ----- PLANES --- */
.planes{
  margin-top: 80px;
  height: auto;
  width: auto;
  min-height: 470px;
  padding:60px 20px 80px 10px;
  background-image: url(../img/back-planes.jpg);
  background-repeat: no-repeat; 
    background-position: top center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.planes p{
  color: #fff !important;
}

.planes h2{
  color: #fff;
}

.planes h2:after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;

}


.planes h3{
  color: #fff;
}

.planes h3 span{
  color: #fff;
  font-weight: 300;
}

.card-body{
  background-color: rgb(256, 256, 256, .9);
  margin-bottom: 20px;
}

.card-body h3{
  color: #19323c;
}

.card-body i{
  background-color: #c22d29;
  padding:20px;
  font-size: 30px;
  color: #fff;
}

.prueba-card{
  width: 100%;
  height: auto;
  background-color: green;
}

.portfolio-item {

  margin: 15px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(256, 256, 256, .7);
  border-radius: 15px;
}

.hover-text h3{
  color: #fff;
}


.btn-line2{
  color: #EA3E24;
  background-color: transparent;
  border: solid 1px #EA3E24;
  border-radius: 20px;
  font-size: .8rem;
  margin-bottom: 15px;
  margin-top:25px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.btn-line2:hover{
  color: #fff;
  background-color: #EA3E24;
  border: solid 1px #EA3E24;
  border-radius: 20px;
  font-size: .8rem;
  margin-bottom: 15px;
  margin-top:25px;
}



.portfolio-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item .hover-bg {
  
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(40, 36, 94, 0.9);
  padding: 33% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 15px;
}
.hover-bg .hover-text>h4 {
  opacity: 0;
  color: #fff;
  font-weight: 400;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg .hover-text>i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

#modal-qpass .modal-content{
  padding:0;
  background-image: url(../img/back-portafolio.png);
  background-position: center;
}

#modal-qpass .modal-header{
    border-bottom: 0;  
}

#modal-qpass .modal-header button{
    color: #fff;
}

#modal-qpass .modal-body{
    padding:0 0 20px 0;
    overflow: auto;
    white-space: nowrap;

}

#modal-qpass .modal-footer{
  border-top: 0;
}
#modal-qpass .arrow{
  font-size: 18px;
  color: #fff;
  margin-right:20px;
} 



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

.contacto{
  margin-top: 5px;
  height: auto;
  width: auto;
  padding:30px 60px 120px 60px;
  background-image: url(../img/back-contacto.jpg);
  background-repeat: no-repeat;  
  background-position: top;
  background-size: cover;
}

.form-contacto{
  color: #19323c;
  font-size: 12px;
}

.form-contacto input[type=text],input[type=email],input[type=textarea]  {
  border: 1px solid #E43D30;
  background-color: transparent;
  color: #19323c;
}

.form-contacto input::placeholder  {
  font-weight: 300;
  color: #435f68;
  font-size: 12px;
}

.title-contact{
  font-size: 12px;
}

.btn-submit{
  color: #fff ;
  background-color: #c22d29;
  border: solid 1px #c22d29 ;
  font-size: .8rem ;
  margin-bottom: 15px;
  margin-top:25px;
  margin-right: 15px;
  padding: 7px 25px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.btn-submit:hover{
  color: #fff ;
  background-color: #892828 ;
  border: solid 1px #892828 ;
  font-size: .8rem ;
  margin-bottom: 15px ;
  margin-top:25px ;
}

has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
  color: #E43D30;
}

.has-success .form-control{
  border-color: #00B4B7;
}

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

footer{
  background-image: linear-gradient(0deg, #c22d29 0%, #6a2d29 100%);
  width: 100%;
  height: auto;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;

}

.content-footer{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.redes a{
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.redes a:hover{
  color: #c22d29;
  font-size: 20px;
  text-decoration:none;
}

.legales p{
  font-size: 12px;
  color: #fff;

  }

.legales a{
  font-size: 12px;
  color: #fff;

  }

#terminos .modal-body{
    height: 300px;
    overflow-y: auto;
}

#privacidad .modal-body{
    height: 300px;
    overflow-y: auto;
}

#anticorrupcion .modal-body{
    height: 300px;
    overflow-y: auto;
}





@media (min-width: 576px)


  { 


    h1{
    font-size: 2.5em;

    }

    .wrap-section{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 5px 15px;

  }
  
  /* ----- HERO --- 
  .hero{
  width: 100%;
  height: 800px;  
  background: #fff;
  background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  
  }
  */
  .hero{
  width: 100vw;
  height: 100vh;  
  background: #fff; /* Old browsers */
  background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  
  }
    
  /* ----- BENEFICIOS --- */

  .beneficios{
  width: 100%;
  height: auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding:20px 5px 20px 35px;
  }
/* ----- APLICACIÓN --- */

 
/* ----- SEGURIDAD --- */

.seguridad{
  margin-top: 50px;
    height: auto;
    min-height: 640px;
    width: 100%;
    background-image: url(../img/back-seguridad.png);
    padding:130px 20px 70px 0px;
    background-repeat: no-repeat; 
    background-position: top center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}






@media (min-width: 768px){



/* ----- HERO --- 
  { 

  .hero{
  width: 100%;
  height: 800px;  
  background: #fff; 
  background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  
  }
*/

  .cuadros-hero{
    height: 170px;
      width: 100%;
      background-image: url(../img/textura-cuadros3.png);
      background-repeat: no-repeat;
      background-position: top center;
       -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 1;
      position: absolute;
      top:370px;
  }



}

@media (min-width: 992px)
{ 
/* ----- HERO --- 
  .hero{
  width: 100vw;
  height: 100vh;  
  background: #fff;
  background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  
  
}
*/

/* ----- MENÚ --- */
  .navbar{
  padding: 0px 40px;
  transition:500ms ease;
  background:transparent;
  }

  .navbar.scrolled{
    background:rgba(256,256,256, .9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
  }

/* ----- HERO --- */
    
  .cuadros-hero{
    height: 170px;
      width: 100%;
      background-image: url(../img/textura-cuadros3.png);
      background-repeat: no-repeat;
      background-position: top center;
       -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 1;
      position: absolute;
      top:370px;
  }

     /* ----- APLICACIÓN --- */
    .aplicacion{
    height: auto;
    min-height: 400px;
    width: 100%;
    background-image: url(../img/back-aplicacion.png);
    background-repeat: no-repeat; 
    background-position: left center;
    padding:60px 20px 30px 10px;
  }

  /* ----- PRODUCTOS --- */
  .card-marca{
  width: auto;
  height: auto;
  background-color: rgb(256, 256, 256, .9);
  margin-top: 30px;
  max-width: 250px;
  }

  .desfase-card{
  margin-top: -60px;
  }
}


@media (min-width: 1200px)
{ 
  /* ----- HERO --- 
 
 .hero{
  width: 100vw;
  height: 100vh;  
  background: #fff;  
  background-image: url(../img/back-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  }
*/
  .curva-hero{
    height: 245px;
    width: 100%;
    background-image: url(../img/curva.png);
    background-repeat: no-repeat;
    background-position: top center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      z-index: 3;
    position: absolute;
    bottom: 0;
}
}



