/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/08/2019, 10:07:50 AM
    Author     : Angel
*/
body 
{
    margin: 0px;
    padding: 0px;
    background-color: #E0E0F8;
    font-family: Montserrat;
    font-size: 0.8em;
}

md-toolbar 
{
    min-height: 120px !important;
    background-color: #0B610B !important;
}

.header
{
    width: 100% !important;
    height: 100% !important;
    padding: 0 100px !important;
    min-height: 120px !important;
    color: black;
    font-size: 16px;
}

.btn
{
    color: white;
    width: 140px;
    height: 50px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px !important;
    font-family: Montserrat !important;
    line-height: 3;
    text-decoration: none;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.cero
{
    background: #FFFFFF url(../imgchrome/ondas-color-1.svg) center center no-repeat;
    height: 1000px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #8C9A9A;
}

section.primera
{
    background-color: #FACD4A;
    z-index: 1;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


section.segunda 
{
    background-color: #FFFFFF;  
    z-index: 2;
    padding: 40px 0px;
}

section.segunda img
{
    height: 150px;
}

section.segunda div {
    padding: 40px;
    text-align: center;
    font-size: 25px;
    color: #8C9A9A;
}

section.tercera
{
    background: #FFFFFF url(../imgchrome/ondas-color-2.svg) center center no-repeat;
    height: 700px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #8C9A9A;
}

section.cuarta
{
    background-color: #FFFFFF;
    z-index: 1;
    padding: 40px 50px;
    text-align: center;
}

section.quinta table
{
    width: 100%; 
    border-collapse: collapse; 
    text-align : center;
}

section.quinta table td
{
    color: #FFFFFF;
    font-size: 28px;
    padding: 10px 20px 100px 20px;
    vertical-align: top;
    width: 25%;
}

section.sexta
{
    background-color: #FFFFFF;
    z-index: 1;
    padding: 40px 50px;
    text-align: center;
}

section.septima
{
    text-align: center;
    background-color: #FFFFFF;
}

section.septima table
{
    width: 90%; 
    margin: 0px auto;
    border-collapse: collapse; 
    text-align : center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

section.septima caption
{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin: 0px auto;
    font-size: 50px;
    font-weight: bold;
    border-collapse: collapse; 
    text-align : center;
    background-color: #0B610B;
    color: #FFFFFF;
    padding: 50px;
}

section.septima table td
{
    color: #0B610B;
    border: solid 1px #0B610B;
    font-size: 20px;
    padding: 25px 20px 25px 20px;
    vertical-align: middle;
}

section.octava
{
    background-color: #FFFFFF;
    z-index: 1;
    padding: 40px 50px;
    text-align: center;
}

section.octava table
{
    width: 90%; 
    margin: 0px auto;
    border-collapse: collapse; 
    text-align : left;
    border-radius: 25px;
}

section.octava table td
{
    color: #0B610B;
    border: solid 1px #0B610B;
    font-size: 20px;
    padding: 25px 20px 5px 20px;
    vertical-align: middle;
}