/*
Theme Name:     Infinxt Child
Theme URI: 		https://infinxt.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	https://themeforest.net/user/designthemes
Description:    Child theme for the Infinxt theme powered by DesignThemes
Template:       infinxt
Version:        1.0
*/

.dt-subscription-content:before, .dt-sc-service-carousel .jet-carousel__item-inner .jet-carousel__content:before, .dt-custom-pricing-section:after, .dt-custom-team .jet-team-member .jet-team-member__cover:before, .dtportfolio-item.dtportfolio-hover-icons-only .dtportfolio-framed-holder .dtportfolio-image-overlay:before, .dt-faq-plan .elementor-widget-container:before, .dt-custom-plans-wrapper:before, .dt-custom-plans-wrapper:after {
    background-image: -moz-linear-gradient( 45deg, rgb(242,159,34) 0%, rgb(255,103,31) 75%);
    background-image: -webkit-linear-gradient( 45deg, rgb(242,159,34) 0%, rgb(255,103,31) 75%);
    background-image: -ms-linear-gradient( 45deg, rgb(242,159,34) 0%, rgb(255,103,31) 75%);
}

/*.img-tv.elementor-widget-video .elementor-widget-container:after {
    content: "";
    height: auto;
    margin: 0 -25px 0 -20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
    background-image: url(http://seadog.viyavi.com/wp-content/uploads/2021/01/mask-image-samsung-desktop.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}*/
.boton-call{
    width:50px;
    height:50px;
    background-color: #0098bb;
    margin: 5px;
    padding:10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size:28px;
    line-height:32px;
    position: fixed;
    z-index: 4000;
    bottom: 90px;
    right: 10px;
    color:#fff;
}
.boton-call:hover{
    opacity: 0.70;
    -moz-opacity: .70;
    filter:alpha (opacity=70);
    box-shadow: 0px 14px 40px 0px rgb(0 0 0 / 10%);
}
.boton-call:hover i{
    color:#fff;
}
.boton-call a {
    color:#fff;
    text-decoration:none;
    padding:5px 5px 5px 0;
}