/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.border-bottom{
	border-bottom: 1px solid #d0d0cc;
}
.font-darkBlue {
    color: #00539b !important;
}
.header-title{
	font-size: 48px;
    display: inline;
    font-weight: 300;
}
.destacados .col > .col-inner,
.actualidad .col > .col-inner{
	border-color: rgb(228, 228, 226);
    border-width: 1px 1px 1px 1px;
}
.destacados .col > .col-inner .box,
.actualidad .col > .col-inner .box{
	overflow: hidden;
}
.overlap {
    background-color: #d5f3ed;
    position: absolute;
    bottom: -53px;
    right: -53px;
    width: 106px;
    height: 106px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.overlap:hover {
    background-color: #abe7dc;
}
.icon.icon-featured-plus {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    background-image: url(images/1x-s86bcd2e6ee.png);
    background-position: 0 -1658px;
    background-repeat: no-repeat;
}
.overlap .icon {
    -moz-transform: rotate(-45deg) translate(-25%,-75%);
    -ms-transform: rotate(-45deg) translate(-25%,-75%);
    -webkit-transform: rotate(-45deg) translate(-25%,-75%);
    transform: rotate(-45deg) translate(-25%,-75%);
    left: 25%;
    position: absolute;
    top: 50%;
}
.destacados .box-image{
	text-align: center;
	margin: 20px auto 15px auto;
}
.destacados .box-image img{
	margin: 0 auto;
    display: table;
    max-width: 100%;
    height: 217px;
    width: auto;
}
.destacados p:empty{
	display: block;
	min-height: 23px;
}
.destacados .box-text p:last-child{
	height: 0;
	margin: 0;
	padding: 0;
}
.contact-details p {
    margin: 0;
    font-size: 14px;
}
.footer p {
    font-size: 12px;
}
footer .contact-social .social-buttons {
    margin-left: -3px;
}
footer .contact-social .social-buttons a:before{
	display: none;
}
.icon.icon-facebook {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    background-image: url(images/1x-s86bcd2e6ee.png);
    background-position: 0 -1538px;
    background-repeat: no-repeat;
}
.icon.icon-twitter {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    background-image: url(images/1x-s86bcd2e6ee.png);
    background-position: 0 -4871px;
    background-repeat: no-repeat;
}
.icon.icon-youtube {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    background-image: url(images/1x-s86bcd2e6ee.png);
    background-position: 0 -5043px;
    background-repeat: no-repeat;
}
.icon.icon-instagram {
    display: inline-block;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    background-image: url(images/1x-s86bcd2e6ee.png);
    background-position: 0 -1999px;
    background-repeat: no-repeat;
}
.hover-element.active .icon.icon-facebook, .hover-element:hover .icon.icon-facebook, .icon.icon-facebook:hover {
    background-position: 0 -1579px;
}
.hover-element.active .icon.icon-twitter, .hover-element:hover .icon.icon-twitter, .icon.icon-twitter:hover {
    background-position: 0 -4912px;
}
.hover-element.active .icon.icon-youtube, .hover-element:hover .icon.icon-youtube, .icon.icon-youtube:hover {
    background-position: 0 -5084px;
}
.hover-element.active .icon.icon-instagram, .hover-element:hover .icon.icon-instagram, .icon.icon-instagram:hover {
    background-position: 0 -2040px;
}
footer ul {
    padding: 0;
    list-style: none !important;
}
footer ul li {
    list-style: none !important;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0 !important;
}
footer ul li a, 
footer ul li a:active, 
footer ul li a:hover {
    color: #858480;
    font-size: 14px;
}
footer a:focus, footer a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
.itc-right-footer{

}

.itc-right-footer li {
    display: inline-block;
    border: none !important;
}
.itc-right-footer li a {
    color: #00539b;
    margin-right: 72px;
    border: none;
}
.itc-right-footer li:last-child a {
    margin-right: 0;
}
.itc-right-footer li a:hover {
    color: #49e7f5;
}
.absolute-footer{
	display: none;
}
.pro-cat .box-category{
    text-align: center;
}
.pro-cat .box-image img{
    max-width: 70px;
    width: auto;
    max-height: 70px; 
    margin-top: 6px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.pro-cat .product-category:hover .box-image img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.pro-cat .box-category h5.header-title{
    padding-bottom: 6px;
    display: inline;
    white-space: nowrap;
    font-size: 14px;
    text-transform: inherit;
    color: #00539b;
    position: relative;
    font-weight: bold;
}
.pro-cat .box-category h5.header-title:after{
    content: "";
    width: 100%;
    height: 4px;
    background: #00539b;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.pro-cat .box-category:hover h5.header-title:after{
    visibility: visible;
    overflow: visible;
    opacity: 1;
}
.pro-cat .box-text{
    padding: 0;
}
.padding_top{
    padding-top: 0;
}
.pro-cat .flickity-prev-next-button{
    margin-top: 0 !important;
    opacity: 1 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}