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


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


.cabecera{
    background: url(../images/fondo-verde.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 4px;
    padding-bottom: 4px;
}

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

nav a{
    text-decoration: none;
}

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

nav ul li{
    width: 40%;
    float: left;
    margin-left: 1%;
}

.menu{
    background: black;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 3px 0;
}
.dosM{
    line-height: 17px;
    padding: 0;
}
.menu:hover{
    font-weight: bold;
}


.datos{
    text-align: center;
    font-size: 19px;
}
.datos img{
    width: 30px;
}
.datos p{
    margin-bottom: 3px;
}


.efecto{
    padding: 0;
}


.contenido{
    background: url(../images/fondo-gris.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.card-title{
    font-weight: bold;
}


.seccion{
    font-size: 18px;
    line-height: 38px;
}
.seccion strong{
    font-size: 23px;
}
.imagen-seccion img{
    width: 100%;
}

.c1{color: #00ba63;}
.c2{color: #e36c09;}
.c3{color: #948a53;}
.c4{color: #006fc1;}

.seccion ul{
    list-style-image:url(../images/check.png);
}


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


footer{
    background: #00008b;
    font-size: 18px;
    line-height: 23px;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer iframe{
    width: 100%;
    height: 120px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin: 0 0 20px 0;
}
footer a, footer a:hover{
    color: white;
}




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

}

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

}

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

}

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

@media screen and (max-width:576px){
    .logotipo img{
        width: 80%;
    }
    nav ul li{
        width: 48%;
        margin: 0 1%;
    }
}