/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.estilo-tabla {
margin: 145px 110px 0;}
.estilo-tabla h2 {font-size:25px;}
.entry-content thead th, .entry-content tr th {font-size:14px;text-align:right;}
.entry-content tr td {text-align:right;}

.estilo-tabla body {font-family:'Poppins';}
tr:nth-child(even) {
    background-color: #f9f9f9;
}

.form-group {
width: 100%;
margin-bottom: 45px;
padding: 25px;
background-color: #004067;
border: 1px solid #f5f5f5f5;
border-radius: 9px;
color: #fff;
font-family: 'Raleway';
font-weight: 600;
box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);}

.field-form {display:block;
margin-bottom: 25px;
padding-bottom:15px;
	border-bottom:1px solid #ffffff54;
}

.label-form {
color: #ffffff;
float: left;
}

.select-fdp {
border: 1px solid #bbb;
padding: 2px 5px;
border-radius: 12px;
margin-left: 10px;
font-size: 12px;
font-weight: 600;
}

input[type="number"] {
	padding-block: 3px;
    padding-inline: 10px;}

select {color:#6e6e6e;}

.input-form {
margin-left: 10px;
padding: 0 12px;
line-height: 2;
border-radius: 23px;
border: 1px solid #7e8993;
background-color: #fff;
color: #32373c;}

.input-btn {
display: block;
margin-top: 32px;
padding: .3em 1em;
color: #FFFFFF !important;
border: 1px solid #0D72B9;
border-radius: 30px;
font-size: 14px;
text-transform: uppercase !important;
background-image: linear-gradient(180deg, #0d72b9 0%, #003559 100%);
background-color: #004067;
box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
transition: all 300ms ease 0ms;
font-weight: 500;
line-height: 1.7em !important;
cursor:pointer;
}
.input-btn:hover {background-image: linear-gradient(180deg, #003559 0%, #0d72b9 100%);}
.entry-content thead th, .entry-content tr th {
font-weight: 600;
background-color: #f0f0f0;
font-size: 14px;
line-height: 1.3em;
}