@charset "utf-8";

/*--- Slider principal ---*/
ul, ol{
    list-style: none;
}
.slideshow{
    width: 100%;
    position: relative;
}
.slider li ul{
    width: 100%;
}
.slider li img{
    width: 100%;
    max-height: 550px;
}
.slider .caption{
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    padding: 15px 50px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    
    color: #fff;
}
.slider .caption h2{
    font-size: 45px;
    text-shadow: rgb(50,50,50) 3px 3px 5px;
    -webkit-text-shadow: rgb(50,50,50) 3px 3px 5px;
    -moz-text-shadow: rgb(50,50,50) 3px 3px 5px;
}
.slider .caption p{
    font-size: 25px;
    text-shadow: rgb(50,50,50) 3px 3px 5px;
    -webkit-text-shadow: rgb(50,50,50) 3px 3px 5px;
    -moz-text-shadow: rgb(50,50,50) 3px 3px 5px;
}
.pagination{
    position: absolute;
    top: 100%;
    width: 100%;
    
    display: flex;
    justify-content: center;
}
.pagination li{
    font-size: 20px;
    margin: 2px 5px;
    color: #333;
    cursor: pointer;
}
.left, .right{
    position: absolute;
    top: 0;
    height: 80%;
    
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
}
.left{
    left: 10px;
    cursor: pointer;
    z-index: 2;
}
.right{
    right: 10px;
    cursor: pointer;
    z-index: 2;
}

/*--- Información principal ---*/
.h1{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding: 15px;
    font-size: 50px;
    font-family: 'Patua One', cursive;
    font-weight: 400;
}
.info-inicial{
    text-align: justify;
    font-size: 21px;
    color: #222;
    line-height: 34px;
    padding: 15px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 50px;
    font-family: 'Andada Pro', serif;
}

/*--- Primer blog ---*/
.a-blog{
    width: 100%;
    background-color: rgb(255,255,255);
    padding: 20px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
}
.a-blog-art{
    flex: 1;
    background-color: #fff;
    padding: 10px;
    margin: 20px;
    min-width: 300px;
    max-width: 500px;
    border:1px solid darkgreen;
}
.a-blog-fotos{
    overflow: hidden;
}
.a-blog-fotos img{
    width: 100%;
}
.a-blog-fotos:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.a-blog-art h4{
    text-align: center;
    font-size: 32px;
    font-family: 'Patua One', cursive;
    font-weight: 400;
    padding-top: 10px;
}
.a-blog-art p{
    font-size: 18px;
    padding: 10px;
    color: #222;
    line-height: 27px;
    font-family: 'Andada Pro', serif;
}

/*--- Ventajas y beneficios ---*/
.h3{
    text-align: center;
    padding: 20px;
    font-size: 40px;
    font-family: 'Patua One', cursive;
    font-weight: 400;
}
.vyb-contenedor-cspd{
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}
.vyb-contenedor-cspd p{
    width: 100%;
    font-size: 21px;
    color: #222;
    line-height: 34px;
    min-width: 300px;
    padding-bottom: 50px;
    font-family: 'Andada Pro', serif;
}
/*-- .vyb-contenedor-cspd img{
    width: 25%;
    min-width: 350px;
    height: 250px;
} --*/
.vyb-sub-iconos{
    width: 100%;
    display: flex;
    padding: 0 10% 10px;
    text-align: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.vyb-sub-iconos p{
}
.vyb-sub-iconos div{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:stretch;
    margin: 10px;
    border-radius: 50%;
    width: 175px;
    height: 175px;
} 
#color1{
    //background-color: rgb(67,118,35);
    background-color: rgba(67,118,35,0.85);
}
#color2{
    //background-color: rgba(67,118,35,0.85);
    background-color: rgba(67,118,35,0.70);
}
#color3{
    //background-color: rgba(67,118,35,0.70);
    background-color: rgba(67,118,35,0.55);
}
#color4{
    background-color: rgba(67,118,35,0.55);
}
#color5{
    //background-color: rgba(67,118,35,0.40);
    background-color: rgba(67,118,35,0.70);
}
#color6{
    //background-color: rgba(67,118,35,0.25);
    background-color: rgba(67,118,35,0.85);
}

.colorsub6{
    color: #222;
}
.vyb-sub-iconos h6{
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-family: 'Andada Pro', serif;
}
.vyb-sub-iconos span{
    font-size: 30px;
    padding: 10px;
}
/*--- cesped ---*/
.cespim{
    width: 100%;
    height: 100px;
    background-image: url(../img/boxer.png);
    background-repeat: repeat-x;
}
/*--- Segundo blog ---*/
.b-blog{
    border-top: 5px solid darkgreen;
    width: 100%;
    background-color: rgb(34,34,34);
    padding: 25px 15%;
    display: flex;
    flex-wrap: wrap;
}
.b-blog h4{
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding: 15px;
    width: 100%;
}
.b-blog-art{
    flex: 1;
    background-color: #fff;
    margin: 10px;
    min-width: 300px;
}
.b-blog-art h5{
    padding: 15px;
    font-size: 20px;
    text-align: center;
}
.b-blog-art a{
    text-decoration: none;
    color: #333;
}
.b-blog-img{
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.b-blog-img p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 30px;
    text-align: center;
    padding-top: 80px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.b-blog-img img{
    width: 100%;
    height: 100%;
}
.b-blog-img:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.b-blog-img:hover p{
    display: block;
}

/*--- blog clientes ---*/
.topic-cl{
    width:100%;
    margin:15px;
    text-align:center;
    font-size:30px;
    color:#333;
} 
.cliente-logo{
    width:100%;
    height:auto;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:7%;
    padding-right:7%;
    background-color:#fff;
}
.frt-line{
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
}
.conte-cl{
    max-width:200px;
    min-width:100px;
    max-height:200px;
    min-height:100px;
    padding:25px;
    margin:10px;
}
.conte-cl img{
    width:100%;
    height:100%;
}
.conte-cl .Letra-cl{
    width:100%;
    height:100%;
    text-align:center;
    justify-content:center;
    padding-top:50px;
    font-size:25px;
    color:#333;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    /*--- slider principal ---*/
    .slider .caption p{
        display: none;
    }
    .slider .caption h2{
        font-size: 35px;
    }
    .left, .right{
        font-size: 25px;
    }
    .slider li img{
        min-height: 165px;
        max-height: 400px;
        z-index: 1;
    }
    .pagination{
        display: none;
    }
    /*--- Primer blog ---*/
    .a-blog{
        padding: 0;
        padding: 6%;
    }
    .a-blog-art{
        margin: 0;
        margin-bottom: 10px;
        min-width: 200px;
    }
    /*--- Ventajas y Beneficios ---*/
    .vyb-contenedor-cspd p{
        width: 100%;
    }
    .vyb-contenedor-cspd img{
        width: 100%;
        min-width: 250px;
        max-width: 400px;
    }
    .vyb-sub-iconos div{
        min-width: 200px;

    }
    /*--- Segundo Blog ---*/
    .b-blog{
        margin-top: 10px;
        padding-left: 7%;
        padding-right: 7%;
    }
    .b-blog-art{
        min-width: 250px;
        margin: 0;
        margin-bottom: 10px;
    }
}

@supports ((-webkit-hyphens:auto) or (hyphens:auto)){
    .a-blog-art p{
        text-align: justify;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .vyb-contenedor-cspd p{
        text-align: justify;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}


/*--- Fantasmas ---*/
.sinonimos{
    display: none;
}
.fantasma{
    display: none;
}
