/* ---------------------------

[PERSONALIZADOS]

-----------------------------*/

body, html{
    background-color: #FDF7EE;
    height: 1300px;
    font-family: 'Exo', sans-serif;
    margin:0 auto; }

a{ 
    color: #00801c;
    text-decoration: none; }

a:hover{ 
    color: #838381 !important;
    transition-duration: 1s; }

h2, h4, h5, h6{ 
    color: #2589CC;
    font-family: 'Exo', sans-serif;
    margin-bottom: 30px; } 

h1{ font-weight: bold; }

h3{ 
    color: #ce0a1e;
    font-family: 'Exo', sans-serif;
    font-size: 56px;
    font-weight: bold; }

h5{ color: #fff; }

li{ 
    font-family: 'Exo', sans-serif;
    height: 28px;
    list-style: none;
    margin:0 5px; }

/*------------------------------
        [MENU]
------------------------------*/
#menu{ 
    margin: 0 auto;
    padding-bottom: 55px;
    position: absolute;
    text-align: center;
    z-index: 777; }

.menu{ 
    color: #00801c;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
    text-align: end; }

#nav-menu-top{
    background-color: #2589CC;
    color: #00801c;
    font-size: 14px; }

.logo{ 
    height: auto;
    width: 180px; }

/*------------------------------
    [RESPONSIVE MENU]
------------------------------*/
#hamburguer{ 
    cursor: pointer;
    color: #fff;
    font-size: 42px; }

#hamburguer:hover{
    color: #2a2a2a;
    transform: rotateX(360deg);
    transition-duration: 1s; }

#menu-responsive{ 
    display: none;
    left: 0%;
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #2a2a2a;
    padding: 15px;
    opacity: 0.9; }

.menu-responsive{ 
    color: #fff !important;
    font-weight: bold; }

.logo-res{
    height: auto;
    margin-top: 25px;
    width: 130px; }

/*------------------------------
        [SLIDE]
------------------------------*/
#slider{ 
    margin-bottom: 35px; }

.caption-banner{
    margin-left: 10%;
    position: absolute;
    text-align: center;
    top: 50%; }

.summary-banner{ 
    color: #090d19;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px; }

.access-tab-left, 
.access-tab-right{ 
    cursor: pointer;
    border-radius: 8px;
    height: 175px;
    margin-top: -10px;
    text-align: center; }

.access-tab-left{ 
    background-color: #ce0a1e;
    color: #fff; }

.access-tab-left:hover{ 
    background-color: #202529;
    transition-duration: 1s; }

.access-tab-right{ 
    background-color: #fff;
    color: #545871; }

.access-tab-right:hover{ 
    color: #fff !important;
    background-color: #202529;
    transition-duration: 1s; }

.circle-icon{ 
    background-color: #fff;
    border-radius: 38px;
    padding: 11px 3px;
    text-align: center; }

.circle-icon-2{ 
    background-color: #00801c;
    border-radius: 38px;
    padding: 11px 3px;
    text-align: center; }

.fa-pen{ 
    color: #ce0a1e;
    margin-left: 14px; }

.fa-user-friends{
    color: #fff;
    margin-left: 14px; }

.fadein{ 
    animation: fadeIn 4s; }

.fadein2{ 
    animation: fadeIn 5s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*------------------------------
        [ABOUT]
------------------------------*/
#about{ 
    background-color: #202529;
    float: left; }

#box-about{
    margin: 45px 0; }

.box-upper{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 65px;
    text-align: center; }

.box-bottom{
    font-size: 16px;
    line-height: 30px;
    padding: 65px; }

.content-group{
    margin-bottom: -167px;
    z-index: 99999;
    position: relative;
    width: 100%; }

.grey-text{ 
    color:#54596f;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px; }

.btn{ 
    border-radius: 26px;
    font-size: 20px;
    padding: 8px 20px; }

.zoom-img{
    cursor: pointer;
    transition-duration: 1s; }

.zoom-img:hover{ 
    transform: scale(1.5);
    transition-duration: 2s; }

/*------------------------------
        [SERVICES]
------------------------------*/
#services{ margin-top: -175px; }

.box-services{ 
    background-color: #cb0a1d;
    border-color: #cb0a1d;
    border-radius: 12px;
    height: auto; }

.internal-links{ 
    font-size: 20px;
    font-weight: bold; }

.icon-services{ 
    margin-top: -50px; }

.icon-text{ 
    color: #00801c;
    font-weight: bold; }

.box-link:hover{ 
    color: #fff !important;
    background-color: #202529;
    transition-duration: 1s; }

/*------------------------------
        [ADVANTAGES]
------------------------------*/
#advantages{ background-color: #00801c; }

.box-adv{ 
    border-radius: 14px;
    color: #00801c;
    font-weight: bold; }

/*------------------------------
        [PARALLAX]
------------------------------*/

#parallax{
    background-image: url("../img/photos/servicios.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
}

#parallax-adv{
    background-image: url("../img/photos/fondo.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
}

/*------------------------------
        [CONTACT]
------------------------------*/
#contact{ float: left; }

#box-contact{
    margin: 45px 0; }

.box-left-contact{
    font-size: 16px;
    line-height: 30px;
    padding: 70px; }

.box-right-contact{ padding: 70px; }

.send-button{ 
    color: #fff;
    background-color: #2589CC;
    margin-top: 25px;
    padding: 12px;
    width: 250px; }

.send-button:hover{
    color: #fff;
    background-color: #2a2a2a;
    transition-duration: 1s; }

.form-label, .check-data{ 
    font-size: 13px;
    font-weight: bold;
    margin: 0; }

.red{ color: #ce0a1e; }

/*------------------------------
        [FOOTER]
------------------------------*/
footer{ background-color: #ce0a1e; }

#top-footer{
    color: #fff;
    font-size: 15px;
    padding: 35px 0;
    text-align: center; }

#bottom-footer{
    border-top:1px solid #6c6c6c;
    color: #fff;
    font-size: 13px;
    font-family: 'Exo', sans-serif; 
    padding: 15px 0;
    text-align: center; }

.fa-facebook,
.fa-linkedin,
.fa-instagram-square{ font-size: 36px; }

.footer-links{ color: #fff; }

.footer-links:hover{ 
    color: #6c6c6c; 
    transition-duration: 1s; }

/*------------------------------
        [POP-UP]
------------------------------*/
#content-pop-up{ 
    background-color: #2a2a2a;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 888; }

#pop-up{ 
    background-color: #fff;
    border-radius: 12px;
    display: none;
    height: autox;
    margin-left: 20%;
    margin-top: 25%;
    padding: 25px;
    position: absolute;
    z-index: 999;
    width: 60%; }

/*------------------------------
        [Tracking]
------------------------------*/
.item{ font-size: 12px; }

.card {
    z-index: 0;
    padding-bottom: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
    width: 100%;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
} 

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #14b720;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.icon {
    width: 40px;
    height: 35px;
    margin-right: 15px;
}

.icon-content { 
    padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}

div.dt-buttons {
    position: relative;
    float: right !important;
}













