body {
    background-color: #F4F4F4;
    font-family: 'Sintony', sans-serif;
    font-size: 13px;

}


header,
section {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

header {
    padding-top: 1.5%;
    background: white;
    width: 100%;
}

footer {
    padding: 18px 0;
    border-top: 1px #e3e3e3 solid;
    font-size: 0.9em;
    color: #333;
    text-align: center;
    background: #white;
    width: 100%;
}

h1 {
    text-transform: uppercase;
    color: #5EA50B;
    font-size: 1.3em;
    text-align: center;
    padding: 0.5% 1%;
}

h2 {
    padding: 0 1%;
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
}

iframe {
    border: none;
}

ul li {
    padding-top: 7px;
}

.text ul {
    width: 85%;
    margin-top: 0;
}

.numeroverde {
    font-size: 1.2em;
    color: #5EA50B
}


/** Inicio Estilos tabla**/
.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    font-size: 0.8em;
    margin: auto;

    padding: 5px;
    width: 65%;

    /* animation: float 5s infinite;*/
}

th {
    color: white;
    background: #666;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #FFF;
    font-size: 0.8em;
    padding: 5px;
    text-align: left;

    vertical-align: middle;
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color: #666;


}

tr:hover td {
    /*  background:#5EA50B;
  color:#FFFFFF;*/

}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    background: #EBEBEB;
}

tr:nth-child(odd):hover td {
    /* background:#5EA50B;*/
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #FFFFFF;
    padding: 10px;
    text-align: left;
    vertical-align: middle;

    border-right: 1px solid #C1C3D1;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

/** Fin estilos tabla**/


.banner img {
    width: 100%;
    height: auto;
}

.center_text {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 25px;
}

.boton {
    background: #0055FE;
    padding: 8px 25px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    text-align: center;
}

.boton:hover {
    background: #79c102;
}

.boton2 {
    background: #0F0E0C;
    padding: 8px 25px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    text-align: center;
}

.boton2:hover {
    background: #1EA800;
}

.top10 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.content {
    background: #fff;
    width: 100%;
    margin-top: -4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

/* Móvil y tablet*/
.container_logo {
    width: 100%;
    text-align: center;
}

.container_logo img {
    height: 50px;
}

h1 {
    width: 95%;
    padding: 0 10px;
}

h2 {
    padding: 0 10px;
}

.text {
    width: 100%;
}

.text p {
    padding: 0 10px;
    font-size: 0.9em;
    text-align: justify;
}

table {
    font-size: 0.9em;
}

ul {
    font-size: 0.9em;
    text-align: justify;
}

.sticky {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 111111111111111;
    left: 0;
}

@media (max-width: 768px) {
    iframe {
        height: 850px !important;
    }
}


/* PC */
@media (min-width: 768px) {
    h1 {
        font-size: 2.6em;
        color: #5EA50B;
        text-align: center;
        text-transform: uppercase;
        width: 95%;
    }

    h2 {
        font-size: 1.5em;
    }

    .text {
        width: 100%;
        padding: 1%;
    }

    .text p {
        font-size: 1em;
        text-align: justify;
        color: #666;
    }

    ul {
        font-size: 1em;
        text-align: justify;
        color: #666;
    }

    .boton {
        font-size: 2em;
        margin: 0 10px;
    }

    footer {
        font-size: 1em;
    }

    .table-fill {
        font-size: 1em;
        width: 95%;
    }

    th {
        font-size: 1em;
    }
}

@media (min-width: 1024px) {
    body {
        max-width: 960px;
        margin: 0 auto;
    }

    .text p {
        font-size: 1.2em;
        padding: 0 20px;
    }

    ul {
        font-size: 1.2em;
    }

    footer {
        font-size: 1em;
    }

    .table-fill {
        font-size: 1em;
        width: 95%;
    }

    th {
        font-size: 1em;
    }
}

@media (max-width: 768px) {

    iframe#headerIframe {
        height: 12.5vw !important;
    }

    body {
        margin: 0;
    }

    a.boton {
        font-size: 1.3em;
        font-weight: bold;
    }
}
