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


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    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;
}



.cblanco{
    background: rgba(0,0,0,0.8) !important;
    padding-bottom: 10px !important;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.6)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    padding-top: 10px;
    padding-bottom: 100px;

    transition:  all 1s;
}

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


nav a{
    color: white;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 33.33%;
    float: left;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    font-size: 19px;
    font-weight: lighter;
    text-align: center;
    color: white;
    cursor: pointer;
    padding: 12px 0;
}
.menu:hover{
    font-weight: bold;
}


.datos{
    text-align: center;
}
.datos, .datos a{
    font-size: 20px;
    color: white;
}



.efecto{
    padding: 0;
}


.leyenda{
    background: #fe0000;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.leyenda img{
    height: 100px;
}


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



.seccion{
    font-size: 22px;
    line-height: 32px;
    padding: 60px 40px;
}

.imagen img{
    width: 100%;
}


.img1{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/2.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/3.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.webp) no-repeat center center;
    background-size: cover;
}
.img15{
    background: url(../images/15.webp) no-repeat center center;
    background-size: cover;
}


.azul{
    background: url(../images/banner.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(68,114,197,0.9);
    width: 100%;
    height: 100%;
}

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


.cuadro{
    text-align: center;
    cursor: pointer;
}
.cuadro img{
    border: 7px solid white;
    width: 90%;
    border-radius: 50%;
    padding: 5px;

    transition: all 1s;
}
.cuadro img:hover{
    border: 7px solid red;
}
.cuadro strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    color: white;
    display: inline-block;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.blanco{
    color: white;
}


.card-body{
    text-align: center;
    padding:10px;
}

h5{
    background: #f7f7f7;
    font-weight: bold;
    font-size: 19px;
    padding: 4px 12px;
}



.fondo-ayuda{
    height: 200px;
}
.fondo-producciones{
    background: url(../images/fondo-producciones.webp) no-repeat center center;
    background-size: cover;
}
.fondo-servicios{
    background: url(../images/fondo-servicios.webp) no-repeat center center;
    background-size: cover;
}
.fondo-expos{
    background: url(../images/fondo-expos.webp) no-repeat center center;
    background-size: cover;
}
.fondo-eventos{
    background: url(../images/fondo-eventos.webp) no-repeat center center;
    background-size: cover;
}

.texto{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}


.card{
    padding: 12px;
}
.card-title{
    font-weight: bold;
    color: red;
}
.card-img-top{
    margin-bottom: 20px;
}
.card-text{
    font-size: 20px;
}


.imagenes img{
    margin: 5px;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}

#contacto-mujer{
    width: 100%;
}




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

}

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

}

@media screen and (max-width:992px){
    .cabecera{
        position: relative;
        background: black;
        padding-bottom: 0;
    }
    nav{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .seccion{
        padding: 12px;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 10px 0;
    }
    .imagenes img{
        width: 80%;
        height: auto !important;
        margin: 0 10% 20px;
    }
}