body{
    font-family: "Open Sans", sans-serif !important;
}

a {
  transition: color 250ms linear !important;
}

/* LOGO */
.logo-cabezal{
    width: 110px !important;
}

.logo-pie{
    width: 100px !important;
    height: 60px !important;
}

/* Ocultar logo en movil */
@media only screen and (max-width: 767px){
    .bd-imagestyles{
        display: none !important;
    }
}

@media only screen and (max-width: 767px){
    .logo-cabezal-movil{
        width: 110px !important;
        margin-top: 40px !important;
    }
}


.bd-indicators-2 > li > a, .bd-indicators-2 > li > a:link{
    display: none !important;
}
   
/* SLIDE - Pagina HOME */

/* Ocultar logo en escritorio - slide */
@media only screen and (min-width: 1200px){
    .logo-escritorio{
        display: none !important;
    }
}

@media only screen and (max-width: 767px){
    .ocultar-sub-movil{
        display: none !important;
    }
}

@media only screen and (max-width: 767px){
    .titulo-slide-movil{
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

/* Ocultar lineas rojas en slide */
.bd-customhtml-1{
    display: none !important;
}

.bd-customhtml-2{
    display: none !important;
}

.bd-customhtml-5{
    display: none !important;
}

/* Pagina HOME - Titulos */
.titulos-home{
    font-size: 30px !important;
}

.texto-destacado{
    font-size: 20px !important;
    line-height: 25px !important;
}

/* Foto banner paginas internas */

.bd-slide-empresa{
  position: relative;
  background-image: url(../../assets/images/banner-empresa.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}


.bd-slide-servicios{
  position: relative;
  background-image: url(../../assets/images/banner-servicios.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.bd-slide-proyectos{
  position: relative;
  background-image: url(../../assets/images/banner-proyectos.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.bd-slide-contacto{
  position: relative;
  background-image: url(../../assets/images/banner-contacto.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}


/* Pagina PROYECTOS */ 
.titulo-proyectos{
    font-size: 30px !important;
    font-weight: 700 !important;
    padding-bottom: 20px !important;
}

/* Pagina CONTACTO */
.titulo-contactenos{
    font-size: 30px !important;
}

.texto-form{
    text-align: center !important;
}

.espacio-form-top{
    margin-top: 30px !important;
    
}

.espacio-form-bottom{
    margin-bottom: 40px !important;
}


/* Pie de pagina */

.texto-copy{
    font-size: 14px !important;
}


