/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twenty-seventeen/
 Description:  Twenty Seventeen Child Theme
 Author:       ERGO Seguros de Viaje
 Author URI:   https://www.ergo-segurosdeviaje.es
 Template:     twentyseventeen
 Version:      20240626
 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:  twentyseventeen-child
*/
.segurosDestinos h2 {max-width: 700px; }
.segurosDestinos {margin-top: 40px; margin-bottom: 20px; text-align: center; display: block; overflow: hidden; padding: 20px; box-sizing: border-box; } 
table.destino {width: 24%; display: inline-block; }
table.destino tbody tr:first-child td {padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
table.destino tbody tr td img {display: block; width: 100%; height: auto; }
table.destino tbody tr:last-child td {text-align: center; padding-bottom: 40px; padding-top: 5px; box-sizing: border-box; font-size: 16px; }
a.titular {font-family: 'FedraSerifAProBold'; }
@media screen and (max-width: 600px){
	table.destino {width: 100%; display: block; }
}