﻿/*Estilos Del Menu*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    min-height:490px;
    overflow:hidden;
}

.contenedor {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

#Cont_main {
    width: 100%;
    height: auto;
}

header {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Logbar {
    width: 100%;
    height: auto;
    border-bottom: solid 1px;
    border-color: dodgerblue;
    background-color: white;
    display: flex;
}

#Logbox {
    margin-left: 10%;
}

#Logo {
    margin-top: 2%;
    margin-bottom: 2%;
}

#Menucolor {
    width: 100%;
    background-color: #487aab;
}

#Menu {
    width: 90%;
    margin-right: 10%;

}

.Lista1 {
    width: 100%;
    list-style-type: none;
    background-color: white;
    margin: 0px 0px;
    float: left;
    text-align: right;
}

.Submen_ppal1 {
    list-style-type: none;
}

.txt-listpal {
    color: black;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 15px;
    display: block;
    font-size: 17px;
    user-select: none;
}

li.List_pal {
    display:inline-block;
}

.txt-listpal:hover {
    padding: 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: #d2d2d2;
    color:black;
}

.txt-sublist {
    text-align: left;
    color: black;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 17px;
}

    .txt-sublist:hover {
        padding: 10px;
        display: block;
        background-color: #d2d2d2;
        text-decoration:none;
        color:black;
    }
/*no mostrar el submenu por default*/
.Submen_ppal1 {
    display: none;
    position: absolute;
    min-width: 120px;
    background-color: #ececec;
    z-index:1;
}
/*Hacer aparecer el submenu*/
.List_pal:hover .Submen_ppal1 {
    display: block;
}

#Menu ul li:hover {
    background: #d2d2d2;
}

/*-----Estilos del cuerpo-----*/
div #Cuerpo {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    overflow-x:hidden;
}

#Cuerpo h1, h2, h3, h4 {
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#Cuerpo p {
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*Estilos Texto*/
.Text_post {
    width: auto;
    text-align: center;
}

.ul_base {
    list-style: none;
    color: black;
}

.li_base a {
    text-decoration: none;
    color: black;
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.txt-quot {
    font-size: 19px;
}

.txt-elem {
    font-size: 19px;
}

.boxleam p {
    padding: 10px;
    color: dodgerblue;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid dodgerblue;
    transition: all 0.2s ease;
}
.boxleam p:hover {
        cursor: pointer;
        padding: 10px;
        background-color: dodgerblue;
        color: white;
        text-align: center;
        text-decoration:none
          
    }
.boxleam {
    width: 100%;
    margin: 0 auto;
    max-width: 172px;
}

.boxleam-bw p {
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid white;
    transition: all 0.2s ease;
}

    .boxleam-bw p:hover {
        cursor: pointer;
        padding: 10px;
        background-color: white;
        color: #eb3c00;
        text-align: center;
        text-decoration: none
    }

.boxleam-bw {
    width: 100%;
    margin: 0 auto;
    max-width: 172px;
}

.txt-btn-leam:hover {
    text-decoration-line: none;
    text-decoration:none;
}
.txt-btn-leam:focus {
    text-decoration-line: none;
    text-decoration: none;
}

/*Seccion 1*/
Post_slider {
    width: 100%;
}

#carousel-example-generic {
    box-sizing: border-box;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    /*bottom: 20px;*/
    top: 10%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-indicators {
    bottom: 0px;
}

.img-bkg-slide {
    position: relative;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt-slid-tit {
    font-size: 26px;
    color: white;
    text-shadow: 2px 2px 3px black;
    text-align: center;
}
.txt-slid-quot {
    font-size: 20px;
    color: white;
    text-shadow: 2px 2px 3px black;
    text-align: center;
}


/*Forma de divisiones*/
.Post_white {
    width: 100%;
    padding: 5% 0%;
    height: auto;
    background-color: white;
    box-sizing: border-box;
}

.Post_margin {
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}

.Post_blue {
    width: 100%;
    padding: 5% 0%;
    height: auto;
    background-color: #e6edf4;
}

/*seccion 2*/
.cont-sec1 {
    display: flex;
}

.Cnt-txt-sec1 {
    width: 50%;
    padding-right: 10%;
    margin: auto 0px;
    text-align: left;
}

.block-prod {
    display: block;
    border-left: solid 1px;
}

.Cnt-2 {
    /*margin: 0 auto;*/
    flex-direction: column;
    width: 29%;
    box-sizing: border-box;
}

    .Cnt-2 p {
        text-align: center;
    }

/*Seccion 3 figuras en columna */

.cont-sec3 {
    display: flex;
}

.block-prod-sec3 {
    display: block;
    padding: 0 5%;
    margin: auto 0;
    width: 33.3%;
}

.line {
    border-left: solid 1px;
    border-right: solid 1px;
}

.Cntdor-Cntido {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
}

.Cnt-1, .Cnt-1-mid {
    margin: 0 auto;
    flex-direction: column;
    box-sizing: border-box;
}

.Imgtxt {
    text-align: center;
    padding: 10% 25% 0% 25%;
    box-sizing: border-box;
}

.Imgcnt {
    width: 42%;
    height: auto;
}

.Cnt-txt {
    text-align: justify;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.cnt-txtmargbott {
    margin-bottom: 20%;
}

/*seccion Contratos*/

.cont-sec4 {
    display: flex;
}

.Cnt-txt-sec4 {
    width: 50%;
    padding-right: 8%;
    margin: auto 0px;
    text-align: justify;
    margin-top:0;
}

.block-prod-4 {
    display: block;
}

/*seccion productos*/
.cont-sec5 {
    display: flex;
}

.slick-pic {
    width: 100%;
}

.block-prod-sec5 {
    width: 75%;
    margin: 0 auto;
}

.cont-slick-pic {
    padding: 2.5%;
}

.Cnt-5 {
    margin: 0 auto;
    flex-direction: column;
    box-sizing: border-box;
}

/*Footer*/
#Footer {
    width: 100%;
    padding: 2% 0% 3% 0%;
    height: auto;
    background-color: #555555;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Footer_margin {
    margin-left: 0%;
    margin-right: 0%;
}

#Text_footer {
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    color: snow;
}

    #Text_footer a {
        text-align: center;
        text-decoration: underline;
        font-family: Arial;
        color: snow;
    }


/*                  Configuracion @media para responsive desing            */


/*Estilos para menu responsive desing*/


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

    #Menucolor {
        display: flex;
        flex-direction: column;
    }

    #Menu {
        display: none;
    }

    header {
        width: 100%;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-left: 0%;
        margin-right: 0%;
    }

    .caption1 {
        width: 40%;
        top: 35%;
        bottom: 25%;
    }
    .txt-slid-tit1 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 3px black;
        text-align: left;
    }
    .txt-slid-quot1 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
        text-align: left;
    }

    .caption2 {
        top: 5%;
    }
    .txt-slid-tit2 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }
    .txt-slid-quot2 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .caption3 {
        top: 10%;
        left: 49%;
        right: 15%;
        bottom: 50%;
    }
    .txt-slid-tit3 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }
    .txt-slid-quot3 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .caption4 {
        left: 20%;
        bottom: 25%;
        top: 10%;
    }
    .txt-slid-tit4 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }
    .txt-slid-quot4 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }


    div #Cuerpo {
        margin-left: 0%;
        margin-right: 0%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        height: auto;
    }

    #Footer {
        width: 100%;
        padding: 2% 0% 3% 0%;
        height: auto;
        background-color: #555555;
        margin-left: 0%;
        margin-right: 0%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (min-width: 1012px) {
    #Menu-mobile {
        display: none;
    }

    #Ico_men {
        display: none;
    }

    #Cont_ico_men {
        display: none;
    }
}

@media only screen and (min-width: 561px) {

    #Logo_ppal {
        display: none;
    }

    #txt_log {
        display: none;
    }
}

/*Menu Mobile*/
@media only screen and (max-width: 1011px) {

    #Cont_ico_men {
        width: 100%;
        height: 50%;
        margin: auto;
    }

        #Cont_ico_men a {
            text-decoration: none;
            color: black;
            font-size: 18px;
            font-family: Arial;
            border: solid 1px;
            border-radius: 5px;
            border-color: #2d2d2d;
            padding: 5px 7px;
            cursor: pointer;
            margin-right: 5%;
            float: right;
        }

        #Cont_ico_men a:active {
            background-color: #b3d5ff;
        }

    .Opac_enab {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: #282828;
        opacity: 0.3;
        transition: 0.5s;
        cursor: pointer;
        bottom: 0;
        z-index: 999;
    }

    #Menu-mobile {
        background-color: #424242;
        position: absolute;
        width: 70%;
        height: 100vh;
        z-index: 1000;
        overflow-x: hidden;
        transition: 0.5s;
        left: -70%;
        top: 0;
        bottom: 0;
    }

    .shad_enab {
        box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.4);
    }

    #Logbox_mob {
        background-color: #2f2f2f;
        height: auto;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    }

    #log_men_mob {
        box-sizing: border-box;
        height: 85px;
        width: auto;
    }


    .Lista-mobile {
        display: grid;
    }

        .Lista-mobile li {
            cursor: pointer;
        }

            .Lista-mobile li a {
                font-family: Arial;
                text-decoration: none;
                color: white;
                display: block;
                font-size: 15px;
                padding: 15px 15px 15px 5px;
            }

                .Lista-mobile li a:hover {
                    background-color: steelblue;
                    border-left: 5px solid rgba(255, 251, 251, 0.62);
                    transition: 0.3s;
                }

        .Lista-mobile ul {
            display: none;
            background-color: #6f6f6f;
        }

    /*Submenus*/

    .Sublist_mob-1 {
        list-style: none;
    }
}
/*reduccion margen header*/
@media only screen and (max-width: 1274px) {


    #Menu{
        width: 95%;
        margin-right: 5%;
    }
    #Logbox {
        margin-left: 5%;
    }

    .Post_margin{
        margin-left:5%;
        margin-right:5%;
    }
}
@media only screen and (max-width: 1126px) {


    #Menu {
        width: 100%;
        margin-right: 0%;
    }

    #Logbox {
        margin:0;
    }
}

/*Cuerpo*/
@media only screen and (max-width: 1570px) {
    .Cnt-txt-sec1 {
        width: 100%;
        padding-right: 0%;
        margin: auto 0px;
        text-align: center;
        border-bottom: solid 1px;
        margin-bottom: 5%;
        padding: 5% 0;
    }

    .cont-sec1 {
        display: block;
    }

    .block-prod {
        display: block;
        border-left: none;
    }
    /*Fin seccion 2*/


    .cont-sec3 {
        display: block;
    }

    .block-prod-sec3 {
        display: flex;
        padding: 0 5%;
        margin: auto 0;
        width: 100%;
    }

    .line {
        border-left: none;
        border-right: none;
    }

    .cnt-txtmargbott {
        margin-bottom: 0%;
        text-align: center;
    }

    .Cnt-1 {
        margin: 0 5%;
        flex-direction: column;
        box-sizing: border-box;
        width: 80%;
    }

    .Cnt-1-mid {
        margin: 50px 0%;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        border-bottom: solid 1px;
        border-top: solid 1px;
        padding: 50px 0%;
    }

    /*fin seccion 3*/

    .cont-sec4 {
        display: block;
    }

    .Cnt-txt-sec4 {
        width: 100%;
        padding-right: 0%;
        margin: auto 0px;
        text-align: center;
    }
    /*Fin seccion 4*/

    .cont-sec5 {
        display: flex;
    }

    .block-prod-sec5 {
        width: 50%;
        margin: auto;
    }

    .cont-med {
        width: 100%;
    }

    .Cnt-5 {
        margin: 0 auto;
        width: 60%;
        flex-direction: column;
        box-sizing: border-box;
    }
    /*fin seccion 5*/
}
@media only screen and (max-width: 790px) {

    .carousel-inner .item img {
        width: 100%;
        height: 330px;
    }

    .caption1 {
        width:50%;
        left: 25%;
        bottom: 25%;
        top: 10%;
    }
    .txt-slid-tit1 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 5px black;
        text-align: center;
    }
    .txt-slid-quot1 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 5px black;
        text-align: center;
    }
    .cont-txt-slid1 {
        margin: 0% 0%;
        height: 0%;
    }

    .caption2 {
        width: 50%;
        left: 25%;
        bottom: 25%;
        top: 10%;
    }
    .txt-slid-tit2 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
    .txt-slid-quot2 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
    .img-slid-quot2 {
        width: 100%;
        height: 9%;
        max-height: 60px;
        max-width: 193.8px;
    }

    .caption3 {
        width: 60%;
        left: 20%;
        bottom: 20%;
        top: 10%;
    }
    .txt-slid-tit3 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
    .txt-slid-quot3 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }

    .caption4 {
        left: 20%;
        bottom: 25%;
        top: 10%;
    }
    .txt-slid-tit4 {
        font-size: 26px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
    .txt-slid-quot4 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 5px black;
    }


    .Cntdor-Cntido {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
    }

    .Cnt-2 {
        margin: 7% auto;
        flex-direction: column;
        width: 90%;
        box-sizing: border-box;
    }

    /*Fin seccion 2*/
    .block-prod-sec3 {
        display: block;
        padding: 0 5%;
        margin: auto 0;
        width: 100%;
    }

    .Cnt-1 {
        margin: 5% auto;
        flex-direction: column;
        box-sizing: border-box;
        width: 90%;
    }
    /*fin seccion 3*/

    /*Fin seccion 4*/
    .cont-sec5 {
        display: block;
    }
    .Cnt-5 {
        margin: 0 auto;
        width: 90%;
        flex-direction: column;
        box-sizing: border-box;
    }
    .block-prod-sec5 {
        width: 90%;
        margin: auto;
    }
    .cont-slick-pic {
        padding: 0% 2.5%;
    }
}
/*Logo*/
@media only screen and (max-width: 801px) {
    #Logbox {
        margin: 0% 2% 0% 2%;
        width: 96%;
    }

    #Logo {
        margin: 0%;
    }
}
@media only screen and (max-width: 560px) {
    #Logo {
        display: none;
    }

    #Logbox {
        width: 100%;
        padding: 0;
    }

    #Logbar {
        height: auto;
    }

    #txt_log {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #Logo_ppal {
        margin-left: 5%;
    }

    /*Slide imagenes*/

    .carousel-inner .item img {
        width: 100%;
        height: 330px;
    }
}
@media only screen and (max-width: 520px) {
    .caption1 {
        width: 50%;
        left: 25%;
        bottom: 25%;
        top: 5%;
    }

    .txt-slid-tit1 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
        text-align: center;
    }

    .txt-slid-quot1 {
        font-size: 15px;
        color: white;
        text-shadow: 2px 2px 3px black;
        text-align: center;
    }

    .cont-txt-slid1 {
        margin: 0% 0%;
        height: 0%;
    }

    .caption2 {
        width: 50%;
        left: 25%;
        bottom: 25%;
        top: 5%;
    }

    .txt-slid-tit2 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .txt-slid-quot2 {
        font-size: 15px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .img-slid-quot2 {
        width: 100%;
        height: 9%;
        max-height: 60px;
        max-width: 193.8px;
    }

    .caption3 {
        width: 60%;
        left: 20%;
        bottom: 20%;
        top: 5%;
    }

    .txt-slid-tit3 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .txt-slid-quot3 {
        font-size: 15px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .caption4 {
        left: 20%;
        bottom: 25%;
        top: 5%;
    }

    .txt-slid-tit4 {
        font-size: 20px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

    .txt-slid-quot4 {
        font-size: 15px;
        color: white;
        text-shadow: 2px 2px 3px black;
    }

   
}