﻿body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: "Montserrat", system-ui;
}


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

    padding-top: 7px;
    padding-bottom: 127px;

    transition: all 1.3s;
}
.blanco{
    background: rgba(31, 77, 106, 1) !important;
    padding-bottom: 7px;

    box-shadow: 1px 1px 50px white;
}


.cabecera-fondo{
    background: url(../images/sliders/1.jpg) no-repeat top center;
    background-size: cover;
    height: 280px;
}

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


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}
.menu{
    font-family: "Roboto Condensed", system-ui;
    font-size: 22px;
    text-align: center;
}
.menu:hover{
    color: white;
    font-weight:bold;
}


.datos{
    color: white;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.datos a{
    color: white;
}
.datos img{
    height: 35px;
}


.efecto{
    padding: 0;
}


.boton{
    border: 0;
    position: relative;
    background: #f42600 !important;
    z-index: 100;
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin-top: -30px;
}
.boton:hover{
    color: white;
}


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


.titulo{
    text-align: center;
    font-size: 26px;
    color: #1f4d6a;
    font-weight: bold;
    margin-bottom: 30px;
}


.c{
    text-align: center;
}
.c img{
    width: 100%;
    border-radius: 30px;
}
.c strong{
    position: relative;
    top: -12px;
    background: #1f4d6a;
    color: white;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding: 8px 7px;

    border-radius: 7px;
}


.porque{
    background: #1f4d6a;
    text-align: center;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.porque .titulo{
    color: white;
    color: #c02e25;
    margin-bottom: 50px;
}
.porque img{
    height: 120px;
}
.porque strong{
    width: 100%;
    font-size: 19px;
    display: inline-block;
    font-weight: normal;
    margin: 14px 0;
}


.texto{
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    padding: 50px;
}
.texto strong{
    width: 100%;
    font-size: 23px;
    color: #1f4d6a;
    display: inline-block;
    margin-bottom: 30px;
}
.texto img{
    width: 35px;
}


.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}


.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    width: 100%;
    color: #1f4d6a;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen img{
    width: 100%;
}


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


.seccion2{
    background: white;
    font-size: 20px;
    line-height: 28px;
    padding: 20px;
}
.seccion2 strong{
    color: #1f4d6a;
    font-size: 23px;
}



footer{
    background: black;
    padding-top: 30px;
    padding-bottom: 30px;
}



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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
        background: #1f4d6a;
        padding-bottom: 7px;
    }
}

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

}

@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
}