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


.chat{
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cabecera-ayuda{
    height: 115px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-size: 19px;
    font-weight: lighter;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}


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

.menuS{
    position: absolute;
    top: 43px;
    left: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: white;
    width: 100%;
    display: none;

    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);

}
.menuS ul li{
    width: 100%;
}
.menuSe{
    width: 100%;
    text-align: center;
    padding: 9px 0;
}
.menuSe:hover{
    font-weight: bold;
}


.logotipo img{
    width: 100%;
}

.efecto{
    padding: 0;
}
.efectoR{
    display: none;
    padding: 0;
}
.efectoR h5{
    font-size: 32px;
    font-weight: bold;
}
.efectoR p{
    font-size: 22px;
}
.efectoR .carousel-caption{
    top: 20%;
}
.carousel-caption{
    top: 30%;
    bottom: auto;
    text-shadow: 2px 2px 1px black;
}
.efecto h5{
    font-size: 50px;
    font-weight: bold;
}
.efecto p{
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}


.contenido{
    padding-top: 50px;
    padding-bottom: 50px;
}

.seccion{
    font-size: 20px;
}
.seccion strong{
    font-size: 33px;
    font-weight: normal;
}

.imagen img{
    width: 100%;
}

.btn-light{
    border: 1px solid gray;
}
.btn-light:hover{
    border: 1px solid gray;
    font-weight: bold;
}


.fondo{
    padding-top: 50px;
    padding-bottom: 50px;
}

.fondo2{
    background: url(../images/energia-renovable.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.fondo3{
    background: url(../images/fondo3.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.fondo4{
    background: url(../images/fondo-nosotros.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fondoGris{
    background: rgba(0,0,0,0.4);
    color: white;
    font-size: 18px;
    padding: 40px;
}

.fondoGris strong{
    width: 100%;
    text-align: center;
    font-size: 53px;
    line-height: 63px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 20px;
}



.titulo{
    text-align: center;
    font-size: 60px;
    font-weight: normal;
}

.texto{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}


.i{
    text-align: center;
}
.i img{
    height: 100px;
}
.i p{
    font-size: 25px;
    padding: 12px 0;
}


.btn-b{
    border: 1px solid black;
    width: 100%;
    font-weight: bold;
}
.btn-b:hover{
    background: black;
    color: white;
}


.mt5{
    padding-top:80px;
    padding-bottom:80px;
}

.gris{
    background: #f8f8f8;
}


.textoNosotros{
    background: black;
    color: white;
    font-size: 19px;
    padding: 70px 50px;
}

.img2{
    background: url(../images/mision-power-g.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/vision-power-g.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.webp) no-repeat center center;
    background-size: cover;
}


.formulario{
    padding: 40px;
}
.formulario strong{
    font-size: 30px;
}

thead{
    font-weight: bold;
}
td a{
    color: red;
    text-decoration: none;
    font-weight: bold;
}



.datos{
    text-align: center;
    color: blue;
    font-weight: bold;
    font-size: 24px;
}
.datos .carousel-caption{
    top: 20%;
    left: 0;
    width: 100% !important;
    padding: 0;

}
.carousel-caption h4{
    width: 100% !important;
    text-shadow: 2px 2px 2px transparent;
    text-align: center;
    color: blue;
    font-size: 22px;
    font-weight: bold;
}


footer{
    background: #37494d;
    color: white;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.form-group{
    margin-top: 12px;
}
footer button{
    margin-top: 12px;
}

footer img{
    width: 35px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

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

}

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    .efecto{
        display: none;
    }
    .efectoR{
        display: block;
    }
    .img{
        height: 250px;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menuS{
        position: relative;
        top: 0;
        background: #f8f8f8;
        display: block;
    }
    .menuSe{
        background: #f8f8f8;
    }
}


.carousel-inner{
    overflow:visible;
}