.boxord{
    background: #001C3D;
}
.boxord-text{
    color: #001C3D;
}
.oxford{
    background: #002147;
}
.oxford-text{
    color: #002147;
}

.quicksand-700 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.quicksand-600 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.quicksand-500 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.quicksand-400 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.quicksand-300 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

html, body{
    margin:0 !important;
    height: 100vh;
}

.rojo-libertad{
    background: #F70804;
}

.caintra{
    background:#14326B;
}

.caintra-text{
    color:#14326B;
}

.libertadd{
    background: rgb(148,0,0);
    background: linear-gradient(0deg, rgba(148,0,0,1) 0%, rgba(224,20,0,1) 86%);
}

.libertad{
    background: #F70804 !important;
}

.libertad-text{
    color: #F70804;
}

.parlez{
    background:#295481;
}
.parlez-text{
    color:#295481;
}



.logoapp{
    width: 94%;
    max-width: 640px;
    margin: 0px auto;
}

.pc{
    height: 100vh !important;
}

.myriad{
    font-family: 'MyriadPro', sans-serif !important;
}
.myriadbold{
    font-family: 'MyriadPro', sans-serif !important;
    font-weight: bold;
}



.seccion80{
    height: 80vh !important;
}

.seccion86{
    height: 86vh !important;
}

.seccion90{
    height: 90vh !important;
}

.seccion91{
    height: 91vh !important;
}

.seccion100{
    min-height: 100vh !important;
}

.img100{
    width: 100%;
    max-width: 640px;
}


.mt0{
    margin-top: 0px !important;
}

.mb0{
    margin-bottom: 0px !important;
}


th, td{
    padding: 2px 6px !important;
}



.fs9px{
    font-size: 9px !important;
}

.fs10px{
    font-size: 10px !important;
}

.fs11px{
    font-size: 11px !important;
}

.fs12px{
    font-size: 12px !important;
}

.fs14px{
    font-size: 14px !important;
}

.fs16px{
    font-size: 16px !important;
}

.pointer{
    cursor:pointer !important;
}