:root {
    --yellow: #eba021;
    --white: #f7f7f7;
    --light-gray: #4f4f56;
    --strong-gray: #222223;
}


#response{
    display: none !important;
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}


*{
    font-family: 'Lato';
}

.fullw {
    width: 100%;
}

.halfw {
    width: 50%;
}

.thirdw {
    width: 33.3%;
}

.sixthw{
    width: 66.6%;
}




#success-tip{
    color:#008000;
    display: none;
}
#error-tip{
    color:#FF0000;
    display: none;
}
#loading-indicator{
    display: none;
}
#loading-indicator img{
    height: 50px;
}






.error, .error::placeholder{
    color: #FF0000;
}


h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}

h1{
    padding: 40px 20px;
    box-sizing: border-box;
    font-size: 44px;
}

.sub-title-a{
    font-size: 32px;
}

.sub-title-b{
    font-size: 26px;
    padding: 5px 0;
}


/*BACKGROUNDS*/

.bgy {
    background-color: var(--yellow);
}

.bgw {
    background-color: var(--white);
}

.bglg {
    background-color: var(--light-gray);
}

.bgsg {
    background-color: var(--strong-gray);
}

.bgcover {
    background-image: url(../assets/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*TEXT COLORS*/

.txty {
    color: var(--yellow);
}

.txtw {
    color: var(--white);
}

.txtlg {
    color: var(--light-gray);
}

.txtsg {
    color: var(--strong-gray);
}


.sub-aside{
    font-size: 26px;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

.bottom-border {
    border-bottom: solid 20px var(--yellow)
}

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

.text-justify {
    text-align: justify;
}

.gradient-a {
    background: #D39324;
    background: -webkit-linear-gradient(130deg, rgba(211, 147, 36, 1) 0%, rgba(54, 50, 49, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(211, 147, 36, 1) 0%, rgba(54, 50, 49, 1) 100%);
    background: -o-linear-gradient(130deg, rgba(211, 147, 36, 1) 0%, rgba(54, 50, 49, 1) 100%);
    background: -ms-linear-gradient(130deg, rgba(211, 147, 36, 1) 0%, rgba(54, 50, 49, 1) 100%);
    background: linear-gradient(130deg, rgba(211, 147, 36, 1) 0%, rgba(54, 50, 49, 1) 100%);
}

.gradient-b {
    background: #E6A023;
    background: -webkit-linear-gradient(130deg, rgba(230, 160, 35, 1) 0%, rgba(242, 239, 241, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(230, 160, 35, 1) 0%, rgba(242, 239, 241, 1) 100%);
    background: -o-linear-gradient(130deg, rgba(230, 160, 35, 1) 0%, rgba(242, 239, 241, 1) 100%);
    background: -ms-linear-gradient(130deg, rgba(230, 160, 35, 1) 0%, rgba(242, 239, 241, 1) 100%);
    background: linear-gradient(130deg, rgba(230, 160, 35, 1) 0%, rgba(242, 239, 241, 1) 100%);

}

.flex-row-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-row-wrap-rev {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-col-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}


section {

    width: 100%;

}


#btn_enviar{
    background-image: url(../assets/send_button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 300px;
    height: 50px;
    background-color: transparent !important;
    border: none;
    outline: none;
    cursor: pointer;
}


.item{
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
}

.item .icon{
    width: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.icon-a{
    background-image: url(../assets/iconos-01.svg);
}
.icon-b{
    background-image: url(../assets/iconos-02.svg);
}
.icon-c{
    background-image: url(../assets/iconos-03.svg);
}
.icon-d{
    background-image: url(../assets/iconos-04.svg);
}

.item p{
    color: var(--white);
}


.form{
        padding: 20px;
    box-sizing: border-box;
}

.form-element{
    padding: 10px 0;
}

label{
    padding: 5px 0;
}

input{
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}


#logo-hub{
    width: 90%;
    max-width: 330px;
    padding: 20px;
    box-sizing: border-box;
}

#logo-footer{
    width: 70%;
    max-width: 350px;
}

.body{
    width: 100%;
    max-width: 1200px;
}

.padd70{
    padding: 70px 0;
    box-sizing: border-box;
}

.padd50{
    padding: 50px 0;
    box-sizing: border-box;
}


aside.a{
    font-size: 30px;
    font-weight: 800;
    max-width: 370px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

aside.b{
    font-size: 20px;
    font-weight: 400;
    max-width: 600px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}



@media screen and (max-width: 768px) {

    .halfw{
        width: 100%;
    }
    .thirdw{
        width: 100%;
    }
    .sixth{
        width: 100%;
    }

    aside.a{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .item{
        width: 50%;
    }

}



@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype'),
        url('../fonts/Lato-Black.svg#../fonts/Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#../fonts/Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#../fonts/Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

