@charset "utf-8";
/* CSS Document */

:root {
    --color_001: linear-gradient(to bottom, #003c88, #1ea5e4);
    --color_002: rgb(56, 54, 54);
    --color_003: #0d96d5;
    --color_004: rgb(29, 93, 190);
}

body {
    margin: 0%;
    font-family: 'Sulphur Point', sans-serif;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-attachment: fixed;
    background-size: 100%;
}

header{
    width: 100%;
}

#menuWR {
    display: none;
    margin-top: 0;
    width: 100%;
    height: 50px;
    background: var(--color_001);
    box-shadow: 2px 2px 5px var(--color_002);
    position: relative;
}

#menuWR ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: -40px;
    left: -100%;
    background: var(--color_001);
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
}

#menuWR label {
    height: 50px;
}

#menuWR label image {
    height: 50px;
}

#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: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#mostrar_menuWR {
    display: none;
}

#mostrar_menuWR +label {
    position: relative;
    cursor: pointer;
}

#mostrar_menuWR:checked ~ ul {
    left:0;
}

.div_menuVistaPC {
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.div_menuVistaPC > .img_logo_header {
    height: 20vw;
    display: block;
    margin: auto;
}

.div_BarraSuperiorPrincipal{
    display: block;
    margin: auto;
    width: 80%;
    height: 40px;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 10px;
    background: var(--color_001);
    position: relative;
}

.div_BarraSuperiorInternos{
    height: 40px;
    width: 15%;
    border-radius: 10px;
    margin: auto;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

.div_BarraSuperiorInternos>div{
    display: none;
}

.div_BarraSuperiorLista{
    background: var(--color_003);
}

.div_BarraSuperiorInternosLista{
    height: auto;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
    border-top: 1px solid#a4da4d;
}

.div_BarraSuperiorInternosLista>a{
    font-size: 15px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: lighter;
}

.div_BarraSuperiorInternos:hover>div{
    display:block;
    border-radius: 10px;
}

.div_BarraSuperiorInternos:hover{
    background-color:  var(--color_003);
}

.a_BarraSuperior{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.img_productos {
    height: 300px;
}

.div_BarraIndice{
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: auto;
}

.div_BarraIndice_WR {
    display: none;
    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;
    border-radius: 10px;
    
}

.div_BarraIndiceInternos:hover{
    box-shadow: 0px 2px 0px var(--color_004);
}

.a_BarraIndice{
    display: block;
    color: black;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.img_manten{
    margin-left: 24%;
    margin-right: 24%;
    margin-top: 5%;
}

.img_manten_WR{
    display: none;
}

.txt_manten {
    display: block;
    margin-left: 20%;
    margin-right: 20%;
}

.txt_manten h1{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.img_clt{
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 5%;
}

.img_clt img{
    border-radius: 10px;
}

.img_clt_WR{
    display: none;
}

.div_Style{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-top: 1px solid var(--color_004);
    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_Subtitulo_Index{
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
}

.txt_Normal{
    font-size: 20px;
    text-align: center;
}

.h3_Parrafo {
    text-align: justify;
    font-weight: lighter;
}

.h4_Parrafo {
    text-align: center;
    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_texto01_WR {
    display: none;
}

.article_texto02 {
    width: 41%;
    margin-left: 4%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.article_texto03 {
    width: 70%;
    margin-left: 14%;
    margin-right: 14%;
    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%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.img_productos {
    margin-top: 5px;
    width: 70%;
}

.article_100{
    width: 99%;
    margin: 0.25%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2vh;
}

.PDF {
    margin: auto;
    display: block;
    width: 80%;
    height: 600px;
    border-radius: 10px;
}

.form_Style {
    border: 1px solid var(--color_004);
    border-radius: 20px;
    box-shadow: 10px 15px 15px var(--color_002);
    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 var(--color_004);
    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: var(--color_004);
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.form_Style button:hover {
    background: var(--color_003);
}

.flotante{
    display: scroll;
    position: fixed;
    bottom: 0%;
    right: 0%;
}

.Img_flotante{
    width: 55px;
}

footer{
    height: auto;
    width: 100%;
    font-size: 100%;
    background: var(--color_001);
    text-align: center;
    padding-bottom: 2vh;
    padding-top: 2vh;
}

.a_Footer{
    text-decoration: none;
    color: white;
}

.logo_footer {
    height: 100px;
    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: 80%;
    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;
    border-radius: 10px;
}

.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: 45vw;
    border-radius: 15px;
}

.slider_cuadrado {
    width: 70px;
    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: 50px;
    height: 20vw;
    border-radius: 10px;
}

.slider_cuadrado_001 {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin-left: 24%;
    margin-right: 24%;
}

.slider_cuadrado_001 ul {
    padding: 0;
    display: flex;
    width: 400%;

    animation: cambio 25s infinite alternate linear;
}

.slider_cuadrado_001 li {
    list-style: none;
    width: 100%;
}

.slider_cuadrado_001 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_BarraIndice_WR {
        display: block;
    }

    .div_BarraIndiceInternos{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .div_menuVistaPC > .img_logo_header {
        height: 40vw;
    }

    .article_50{
        width: 99%;
        margin: 0.25%;
        display: inline-block;
        vertical-align: top;
    }

    .article_100{
        margin-bottom: 10px;
    }

    .article_texto01 {
        width: 80%;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 10vw;
        margin-right: 10vw;
    }

    .article_texto01_WR {
        display: block;
        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;
    }

    .article_texto03 {
        width: 99%;
        margin: 0.25%;
        display: inline-block;
        vertical-align: top;
    }

    .txt_Titulo{
        font-size: 35px;
        text-align: center;
        font-weight: bold;
    }

    .txt_Subtitulo_Index{
        font-size: 15px;
        text-align: justify;
    }

    .txt_TituloP{
        font-size: 50px;
    }

    .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_cuadrado_001 {
        width: 100%;
        margin: 0%;
    }

    .slider_cuadrado_001 img {
        width: 100%;
        height: 40vw;
    }

    .slider_vertical {
        width: 80%;
        height: auto;
        margin: auto;
    }

    .slider_vertical img {
        width: 100%;
        height: 75vw;
    }

    .slider_horizontal img {
        height: 45vw;
    }

    footer{
        font-size: 90%;
        padding-bottom: 1vh;
        padding-top: 5vh;
    }

    .borde_footer_P {
        display: none;
    }
    
    .borde_footer_WR {
        display:block;
        width: 100%;
        height: 30px;
    }

    .img_manten{
        display: none;
    }

    .img_manten_WR{
        display: block;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 25%;
    }

    .txt_manten {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .txt_manten h1{
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .img_clt{
    display: none;
    }

    .img_clt_WR{
        display: block;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 5%;
    }

    .img_clt_WR img{
        border-radius: 10px;
    }
}