/*
Theme Name: Roneous Child
Theme URI: http://www.themelogi.com/themes/roneous
Description: A child theme of Roneous Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: roneous
*/

/*Obento-web*/

/*Whatsapp-icon-home*/
.col-right-home .wpb_wrapper {
    min-height: 100% !important;
}

/*.col-right-home .wp-icon {
    position: absolute !important;
    bottom: -20% !important;
    right: 0;
}*/

.button-fixed {
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

div#whatsapp-icon-top {
    position: fixed;
    right: 10% !important;
    bottom: 5% !important;
    z-index: 999999 !important;
}


#whatsapp-icon-top a {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: block;
    background-color: #3A9C39;
}
#whatsapp-icon-top a i {
    font-size: 70px;
    padding: 7px;
    color: #fff;
}


/*Icons-home*/
.icon-home img {
    max-width: 70% !important;
}
/*Buttons-Home*/
.btn.btn-rounded {
    text-transform: none !important;
    font-size: 16px !important;
}
/*logos-home*/
.logo-icons img.vc_single_image-img {
    max-width: 65% !important;
}

/*List-Style*/
.post-content ul, .comment-content ul, .wpb_text_column ul {
    list-style: disc;
}


/*Contact*/
/*.contact-box h3.widgettitle {
    display: inline-block;
    background-color: #e7eaec;
    padding: 5px 10px;
    border-radius: 25px;
}*/

/*Footer*/
.footer-txt div p{
    font-size: 16px !important;
}
.back-to-top {
    color: #ffffff;
    background: #46ccee;
    border-radius: 50%;
}

/*Responsive*/
@media (max-width: 768px) {
    .title-home {
        max-width: 65% !important;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 92% !important;      /* Deja un 4% de hueco a cada lado */
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .col-right-home .wp-icon {
     position: absolute !important;
     bottom: auto !important;
    }    
}