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

.cabecera{
    background: #044f9d;
}

.cabecera a{
    color: white;
    text-decoration: none;
}
.logotipo img{
    width: 120%;
}


.leyenda{
    color: white;
    font-size: 30px;
    font-family: 'Californian FB';
}


.datos{
    color: white;
}

.efecto{
    padding: 0;
}



nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    width: 15.5%;
    float: left;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    border-right: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 24px 20px;
    cursor: pointer;
}
.tresM{
    width: 20%;
}
.tresM .menu{
    padding: 12px 20px;
}
.dosM .menu{
    padding: 12px 20px;
}


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


.seccion{
    font-size: 18px;
    line-height: 33px;
    padding: 40px 10px 40px 40px;
}
.seccion strong{
    font-size: 28px;
}
.se{
    text-align: end;
}

.imagen img{
    width: 100%;
}


.img1{
    background: url(../images/sibasa-luminic-systems.webp) no-repeat center left;
    background-size: cover;
}



.banner{
    position: relative;
    background: url(../images/fondo-banner.webp) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 30px;
}
.banner .container{
    position: relative;
    z-index: 2;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #1292d766;
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.b{
    background: #044f9d;
    min-height: 170px;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 13px;

    border-radius: 10px;
}


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



.cabe{
    height: 0;
}
.fondo1{
    background: url(../images/fondo1.webp) no-repeat center center;
    background-size: cover;
}
.fondo2{
    background: url(../images/fondo2.webp) no-repeat top center;
    background-size: cover;
}
.fondo3{
    background: url(../images/fondo3.webp) no-repeat center center;
    background-size: 100%;
}
.fondo4{
    background: url(../images/fondo4.webp) no-repeat center center;
    background-size: 100%;
}



.p{
    font-size: 14px;
    line-height: 24px;
    padding: 20px;

    border-radius: 10px;
}
.imagen-p{
    text-align: center;
    margin-bottom: 20px;
}
.p img{
    height: 150px;
}
.p strong{
    font-size: 20px;
    color: #044f9d;
}
.pdf{
    height:80px !important;
}


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


footer{
    background: black;
    color: white;
    font-weight: lighter;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer strong{
    width: 100%;
    font-weight: 200;
    font-size: 24px;
    color: #fdb45a;
    display: inline-block;
    margin-bottom: 20px;
}
footer iframe{
    width: 100%;
    height: 200px;
}


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

}

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

}

@media screen and (max-width:992px){
    .menu-r, .menu{
        border: 0 !important;
        display: block;
        padding: 12px 0;
    }
    nav ul {
        display: none;
    }
    nav ul li, .tresM{
        width: 100%;
    }
}

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

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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}