﻿body{
    background: url(../images/fondo-gris.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Noto Serif Lao', serif;
}


.red{
    position: fixed;
    right: 0;
    z-index: 1000;
}
.red img{
    width: 60px;
}
.facebook{
    top: 170px;
}
.instagram{
    top:240px;
}
.whatsapp{
    top: 310px;
}


.cabecera{
    padding-top: 6px;
    padding-bottom: 6px;
}
.logotipo img{
    width: 100%;
}

.leyenda{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}
.leyenda span{
    background: linear-gradient(#12E380,#1A967E);
    -webkit-background-clip: text;
    color: transparent;
}

.datos{
    font-size: 22px;
    text-align: center;
}


.menuP{
    background: rgb(18,227,128);
    background: linear-gradient(180deg, rgba(18,227,128,1) 0%, rgba(26,150,126,1) 100%);

    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(91,91,91,1) 33%, rgba(91,91,91,1) 61%, rgba(0,0,0,1) 100%);
    margin-bottom: 7px;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
    padding: 10px 0;
}
.menu:hover, .activo{
    background: rgba(15,175,119,1);
    font-weight: bold;
    color: white;
}

.efecto{
    padding: 0;
}


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

.seccion, .seccion2{
    background: rgb(20,203,106);
    background: linear-gradient(94deg, rgba(20,203,106,1) 0%, rgba(15,175,119,1) 50%, rgba(4,96,126,1) 100%);
    color: white;
    font-size: 21px;
    line-height: 31px;
    padding: 60px 30px;

    border-radius: 20px;
}
.seccion2{
    padding: 20px;
}
.texto{
    font-size: 20px;
    line-height: 26px;
}


.imagen img{
    width: 100%;

    border-radius: 20px;
}
.img{
    border: 3px solid white;
    border-radius: 40px 0 40px 0 !important;
}


.leyenda2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.leyenda2 img{
    height: 100px;
    margin: 0 50px;
}


.servicios{
    background: url(../images/fondo.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.s{
    text-align: center;
}
.s img{
    height:300px;

    border-radius: 10px;
}
.s strong{
    width: 100%;
    text-align: center;
    font-size: 24px;
    display: inline-block;
}


.va{
    text-align: center;
    font-size: 30px;
}
.v{
    background: rgb(20,203,106);
    background: linear-gradient(94deg, rgba(20,203,106,1) 0%, rgba(15,175,119,1) 50%, rgba(4,96,126,1) 100%);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 22px;

    border-radius: 5px;
}


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


.clientes{
    text-align: center;
}
.clientes img{
    margin: 0 10px 20px;
}



footer{
    background: black;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    background: linear-gradient(#12E380,#1A967E);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin-bottom: 20px;
}
footer a{
    color: white;
}
.mitad{
    width: 49%;
    display: inline-block;
}


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

}

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

}

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

}

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

}

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