
/*
* Genericos HTML
*/

a{
    color: #ecf0f1;
}

footer a{
    color: black;
    text-decoration: underline;
}

.figure-caption{
    line-height: 16px;
}

a:hover{
    color: white;
}

section{
    overflow-x:hidden;
}


/*
* Fondos
*/

.bg-azul-claro{
   background-color: #9AEEFA;
}

.bg-amarillo-cbx{
    background-color: #ffd100;
}

.btn-amarillo-cbx{
    background-color: #ffd100;
    border-color:  #ffd100;
}

.btn-amarillo-cbx:active{
    border-color:  #ffd100;
}

.btn-amarillo-cbx:focus{
    border-color:  #ffd100;
}

.borde-right-azul-claro{
    border-right: 2px solid #1694AA;
}

.boton-numero-telefono{
    font-size: 16px;
}

.btn-amarillo-cbx:hover{
    background-color: #e0a800;
    border-color: #e0a800;
}




/*
* Elementos concretos
*/

#navbar-movil{
    display: none;
}

#protocolo-seguridad a{
    color:#1694AA;
    text-decoration: underline;
}

#protocolo-seguridad-movil a{
    color:#1694AA;
    text-decoration: underline;
}

#protocolo-seguridad h5{
    font-weight: bold;
}

#infografia p{
    margin-top:10px;
    line-height: 16px;
    font-weight: 500;
}

#buscar-centro{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #393939 ;
}

#buscar-centro .texto{
  color:#ffd100;
  font-size: 26px;
}

#navbar-escritorio{
    padding-top: 40px;
}

#protocolo-seguridad-movil{
    display: none;
}

#navbarSupportedContent{
    max-height: 320px;
    overflow-y: scroll;
}


#mas-25-anos-de-experiencia{
    background-color: #343a40!important;
}




/*
* Componentes
*/
.flecha::after{
    content: " →" !important;
}

.reservar-cita::after{
    height: 9px;
    width: 94px;
    background-color: #ffd100;
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    -webkit-animation: reservar-cita 0.8s infinite;
    -moz-animation: reservar-cita 0.8s infinite;
    -ms-animation: reservar-cita 0.8s infinite;
    -o-animation: reservar-cita 0.8s infinite;
    animation: reservar-cita 0.8s infinite;
}

/* keyframes */
@-webkit-keyframes reservar-cita {
    from {
      opacity:.2;
    }
    
    to {
      opacity:1;
    }
  }
  
  @-moz-keyframes reservar-cita {
    from {
      opacity:.2;
    }
    
    to {
      opacity:1;
    }
  }
  
  @-ms-keyframes reservar-cita {
    from {
      opacity:.2;
    }
    
    to {
      opacity:1;
    }
  }
  
  @-o-keyframes reservar-cita {
    from {
      opacity:.2;
    }
    
    to {
      opacity:1;
    }
  }
  
  @keyframes reservar-cita {
    from {
      opacity:.2;
    }
    
    to {
      opacity:1;
    }
  }

.somos-profesionales .img-container{
     height: 658px;
}

.somos-profesionales .content-container{
    height: 658px;
    padding: 120px;
}

.somos-profesionales .enlace-simple{
    color:#ffd100;
}



.parallax-section-somos-profesionales{
    height: 496px;
}

.section-amarialla-cbx{
    padding:80px;
    background-color: #ffd100;
}

.img-fondo-somos-profesionales{
    position: fixed;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-amarillo-cbx{
    color: #ffd100;
}

.elige-un-profesional{
    padding:60px;
    background-color: #ffd100;
    margin-bottom: 50px;
}

.elige-un-profesional .lead{
    font-size: 26px;
}

.elige-un-profesional .btn{
    max-width: 196px;
    margin-left: auto;
    margin-right: auto;
}



.anchura-texto-icono{
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3rem;
}

.mb-05rem{
    margin-bottom: 0.5rem;
}

.bg-25-anos-de-experiencia{

    background-image: url(/webComercial/img/somos-profesionales/25-anos-de-esperiencia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 10% 80%;
    padding-top: 60px;
    padding-bottom: 60px;*/

    min-height: 290px;
}

.padding-responsive-5-0{
    padding: 3rem !important;
}


.grid-version-movil{
    display: none;
}

.bg-atencion-al-cliente{
    background-image: url(/webComercial/img/somos-profesionales/atencion-al-cliente-cristalbox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-profesionalidad{
    background-image: url(/webComercial/img/somos-profesionales/cristalbox-profesionales-trabajo-calidad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-servicio-domicilio{
    background-image: url(/webComercial/img/somos-profesionales/servicio-a-domicilio-cristalbox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo-banner{
    margin-top: 10px;
    font-size: 30px;
    /*text-shadow: 2px 2px 5px black;*/
    color: #353535;
    font-weight: 700;
    padding-left: .3rem;
    padding-right: .3rem;
}

.titulo-banner>span{
    font-size: 60px;
}

.texto-banner-imagen{
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    /*background-color: rgba(0,0,0,0.7);*/
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
}

.texto-banner-imagen > .titulo{
    font-size: 15px;
    line-height: 15px;
}

.texto-banner-imagen > .subtitulo{
    font-size: 15px;
}

/*https://www.cristalbox.es/webComercial/img/gratis-taladro.jpg*/

.fondo-banner{
    background-image: url(/webComercial/img/gratis-taladro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
}



.titulo-banner-card{
    font-size: 26px;
    line-height: 32px;
}


.menu-escritorio{
    line-height: 16px;
}



.contenido a{
    color: #17a2b8;
}

.dropdown-item{
    margin-top: 8px;
    margin-bottom: 8px;
}



.banner-inicio{
    margin-top: 20px;
}


.somos-profesionales{
    Font-size: 1rem;
    font-weight: 400;
}

#somos-profesionales-introduccion{
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
}


/*
* Plugins
*/


.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2E2A25;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(46,42,37,0.1);
}


.tooltip {
    text-decoration: none;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: black;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.somos-profesionales  a{
    color: #17a2b8!important;
}

.somos-profesionales  h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.somos-profesionales + .section-amarialla-cbx h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.somos-profesionales h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

#mas-25-anos-de-experiencia h2 {
    font-size: 2rem;
    font-weight: 600;
    
}
    




/*
* MEDIA QUERYS
*/

@media(max-width: 990px) {

    .somos-profesionales + .section-amarialla-cbx {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .somos-profesionales + .section-amarialla-cbx h2{
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 2rem;
    }
    
    
    #navbar-movil{
        display: flex;
    }

    #protocolo-seguridad{
        display:none;
    }

    #protocolo-seguridad-movil{
        display: block;
    }

    #navbar-escritorio{
        display:none;
    }

    .texto-banner-imagen{
        text-align: center;
    }

    .text-center-movile{
        text-align: center;
    }

     .padding-responsive-5-0{
        padding: 1rem !important;
    }

    .grid-version-escritorio{
        display: none;
    }

    .grid-version-movil{
        display: flex;
    }

    #logo-25-aniversario-footer{
        width: 155px;
    }

    .somos-profesionales + .section-amarialla-cbx h2 {
        font-size: 2rem;
    }

    #mas-25-anos-de-experiencia h2 {
        font-size: 2rem;
    }    
}

@media(max-width: 768px) 
{
    .somos-profesionales p{
        font-size: 1rem;
    }
}

@media(max-width: 550px) 
{
    .texto-banner-imagen{
        line-height: .8rem;
    }
    .texto-banner-imagen > .titulo{
        font-size: 11px;
    }

    .texto-banner-imagen .flecha{
        font-size: 11px;
    }
   
    #somos-profesionales-introduccion{
        padding: 0px;
        margin:0px;
    }

    #somos-profesionales-introduccion .introduccion{
        padding: 48px!important;
        padding-bottom: 10px!important;
        padding-top: 20px!important;
    }

    #somos-profesionales-introduccion-fluid{
        padding: 0px;
        margin:0px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .padding-responsive-5-0{
        padding: 0px !important;
    }
    
    .section-amarialla-cbx h2{
        font-size: 28px;
    }

    .section-amarialla-cbx{
        padding-left: 40px;
        padding-right: 40px;
    }


    #mas-25-anos-de-experiencia{
        background-color: white!important;
        color: black;
    }

    #mas-25-anos-de-experiencia h2{
        color: black;
        /*font-size: 2rem;*/
    }
}


@media(max-width: 572px) {
    .banner-inicio{
        margin-top: 0px;
    }  
}

@media(max-width: 400px) {
    
    .titulo-banner{
        font-size: 22px;
        margin-top: 10px;
    }

    .titulo-banner>span{
        font-size: 55px;
    }
  
}

