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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    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: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    width: 100%;
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    font-weight: bold;
    color: #ddb254;
}
.dosM{
    padding: 0;
    line-height: 27px;
}

.redes, .datos{
    text-align: center;
}
.redes img{
    width: 30px;
}

.datos{
    color: white;
    font-size: 18px;
}
.datos img{
    width: 30px;
}


.efecto{
    padding: 0;
}


.titulo{
    text-align: center;
    font-size: 30px;
    color: #ddb254;
}


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

.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;
}
.img6{
    background: url(../images/contacto-jiv-partner.webp) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/7.webp) no-repeat center center;
    background-size: cover;
}


.gris{
    background: #2c2c2c;
}

.banner{
    background: url(../images/banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner1{
    background: url(../images/3.webp) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner2{
    background: url(../images/5.webp) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner3{
    background: url(../images/4.webp) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.texto-banner{
    background: rgb(0,0,0, 0.8);
    color: white;
    text-align: justify;
    font-size: 23px;
    line-height: 33px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    padding: 20px;
    margin-bottom: 20px;
}
.texto-banner2{
    background: rgb(0,0,0, 0.9);
    color: white;
    text-align: justify;
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
    text-shadow: 2px 2px 2px black;
    padding: 20px;
    margin-bottom: 20px;
}
.texto-banner2 strong{
    font-size: 26px;
    width: 100%;
    display: inline-block;
}
.texto-banner3{
    border: 0px solid red;
    background: rgb(0,0,0, 0.9);
    color: white;
    font-size: 18px;
    line-height: 23px;
    font-weight: lighter;
    text-shadow: 2px 2px 2px black;
    padding: 20px;
    margin-bottom: 20px;
}
table{
    border-bottom: 1px solid rgb(221,178,84) !important;
}
th{
    border-bottom: 1px solid rgb(221,178,84) !important;
    text-align: center;
    color: white;
}
td{
    width: 50%;
    color: white;
    font-weight: normal;
}
td ul{
    list-style: numeric;
}

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


footer{
    background: #444;
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 20px;
}
footer img{
    width: 30px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .imagen{
        height: 250px;
    }
    .logotipo img{
        width: 40%;
    }
}

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