.body {
    color: #000000;
    /*    background-color: #FFF; */
    background-color: #FFF6EB;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Gill Sans MT';
    font-weight: normal;
    overflow-y: scroll;
}
.owp-quick-view {
}
    .owp-quick-view:hover {
        width: 100%;
        color: white;
        background-color: rgba(0,0,0,0.6);
    }
.button4 {
    float: none;
    display: inline-block;
    background-color: transparent;
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

    .button4:hover {
        border: 3px double #13aff0;
        color: #13aff0; /* #57BF6D; */
        text-decoration: none;
    }

.block-search__inside-wrapper{

}
.button3 {
    background-color: #13aff0;
    border: none;
    color: white;
    padding: 12px 58px;
    text-align: center;
    font-size: 12px;
    opacity: 0.9;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: -160px;
}

.button2 {
    background-color: #13aff0;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    font-size: 12px;
    opacity: 0.9;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.1em;
}

    .button2:hover {
        opacity: 1;
        background-color: #1594ca;
    }

.search_style1 {
    min-height: 40px;
    width: 59%;
    padding: 6px 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
}

    .search_style1:focus {
        outline: none !important;
        border-color: #719ECE;
        box-shadow: 0 0 10px #719ECE;
    }

.style2:focus {
    outline: none !important;
    border-color: red;
}
.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 40px;
    background-color: #49E670 !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.wcontact {
    right: 100px;
    float: right;
    bottom: 40px;
    position: fixed;
    background-color: white;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display:none;
}
.my-float {
    margin-top: 9px;
}
.menuDropdown {
    /*font-size: 15px;*/
    font-size: 20px;
    cursor: pointer;
    background-color: #DDE7CF;
    /*  background-color: #111; */
    color: white;
    padding: 10px 15px;
    border: none;
    margin-right: 15px;
}

.plain {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0px;
    text-align: justify;
}
/* titulo de pagina*/
.pageTitle {
    font-size: 40px;
    line-height: 2;
    color: #FF9900;
}

.page-header-title {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    color: #333;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top:20px;
}
.page-header-subtitle {
    color: #4a4a4a;
    text-align: center;
    margin-top:0px;
}


#cell1 {
    height: 224px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#cell2 {
    height: 50px;
    width: 210px;
    float: right;
    margin-top: 110px;
    border: 0px solid green;
    visibility: hidden; /*ocultando redes sociales*/
}

#header {
    text-align: left;
    display: table;
    width: 100%;
    background-color: #DDE7CF;
    /*	height:113px; */
}

#imglogo {
    margin-top: 30px;
    margin-left:-17px;
}

    #imglogo:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

#footer-widgets {
    color: #4A4A4A;
    background-color: #222;
    height: 60px;
}
#footer-bottom {
    color: #4A4A4A;
    background-color: #1B1B1B;
    height: 120px;
}

#cell-footer {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top:13px;
    font-size: 14px; 
    font-family: Arial, sans-serif; 
    line-height: 1.42857143;    
}

.footerTextlink {
    color: #337ab7;
    text-decoration: none;
}

.footerTextlink:hover {
    color: #337ab7;
    text-decoration: none;
}

.footerlink {
    text-decoration: none;
    color: white;
}
    .footerlink:hover {
        color: #337ab7;
        text-decoration: none;
    }


.textlink {
    text-decoration: none;
    color: #000000;
}

.textlink-blue {
    text-decoration: none;
    color: #007bff;
}

.link-black:hover {
    text-decoration: none;
    color: black;
}

.link-blue:hover {
    text-decoration: none;
    color: #007bff;
}

.link-white:hover {
    text-decoration: none;
    color: #FFF;
}

.textlink:hover {
    text-decoration: none;
}




.titlelink {
    text-decoration: none;
    color: #333;
}

    .titlelink:hover {
        color: #DDE7CF;
        text-decoration: underline;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */


@media screen and (max-width: 560px) {
    #imglogo {
        margin-top: 3%;
        width: 82%;
        max-height:182px;
    }
    #footer-bottom {
        height: 120px;
    }
    #cell1 {
        height: 182px;
    }
}
@media screen and (max-width: 1024px) {
    .wcontact {
        display: block;
    }
}
.block_search {
    margin-left: 20%;
}
@media screen and (max-width: 1024px) {
    .block_search {
        margin-left: 0;
    }
    .search_style1 {
        width: 70%;
    }
}
