@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800&display=swap');

/* ======================================
 *  01. body
/* ====================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    color: #4a4d4f;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    font-family: 'NeoSansStdTR';
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.7em;
    color: #444040;
    letter-spacing: 0.3px;
    background: #FFFFFF;
    /* overflow: hidden; */
    /* animation: .3s; */
}

/* ======================================
 *  02. tipografia
/* ====================================== */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Proxima-Nova-Bold', sans-serif;*/
    /* font-family: 'Neo Sans Std', sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    color: #1c1f36;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

/* ======================================
 *  03. personalizado padding y margin
/* ====================================== */

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

/* ======================================
 *  04. Personalizado Color de bordes, texto y fondo
/* ====================================== */

.bg-url-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('files/bg00.JPG');
    background-position: center center;
}

.bcl-h2 {
    height: 60px;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}

.bcl-h2:before {
    clear: both;
    border-left: 3px solid #F3A500;
    content: ' ';
    display: block;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
}

.c-negro {
    color: #000;
}

/* ======================================
 *  05. personalizados botones
/* ====================================== */

.button01 {
    background-color: #00FF94;
    border: none;
    color: #000000;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    font-size: 14px;
    padding: 10px 35px;
    margin-left: 20px;
}

.calltoaction01 {
    background-color: #F13E4B;
    border: none;
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
    font-family: 'Proxima-Nova-Bold', sans-serif;
    margin-top: 10px;
}



/* ======================================
 *  06. custom social icon
/* ====================================== */

.redes a:hover .fb {
    color: #3b5998;
}

.tw:hover {
    color: #1da1f2;
}

.redes a:hover .insta {
    color: #c13584;
}

.sk:hover {
    color: #00aff0;
}

.dr:hover {
    color: #ea4c89;
}

.ld:hover {
    color: #0077B5;
}

.redes a:hover .yt {
    color: #C92228;
}

.ap:hover {
    color: #999999;
}


/* ==================================================
 * personalizaciones fuente
 * ================================================== */

.ff-Bold {
    font-family: 'Proxima-Nova-Bold';
}

.ff-Regular {
    /* font-family: 'Roboto'; */
    font-weight: 100 !important;
}

.ff-Ligth {
    font-family: 'Proxima-Nova-Light';
}

/* RESPONSIVE */
.fsize-9 {
    font-size: 9px;
}

.fsize-h6 {
    font-size: 16px;
}

.fsize-h5 {
    font-size: 18px;
}

.fsize-h4 {
    font-size: 25px;
}

.fsize-h3 {
    font-size: 36px;
}

.fsize-h2 {
    font-size: 42px;
}

.fsize-h1 {
    font-size: 50px;
}

.lh-35 {
    line-height: 35px;
}

/* RESPONSIVE */

.lh-18 {
    line-height: 18px;
}

.lh-35 {
    line-height: 35px;
}

.ta-center {
    text-align: center;
}

.ta-justify {
    text-align: justify;
}

/* ==================================================
 * elementos responsive
 * ================================================== */

.seccion {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

header {
    padding-top: 64px;
    height: 570px;
}

/* =================================================
 * elementos posicion 
 * ================================================*/

.right {
    float: right !important;
}

/* ==================================================
 * elementos generales
 * ================================================== */

.sec-cont {
    width: 100%;
    overflow: hidden;
}

.sec-body {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.numeros li {
    float: left;
    margin-right: 20px;
}

.redes {
    text-align: right;
}

.redes li {
    float: right;
    margin-left: 25px;
}

.redes a:hover {
    background-color: #fff;
}

.redes a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.menuNone {
    width: 100%;
    height: 60px;
    margin-top: -60px;
}

.table-a {
    height: 100%;
    display: table;
    position: relative;
    /* z-index: 99999; */
    width: 100%;
}

.table-a>.table-cell-a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.display-initial {
    display: initial !important;
}

.absolute {
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    /* display: none; */
    left: 0;
    /* animation: fadein 10s; */
    transition: visibility 0.3s, opacity 0.1s linear;
    z-index: 100;
    border: 5px solid #1da872;
}

.mv {
    overflow: hidden;
    position: relative;
    /* padding: 30px 30px; */
    /* background-color: #1da872; */
    /* line-height: 1.5; */
    cursor: pointer;
    color: #1da872;
    margin-bottom: 50px;
    height: 190px;
}


/* ==================================================
 * LOADER
 * ================================================== */

.loading-overlay {
    background: #FFF;
    color: #424242;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /* overflow: visible; */
}

.loader {
    margin: 20% auto;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(194, 193, 193, 0.5);
    border-right: 5px solid rgba(199, 197, 197, 0.5);
    border-bottom: 5px solid rgba(203, 203, 203, 0.5);
    border-left: 5px solid #FBA234;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}