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

.efecto{
    position: relative;
    padding: 0;
}

.fondo-efecto{
    background: url(../images/sliders/capacitacion-5s.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.cabecera{
    position: absolute;
    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 );
}

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


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

.menu-r{
    display: none;
}

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

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

.menu, .menu-r{
    border: 0px solid red;
    width: 100%;
    color: white;
    font-size: 21px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: rgba(0,0,0,0.6);
    font-weight: bold;
}

.w{
    background: #2DAF1E;
    width: 100%;
    font-size: 19px;
    text-align: center;
    color: white;
    display: inline-block;
}
.w:hover{
    font-weight: bold;
}


.leyenda{
    position: absolute;
    bottom: 30px;
    z-index: 100;
    color: white;
    text-shadow: 2px 2px 2px black;
}
.leyenda h1{
    font-weight: bold;
}
.leyenda p{
    font-size: 29px;
}
.leyenda span{
    font-size: 22px;
}


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

.seccion{
    font-size: 20px;
    line-height: 30px;
}
.i-seccion img{
    width: 100%;
}


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


.leyenda-color{
    background: #036743;
    text-align: center;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 23px;
    padding-top: 4px;
    padding-bottom: 4px;
}

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

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

.card-text{
    font-size: 16px;
    line-height: 24px;
}
.card-img-top{
    width: 100%;
    height: auto !important;
}


table{
    background: white;
}

thead{
    background: #036743;
    color: white;
}

.bblanco{
    background: white;
}


footer{
    background: #036743;
    color: white;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}
footer img{
    width: 30px;
}
footer a, footer a:hover{
    color: white;
}


@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        background: #036743;
    }
}

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

@media screen and (max-width:768px){
    .logotipo img{
        width: 40%;
    }
    .leyenda{
        position: relative;
        bottom: 0;
        background: #036743;
    }
}

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