@font-face {
    font-family: 'Geogrotesque Rg';
    src: url('../font/FontsFree-Net-Geogtq-Rg.otf');
}
@font-face {
    font-family: 'Atartida Bold';
    src: url('../font/Atartida-Bold.otf');
}


.submarca {
    font-family: 'Atartida Bold';
}


h1, h2,h3 ,h4, h4, h6{
    font-family: 'Geogrotesque Rg';
    font-weight: bolder;
    color: #005EB8 !important;
}

body {
    font-family: 'Titillium Web', Verdana;

}


.image img {
    height: 100% !important;
    object-fit: cover;
    /* object-position: center top; */
}



.image.is-2by1 {
    padding-top: 30%;
}





.border-blue {
    border-right: 3px solid #003A70;
    padding: 25px;
    border-radius: 100%;
}




/*=============================================
=            DESCARGAR            =
=============================================*/

.home {
    background-image: url('../img/b2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center

}

:focus {
    outline: none
    
  }

  
  /**
   *
   * pagina de servicios
   *
   */
  
   .home-servicios {
    background-image: url('../img/b8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center

}



/**
 *
 * productos
 *
 */
 iframe {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.presentacion {
    background-image: url('../img/b3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center

}


.card img {
    width: 100%;
    height: 130px;
}


/**
 *
 * contacto
 *
 */

 .gmaps {
    height:500px;
    width: 100%;
    }

    
    /**
     *
     * nosotros
     *
     */
    
     .home-nosotros {
        background-image: url('../img/b6.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    
    }
    
  .navbar-menu a {
      color:#7C878E;
      text-transform: uppercase;
      padding: 0 5px;
      font-weight: 500;

  }
  .active{
      color:  #005EB8 !important;

  }

  a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
    background-color: transparent;
    color: #003A70;
}

/* azul rey L: #005EB8
azul marino: #003A70
azul cielo :  #00C0F3
gris : #7C878E
 */


 .text-primary {
     color: #005EB8 !important;
 }
 .text-success {
     color: #007473 !important;
 }
 .text-light {
     color: #7C878E !important;
 }
 footer {
     padding: 80px 100px !important;
 }

 footer li {
     margin-top: 10px !important;
 }

.has-background-black-bis {
    background-color: #003A70 !important;
}

.has-background-link {
    background-color: #005EB8 !important;
}
.has-background-info {
    background-color: #00C0F3 !important;
}
.has-background-success{
    background-color: #007473 !important;
}
.has-background-purple{
    background-color: #7a539a !important;
}
.clientes .card {
    border: none !important;
    box-shadow: none;
}


.slick-prev, .slick-next {
    display: none !important;
}