﻿body{
    font-family: "Montserrat", sans-serif;
}


.blanco{
    background: black !important;

    box-shadow: 2px 2px 2px white;
}


.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 22px;
}
.cintillo img{
    height: 30px;
}
.cintillo a{
    color: white;
}

.efecto{
    position: relative;
    background: url(../images/servicio-de-gruas.webp) no-repeat center center;
    background-size: cover;

    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}


.efecto .container{
    position: relative;
    z-index: 2;
}


.logotipo{
    font-family: "Oswald", sans-serif;
    color: white;
    color: yellow;
    font-size: 50px;
    font-weight: bold;
}
.logotipo img{
    height: 120px;
}



.leyenda{
    font-family: "Fjalla One", sans-serif;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    margin: 70px 0 0;
}
.leyenda span{
    background: black;
}


.leyenda2{
    background: yellow;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}
.leyenda2 strong{
    color: red;
}



.c1{background: url(../images/gruas-de-plataforma.webp) no-repeat center center;background-size: cover;}
.c2{background: url(../images/gruas-de-arrastre.webp) no-repeat center center;background-size: cover;}
.c3{background: url(../images/gruas-para-equipo-pesado.webp) no-repeat center center;background-size: cover;}
.c4{background: url(../images/gruas-titan.webp) no-repeat center center;background-size: cover;}
.c5{background: url(../images/gruas-hiapp.webp) no-repeat center center;background-size: cover;}


.conta{
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 20px;
}
.conta strong{
    border: 2px solid yellow;
    background: black;
    text-shadow: 2px 2px 2px red;
    font-size: 22px;
    padding: 12px;
}

h1{
    font-size: 27px;
    font-weight: bold;
}





@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}


.chat{
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 0px 8px;
    border-radius: 50%;

    box-shadow: 2px 2px 2px black;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
.citas{
    background: blue !important;
    bottom: 20px;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}