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

.chat{
    position: fixed;
    top: 200px;
    right: -2px;
    z-index: 1000;
    width: 40px;
}
.chat img{
    width: 100%;

    border-radius: 10px 0 0 10px;
}

.c {
    border-radius:10px;
    display:flex;
    scroll-snap-type:x mandatory;
    overflow:auto;
}

.item {
    scroll-snap-align:start;
    min-width: 100%;
}


.efecto{
    padding: 0;
}


.carousel-inner{
    position: relative;
}
.imagen-efecto{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}
.movil{
    display: none;
}


.cabecera{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.fondo-negro2{
    display: none;
}
.logotipo{
    text-align: center;
}
.logotipo img{
    /* background: rgb(255,255,255, 0.5); */
    width: 115%;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    float: left;
    padding: 0 28px;
}

.menu-r{
    width: 100%;
    text-align: center;
    display: none;
}

.menu, .menu-r, .datos{
    text-shadow: 3px 3px 6px black;
    font-size: 19px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.menu:hover, .menu-r:hover{
    text-decoration: underline;
}
.datos img{
    width: 30px;
}


nav ul li:hover .menuS{
    display: block;
}

.menuS{
    position: absolute;
    top: 30px;
    left: -50%;
    z-index: 100;
    background: rgba(0,0,0, 0.8);
    width: 200%;
    display: none;
}
.menuS ul li{
    width: 100% !important;
    padding: 0 !important;
}
.menu-s{
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.menu-s:hover{
    color: white;
    font-weight: bold;
}


.cuadros{
    padding: 0;
    margin-top: 10px;
}
.cuadros .row{
    margin-left: 0;
    margin-right: 0;
}
.cuadros .col-4{
    padding: 0;
    margin: 0;
}


.cuadro{
    position: relative;
    min-height: 330px;
    padding: 100px 50px;
}
.cuadro strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.cuadro-contenido{
    position: relative;
    z-index: 2;
    color: white;
}
.cuadro-contenido strong{
    text-shadow: 2px 2px 2px black;
    min-height: 100px;
    max-height: 100px;
    font-size: 23px;
}

.btn-cuadro{
    border: 1px solid white;
    color: white;
}
.btn-cuadro:hover{
    font-weight: bold;
    color: white;
}

.fondo1{
    background: url(../images/fondo1.png) no-repeat center center;
    background-size: cover;
}
.fondo2{
    background: url(../images/fondo2.jpg) no-repeat center center;
    background-size: cover;
}
.fondo3{
    background: url(../images/fondo3.jpg) no-repeat center center;
    background-size: cover;
}
.fondo4{
    background: url(../images/fondo4.jpg) no-repeat center center;
    background-size: cover;
}

.color1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background:rgba(147,38,1, 0.5);
    width: 100%;
    height: 100%;
}
.color2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(25,135,84, 0.5);
    width: 100%;
    height: 100%;
}
.color3{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
}


.testi{
    background: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 60px;
}

.image-testi{
    width: 100%;
}
.texto-testi{
    text-align: left;
    font-size: 15px;
    line-height: 15px;
}
.texto-testi span{
    color: gray;
}


.sepa{
    background: #ddd;
    width: 80%;
    height: 0.5px;
    color: white;
    margin: 30px 10%;
}


.news{
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.news input{
    font-size: 20px;
    border-radius: 6px;
    padding: 12px 20px !important;
}


.banner{
    position: relative;
    background: url(../images/banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.banner .container{
    position: relative;
    z-index: 2;
}


.cabecera-efecto{
    position: relative;
    height: 240px;
}
.fondo-servicios{
    background: url(../images/fondo4.jpg) no-repeat center center;
    background-size: cover;
}
.fondo-crpoints{
    background: url(../images/banner.webp);
}

.imagen img{
    width: 100%;
}


.renovations{
    position: relative;
    background: url(../images/fondo5.jpg) no-repeat center center fixed;
    background-size: cover;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.renovations .container{
    position: relative;
    z-index: 2;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}

.seccion{
    font-size: 18px;
    line-height: 28px;
}
.seccion strong{
    text-decoration: underline;
    font-size: 20px;
}

.form-group{
    margin-bottom: 10px;
}


.formulario{
    background: white;
    width: 80%;
    padding: 0 20px 0 0;
    margin: 0 10%;
}

.pestanas{
    width: 100%;
    display: inline-block;
}
.pestana{
    background: #f8f8f8;
    width: 24%;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    cursor: pointer;
}
.pestana:hover, .pes{
    background: white;
    font-weight: bold;
}

.conten{
    padding: 50px 0 20px;
}

.a2, .a3, .a4{
    display: none;
}

.carousel-caption{
    left: 10%;
    right: 10%;
    bottom: auto;
    top: 0.5em;
}


.star{
    cursor: pointer;
    font-size: 20px;
}
.star:hover{
    color: #eabc1e;
}
textarea{
    height: 40px;
}


.point{
    position: relative;
    background: url(../images/fondo-cr-point.png) no-repeat center center fixed;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fondo-azul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(4,15,157,0.7);
    width: 100%;
    height: 100%;
}
.point .container{
    position: relative;
    z-index: 2;
}
.blanco{
    color: white;
    font-size: 40px;
}

.texto{
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 30px;
    line-height: 40px;
}
.texto p{
    font-size: 23px;
    line-height: 33px;
}
.texto a{
    color: white;
}

.image img{
    width: 100%;

    border-radius: 50%;
}

.btn-rojo{
    background: #932601;
    color: white;
}
.btn-rojo:hover{
    font-weight: bold;
    color: white;
}


.rojo{
    background: #932601;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rojo .seccion{
    font-size: 18px;
    line-height: 23px;
}


.clientes{
    padding-top: 30px;
    padding-bottom: 30px;
}

.imagenes img{
    height: 80px;
    margin: 0 20px;
}


footer{
    background: black;
    color: white;
    font-size: 17px;
    line-height: 26px;
    padding-top: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 20px;
}
footer a, footer a:hover{
    color: white;
    text-decoration: none;
}

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

}

@media screen and (max-width:1200px){
    .cabecera{
        background: url(../images/fondo4.jpeg) no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .cabecera .container{
        position: relative;
        z-index: 2;
    }
    .fondo-negro2{
        display: block;
    }
    .cabecera-efecto{
        display: none;
    }
    .logotipo img{
        width: 100%;
    }
}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 40%;
    }
    .carousel-caption{
        position: relative !important;
        top: 0;
        padding-top: 0;
    }
    .car img{
        display: none !important;
    }
}

@media screen and (max-width:576px){
    .titulo{
        padding: 0;
    }
    .formulario{
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    .pestana{
        width: 48%;
    }
    .logotipo img{
        width: 50%;
    }
    .menu-r{
        display: block;
    }
    nav{
        padding: 12px 0;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        text-align: center;
    }
    .menuS{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
    }
    .menuS ul{
        display: block !important;
    }
    .chat{
        top: 50vh;
    }
    .cuadro{
        min-height: auto;
        padding: 40px 20px;
    }
    .banner{
        padding: 30px 20px;
    }
    .imagen-efecto{
        display: none;
    }
    .movil{
        display: block;
    }
    .cuadros .col-12{
        padding: 0;
    }
}