@charset "utf-8";
/* CSS Document */

body {
    margin: 0%;
    font-family: 'Sulphur Point', sans-serif;
    background-image: url(../Images/background.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
}

header{
    width: 100%;
}

#menuWR {
    display: none;
    margin-top: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #85c324, #b8dc7c);
    box-shadow: 2px 2px 5px rgb(56, 54, 54);
    position: relative;
}

#menuWR ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: -40px;
    left: -100%;
    background: linear-gradient(to right, #85c324, #b8dc7c);
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
}

#menuWR label {
    height: 40px;
}

#menuWR label image {
    height: 40px;
}

#menuWR a {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid#b8dc7c;
}

#menuWR ul img {
    display: block;
    align-content: center;
    align-self: center;
    align-items: end;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 40px;
    border-radius: 10px;
}

#mostrar_menuWR {
    display: none;
}

#mostrar_menuWR +label {
    position: relative;
    cursor: pointer;
}

#mostrar_menuWR:checked ~ ul {
    left:0;
}

.div_BarraSuperiorPrincipal{
    margin-top: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #85c324, #b8dc7c);
    box-shadow: 2px 2px 5px rgb(56, 54, 54);
    display: scroll;
    position: relative;
}

.div_BarraSuperiorInternos{
    height: 40px;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.div_BarraSuperiorInternos:hover{
    background-color: #85c324;
}

.a_BarraSuperior{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.img_logo_header {
    margin: 2px;
    height: 34px;
    border-radius: 5px;
}

.div_BarraIndice{
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: auto;

}

.div_BarraIndiceInternos{
    height: auto;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.div_BarraIndiceInternos:hover{
    box-shadow: 0px 2px 0px rgb(56, 54, 54);
}

.a_BarraIndice{
    display: block;
    color: black;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.div_Style{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-top: 1px solid #656b6b;
    text-align: center;
}

.div_StylePS{
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    display: none;
}

.div_StylePS:target {
    display: block;
}

.txt_TituloP{
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.txt_Titulo{
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.txt_Subtitulo{
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
}

.txt_Normal{
    font-size: 20px;
    text-align: center;
}

.h3_Parrafo {
    text-align: justify;
    font-weight: lighter;
}

.img_header {
    width: 100%;
    height: 35vw;
}

.div_header {
    position: absolute;
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%; 
}

.txt_header {
    font-size: 10vw;
    text-align: center;
    font-weight: bold;
}

.li_style {
    text-decoration: none;
    list-style: none;
}

.article_texto01 {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 10%;
    margin-right: 10%;
}

.article_texto02 {
    width: 41%;
    margin-left: 4%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.article_Imagenes01 {
    width: 70%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: 15%;
    margin-right: 15%;
}

.img_clientes {
    width: 15vw;
    height: 15vw;
}

.article_25{
    width: 24%;
    margin: 0.25%;
    display: inline-block;
    vertical-align: top;
}

.article_50{
    width: 49%;
    margin: 0.25%;
    display: inline-block;
    vertical-align: top;
}

.article_100{
    width: 99%;
    margin: 0.25%;
    display: inline-block;
    vertical-align: top;
}

.form_Style {
    border: 1px solid #656b6b;
    border-radius: 20px;
    box-shadow: 2px 5px 10px rgb(73, 73, 73);
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    padding-bottom: 30px;
}

.form_Style div {
    display: block;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

.form_Style label {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.form_Style input, select, textarea {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    height: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #656b6b;
    font-family: 'Sulphur Point', sans-serif;
    border-radius: 15px;
}

.form_Style textarea {
    height: 150px;
    resize: vertical;
}

.form_Style input:focus, textarea:focus select:focus {
    border-color: #006644;
    border-radius: 15px;
}

.form_Style button{
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 25px;
    margin-bottom: 5px;
    height: 35px;
    border-radius: 30px;
    font-family: 'Sulphur Point', sans-serif;
    background: #85c227;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.form_Style button:hover {
    background: #b8dc7c;
}

.flotante{
    display: scroll;
    position: fixed;
    bottom: 0%;
    right: 0%;
}

.Img_flotante{
    width: 55px;
}

footer{
    height: auto;
    width: 100%;
    font-size: 90%;
    background: linear-gradient(to bottom, #09644c, #656b6b);
    color: white;
    text-align: center;
}

.a_Footer{
    text-decoration: none;
    color: white;
}

.logo_footer {
    height: 90px;
    border-radius: 10px;
}

.icono_footer {
    width: 40px;
}

.icono_footer:hover {
    width: 45px;
}

.borde_footer_P {
    width: 100%;
    height: 60px;
}

.borde_footer_WR {
    display: none;
}

.slider_horizontal {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider_horizontal ul {
    padding: 0;
    display: flex;
    width: 400%;
    margin-top: -0px;
    animation: cambio 30s infinite alternate linear;
}

.slider_horizontal li {
    list-style: none;
    width: 100%;
}

.slider_horizontal img {
    width: 100%;
    height: 40vw;
}

.slider_vertical {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-top: 30px;
}

.slider_vertical ul {
    padding: 0;
    display: flex;
    width: 400%;
    animation: cambio 25s infinite alternate linear;
}

.slider_vertical li {
    list-style: none;
    width: 100%;
}

.slider_vertical img {
    width: 100%;
    height: 40vw;
}

.slider_cuadrado {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider_cuadrado ul {
    padding: 0;
    display: flex;
    width: 400%;

    animation: cambio 25s infinite alternate linear;
}

.slider_cuadrado li {
    list-style: none;
    width: 100%;
}

.slider_cuadrado img {
    width: 100%;
    height: 20vw;
}

@keyframes cambio {
    0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% {margin-left: -100%;}
    45% {margin-left: -100%;}

    50% {margin-left: -200%;}
    70% {margin-left: -200%;}

    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

@media screen and (max-width:720px){
	body {
		font-size:80%; 
    }

    #menuWR {
        display: block;
    }

    .div_BarraSuperiorPrincipal{
        display: none;
    }
    
    .div_BarraSuperiorInternos{
        display: none;
    }

    .div_BarraIndiceInternos{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .article_50{
        width: 99%;
        margin: 0.25%;
        display: inline-block;
        vertical-align: top;
    }

    .article_texto01 {
        width: 80%;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 10vw;
        margin-right: 10vw;
    }

    .article_texto02 {
        width: 99%;
        margin: 0.25%;
        display: inline-block;
        vertical-align: top;
    }

    .txt_Titulo{
        font-size: 35px;
        text-align: center;
        font-weight: bold;
    }

    .Img_flotante{
        width: 40px;
    }

    .form_Style {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
        padding-bottom: 30px;
    }

    .form_Style label {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        height: 20px;
        font-size: 15px;
        text-align: left;
    }

    .form_Style input, select, textarea {
        display: block;
        
        width: 80%;
        height: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .slider_cuadrado img {
        width: 100%;
        height: 40vw;
    }

    .slider_vertical {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .slider_vertical img {
        width: 100%;
        height: 60vw;
    }

    .slider_horizontal img {
        height: 45vw;
    }

    footer{
        font-size: 90%;
    }

    .borde_footer_P {
        display: none;
    }
    
    .borde_footer_WR {
        display:block;
        width: 100%;
        height: 30px;
    }
}