﻿body
{
    margin: 0;
    padding: 0; /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto Condensed' , sans-serif;
    font-weight: 300;
    color: #373a3c;
}

*
{
    padding: 0;
    margin: 0;
}

#main_container
{
    height: 100%;
}

.container
{
    width: 1024px;
    margin: 0 auto;
    z-index: 2;
}
.shadow
{
    background-image: url('../images/general/content_shadow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 64px;
    width: 100%;
}

.top_margin
{
    margin: 150px auto 40px auto;
}

.clear
{
    clear: both;
}

h1, h2, h3
{
    font-weight: 300;
    text-transform: uppercase;
}
h1
{
    font-size: 28px;
    margin-top: 30px;
    font-weight: 500;
}

h2
{
    font-size: 22px;
}

h3, h4
{
    font-size: 18px;
    font-weight: 500;
}


a
{
    outline: none;
    border: none;
    text-decoration: none;
    color: #d6552a;
}

a img
{
    border: none;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

p
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: justify;
}

/*===============colores=============*/
.gris
{
    background-color: #969a9b !important;
}

.gris_claro
{
    background-color: #e8eaeb !important;
}

.naranja
{
    background-color: #d6552a !important;
}

.text_naranja
{
    color: #d6552a !important;
}

.aqua
{
    background-color: #4ca6b0 !important;
}

.azul
{
    background-color: #1e3f4f !important;
}

.morado
{
    background-color: #354254 !important;
}

.blanco
{
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.67);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AAFFFFFF,endColorstr=#AAFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AAFFFFFF,endColorstr=#AAFFFFFF); /* IE6 & 7 */
    zoom: 1;
}

.text_blanco
{
    color: #fff !important;
}
.text_negro
{
     color: #373a3c !important;
    
    }
.text_aqua
{
    color: #4ca6b0 !important;
}


/*===============termina colores============*/

/*================inputs=====================*/

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #B3B3B3;
}

::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #787878;
    font-style: italic;
}
:-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #787878;
    opacity: 1;
    font-style: italic;
}
::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #787878;
    opacity: 1;
    font-style: italic;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10+ */
    color: #787878;
    font-style: italic;
}

:focus{
    outline:0; /*removes the dotted border*/
}
/*=============temina inputs===========*/
/*================btns=====================*/
.btn_naranja
{
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 11px 0px;
    margin-top: 8px;
    font-size: 13px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d6552a;
    border: 2px solid #d6552a;
}

.btn_naranja:hover
{
    background-color: transparent;
    background-image: url('../images/general/blank.png');
    color: #d6552a;
}

.btn_naranja_md {
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 7px 0px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 11px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d6552a;
    border: 2px solid #d6552a;
    margin-top: -5px;
}

.btn_naranja_md:hover {
    background-color: transparent;
    background-image: url('../images/general/blank.png');
    color: #d6552a;
}

.btn_naranja_add {
    width: 120px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 7px 0px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 11px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #d6552a;
    border: 2px solid #d6552a;
    margin-top: -5px;
}

    .btn_naranja_add:hover {
        background-color: transparent;
        background-image: url('../images/general/blank.png');
        color: #d6552a;
    }

.btn_gris
{
      width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 8px 0px;
    
    font-size: 13px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #BABABA;
    border: 2px solid #BABABA;
    
    }
    
    .btn_gris:hover
{
    background-color: transparent;
    background-image: url('../images/general/blank.png');
    color: #BABABA;
}

.btn_gris_md {
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 7px 0px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 11px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #BABABA;
    border: 2px solid #BABABA;
    margin-top: -5px;
}

    .btn_gris_md:hover {
        background-color: transparent;
        background-image: url('../images/general/blank.png');
        color: #BABABA;
    }

.btn_gris_sm {
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    height: auto;
    padding: 7px 0px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 11px;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #BABABA;
    border: 2px solid #BABABA;
    margin-top: -5px;
}

    .btn_gris_sm:hover {
        background-color: transparent;
        background-image: url('../images/general/blank.png');
        color: #BABABA;
    }

.btn_search
{
    background-image: url("../images/icons/search.png");
    background-repeat: no-repeat;
    background-position: 42px;
    padding-left: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_search:hover
{
    background-image: url("../images/icons/search_hover.png");
}

.publication_btn
{
     background-image: url("../images/icons/donwload.png");
    background-repeat: no-repeat;
    
     background-position: 37px 11px;
    
     padding-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
    }
    .publication_btn:hover
{
     background-image: url("../images/icons/donwload_hover.png");
   
    
    }
/*================termina btns=============*/
/*=============header===========*/

.header_wrapper
{
    width: 100%;
    height: 115px;
    -webkit-box-shadow: 0px 9px 31px -8px rgba(212,212,212,1);
    -moz-box-shadow: 0px 9px 31px -8px rgba(212,212,212,1);
    box-shadow: 0px 9px 31px -8px rgba(212,212,212,1);
    border-bottom: 1px solid #DFDFDF;
    position: fixed;
    top: 0; /* display: none; */
    z-index: 10;
    background-color: #fff;
}

.header
{
    padding-top: 25px;
    height: 115px;
}

.header .logo
{
    float: left; /* width: 48px; */
    height: 67px;
}

.plequilla
{
    width: 16.66%;
    height: 5px;
    float: left;
}
/*=============menu header============*/
.header .nav
{
    /* width: 735px; */
    float: right;
    right: 0;
}

.header .nav li
{
    float: left;
    margin: 0 7px;
}

.header .nav li a
{
    font-size: 16px;
    padding: 1px;
    text-align: right;
    color: #373a3c;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.header .nav li a:hover
{
    color: #d6552a;
    border-bottom: 1px solid #d6552a;
}

.header .nav li .active, .header_options .active
{
    color: #d6552a;
    border-bottom: 1px solid #d6552a;
}
/*=============termina menu header============*/
.header_options
{
    float: right;
    height: 30px;
    margin-top: 23px; /* width: 377px; */
}

.redes
{
    width: 122px;
    border-left: 1px solid #cfcfcf;
    height: 25px;
    line-height: 30px;
    float: left;
    padding-left: 13px;
    margin-top: -2px;
}
.redes a
{
    float: left;
    padding: 6px 10px;
    position: relative;
}



.redes span
{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.linkedin
{
    background-image: url('../images/general/linkedin.png');
}

.linkedin:hover
{
    background-image: url('../images/general/linkedin_hover.png');
}

.twitter
{
    background-image: url('../images/general/twitter.png');
    width: 25px !important;
    height: 21px !important;
}

.twitter:hover
{
    background-image: url('../images/general/twitter_hover.png');
}

.facebook
{
    background-image: url('../images/general/facebook.png');
}

.facebook:hover
{
    background-image: url('../images/general/facebook_hover.png');
}

.oport
{
    border-right: 1px solid #cfcfcf;
    height: 25px;
    line-height: 24px;
    float: left; /* width: 122px; */
    padding-right: 17px;
}
.lang
{
    border-left: 1px solid #cfcfcf;
    height: 25px;
    line-height: 24px;
    float: left;
    /* width: 108px; */
}


#login
{
    height: 25px;
    line-height: 24px;
    float: left; 
    width: 136px;
}


.lang img, #login img, .oport img
{
    float: left;
    padding: 2px 12px 2px 20px;
}
.lang a, #login a, .oport a
{
    font-size: 15px;
    color: #373a3c;
    font-weight: normal;
    float: left;
}

.lang a:hover, #login a:hover, .oport a:hover
{
    text-decoration: underline;
}

/*row and cols*/
/* Bootstrap-like Grid System (Simplified & Modified for Your CSS) */
/* You can adjust the breakpoints (576px, 768px, etc.) if needed */

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px; /* Offset column padding */
    margin-left: -15px; /* Offset column padding */
}

/* Column Classes - These are the core of the grid */
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px; /* Prevent collapsing */
    padding-right: 15px;
    padding-left: 15px;
}

/* Default (Smallest Screens) - Columns Stack Vertically */
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8, .col-md-9, .col-md-12 {
    flex: 0 0 100%; /* Each column takes full width */
    max-width: 100%;
}

/* Medium Screens (≥768px) and Above - Columns Arrange Horizontally */
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



/*=============termina header===========*/
/*================contacto==================*/
.img_holder
{
/*    background-image: url('../images/general/contact_map2.jpg');
    background-size:80%!important;*/
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../backgroundsize.min.htc);
    behavior: url(../backgroundsize.min.htc);
    margin-bottom: 22px;
    margin-top: 116px;
}

.bussines_image
{
     background-image: url('../images/bussiness/bussines_header.png');
      height: 340px;
    }

.contact_info_wrapper
{
    width: 215px;
    float: right;
    padding: 15px 20px;
    margin-top: 35px;
    color: #fff;
}

.contact_form
{
    margin: 25px 0;
}

.row
{
    padding: 8px 0px;
    float: left;
}

.field_wrap
{
    display: inline-block;
    vertical-align: top;
    margin: 0 37px 0 0;
}

.field_wrap input, .field_wrap textarea, .field_wrap .dropdown
{
    border: none;
    background-color: #EEEEEE;
    width: 285px;
    padding: 10px 15px;
    margin: 5px 0;
    font-family: 'Roboto Condensed' , sans-serif;
    font-size: 14px;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset;
}
/*================termina contacto============*/

/*================footer=============*/



.footer h3
{
    font-size: 14px !important;
    font-weight: normal;
}

.levelone
{
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px -1px 28px 15px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -1px 28px 15px rgba(243,243,243,1);
    box-shadow: inset 0px -1px 28px 15px rgba(245, 245, 245, 1);
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.leveltwo
{
    height: 140px;
    background-color: #f8f8f8;
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: inset 0px 6px 32px 15px rgba(231, 231, 231, 1);
    -moz-box-shadow: inset 0px 6px 32px 15px rgba(237,237,237,1);
    box-shadow: inset 0px 0px 32px 15px rgba(231, 231, 231, 1);
    padding-top: 20px 0;
}

.codeen-logo{
    width: 120px!important;
}

.logo-max-padding{
    padding-top:45px!important;
}

.weather
{
    border-right: 2px solid #cccaca;
    padding-right: 20px;
    float: left;
}
.footer_logos {
    float: left;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer_logos a
{
    float: left;
    margin-right: 50px;
}

.levelthree
{
    height: 27px;
    background-color: #E0E0E0;
    text-align: center;
    line-height: 27px;
}
/*============termina footer=========*/
/*============pagination=========*/
.pagination
{
    text-align: center;
    margin: 20px;
}
.pagination a, .pagination strong
{
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
    line-height: 1.5em;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #bcbcbc;
    border: 2px solid #bcbcbc;
}
.pagination a:hover
{
    background-color: transparent;
    background-image: url('../images/general/blank.png');
    color: #bcbcbc;
}
.pagination a:active
{
    background: rgba(190, 190, 190, 0.75);
}
.pagination strong
{
    color: #fff;
    background-color: #374657;
    border: 2px solid #374657;
}
/*============pagination=========*/

.basicdatepicker .bdpButton {
    margin-top: 12px !important;
}

.imgAdjustable {
    object-fit: contain;
}

.bdpFootNote{
    display: none;
}

.lbl-orange-xl {
    font-weight: bold;
    font-size: xx-large;
    color: #d6552a;
}

.checkbox input {
    width: auto !important;
}


.logo {
    height: 48px
}