
@font-face {
  font-family: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf); }

@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.ttf); }

@font-face {
  font-family: "Cinzel-Bold";
  src: url(../fonts/Cinzel-Bold.ttf); }

@font-face {
  font-family: "Cinzel-Regular";
  src: url(../fonts/Cinzel-Regular.ttf); }

@font-face {
  font-family: "MyriadPro-Regular";
  src: url(../fonts/MyriadPro-Regular.ttf); }


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

.inputPlaceholder::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #808080;
}
.inputPlaceholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #808080;
  opacity:  1;
}
.inputPlaceholder::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #808080;
  opacity:  1;
}
.inputPlaceholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #808080;
}

/* ------------- menu -------------- */
#menu {
  margin-bottom: 90px;
  text-align: right;
}

#menu nav {
  background: #000000; 
}

#menu nav button {
  margin-top: 18px;
}
    
#menu nav .img-logo img {
  padding-top: 0.5rem;
}
   
#menu nav .menu-list {
  padding-top: 0.5rem; 
}      

#menu nav .menu-list ul li a {
   padding: 10px 20px;
   font-size: 14px;
   color: #e6e6e6;
   text-transform: uppercase;
   letter-spacing: 3px;
   font-family: "Ubuntu-Regular";
}

#menu nav .menu-list ul li a.active-menu {
   color: #c4051c; 
}

 #menu nav .menu-list ul li a:hover {
   color: #c4051c;
}

/* ------------- inicio -------------- */

#inicio {	
  width: 100%;
  height: 960px;
  background-image: url("../img/slider/img-principal.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  
}

/* ------------- recuadro -------------- */

#recuadro {
  width: 100%;
  height: 280px;
  background: #F2F2F2;
}

#recuadro .bg-blanco {
  width: 100%;
  height: 280px;
  background: #F2F2F2;
  
}  

#recuadro .bg-blanco .bg-white {
  width: 88%;
  height: 280px;
  background: #F2F2F2;  
  position: relative;
  top: -30%;
  left: 5%;  

  text-align: center;
}  

#recuadro .bg-blanco .bg-white .figura-ajedrez {
  width: 5%;
  height: 110px;        
  
}

#recuadro .bg-blanco .bg-white .titulo {   
  color: #c4051c; 
  font-size: 36px;   
  font-family: "Cinzel-Regular";    
  
}

#recuadro .bg-blanco .bg-white .parrafo {   
  color: #808080; 
  font-size: 36px;   
  font-family: "Cinzel-Regular";
  
}


/*------------- nosotros ---------------*/

#nosotros {  
  width: 100%;
  height: 520px;
  background: #808080;   
}

#nosotros .bg-texto {  
  width: 100%;
  height: 520px;
  text-align: justify;
}

#nosotros .bg-texto .titulo-dorado {
  color: #e6e6e6; 
  font-size: 45px;    
  font-family: "Cinzel-Bold";
  position: absolute;
  text-align: left;
  padding-bottom: 25px;
  top: 24%;
  left: 27%;
  margin: -25px 0 0 -25px; 
}

#nosotros .bg-texto .parrafo-somos {
  color: #e6e6e6; 
  font-size: 28px;        
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 25%;
  left: 20%;
  margin: 45px 45px 45px 45px;
}


#nosotros .bg-imagen {
  width: 100%;
  height: 520px;
  
}

#nosotros .bg-imagen .img-balanza {
    width: 60%;
    height: 480px;    
    position: absolute;
    top: 8%;
    left: 20%;     
}

/* ------------- mision-vision -----------------*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #f2f2f2;    
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: 8%;
    height: 150px;         
    position: absolute;
    top: 13%;
    left: 37.7%;
  }

  #mision-vision .bg-fondo .titulo-mision {
    color: #c4051c;
    font-size: 35px;       
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 35%;
    left: 38.5%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: right;
    top:  41%;
    left: -54.8%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: 6.5%;
    height: 125px;         
    position: absolute;
    top: 15%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 35px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  35%;
    left: 55%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  42%;
    left: 55%; 
  }

/*------------ valores ------------*/

#valores {
  width: 100%;
  height: 480px;
  background: #e6e6e6;
}

#valores .bg-valores {
  width: 100%;
  height: 480px;
  background: #e6e6e6;   
} 

#valores .bg-valores h2 {
  font-size: 40px;
  text-align: center;     
} 

#valores .bg-valores h2 .titulo-dark {
  color: #4d4d4d; 
  font-family: "Cinzel-Regular";
}  

#valores .bg-valores .figura-servicio-1 {
  width: 7%;
  height: 160px;         
  position: absolute;
  top: 30%;
  left: 16%;
}

#valores .bg-valores .texto-servicio-1 {
  color: #4d4d4d; 
  font-size: 14.5px;   
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 65%;  
  left: 17.8%; 
}

#valores .bg-valores .figura-servicio-2 {
  width: 7%;
  height: 160px;         
  position: absolute;
  top: 30%;
  left: 31%;
}

#valores .bg-valores .texto-servicio-2 {
  color: #4d4d4d; 
  font-size: 14.5px;   
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 65%;  
  left: 31.8%; 
}

#valores .bg-valores .figura-servicio-3 {
  width: 7%;
  height: 160px;         
  position: absolute;
  top: 30%;
  left: 46%;
}

#valores .bg-valores .texto-servicio-3 {
  color: #4d4d4d; 
  font-size: 14.5px;   
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 65%;  
  left: 47.2%; 
}

#valores .bg-valores .figura-servicio-4 {
  width: 7%;
  height: 160px;         
  position: absolute;
  top: 30%;
  left: 62%;
}

#valores .bg-valores .texto-servicio-4 {
  color: #4d4d4d; 
  font-size: 14.5px;   
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 65%;  
  left: 64.1%; 
}

#valores .bg-valores .figura-servicio-5 {
  width: 7%;
  height: 160px;         
  position: absolute;
  top: 30%;
  left: 78%;
}

#valores .bg-valores .texto-servicio-5 {
  color: #4d4d4d; 
  font-size: 14.5px;   
  font-family: "Cinzel-Regular";
  position: absolute;
  top: 65%;  
  left: 79.4%; 
}


/*------------- servicios -------------*/

#servicios {
  width: 100%;  
  background: #fff; 
  padding-bottom: 100px;
  z-index: 1;
  padding-top: 40px; 
}

#servicios .container .row {
  padding: 0px 0px;
  margin: 0px 0px;
  text-align: center;
}
    
#servicios .container .row .titulo-servicio {
  color: #4d4d4d;
  font-size: 45px;
  font-family: "Cinzel-Regular";
}
    

#servicios .container .row .rectangulo {          
  margin-bottom: 7px; 
  margin-left: 4em;
  position: relative;
  top: 100%; 
  right: 75px;       
}  

#servicios .container .row .rectangulo .rect-body {
  height: 6em;
  position: relative;
  width: 14.5em;  
}

#servicios .container .row .rectangulo .rect-body.gris-oscuro {
  background: #4d4d4d;
  opacity: 0.98; 
}

#servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
  background: #4d4d4d;
  cursor: pointer;
}

#servicios .container .row .rectangulo .rect-body.gris-claro {
  background: #808080;
  opacity: 0.98; 
}

#servicios .container .row .rectangulo .rect-body.gris-claro:hover {
  background: #808080;
  cursor: pointer;
}

#servicios .container .row .rectangulo .rect-body.rojo-oscuro {
  background: #771010;
  opacity: 0.98; 
}
          
#servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
  background: #771010;
  cursor: pointer; 
}

#servicios .container .row .rectangulo .rect-body.rojo-claro {
  background: #c4051c;
  opacity: 0.98; 
}

#servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
  background: #c4051c;
  cursor: pointer; 
}

#servicios .container .row .rectangulo .rect-body p {
  color: #e6e6e6;
  z-index: 1;
  position: absolute;
  top: 30%;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  font-family: "Cinzel-Regular";  
  display: block !important; 
}

#servicios .container .row .rectangulo .rect-body p.arriba {
  color: #e6e6e6; 
}

/* ------------- contacto ----------- */

#contacto {
  padding: 30px 0px 30px;
  position: relative;
  background-image: url("../img/bg-contacto.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; 
} 

/*
#contacto .capa-grandiente {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0; 
}  
*/

#contacto h2 { 
  margin: 0px 0px 50px;
  text-align: center;              
  
}

#contacto input { 
  text-align: center;
 
}

#contacto .formulario {
  background: #e6e6e6;
  padding: 60px 60px 60px;
  border-radius: 1px;
  box-shadow: 2px 2px 10px #e6e6e6; 
}
    
#contacto .formulario .form-group {       
  position: relative;
  margin-bottom: 32px;  
}

#contacto .formulario .contacto-titulo .gris {
  color: #4d4d4d;
  font-size: 38px;
  font-family: "Cinzel-Regular";
}
     
#contacto .formulario .form-group input[type="text"],
#contacto .formulario .form-group input[type="email"],
#contacto .formulario .form-group textarea {
  font-family: "Ubuntu-Bold";
  font-size: 18px;
  color: #808080;
  outline: none !important;
  padding: 25px;
  border: none;
  border-bottom: 1px solid #c4051c;
  background: transparent;
  text-transform: uppercase;
  border-radius: 0px;
}

#contacto .formulario .form-group input[type="text"]:focus, 
#contacto .formulario .form-group input[type="text"]:active,
#contacto .formulario .form-group input[type="email"]:focus,
#contacto .formulario .form-group input[type="email"]:active,
#contacto .formulario .form-group textarea:focus,
#contacto .formulario .form-group textarea:active {
  outline: none !important;
  border-bottom: 1px solid #c4051c; 
}

#contacto .formulario .form-group input[type="text"].form-control,
#contacto .formulario .form-group input[type="email"].form-control,
#contacto .formulario .form-group textarea.form-control {
  outline: none !important;
}

#contacto .formulario .form-group input[type="text"].form-control:focus,
#contacto .formulario .form-group input[type="email"].form-control:focus,
#contacto .formulario .form-group textarea.form-control:focus {
  box-shadow: 0 0 0 transparent !important; 
}

#contacto .formulario .form-group input[type="text"].error,
#contacto .formulario .form-group input[type="email"].error,
#contacto .formulario .form-group textarea.error {
  border-bottom: 1px solid #d32f2f; 
}

#contacto .formulario .form-group input[type="text"].error + label,
#contacto .formulario .form-group input[type="email"].error + label,        
#contacto .formulario .form-group textarea.error + label {
  color: #d32f2f; 
}

#contacto .formulario button {
  background: #c4051c;
  padding: 10px 10px;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: "Ubuntu-Regular";
  border-radius: 1px; 
}
          
#contacto .formulario button:hover {
  background: #c4051c; 
}

/* ------------- pie-pagina -------------- */

#pie-pagina {
  width: 100%;
  height: 580px;     
  background-image: url("../img/bg-footer.png");
  background-position: top;  
  background-repeat: no-repeat;
  background-size: cover;
  
}

#pie-pagina .aviso { 
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px; 
  color: #fff;
  position: relative;
  top: 360%;
  left: 0%;
}

#pie-pagina .copyright { 
  font-size: 12px;
  font-family: "Ubuntu-Regular";
  font-weight: bold;
  letter-spacing: 4px; 
  color: #fff;
  position: relative;
  top: 460%;
  left: 0%;
}


/* ------------- aviso-privacidad -------------- */

#aviso-privacidad {
  width: 100%;
  height: 1030px;
  background: #000000;      
}

#aviso-privacidad .bg-aviso {
  width: 100%;
  height: 1030px;
  background: #000000; 
  text-align: justify; 
 
}

#aviso-privacidad .bg-aviso .titulo-aviso {
  color: #808080;
  font-size: 16px;
  font-family: "Cinzel-Bold";
  font-weight: bold; 
  position: relative;
  top: 4.9%;  
 
}

#aviso-privacidad .bg-aviso .parrafo-aviso {
  color: #e6e6e6;
  font-size: 14px;
  font-family: "Cinzel-Regular";
  font-weight: bold; 
  position: relative;
  top: 6%; 
 
}


@media only screen and (min-width: 320px) and (max-width: 374px) {
       
  /* ------------- menu -------------- 320 px */

  #menu {
    margin-bottom: 60px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: auto;   
  }
      
  #menu nav .img-logo img {
    display: none;
  }
    
  #menu nav .menu-list {
    padding-top: 0.5rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 12px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 320 px*/

  #inicio {	
    width: auto;
    height: 380px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 320 px*/

  #recuadro {
    width: 100%;
    height: 180px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 180px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 200px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 50px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 16px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 16px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 320 px */

  #nosotros {  
    width: 100%;
    height: 240px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 240px;    
  }

  #nosotros .bg-texto .titulo-dorado {    
    text-align: center;
    color: #e6e6e6;
    font-size: 20px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 28%;
    left: 30%;
  }

  #nosotros .bg-texto .parrafo-somos {
    text-align: center;
    color: #e6e6e6; 
    font-size: 11px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 16%;
    left: 0%;   
  }


  #nosotros .bg-imagen {
    /*
    width: 100%;
    height: 520px;
    */
    display: none;
    
  }

  #nosotros .bg-imagen .img-balanza {
      /*
      width: 60%;
      height: 480px;    
      position: absolute;
      top: 8%;
      left: 20%; 
      */
      display: none;    
  }
  
  /* ------------- mision-vision ----------------- 320 px*/

  #mision-vision {
    width: 100%;
    height: 880px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 880px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 75px;
    position: absolute;
    top: 5%;
    left: 37.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {
    padding-bottom: 25px;
    color: #c4051c;
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 15%;
    left: 40%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: center;
    top:  18%;
    left: 0%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 65px;         
    position: absolute;
    top: 51%;
    left: 40.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  60.5%;
    left: 41.5%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: center;
    top:  36%;
    left: 0%; 
  }

  /*------------ valores ------------ 320 px*/

  #valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 20px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 12%;
    left: 39%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 24%;  
    left: 44%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 30%;
    left: 39%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 42%;  
    left: 40%; 
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 47%;
    left: 39%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 59%;  
    left: 41%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 65%;
    left: 39%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 77%;  
    left: 45%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 82%;
    left: 39%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 94%;  
    left: 42%; 
  }

  /*------------- servicios ------------- 320 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4em;
    position: relative;
    top: 100%; 
    right: 94px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 320px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 10px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 320px */

  #pie-pagina {
    width: auto;
    height: 275px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 140%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 8px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 162%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 320 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1100px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1100px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 10px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 1%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 9px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 1.5%; 
  
  }



}

@media only screen and (min-width: 375px) and (max-width: 413px) {

    /* ------------- menu -------------- 371 px - 380 px */
  
    #menu {
      margin-bottom: 60px;
      text-align: right;
    }
  
    #menu nav {
      background: #000000; 
    }
  
    #menu nav button {
      margin-top: auto;   
    }
        
    #menu nav .img-logo img {
      display: none;
    }
      
    #menu nav .menu-list {
      padding-top: 0.5rem; 
    }      
  
    #menu nav .menu-list ul li a {
      padding: 10px 20px;
      font-size: 12px;
      color: #e6e6e6;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-family: "Ubuntu-Regular";
    }
  
    #menu nav .menu-list ul li a.active-menu {
      color: #c4051c; 
    }
  
    #menu nav .menu-list ul li a:hover {
      color: #c4051c;
    }
  
    /*------------- inicio --------------- 371 px - 380 px */
  
    #inicio {	
      width: auto;
      height: 380px;
      background-image: url("../img/slider/img-principal.png");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      
    }
  
    /*------------- recuadro --------------- 371 px - 380 px */
  
    #recuadro {
      width: 100%;
      height: 180px; 
      background: #F2F2F2;   
    }
    
    #recuadro .bg-blanco {
      width: 100%;
      height: 180px;
      background: #F2F2F2;
     
    }  
    
    #recuadro .bg-blanco .bg-white {
      width: 90%;
      height: 200px;
      background: #F2F2F2;  
      position: relative;
      top: -30%;
      left: 5%;
      text-align: center;
    }  
    
    #recuadro .bg-blanco .bg-white .figura-ajedrez {
      width: auto;
      height: 50px;         
      
    }
    
    #recuadro .bg-blanco .bg-white .titulo {
      color: #c4051c; 
      font-size: 16px;
      font-family: "Cinzel-Regular";   
      
    }
    
    #recuadro .bg-blanco .bg-white .parrafo {  
      color: #808080;
      font-size: 16px;   
      font-family: "Cinzel-Regular";
      
    }
  
    /*------------- nosotros --------------- 371 px - 380 px */
  
    #nosotros {  
      width: 100%;
      height: 240px;
      background: #808080;   
    }
  
    #nosotros .bg-texto {  
      width: 100%;
      height: 240px;    
    }
  
    #nosotros .bg-texto .titulo-dorado {    
      text-align: center;
      color: #e6e6e6;
      font-size: 20px;    
      font-family: "Cinzel-Bold";
      position: absolute;    
      top: 28%;
      left: 32%;
    }
  
    #nosotros .bg-texto .parrafo-somos {
      text-align: center;
      color: #e6e6e6; 
      font-size: 11px;        
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 16%;
      left: 2%;   
    }
  
  
    #nosotros .bg-imagen {
      /*
      width: 100%;
      height: 520px;
      */
      display: none;
      
    }
  
    #nosotros .bg-imagen .img-balanza {
        /*
        width: 60%;
        height: 480px;    
        position: absolute;
        top: 8%;
        left: 20%; 
        */
        display: none;    
    }
    
    /* ------------- mision-vision ----------------- 371 px - 380 px */
  
    #mision-vision {
      width: 100%;
      height: 880px;     
    }
  
    #mision-vision .bg-fondo {
      width: 100%;
      height: 880px;    
      background: #e6e6e6;  
     
    }
   
    #mision-vision .bg-fondo .circulo-mision {
      width: auto;
      height: 75px;
      position: absolute;
      top: 5%;
      left: 38.7%;
     
    }
  
    #mision-vision .bg-fondo .titulo-mision {
      padding-bottom: 25px;
      color: #c4051c;
      font-size: 18px;
      font-family: "Cinzel-Regular";   
      position: absolute;
      top: 15%;
      left: 40%; 
    }
  
    #mision-vision .bg-fondo .parrafo-mision {    
      color: #808080; 
      font-size: 15px;   
      font-family: "MyriadPro-Regular";   
      position: relative;
      text-align: center;
      top:  18%;
      left: 0%; 
    }
  
    #mision-vision .bg-fondo .circulo-vision {
      width: auto;
      height: 65px;         
      position: absolute;
      top: 51%;
      left: 41.7%;
    }
  
    #mision-vision .bg-fondo .titulo-vision {
      color: #c4051c; 
      font-size: 18px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top:  60.5%;
      left: 41.5%; 
      
    }
  
    #mision-vision .bg-fondo .parrafo-vision {
      color: #808080; 
      font-size: 15px;   
      font-family: "MyriadPro-Regular";
      position: relative;
      text-align: center;
      top:  36%;
      left: 0%; 
    }
  
    /*------------ valores ------------ 371 px - 380 px */
  
    #valores {
      width: 100%;
      height: 780px;
      background: #e6e6e6;
    }
  
    #valores .bg-valores {
      width: 100%;
      height: 780px;
      background: #e6e6e6;   
    } 
  
    #valores .bg-valores h2 {
      font-size: 20px;
      text-align: center;     
    } 
  
    #valores .bg-valores h2 .titulo-dark {
      color: #4d4d4d; 
      font-family: "Cinzel-Regular";    
    }  
  
    #valores .bg-valores .figura-servicio-1 {
      width: auto;
      height: 80px;         
      position: absolute;
      top: 12%;
      left: 41%;
    }
  
    #valores .bg-valores .texto-servicio-1 {
      color: #4d4d4d; 
      font-size: 9px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 24%;  
      left: 45%; 
    }
  
    #valores .bg-valores .figura-servicio-2 {
      width: auto;
      height: 80px;         
      position: absolute;
      top: 30%;
      left: 41%;
    }
  
    #valores .bg-valores .texto-servicio-2 {
      color: #4d4d4d; 
      font-size: 9px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 42%;  
      left: 41.5%; 
    }
  
    #valores .bg-valores .figura-servicio-3 {
      width: auto;
      height: 80px;         
      position: absolute;
      top: 47%;
      left: 41%;
    }
  
    #valores .bg-valores .texto-servicio-3 {
      color: #4d4d4d; 
      font-size: 9px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 59%;  
      left: 42.5%; 
    }
  
    #valores .bg-valores .figura-servicio-4 {
      width: auto;
      height: 80px;         
      position: absolute;
      top: 65%;
      left: 41%;
    }
  
    #valores .bg-valores .texto-servicio-4 {
      color: #4d4d4d; 
      font-size: 9px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 77%;  
      left: 46%; 
    }
  
    #valores .bg-valores .figura-servicio-5 {
      width: auto;
      height: 80px;         
      position: absolute;
      top: 82%;
      left: 41%;
    }
  
    #valores .bg-valores .texto-servicio-5 {
      color: #4d4d4d; 
      font-size: 9px;   
      font-family: "Cinzel-Regular";
      position: absolute;
      top: 94%;  
      left: 43%; 
    }
  
    /*------------- servicios ------------- 371 px - 380 px */
  
    #servicios {
      width: 100%;  
      background: #fff; 
      padding-bottom: 100px;
      z-index: 1;
      padding-top: 40px; 
    }
  
    #servicios .container .row {
      padding: 0px 0px;
      margin: 0px 0px;
      text-align: center;
    }
        
    #servicios .container .row .titulo-servicio {
      color: #4d4d4d;
      font-size: 20px;
      font-family: "Cinzel-Regular";
      
    }
        
  
    #servicios .container .row .rectangulo {          
      margin-bottom: 7px; 
      margin-left: 4em;
      position: relative;
      top: 100%; 
      right: 78px;       
    }  
  
    #servicios .container .row .rectangulo .rect-body {
      position: relative;
      width: 14.5em;  
      height: 6em;
    }
  
    #servicios .container .row .rectangulo .rect-body.gris-oscuro {
      background: #4d4d4d;
      opacity: 0.98; 
    }
  
    #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
      background: #4d4d4d;
      cursor: pointer;
    }
  
    #servicios .container .row .rectangulo .rect-body.gris-claro {
      background: #808080;
      opacity: 0.98; 
    }
  
    #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
      background: #808080;
      cursor: pointer;
    }
  
    #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
      background: #771010;
      opacity: 0.98; 
    }
              
    #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
      background: #771010;
      cursor: pointer; 
    }
  
    #servicios .container .row .rectangulo .rect-body.rojo-claro {
      background: #c4051c;
      opacity: 0.98; 
    }
  
    #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
      background: #c4051c;
      cursor: pointer; 
    }
  
    #servicios .container .row .rectangulo .rect-body p {
      color: #e6e6e6;
      z-index: 1;
      position: absolute;
      top: 30%;
      line-height: 20px;
      font-size: 10px;
      text-align: center;
      font-family: "Cinzel-Regular";  
      display: block !important; 
    }
  
    #servicios .container .row .rectangulo .rect-body p.arriba {
      color: #e6e6e6; 
    }
  
    /* ------------- contacto ----------- 371 px - 380 px */
  
    #contacto {
      padding: 30px 0px 30px;
      position: relative;
      background-image: url("../img/bg-contacto.png");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; 
    }
  
    /*
    #contacto .capa-grandiente {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0; 
    }  
    */
  
    #contacto h2 { 
      margin: 0px 0px 50px;
      text-align: center;              
      
    }
  
    #contacto input { 
      text-align: center;
    
    }
  
    #contacto .formulario {
      background: #e6e6e6;
      padding: 60px 60px 60px;
      border-radius: 1px;
      box-shadow: 2px 2px 10px #e6e6e6; 
    }
        
    #contacto .formulario .form-group {       
      position: relative;
      margin-bottom: 32px;  
    }
  
    #contacto .formulario .contacto-titulo .gris {
      color: #4d4d4d;
      font-size: 20px;
      font-family: "Cinzel-Regular";
    }
        
    #contacto .formulario .form-group input[type="text"],
    #contacto .formulario .form-group input[type="email"],
    #contacto .formulario .form-group textarea {
      font-family: "Ubuntu-Bold";
      font-size: 10px;
      color: #808080;
      outline: none !important;
      padding: 25px;
      border: none;
      border-bottom: 1px solid #c4051c;
      background: transparent;
      text-transform: uppercase;
      border-radius: 0px;
    }
  
    #contacto .formulario .form-group input[type="text"]:focus, 
    #contacto .formulario .form-group input[type="text"]:active,
    #contacto .formulario .form-group input[type="email"]:focus,
    #contacto .formulario .form-group input[type="email"]:active,
    #contacto .formulario .form-group textarea:focus,
    #contacto .formulario .form-group textarea:active {
      outline: none !important;
      border-bottom: 1px solid #c4051c; 
    }
  
    #contacto .formulario .form-group input[type="text"].form-control,
    #contacto .formulario .form-group input[type="email"].form-control,
    #contacto .formulario .form-group textarea.form-control {
      outline: none !important;
    }
  
    #contacto .formulario .form-group input[type="text"].form-control:focus,
    #contacto .formulario .form-group input[type="email"].form-control:focus,
    #contacto .formulario .form-group textarea.form-control:focus {
      box-shadow: 0 0 0 transparent !important; 
    }
  
    #contacto .formulario .form-group input[type="text"].error,
    #contacto .formulario .form-group input[type="email"].error,
    #contacto .formulario .form-group textarea.error {
      border-bottom: 1px solid #d32f2f; 
    }
  
    #contacto .formulario .form-group input[type="text"].error + label,
    #contacto .formulario .form-group input[type="email"].error + label,        
    #contacto .formulario .form-group textarea.error + label {
      color: #d32f2f; 
    }
  
    #contacto .formulario button {
      background: #c4051c;
      padding: 10px 10px;
      margin-top: 20px;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      width: 100%;
      transition: all 0.3s ease;
      text-transform: uppercase;
      font-family: "Ubuntu-Regular";
      border-radius: 1px; 
    }
              
    #contacto .formulario button:hover {
      background: #c4051c; 
    }
  
    /* ------------- pie-pagina -------------- 371 px - 380 px */
  
    #pie-pagina {
      width: auto;
      height: 275px;     
      background-image: url("../img/bg-footer.png");
      background-position: top;  
      background-repeat: no-repeat;
      background-size: cover;
      
    }
  
    #pie-pagina .aviso { 
      font-size: 9px;
      font-weight: bold;
      letter-spacing: 4px; 
      color: #fff;
      position: relative;
      top: 140%;
      left: 0%;
    }
  
    #pie-pagina .copyright { 
      font-size: 8px;
      font-family: "Ubuntu-Regular";
      font-weight: bold;
      letter-spacing: 4px; 
      color: #fff;
      position: relative;
      top: 162%;
      left: 0%;
    }
  
    /* ------------- aviso-privacidad -------------- 371 px - 380 px */
  
    #aviso-privacidad {
      width: 100%;
      height: 920px;
      background: #000000;      
    }
  
    #aviso-privacidad .bg-aviso {
      width: 100%;
      height: 920px;
      background: #000000; 
      text-align: justify; 
    
    }
  
    #aviso-privacidad .bg-aviso .titulo-aviso {
      color: #808080;
      font-size: 10px;
      font-family: "Cinzel-Bold";
      font-weight: bold; 
      position: relative;
      top: 1%;  
    
    }
  
    #aviso-privacidad .bg-aviso .parrafo-aviso {
      color: #e6e6e6;
      font-size: 9px;
      font-family: "Cinzel-Regular";
      font-weight: bold; 
      position: relative;
      top: 1.5%; 
    
    }  
  
  
}

@media only screen and (min-width: 414px) and (max-width: 575px) {
       
  /* ------------- menu -------------- 414 px */

  #menu {
    margin-bottom: 60px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: auto;   
  }
      
  #menu nav .img-logo img {
    display: none;
  }
    
  #menu nav .menu-list {
    padding-top: 0.5rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 12px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 414 px*/

  #inicio {	
    width: auto;
    height: 380px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 414 px*/

  #recuadro {
    width: 100%;
    height: 180px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 180px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 200px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 50px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 16px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 16px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 414 px */

  #nosotros {  
    width: 100%;
    height: 240px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 240px;    
  }

  #nosotros .bg-texto .titulo-dorado {    
    text-align: center;
    color: #e6e6e6;
    font-size: 20px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 28%;
    left: 34%;
  }

  #nosotros .bg-texto .parrafo-somos {
    text-align: center;
    color: #e6e6e6; 
    font-size: 11px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 18%;
    left: 8%;   
  }


  #nosotros .bg-imagen {
    /*
    width: 100%;
    height: 520px;
    */
    display: none;
    
  }

  #nosotros .bg-imagen .img-balanza {
      /*
      width: 60%;
      height: 480px;    
      position: absolute;
      top: 8%;
      left: 20%; 
      */
      display: none;    
  }
  
  /* ------------- mision-vision ----------------- 414 px*/

  #mision-vision {
    width: 100%;
    height: 880px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 880px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 75px;
    position: absolute;
    top: 5%;
    left: 40.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {
    padding-bottom: 25px;
    color: #c4051c;
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 15%;
    left: 41.8%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: center;
    top:  18%;
    left: 0%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 65px;         
    position: absolute;
    top: 51%;
    left: 42.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  60.5%;
    left: 42.8%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: center;
    top:  36%;
    left: 0%; 
  }

  /*------------ valores ------------ 414 px*/

  #valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 20px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 12%;
    left: 42%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 24%;  
    left: 46%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 30%;
    left: 42%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 42%;  
    left: 42.5%; 
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 47%;
    left: 42%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 59%;  
    left: 43.5%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 65%;
    left: 42%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 77%;  
    left: 46%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 82%;
    left: 42%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 94%;  
    left: 44%; 
  }

  /*------------- servicios ------------- 414 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4em;
    position: relative;
    top: 100%; 
    right: 70px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 414 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 10px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 414 px */

  #pie-pagina {
    width: auto;
    height: 275px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 140%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 8px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 162%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 414 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1020px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1020px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 11px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 1%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 10px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 1.5%; 
  
  }



}

@media only screen and (min-width: 576px) and (max-width: 599px) {
       
  /* ------------- menu -------------- 576 px */

  #menu {
    margin-bottom: 60px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: auto;   
  }
      
  #menu nav .img-logo img {
    display: none;
  }
    
  #menu nav .menu-list {
    padding-top: 0.5rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 12px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 576 px*/

  #inicio {	
    width: auto;
    height: 380px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 576 px*/

  #recuadro {
    width: 100%;
    height: 180px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 180px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 200px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 50px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 16px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 16px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 576 px */

  #nosotros {  
    width: 100%;
    height: 240px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 240px;    
  }

  #nosotros .bg-texto .titulo-dorado {    
    text-align: center;
    color: #e6e6e6;
    font-size: 20px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 28%;
    left: 38.7%;
  }

  #nosotros .bg-texto .parrafo-somos {
    text-align: center;
    color: #e6e6e6; 
    font-size: 14px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 18%;
    left: 14.5%;   
  }


  #nosotros .bg-imagen {
    /*
    width: 100%;
    height: 520px;
    */
    display: none;
    
  }

  #nosotros .bg-imagen .img-balanza {
      /*
      width: 60%;
      height: 480px;    
      position: absolute;
      top: 8%;
      left: 20%; 
      */
      display: none;    
  }
  
  /* ------------- mision-vision ----------------- 576 px*/

  #mision-vision {
    width: 100%;
    height: 880px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 880px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 75px;
    position: absolute;
    top: 5%;
    left: 42.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {
    padding-bottom: 25px;
    color: #c4051c;
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 15%;
    left: 43.8%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: center;
    top:  18%;
    left: 0%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 65px;         
    position: absolute;
    top: 51%;
    left: 43.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  60.5%;
    left: 43.5%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 15px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: center;
    top:  36%;
    left: 0%; 
  }

  /*------------ valores ------------ 576 px*/

  #valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 20px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 12%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 24%;  
    left: 47%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 30%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 42%;  
    left: 44.5%; 
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 47%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 59%;  
    left: 45.5%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 65%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 77%;  
    left: 47%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 80px;         
    position: absolute;
    top: 82%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 9px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 94%;  
    left: 45.5%; 
  }

  /*------------- servicios ------------- 576 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4em;
    position: relative;
    top: 100%; 
    right: 35px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 576 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 20px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 10px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 576 px */

  #pie-pagina {
    width: auto;
    height: 275px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 160%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 8px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 188%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 576 px*/

  #aviso-privacidad {
    width: 100%;
    height: 900px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 900px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 11.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 1%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 10.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 2%;
  
  }



}

@media only screen and (min-width: 600px) and (max-width: 767px) {
       
  /* ------------- menu -------------- 600 px */

  #menu {
    margin-bottom: 60px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: auto;   
  }
      
  #menu nav .img-logo img {
    display: none;
  }
    
  #menu nav .menu-list {
    padding-top: 0.5rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 600 px*/

  #inicio {	
    width: auto;
    height: 380px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 600 px*/

  #recuadro {
    width: 100%;
    height: 220px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 220px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 240px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 70px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 600 px */

  #nosotros {  
    width: 100%;
    height: 260px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 260px;    
  }

  #nosotros .bg-texto .titulo-dorado {    
    text-align: center;
    color: #e6e6e6;
    font-size: 22px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 28%;
    left: 38.7%;
  }

  #nosotros .bg-texto .parrafo-somos {
    text-align: center;
    color: #e6e6e6; 
    font-size: 16px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 18%;
    left: 13%;   
  }


  #nosotros .bg-imagen {
    /*
    width: 100%;
    height: 520px;
    */
    display: none;
    
  }

  #nosotros .bg-imagen .img-balanza {
      /*
      width: 60%;
      height: 480px;    
      position: absolute;
      top: 8%;
      left: 20%; 
      */
      display: none;    
  }
  
  /* ------------- mision-vision ----------------- 600 px*/

  #mision-vision {
    width: 100%;
    height: 880px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 880px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 75px;
    position: absolute;
    top: 5%;
    left: 42.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {
    padding-bottom: 25px;
    color: #c4051c;
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 15%;
    left: 43.8%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 16px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: center;
    top:  18%;
    left: 0%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 65px;         
    position: absolute;
    top: 51%;
    left: 43.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  60.5%;
    left: 43.7%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 16px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: center;
    top:  34%;
    left: 0%; 
  }

  /*------------ valores ------------ 600 px*/

  #valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 22px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 12%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 24%;  
    left: 46%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 30%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 42%;  
    left: 43.5%; 
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 47%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 59%;  
    left: 44.5%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 65%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 77%;  
    left: 47%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 82%;
    left: 44%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 94%;  
    left: 44.5%; 
  }

  /*------------- servicios ------------- 600 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 22px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4em;
    position: relative;
    top: 100%; 
    right: 35px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 600 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 22px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 600 px */

  #pie-pagina {
    width: auto;
    height: 275px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 150%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 10px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 158%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 600 px*/

  #aviso-privacidad {
    width: 100%;
    height: 900px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 900px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 11.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 1%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 10.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 2%; 
  
  }



}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
       
  /* ------------- menu -------------- 768 px */

  #menu {
    margin-bottom: 80px;
    text-align: center;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    display: none;   
  }
      
  #menu nav .img-logo img {
    display: none;
  }
    
  #menu nav .menu-list {
    padding-top: 0.9rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 768 px*/

  #inicio {	
    width: auto;
    height: 380px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 768 px*/

  #recuadro {
    width: 100%;
    height: 220px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 220px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 240px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 70px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 768 px */

  #nosotros {  
    width: 100%;
    height: 260px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 260px;    
  }

  #nosotros .bg-texto .titulo-dorado {    
    text-align: center;
    color: #e6e6e6;
    font-size: 22px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 28%;
    left: 40.4%;
  }

  #nosotros .bg-texto .parrafo-somos {
    text-align: center;
    color: #e6e6e6; 
    font-size: 16px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 18%;
    left: 19.5%;   
  }


  #nosotros .bg-imagen {
    /*
    width: 100%;
    height: 520px;
    */
    display: none;
    
  }

  #nosotros .bg-imagen .img-balanza {
      /*
      width: 60%;
      height: 480px;    
      position: absolute;
      top: 8%;
      left: 20%; 
      */
      display: none;    
  }
  
  /* ------------- mision-vision ----------------- 768 px*/

  #mision-vision {
    width: 100%;
    height: 880px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 880px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 75px;
    position: absolute;
    top: 5%;
    left: 43.9%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {
    padding-bottom: 25px;
    color: #c4051c;
    font-size: 18px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 15%;
    left: 44.8%; 
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 16px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: center;
    top:  18%;
    left: 0%; 
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 65px;         
    position: absolute;
    top: 51%;
    left: 45.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 18px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  60.5%;
    left: 45.7%; 
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 16px;   
    font-family: "MyriadPro-Regular";
    position: relative;
    text-align: center;
    top:  34%;
    left: 0%; 
  }

  /*------------ valores ------------ 768 px*/

  #valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 780px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 22px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 12%;
    left: 45%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 24%;  
    left: 47%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 30%;
    left: 45%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 42%;  
    left: 44.5%; 
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 47%;
    left: 45%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 59%;  
    left: 45.2%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 65%;
    left: 45%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 77%;  
    left: 47.5%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 90px;         
    position: absolute;
    top: 82%;
    left: 45%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 94%;  
    left: 45.3%; 
  }

  /*------------- servicios ------------- 768 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 22px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4em;
    position: relative;
    top: 100%; 
    right: 75px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 768 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 22px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 768 px */

  #pie-pagina {
    width: auto;
    height: 275px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 150%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 10px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 158%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 768 px*/

  #aviso-privacidad {
    width: 100%;
    height: 880px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 880px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 12.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 3%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 11.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 4%; 
  
  }



}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
       
  /* ------------- menu -------------- 1024 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 1024 px*/

  #inicio {	
    width: auto;
    height: 580px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 1024 px*/

  #recuadro {
    width: 100%;
    height: 240px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 240px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 260px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 90px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 22px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 22px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 1024 px */

  #nosotros {  
    width: 100%;
    height: 380px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 380px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 26px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 38.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 18px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 10%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 80%;
      height: 350px;    
      position: absolute;
      top: 8%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 1024 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 100px;
    position: absolute;
    top: 13%;
    left: 37%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 20px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 30%;
    left: 38.5%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  35%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 84px;         
    position: absolute;
    top: 14%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 20px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  30%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  36.3%;
    left: 55%;
  }

  /*------------ valores ------------ 1024 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 24px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 16%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 17.8%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 31%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 31.4%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 46%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 47%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 62%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64.5%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 78%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 79.2%;
  }

  /*------------- servicios ------------- 1024 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 1024 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 1024 px */

  #pie-pagina {
    width: auto;
    height: 380px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 230%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 10px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 290%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 1024 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1150px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1150px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 12.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 11.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
       
  /* ------------- menu -------------- 1366 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 1366 px*/

  #inicio {	
    width: auto;
    height: 740px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 1366 px*/

  #recuadro {
    width: 100%;
    height: 240px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 240px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 260px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 90px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 22px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 22px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 1366 px */

  #nosotros {  
    width: 100%;
    height: 380px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 380px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 28px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 38.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 18px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 28%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 60%;
      height: 350px;    
      position: absolute;
      top: 8%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 1366 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 100px;
    position: absolute;
    top: 13%;
    left: 38.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 20px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 30%;
    left: 39.7%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  35%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 84px;         
    position: absolute;
    top: 14%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 20px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  30%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  36.3%;
    left: 55%;
  }

  /*------------ valores ------------ 1366 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 24px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 16%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 17.5%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 31%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 31.2%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 46.4%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 47.2%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 62%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 78%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 79%;
  }

  /*------------- servicios ------------- 1366 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 1366 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 1366 px */

  #pie-pagina {
    width: auto;
    height: 480px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 310%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 10px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 390%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 1366 px*/

  #aviso-privacidad {
    width: 100%;
    height: 950px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 950px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 12.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 11.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 1600px) and (max-width: 1902px) {
       
  /* ------------- menu -------------- 1600 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 1600 px*/

  #inicio {	
    width: auto;
    height: 830px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 1600 px*/

  #recuadro {
    width: 100%;
    height: 240px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 240px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 260px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 90px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 22px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 22px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 1600 px */

  #nosotros {  
    width: 100%;
    height: 380px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 380px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 28px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 38.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 18px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 29.5%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 60%;
      height: 350px;    
      position: absolute;
      top: 8%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 1600 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 100px;
    position: absolute;
    top: 13%;
    left: 39.7%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 20px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 30%;
    left: 40.7%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  35%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 84px;         
    position: absolute;
    top: 14%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 20px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  30%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 20px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  36.3%;
    left: 55%;
  }

  /*------------ valores ------------ 1600 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 24px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 16%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 17.3%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 31%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 31.2%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 47.2%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 47.7%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 62%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 63.7%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 78%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 78.8%;
  }

  /*------------- servicios ------------- 1600 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 1600 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 24px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 1600 px */

  #pie-pagina {
    width: auto;
    height: 480px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 330%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 10px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 400%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 1600 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1000px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1000px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 13.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 12.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 1903px) and (max-width: 1919px) {
       
  /* ------------- menu -------------- 1903 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 1903 px*/

  #inicio {	
    width: auto;
    height: 1080px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 1903 px*/

  #recuadro {
    width: 100%;
    height: 250px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 250px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 270px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 110px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 26px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 26px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 1903 px */

  #nosotros {  
    width: 100%;
    height: 380px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 380px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 32px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 37.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 24px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 30%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 50%;
      height: 380px;    
      position: absolute;
      top: 0%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 1903 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 120px;
    position: absolute;
    top: 11%;
    left: 39.6%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 26px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 30%;
    left: 40.2%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 22px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  35%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 98px;         
    position: absolute;
    top: 12.7%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 26px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  30%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 22px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  36.3%;
    left: 55%;
  }

  /*------------ valores ------------ 1903 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 28px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 17.5%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 18.4%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 32.5%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 32.6%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 47.5%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 48%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 63.5%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64.9%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 79.5%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 80.2%;
  }

  /*------------- servicios ------------- 1903 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 28px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 1903 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 30px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 1903 px */

  #pie-pagina {
    width: auto;
    height: 620px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 330%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 15px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 420%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 1903 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1000px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1000px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 14px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 13px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 1920px) and (max-width: 2132px) {
       
  /* ------------- menu -------------- 1920 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 1920 px*/

  #inicio {	
    width: auto;
    height: 1080px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 1920 px*/

  #recuadro {
    width: 100%;
    height: 250px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 250px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 270px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 110px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 26px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 26px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 1920 px */

  #nosotros {  
    width: 100%;
    height: 380px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 380px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 32px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 37.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 24px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 30%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 50%;
      height: 380px;    
      position: absolute;
      top: 0%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 1920 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 120px;
    position: absolute;
    top: 11%;
    left: 39.6%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 26px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 30%;
    left: 40.2%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 22px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  35%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 98px;         
    position: absolute;
    top: 12.7%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 26px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  30%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 22px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  36.3%;
    left: 55%;
  }

  /*------------ valores ------------ 1920 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 28px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 17.5%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 18.4%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 32.5%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 32.6%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 47.5%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 48%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 63.5%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64.9%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 110px;         
    position: absolute;
    top: 30%;
    left: 79.5%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 12px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 80.2%;
  }

  /*------------- servicios ------------- 1920 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 28px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 14.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 1920 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 30px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    color: #808080;
    outline: none !important;
    padding: 25px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 1920 px */

  #pie-pagina {
    width: auto;
    height: 620px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 330%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 15px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 410%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 1920 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1000px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1000px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 14px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 13px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 2133px) and (max-width: 2879px) {
       
  /* ------------- menu -------------- 2133 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 2133 px*/

  #inicio {	
    width: auto;
    height: 1180px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 2133 px*/

  #recuadro {
    width: 100%;
    height: 280px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 280px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 300px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 130px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 30px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 30px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 2133 px */

  #nosotros {  
    width: 100%;
    height: 420px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 420px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 36px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 37.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 28px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 30.8%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 50%;
      height: 420px;    
      position: absolute;
      top: 0%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 2133 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 120px;
    position: absolute;
    top: 9%;
    left: 40%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 28px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 28%;
    left: 40.4%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 24.5px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  33%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 98px;         
    position: absolute;
    top: 10.7%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 28px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  28%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 24.5px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  34.3%;
    left: 55%;
  }

  /*------------ valores ------------ 2133 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 32px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 17.5%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 18.5%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 32.5%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 32.7%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 47.5%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 48.1%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 63.5%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64.8%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 79.5%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 80.3%;
  }

  /*------------- servicios ------------- 2133 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 32px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 15.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 2133 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 32px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    color: #808080;
    outline: none !important;
    padding: 28px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 2133 px */

  #pie-pagina {
    width: auto;
    height: 640px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 370%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 15px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 450%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 2133 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1100px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1100px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 15.5px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 14.5px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}

@media only screen and (min-width: 2880px) and (max-width: 3020px) {
       
  /* ------------- menu -------------- 2880 px */

  #menu {
    margin-bottom: 90px;
    text-align: right;
  }

  #menu nav {
    background: #000000; 
  }

  #menu nav button {
    margin-top: 18px; 
  }
      
  #menu nav .img-logo img {
    padding-top: 0.5rem;
  }
    
  #menu nav .menu-list {
    padding-top: 0.2rem; 
  }      

  #menu nav .menu-list ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Ubuntu-Regular";
  }

  #menu nav .menu-list ul li a.active-menu {
    color: #c4051c; 
  }

  #menu nav .menu-list ul li a:hover {
    color: #c4051c;
  }

  /*------------- inicio --------------- 2880 px*/

  #inicio {	
    width: auto;
    height: 1580px;
    background-image: url("../img/slider/img-principal.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    
  }

  /*------------- recuadro --------------- 2880 px*/

  #recuadro {
    width: 100%;
    height: 280px; 
    background: #F2F2F2;   
  }
  
  #recuadro .bg-blanco {
    width: 100%;
    height: 280px;
    background: #F2F2F2;
   
  }  
  
  #recuadro .bg-blanco .bg-white {
    width: 90%;
    height: 300px;
    background: #F2F2F2;  
    position: relative;
    top: -30%;
    left: 5%;
    text-align: center;
  }  
  
  #recuadro .bg-blanco .bg-white .figura-ajedrez {
    width: auto;
    height: 130px;         
    
  }
  
  #recuadro .bg-blanco .bg-white .titulo {
    color: #c4051c; 
    font-size: 30px;
    font-family: "Cinzel-Regular";   
    
  }
  
  #recuadro .bg-blanco .bg-white .parrafo {  
    color: #808080;
    font-size: 30px;   
    font-family: "Cinzel-Regular";
    
  }

  /*------------- nosotros --------------- 2880 px */

  #nosotros {  
    width: 100%;
    height: 420px;
    background: #808080;   
  }

  #nosotros .bg-texto {  
    width: 100%;
    height: 420px;  
    text-align: justify;
  }

  #nosotros .bg-texto .titulo-dorado {  
    color: #e6e6e6;
    font-size: 36px;    
    font-family: "Cinzel-Bold";
    position: absolute;    
    top: 20%;
    left: 37.4%;    
  }

  #nosotros .bg-texto .parrafo-somos { 
    color: #e6e6e6; 
    font-size: 28px;        
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 17%;
    left: 32.5%;
  }


  #nosotros .bg-imagen {    
    width: 100%;
    height: 380px;   
  }

  #nosotros .bg-imagen .img-balanza {     
      width: 40%;
      height: 420px;    
      position: absolute;
      top: 0%;
      left: 20%;
  }
  
  /* ------------- mision-vision ----------------- 2880 px*/

  #mision-vision {
    width: 100%;
    height: 680px;     
  }

  #mision-vision .bg-fondo {
    width: 100%;
    height: 680px;    
    background: #e6e6e6;  
   
  }
 
  #mision-vision .bg-fondo .circulo-mision {
    width: auto;
    height: 120px;
    position: absolute;
    top: 9%;
    left: 41.4%;
   
  }

  #mision-vision .bg-fondo .titulo-mision {    
    color: #c4051c;
    font-size: 28px;
    padding-bottom: 25px;
    font-family: "Cinzel-Regular";   
    position: absolute;
    top: 28%;
    left: 41.7%;
  }

  #mision-vision .bg-fondo .parrafo-mision {    
    color: #808080; 
    font-size: 24.5px;   
    font-family: "MyriadPro-Regular";   
    position: relative;
    text-align: right;
    top:  33%;
    left: -54.8%;
  }

  #mision-vision .bg-fondo .circulo-vision {
    width: auto;
    height: 98px;         
    position: absolute;
    top: 10.7%;
    left: 54.7%;
  }

  #mision-vision .bg-fondo .titulo-vision {
    color: #c4051c; 
    font-size: 28px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top:  28%;
    left: 55%;
    
  }

  #mision-vision .bg-fondo .parrafo-vision {
    color: #808080; 
    font-size: 24.5px;   
    font-family: "MyriadPro-Regular";
    position: absolute;
    top:  34.3%;
    left: 55%;
  }

  /*------------ valores ------------ 2880 px*/

  #valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;
  }

  #valores .bg-valores {
    width: 100%;
    height: 380px;
    background: #e6e6e6;   
  } 

  #valores .bg-valores h2 {
    font-size: 32px;
    text-align: center;     
  } 

  #valores .bg-valores h2 .titulo-dark {
    color: #4d4d4d; 
    font-family: "Cinzel-Regular";    
  }  

  #valores .bg-valores .figura-servicio-1 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 17.5%;
  }

  #valores .bg-valores .texto-servicio-1 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 18.3%; 
  }

  #valores .bg-valores .figura-servicio-2 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 32.5%;
  }

  #valores .bg-valores .texto-servicio-2 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 32.6%;  
  }

  #valores .bg-valores .figura-servicio-3 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 48.2%;
  }

  #valores .bg-valores .texto-servicio-3 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 48.6%; 
  }

  #valores .bg-valores .figura-servicio-4 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 63.5%;
  }

  #valores .bg-valores .texto-servicio-4 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 64.5%; 
  }

  #valores .bg-valores .figura-servicio-5 {
    width: auto;
    height: 130px;         
    position: absolute;
    top: 30%;
    left: 79.5%;
  }

  #valores .bg-valores .texto-servicio-5 {
    color: #4d4d4d; 
    font-size: 14px;   
    font-family: "Cinzel-Regular";
    position: absolute;
    top: 65%;  
    left: 80%;
  }

  /*------------- servicios ------------- 2880 px*/

  #servicios {
    width: 100%;  
    background: #fff; 
    padding-bottom: 100px;
    z-index: 1;
    padding-top: 40px; 
  }

  #servicios .container .row {
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: center;
  }
      
  #servicios .container .row .titulo-servicio {
    color: #4d4d4d;
    font-size: 32px;
    font-family: "Cinzel-Regular";
    
  }
      

  #servicios .container .row .rectangulo {          
    margin-bottom: 7px; 
    margin-left: 4.7em;
    position: relative;
    top: 100%; 
    right: 90px;       
  }  

  #servicios .container .row .rectangulo .rect-body {
    position: relative;
    width: 15.5em;  
    height: 6em;
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro {
    background: #4d4d4d;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-oscuro:hover {
    background: #4d4d4d;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro {
    background: #808080;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.gris-claro:hover {
    background: #808080;
    cursor: pointer;
  }

  #servicios .container .row .rectangulo .rect-body.rojo-oscuro {
    background: #771010;
    opacity: 0.98; 
  }
            
  #servicios .container .row .rectangulo .rect-body.rojo-oscuro:hover {
    background: #771010;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro {
    background: #c4051c;
    opacity: 0.98; 
  }

  #servicios .container .row .rectangulo .rect-body.rojo-claro:hover {
    background: #c4051c;
    cursor: pointer; 
  }

  #servicios .container .row .rectangulo .rect-body p {
    color: #e6e6e6;
    z-index: 1;
    position: absolute;
    top: 30%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    font-family: "Cinzel-Regular";  
    display: block !important; 
  }

  #servicios .container .row .rectangulo .rect-body p.arriba {
    color: #e6e6e6; 
  }

  /* ------------- contacto ----------- 2880 px*/

  #contacto {
    padding: 30px 0px 30px;
    position: relative;
    background-image: url("../img/bg-contacto.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; 
  }

  /*
  #contacto .capa-grandiente {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0; 
  }  
  */

  #contacto h2 { 
    margin: 0px 0px 50px;
    text-align: center;              
    
  }

  #contacto input { 
    text-align: center;
  
  }

  #contacto .formulario {
    background: #e6e6e6;
    padding: 60px 60px 60px;
    border-radius: 1px;
    box-shadow: 2px 2px 10px #e6e6e6; 
  }
      
  #contacto .formulario .form-group {       
    position: relative;
    margin-bottom: 32px;  
  }

  #contacto .formulario .contacto-titulo .gris {
    color: #4d4d4d;
    font-size: 32px;
    font-family: "Cinzel-Regular";
  }
      
  #contacto .formulario .form-group input[type="text"],
  #contacto .formulario .form-group input[type="email"],
  #contacto .formulario .form-group textarea {
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    color: #808080;
    outline: none !important;
    padding: 28px;
    border: none;
    border-bottom: 1px solid #c4051c;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
  }

  #contacto .formulario .form-group input[type="text"]:focus, 
  #contacto .formulario .form-group input[type="text"]:active,
  #contacto .formulario .form-group input[type="email"]:focus,
  #contacto .formulario .form-group input[type="email"]:active,
  #contacto .formulario .form-group textarea:focus,
  #contacto .formulario .form-group textarea:active {
    outline: none !important;
    border-bottom: 1px solid #c4051c; 
  }

  #contacto .formulario .form-group input[type="text"].form-control,
  #contacto .formulario .form-group input[type="email"].form-control,
  #contacto .formulario .form-group textarea.form-control {
    outline: none !important;
  }

  #contacto .formulario .form-group input[type="text"].form-control:focus,
  #contacto .formulario .form-group input[type="email"].form-control:focus,
  #contacto .formulario .form-group textarea.form-control:focus {
    box-shadow: 0 0 0 transparent !important; 
  }

  #contacto .formulario .form-group input[type="text"].error,
  #contacto .formulario .form-group input[type="email"].error,
  #contacto .formulario .form-group textarea.error {
    border-bottom: 1px solid #d32f2f; 
  }

  #contacto .formulario .form-group input[type="text"].error + label,
  #contacto .formulario .form-group input[type="email"].error + label,        
  #contacto .formulario .form-group textarea.error + label {
    color: #d32f2f; 
  }

  #contacto .formulario button {
    background: #c4051c;
    padding: 10px 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: "Ubuntu-Regular";
    border-radius: 1px; 
  }
            
  #contacto .formulario button:hover {
    background: #c4051c; 
  }

  /* ------------- pie-pagina -------------- 2880 px */

  #pie-pagina {
    width: auto;
    height: 880px;     
    background-image: url("../img/bg-footer.png");
    background-position: top;  
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  #pie-pagina .aviso { 
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 500%;
    left: 0%;
  }

  #pie-pagina .copyright { 
    font-size: 15px;
    font-family: "Ubuntu-Regular";
    font-weight: bold;
    letter-spacing: 4px; 
    color: #fff;
    position: relative;
    top: 630%;
    left: 0%;
  }

  /* ------------- aviso-privacidad -------------- 2880 px*/

  #aviso-privacidad {
    width: 100%;
    height: 1100px;
    background: #000000;      
  }

  #aviso-privacidad .bg-aviso {
    width: 100%;
    height: 1100px;
    background: #000000; 
    text-align: justify; 
  
  }

  #aviso-privacidad .bg-aviso .titulo-aviso {
    color: #808080;
    font-size: 17px;
    font-family: "Cinzel-Bold";
    font-weight: bold; 
    position: relative;
    top: 4%;  
  
  }

  #aviso-privacidad .bg-aviso .parrafo-aviso {
    color: #e6e6e6;
    font-size: 16px;
    font-family: "Cinzel-Regular";
    font-weight: bold; 
    position: relative;
    top: 5%; 
  
  }



}


