﻿body{
    /* background-image: linear-gradient(to right bottom, #ecd589, #e1c578, #d6b567, #cba657, #c09647, #b2813f, #a26c38, #915932, #713f2f, #4e2a27, #2a191a, #000000); */
    background-image: linear-gradient(to right bottom, #ecd589, #be9469, #000, #000, #000000);
    font-family: 'Montserrat', sans-serif;
}

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}

.cabecera{
    /* background: rgb(165,124,52);
    background: linear-gradient(109deg, rgba(243,237,155,1) 0%,rgba(165,124,52,1)  100%); */
    padding-top: 2px;
    padding-bottom: 2px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 80%;
}

.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
}


nav a{
    text-decoration: none;
    color: black;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 18%;
    float: left;
    margin-left: 2%;
}
.menu-r{
    cursor: pointer;
    display: none;
}
.menu, .menu-r{
    /* background: #f8f6cc;
    border-bottom: 3px solid #bc9653; */
    width: 100%;
    text-shadow: 2px 2px 1px black;
    color: WHITE;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}
.menu:hover{
    background: black;
    color: white;
}


.datos{
    text-align: center;
    font-size: 17px;
}
.datos p{
    margin-bottom: 10px;
}
.datos img{
    width: 35px;
}


.seccion{
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 60px;
}

.imagen img{
    width: 100%;
}

.img1{
    background: url(../images/programa-interno-de-proteccion-civil.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/sobre-IMP-industrial.webp) no-repeat center center;
    background-size: 100% 100%;
}
.img3{
    background: url(../images/contacto.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/prevencion-mitigacion-de-accidentes-y-emergencias.webp) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/5.webp) no-repeat center center;
    background-size: cover;
}
.img6{
    background: url(../images/6.webp) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/integracion-del-PIPC.webp) no-repeat center center;
    background-size: cover;
}
.img8{
    background: url(../images/ley-general-de-proteccion-civil.webp) no-repeat center center;
    background-size: cover;
}
.img10{
    background: url(../images/estudio-de-riesgos.webp) no-repeat center center;
    background-size: cover;
}


.titulo{
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.subtitulo{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: lighter;
    margin-bottom: 30px;
}

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


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


.texto{
    background: black;
    color: white;
    font-size: 20px;
    padding: 20px;
}


footer{
    background-image: linear-gradient(to right bottom, #ecd589, #be9469, #000, #000, #000000);
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
footer img{
    width: 35px;
}
footer a{
    color: white;
}


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

}

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

}

@media screen and (max-width:992px){
    .logotipo img{
        width: 25%;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 30%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }

    .imagen{
        height: 240px;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 40%;
    }
    .seccion{
        padding: 10px;
    }
}