/*
 Theme Name: Hello Elementor Child
 Theme URI: https://lifestylescorretoraseguros.com.br/
 Author: Alexandre
 Author URI: https://lifestylescorretoraseguros.com.br/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain: hello-elementor-child
*/

#t1 {
     background: linear-gradient(90deg,#267BDF 50%,  #86BDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 


#t2 {
    background: linear-gradient(15deg,#267BDF 50%,  #86BDFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



#t3 {
    background: radial-gradient(circle, red, darkred);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#t4 {
    background: linear-gradient(90deg, darkred, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}



#f1 {background: rgb(16,30,57);
  background: linear-gradient(41deg,rgba(7,50,40,1) 15%, rgba(41,96,64,1)50%, rgba(7,50,40,1)  100%);
}



#f2 {background: rgb(16,30,57);
  background: linear-gradient(15deg,rgba(7,50,40,1) 15%, rgba(41,96,64,1)50%, rgba(7,50,40,1)  100%);
}


#f3 {background: rgb(16,30,57);
  background: linear-gradient(0deg,rgba(7,50,40,1) 15%, rgba(41,96,64,1)50%, rgba(7,50,40,1)  100%);
}

#f4 {background: rgb(16,30,57);
  background: linear-gradient(90deg,rgba(7,50,40,1) 15%, rgba(41,96,64,1)50%, rgba(7,50,40,1)  85%);
}





#f5 {background: rgb(15,58,107);
background: linear-gradient(15deg, rgba(15,58,107,1) 0%, rgba(37,124,224,1) 50%, rgba(14,56,105,1) 100%);}


#f6 {background: rgb(15,58,107);
background: linear-gradient(90deg, rgba(15,58,107,1) 0%, rgba(37,124,224,1) 50%, rgba(14,56,105,1) 100%);}


#f7 {background: rgb(15,58,107);
background: linear-gradient(0deg, rgba(15,58,107,1) 0%, rgba(37,124,224,1) 50%, rgba(14,56,105,1) 100%);}