/**
Theme Name: Astra child
Author: e-tecnia
Author URI: https://e-tecnia.es
Description: 
Version: 1.0.2
Text Domain: astra-child
Template: astra
*/

/*Eliminar espacio finalo textos*/
.elementor-text-editor p:last-child{ 
 margin-bottom:0px;
}
/*FORMULARIO DE CONTACTO*/
.contenedor2 {
   display: grid;
   grid-template-columns: 2fr 2fr;
   grid-gap: 20px;
   margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .contenedor2 {display: block;}
}
p.wpcf7-legend {
    font-size: 12px;
    line-height: 17px;
}
.texto-legal h1 {font-size: 30px;
    padding-bottom: 20px
}
.texto-legal h2 {font-size: 25px !important;
    padding-bottom: 12px;
}
.texto-legal h3 {font-size: 20px !important;
    padding-bottom: 12px;
}