/*
Theme Name: sayonara
Author: sayonara
Description: Your description goes here
Version: 1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/** fix tablas ancho toda la web en responsive **/
@media (max-width:1024px){
.textos-legales table {display: block;overflow-x: auto;white-space: nowrap;}
.textos-legales table tbody {display: table;width: 100%;}	
}

/*Newsletter*/
#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }
  .sib-form{padding:0 !important; background-color:#eff2f700 !important; text-align: left !important;}
  #sib-container{background-color: #eff2f700 !important; padding:0 !important; border-width:0px !important; .sib-form-block{padding:0 !important;}}

/*Solo mini*/
#mini-newsletter .entry__choice span p {
  color: #fff !important;
}
#mini-newsletter .sib-form-block__button {background-color:#fff !important; color: #000 !important;}
#mini-newsletter .sib-form-block__button:hover {background-color:#E0E0E0 !important;}