body {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.45;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #797979;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}


a{
    display: block;
    text-decoration: none;
    outline : none;
}

a:focus, a:hover {
    color: #333;
    text-decoration: none;
}

a:active, a:focus {
 outline: none;
 ie-dummy: expression(this.hideFocus=true);
}

a{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}


h2{
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    letter-spacing: -0.5px;
    text-align: inherit;
    color: #1f1f26;
}

h3{
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #1f1f26;
}

.top-panel {
    background-color: #ffffff;
}


.site-header-container{
    display: block;
}

.menuresponsivesss{
    display: none;
}

.header-container {
    background-color: #ffffff;
    background-image: url();
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}

.header-container {
    padding: 0rem 1.0rem 23px 1.0rem;
}

@media (max-width: 660px){
    .header-container {
        display: none;
    }

    .menuresponsivesss{
        display: block;
    }


    .tm_pb_button{
        margin-top: 5px;
    }

    .item-uno{
        background-position: top !important;
    }

    .item-tres{
        background-position: bottom !important;
    }
}

@media (min-width: 661px) and (max-width: 767px) {
    .header-container {
        padding: 0rem 1.0rem 0px 1.0rem;
    }
}

.top-panel__message {
    color: #797979;
}

.top-panel__wrap{
    padding: 12px 1.0rem .3rem 1.0rem;
}

@media (max-width: 767px){
    .itemheader--mdf{
        text-align: center !important;
    }
}

@media (min-width: 768px){
    .top-panel__message div {
        display: block;
        margin-top: 0;
    }
}

.top-panel__message div.mobile-show {
    display: block;
}


.top-panel__message div .mobile-hide {
    display: none;
}

.site-header.default .site-branding {
    padding-left: 18px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: left;
}


@media (min-width: 992px){
    .top-panel__message {
        font-size: 17px;
    }
}

.header-container .site-branding, .header-container .social-list.social-list--header.social-list--icon {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.site-logo {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    margin: 0;
}

.site-logo__link {
    color: #000;
    text-decoration: none;
    line-height: 0em;
    font-size: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-family: sans-serif;
    letter-spacing: -0.5px;
}

.modificador--mdf{
    margin-top: 80px !important;
    margin-bottom: 8px !important;
}

.header-container .social-list.social-list--header.social-list--icon {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

@media (max-width: 660px){
    .site-header.default .site-branding{
        padding-left: 0px;
    }
}

@media (min-width: 768px){
    .site-header .social-list {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: right;
        background: none !important;
        display: block;
        opacity: 1;
        visibility: visible;
        padding: 0;
        left: -5px;
        padding-bottom: 26px;
        -webkit-transition: 0s all ease;
        transition: 0s all ease;
    }
}

.inline-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-list .menu-item {
    margin: 0 1px;
}

.inline-list li {
    display: inline-block;
    vertical-align: top;
}


.social-list .menu-item > a {
    display: block;
    text-decoration: none;
    text-align: center;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.social-list a, .social-list a:hover, .share-btns__link:hover {
    color: #797979;
}


@media (min-width: 768px){
    .site-header.default .main-navigation {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 10;
        -webkit-flex: 10 1 auto;
        -ms-flex: 10 1 auto;
        flex: 10 1 auto;
    }
}

.main-navigation {
    position: relative;
    display: block;
    clear: both;
}

.menu-toggle {

    padding: .5em;
    border: none;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 8px 36px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-width: 2px;
    box-sizing: border-box;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    line-height: 25px;
}


@media (min-width: 768px){
    .default .main-navigation .menu > li {
        display: inline-block;
    }

    .top-panel__wrap {
        padding: 12px 2rem .3rem 2rem;
    }
}

@media (min-width: 768px){
    .main-navigation .menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.main-navigation li {
    position: relative;
    text-align: left;
    margin: 0 1px;
}

@media (min-width: 992px){
    .site-header.default .main-navigation .menu {
        margin-right: -10px;
    }
}

.main-navigation .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: inline-flex;
}

.main-navigation .menu, .main-navigation .menu > li > a {
    color: #1f1f26;
    font-style: normal;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

.main-navigation .menu, .main-navigation .menu > li > a:hover{
    color: #549fec;
    background: #fff;
}

.main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

@media (min-width: 768px){
    .default .main-navigation .menu > li {
        display: inline-block;
    }
}

.active{
    color: #549fec !important;
    background: #fff;
}

@media (min-width: 768px){
    .main-navigation .menu > li > a {
        border-bottom: none;
    }
}

.main-navigation .menu-item-has-children a {
    padding: 7px 32px 7px 19px;
}

@media (min-width: 992px){
    .main-navigation a {
        padding: 7px 11px;
    }
}

.main-navigation a {
    border-radius: 30px;
    padding: 7px 19px;
    z-index: 1111;
}

.main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
}




.main-navigation li {
    position: relative;
    text-align: left;
    margin: 0 1px;
}


.site-header.default .main-navigation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mobile-show, .top-panel__message {
    color: #797979;
}

.tm_pb_info{
    margin-top: 15px;
    line-height: 19px;
}


@media (min-width: 1361px){
    .carousel-item {
      height: 87vh;
      min-height: 300px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    .content-text-slider h4{
        font-size: 34px;
        font-style: normal;
        line-height: 1.3;
        font-family: 'Roboto Slab', serif;
        letter-spacing: 0px;
        text-align: inherit;
        font-weight: 400;
    }

    .content-text-slider h1{
        line-height: 1.2em;
        font-size: 74px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: -0.5px;
    }
}


@media (min-width: 992px) and (max-width: 1360px){
    .content-text-slider h1{
        font-size: 55px;
        line-height: 1.0em;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: -0.5px;
    }

    .content-text-slider h4{
        font-size: 24px;
        font-style: normal;
        line-height: 1.3;
        font-family: 'Roboto Slab', serif;
        letter-spacing: 0px;
        text-align: inherit;
        font-weight: 400;
    }

    .carousel-item {
      height: 70vh;
    }
}

@media (min-width: 661px) and (max-width: 991px){
    .carousel-item{
        height: 60vh;
    }

    .content-text-slider h1{
        font-size: 40px;
    }

    .content-text-slider h4 {
        font-size: 19px;
    }
}

@media (max-width: 660px){
    .carousel-item{
        height: 40vh;
    }

    .content-text-slider h1{
        font-size: 25px;
        text-align: center;
    }

    .content-text-slider h4 {
        font-size: 15px;
        text-align: center;
    }

    .content-text-slider{
        text-align: center !important;
    }
}

@media (max-width: 521px){
    .content-text-slider h1{
        font-size: 20px;
            line-height: 0.9;
    }

    .content-text-slider h4 {
            font-size: 12px;
    }
}

@media (max-width: 420px){
    .tm_pb_link_box_button_holder{
        text-align: center;
    }

    .tm_pb_section_0 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .subtextimagen{
            line-height: 20px;
    }

    .tm_pb_section_01{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }



}


 .row {
    background-size: cover;
}

@media only screen and (min-width: 981px){
 .tm_pb_section_1 {
        padding-bottom: 100px;
    }
}

 .tm_section_transparent {
    background-color: transparent;
}

.tm_pb_section {
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}


@media only screen and (min-width: 981px){
    .tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 {
        padding-bottom: 36px;
    }
}

.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 {
    background-color: #ffffff;
}

#tm_builder_outer_content .tm_pb_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

 .tm_pb_column{
    color: #1f1f26;
}

.tm_pb_column {
    background-size: cover;
    background-position: center;
}

.tm_pb_text_0 {
    margin-top: 89px !important;
    margin-bottom: 41px !important;
}

@media (max-width: 767px){
    .tm_pb_text_0 {
        margin-top: 60px !important;
    }
}

.tm_pb_widget {
    word-wrap: break-word;
}

.tm_pb_module h3 {
    color: #1f1f26;
}

@media (min-width: 576px){
    .row.tm_pb_col_padding_reset .tm_pb_column {
        padding-left: 0;
        padding-right: 0;
    }
}

.tm_pb_link_box {
    overflow: hidden;
    position: relative;
    line-height: 0;
    display: block;

}


@media (min-width: 992px){
     .tm_pb_link_box .tm_pb_link_box_content {
        min-height: 426px;
    }
}

@media  (max-width: 991px){
     .tm_pb_link_box .tm_pb_link_box_content {
         min-height: 286px;
    }

    .tm_pb_text_align_left h3{
        font-size: 1.75rem;
    }
}


/*.tm_pb_link_box_content:hover{
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}*/

 .tm_pb_link_box .tm_pb_link_box_content {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.tm_pb_text_1 {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
}

.section-overflow-hidden {
    overflow: hidden;
}

.tm_pb_row_6 {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #ffffff;
}

.tm_pb_column_9 {
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/05/img11-1.jpg);
}


.tm_pb_column_10 {
    background-image: url(../images/foco.png);
}

.tm_pb_column_11 {
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/05/img12-1.jpg);
}

 .tm_pb_column_12 {
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/05/img13-1.jpg);
}

 .tm_pb_column .tm_pb_blurb {
    overflow: hidden;
}

.tm_pb_blurb .tm_pb_blurb_content {
    max-width: 100%;
}

.tm_pb_builder  .tm_pb_blurb h4, .tm_pb_builder .tm_pb_blurb h4 a {
    color: #ffffff !important;
}

.tm_pb_blurb_0.tm_pb_blurb {
    color: #ffffff !important;
    padding-top: 141px !important;
    padding-right: 27px !important;
    padding-bottom: 20px !important;
    padding-left: 16px !important;
}

 .tm_pb_blurb_1.tm_pb_blurb {
    color: #ffffff !important;
    padding-top: 141px !important;
    padding-right: 27px !important;
    padding-bottom: 20px !important;
    padding-left: 16px !important;
}

 .tm_pb_blurb_2.tm_pb_blurb {
    color: #ffffff !important;
    padding-top: 141px !important;
    padding-right: 27px !important;
    padding-bottom: 20px !important;
    padding-left: 16px !important;
}

.tm_pb_blurb_3.tm_pb_blurb {
    color: #ffffff !important;
    padding-top: 141px !important;
    padding-right: 27px !important;
    padding-bottom: 20px !important;
    padding-left: 16px !important;
}

 .tm_pb_column_13 {
    padding-top: 38px;
    padding-bottom: 28px;
}

 .tm_pb_column_14 {
    padding-top: 38px;
    padding-bottom: 28px;
}

 .tm_pb_column_15 {
    padding-top: 38px;
    padding-bottom: 28px;
}

 .tm_pb_column_16 {
    padding-top: 38px;
    padding-bottom: 28px;
}

@media (min-width: 992px){
    .image-vlines .tm_pb_image {
        margin: 44px 0;
    }
}

.tm_pb_image_3 {
    text-align: center;
}

.tm_pb_module img {
    max-width: 200px;
    max-height: 150px;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

@media only screen and (min-width: 981px){
 .tm_pb_section_4 {
        padding-bottom: 73px;
    }
}

 .tm_pb_text_2 {
    margin-bottom: 34px !important;
}


 .tm_pb_contact_form_container .tm_pb_contact_main_title {
    font-size: 28px;
    margin-bottom: 9px;
}

 .tm_pb_module h2 {
     color: #1f1f26 !important;
}


.tm_pb_contact_form_container .tm-pb-contact-message {
    margin-bottom: 25px;
}

 .tm_pb_contact_form_container .tm_pb_contact_form {
    padding-right: 100px;
}

 .tm_pb_contact_form .tm_pb_contactform_validate_field {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    visibility: hidden !important;
}

 .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container {
    float: none;
    overflow: visible;
    margin-top: 26px;
}

 .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container {
    float: none;
    overflow: visible;
    margin-top: 26px;
}

 .tm_pb_link_box .tm_pb_link_box_content h2 {
    color: #fff !important;
    margin-bottom: 0;
}

@media (min-width: 992px){
     .tm_pb_link_box .tm_pb_link_box_title {
        font-size: 34px;
    }
}

.tm_pb_link_box .tm_pb_link_box_title {
    margin: 0 0 15px;
}


.tm_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
        word-wrap: break-word;
}


 .tm_pb_button {
    padding: 8px 38px;
    margin-top: 38px;
}

 .tm_pb_button {
    background-color: #549fec;
    border-color: #549fec;
    letter-spacing: 0.5px;
}

.tm_pb_button {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 8px 36px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-width: 2px;
    box-sizing: border-box;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    border-radius: 30px;
    padding: 8px 50px;
    font-size: 13px;
    line-height: 25px;
    border-width: 2px;
    border-style: solid;
}

a.tm_pb_button {
    color: #fff;
}

/*fin Template*/


/* Inicia la parte de nosotros */

.tm_pb_section_5 {
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/05/img31-1.jpg);
}

.tm_pb_section {
    position: relative;
    background-color: #fff;
}

.tm_pb_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.tm_pb_section {
    margin-bottom: 0;
}

.tm_pb_section {
    z-index: 1;
}


.tm_pb_column {
    background-size: cover;
    background-position: center;
}

 .tm_pb_cta_0.tm_pb_promo {
    color: #ffffff !important;
    padding-top: 86px !important;
    padding-bottom: 86px !important;
}

.tm_pb_promo {
    text-align: center;
    padding: 36px 30px 47px;
    margin-top: 20px;
}

.tm_pb_text_align_center {
    text-align: center;
    margin: auto;
}

.tm_pb_no_bg {
    padding: 0 !important;
}

.tm_pb_promo .tm_pb_promo_description {
    padding-bottom: 13px;
}

.tm_pb_promo_description {
    padding-bottom: 20px;
    word-wrap: break-word;
}

.tm_pb_cta_0.tm_pb_promo h2 {
    font-family: 'Roboto Slab', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 50px !important;
    color: #ffffff !important;
    box-sizing: border-box;
    letter-spacing: -0.5px;
    text-align: inherit;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 767px){
    .tm_pb_cta_0.tm_pb_promo h2 {
        font-size: 59px !important;
    }
}

.piba--mdf{
    background-color: #f4f4f4;
    padding-bottom: 120px;
}

.pibados--mdf{
    padding-top: 120px;
}

.tm_pb_section_0 {
    padding-top: 130px;
    padding-bottom: 140px;
}

.tm_pb_section_0 {
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/06/img35.jpg);
    max-height: 410px;
}

.tm_pb_text_0 {
    color: #ffffff !important;
}

.tm_pb_text_align_left {
    text-align: left;
}

@media (max-width: 1199px){
    .tm_pb_text_align_left {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .tm_pb_text_align_left h3{
        font-size: 34px;
    }
}

.tm_pb_text h3 {
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 992px){
    h3 {
        font-size: 44px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    }
}

/* termina la parte de nosotros */


/* inicia la parte de contacto */

.clearfix {
    display: block;
}

@media (min-width: 1199px){
    .inset-1 {
        padding-right: 70px;
    }
}

.tm_pb_contact_form_container .tm_pb_contact_main_title {
    font-size: 28px;
    margin-bottom: 9px;
}

.tm_pb_contact_form_container .tm-pb-contact-message {
    margin-bottom: 25px;
}

.tm_pb_contact_form_container .tm_pb_contact_form {
    padding-right: 100px;
}

.tm_pb_contact_form .tm_pb_contactform_validate_field {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    visibility: hidden !important;
}

.tm_pb_contact_form_container .tm_pb_contact_field {
    width: auto;
}

.tm_pb_contact_form_container .tm_pb_contact_field {
    width: 100%;
}

.tm_pb_contact_form .tm_pb_contact_form_input {
    padding: 8px 21px 9px;
    margin: 0 0 6px 0;
}

.tm_pb_contact_form_input {
    margin: 0 0 20px 0;
}

input[type='text'], input[type='email'], textarea{
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    line-height: 25px;
    border-radius: 17px;
}

.tm_pb_contact_form .tm_pb_contact_message {
    min-height: 175px;
}

#tm_builder_outer_content .tm_pb_contact_form_container .tm_pb_contact_form .tm_contact_bottom_container {
    float: none;
    overflow: visible;
    margin-top: 26px;
}

.tm_contact_bottom_container {
    float: right;
    text-align: right;
    overflow: hidden;
}

.tm_pb_module ul {
    margin: 0;
    padding: 0;
    overflow: visible;
}

ul {
    list-style: none;
    text-align: inherit;
}

.list-no-styles ul {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.tm_pb_text ul li {
    margin-top: 10px;
}

.site-main ul li i {
    min-width: 31px;
    font-size: 18px;
}

.contact--mdf{
    margin-bottom: 80px
}

.tm_pb_module li {
    list-style: none;
}

/* termina la parte de contacto */

.post-list__item-content{
    margin-top: 100px;
}

.entry-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    letter-spacing: -0.5px;
    text-align: inherit;
    color: #1f1f26;
}

.entry-title:first-child {
    margin-top: 0;
    margin-bottom: 11px;
}

 .entry-content {
    display: block;
}

.container--serv{
    margin-top: 100px;
    margin-bottom: 100px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.productos--content{
    margin-top: 100px;
    margin-bottom: 100px;
}

.tm_pb_section_15{
    background-image: url("../images/LandingRefacciones.jpg") !important;
    background-position: inherit;
}

.tm_pb_section_14{
    background-image: url("../images/LandingIluminacion.jpg") !important;
    background-position:  bottom;
}

.tm_pb_section_13{
    background-image: url("../images/LandingInstalaciones.jpg") !important;
    background-position:  bottom;
}

.tm_pb_section_12{
    background-image: url("../images/LandingEnergia.jpg") !important;
}

.tm_pb_section_11{
    background-image: url(https://grimesacinc.com/wp-content/uploads/2018/05/Tech-1024x450-op.jpg) !important;
    background-position:  bottom;
}

.tm_pb_section_10{
    background-image: url(https://asset.kompas.com/crop/0x0:780x390/780x390/data/photo/2015/07/09/1534507aki780x390.jpg) !important;
    background-position: bottom;
}

.tm_pb_section_09{
    background-image: url("../images/LandingMantenimiento.jpg") !important;
}

.tm_pb_section_08{
    background-image: url("../images/LandingComputo.jpg") !important;
}

.tm_pb_section_07{
    background-image: url("../images/LandingSupresor.jpg") !important;
}

.tm_pb_section_06{

}
.tm_pb_section_20{
 	background-image: url("../images/LandingConstruccion.jpg");
	    padding-top: 130px;
    padding-bottom: 140px;
    max-height: 410px;
    
}

.tm_pb_section_05{
    background-image: url(http://www.gracida.net/wp-content/uploads/2017/09/renta-de-plantas-de-luz-en-mexico-gracida.jpg) !important;
}

.tm_pb_section_04{
    background-image: url(https://i.ytimg.com/vi/ZYS755FyQ8w/maxresdefault.jpg) !important;
}

.tm_pb_section_01 {
    background-image: url(http://imeltris.com.pe/images/animacion/20140904013648automatizacion-de-tableros-electricos-imeltris.jpg);
    padding-top: 130px;
    padding-bottom: 140px;
    max-height: 410px;
}

.tm_pb_section_02{
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/06/img34.jpg);
    padding-top: 130px;
    padding-bottom: 140px;
    max-height: 410px;
}

.tm_pb_section_03{
    background-image: url(https://ld-wp.template-help.com/wordpress_61381/wp-content/uploads/2016/05/img54.jpg);
    padding-top: 130px;
    padding-bottom: 140px;
    margin-bottom: 100px;
    max-height: 410px;
}

.section-mdffk{
    background-color: #f4f4f4;
    padding-bottom: 120px;
}

.bootom--mdf{
    margin-bottom: 30px;
}

.bootomdois--mdf{
    margin-bottom: 100px;
}

@media (max-width: 991px){
    .tm-waypoint{
        text-align: center
    }
}

@media (max-width: 991px){
    .tm_pb_cta_0.tm_pb_promo h2{
        font-size: 40px !important;
    }
}

@media (max-width: 767px){
    .tm_pb_cta_0.tm_pb_promo h2{
        font-size: 30px !important;
    }

    .tm_pb_cta_0.tm_pb_promo {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 515px){
    .tm_pb_cta_0.tm_pb_promo h2{
        font-size: 20px !important;
    }

    .tm_pb_cta_0.tm_pb_promo {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .tm_pb_testimonial p{
        font-size: 14px;
    }
}

.content-text-slider{
    color: #FFF;
    text-align: left;
}



.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.textoheader{
    font-family: Roboto, sans-serif;
    color: #797979;
    font-weight: 100;
    letter-spacing: 0px;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: inherit;
}

@media (min-width: 768px) and (max-width: 991px){
    .tm_pb_link_box_title{
        font-size: 1.5rem;
    }
}

@media (max-width: 768px){
    .tm_pb_link_box_title{
        font-size: 1.4rem;
    }

    .tm_pb_info{
        font-size: 12px;
    }
}

.tm_pb_row_6 {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: -20px;
    margin-left: 0px;
    background-color: #f4f4f4;
}

.tm_pb_team_member {
    text-align: center;
    position: relative;
    margin-bottom: 9px;
    padding: 45px 6px 0;
}

.tm_pb_team_member_image{
    margin-bottom: 49px;
    text-align: center;
}

.tm_pb_team_member_image img {
    border-radius: 50%;
    max-width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    width: 150px;
height: 150px;
}

.tm_pb_team_member_description{
    position: static;
    margin-bottom: 22px;
    line-height: 28px;
}

.tm_pb_team_member_name {
    color: #549fec !important;
    font-size: 24px;
    margin-top: 20px;
}


.tm_pb_section_4 {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f4f4f4;
}

.tm_pb_text_4 {
    margin-top: 89px !important;
    margin-bottom: 34px !important;
}

.tm_pb_text_align_left {
    text-align: left;
}

.tm_pb_text h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.section-overflow-hidden {
    overflow: hidden;
}

.tm_pb_row_8 {
    padding-right: 0px;
    padding-left: 0px;
}

.tm_pb_row_8 {
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #f4f4f4;
}


.tm_pb_testimonial {
    font-family: 'Roboto Slab', serif;
}

.tm_pb_testimonial * {
    font-size: 19px;
    line-height: 1.6em;
}

.tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tm_pb_testimonial p {
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}


.tm_pb_testimonial .tm_pb_testimonial_author {
    font-size: 24px;
    color: #549fec;
    margin-bottom: 22px;

    font-family: 'Roboto Slab', serif;
}

.nopaddingdsd{
    padding-right: 0px;
    padding-left: 0px;
}

.textimagen{
    font-weight: 100;
    font-size: 54px;
    line-height: 60px;
    font-family: 'Roboto Slab', serif;
}

@media (max-width: 767px){
    .textimagen{
        font-size: 40px;
    }

    .subtextimagen{
        font-size: 15px;
    }

    .tm_pb_section_0 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.subtextimagen{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0px;
    text-align: inherit;
    color: #FFF;
}

.productocss{
    position: absolute;
    text-align: center;
    width: 100%;
    color: #FFF;
    padding-top: 40px;
}

.cardcss:hover{
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

@media (min-width: 768px){
    .cardcss, .cardimagen{
        max-height: 233px;
    }
}


.overlaycss{
    width: 100%;
    height: 100%;
     background: rgba(0, 0, 0,.3);
    position: absolute;
    top: 0;
    left: 0;
}

.traspa{
    z-index: 1;
}

@media (max-width: 530px){
    .muchotexth5{
        font-size: 28px;
        line-height: 1.0;
    }

    .muchotexth6{
        font-size: 15px;
    line-height: 1.3;
    }
}

@media (max-width: 1199px){
    .muchotexth5dos{
        font-size: 30px;
    line-height: 30px;
    }

    .muchotexth6dos{
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px){
    .muchotexth5dos{
        font-size: 23px;
    line-height: 30px;
    }

    .muchotexth6dos{
        font-size: 12px;
    }

}


@media (max-width: 490px){
        .entry-title{
                font-size: 25px;
        }
}

.tm_pb_testimonial * {
    font-size: 19px;
    line-height: 1.6em;
}

.tm_pb_testimonial_portrait {
    margin-right: 38px;
}

.tm_pb_testimonial_portrait{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 163px;
    height: 163px;
    background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/************************************************/

.tm_pb_testimonial {
    text-align: left;
}


.tm_pb_row_8 {
    padding-right: 0px;
    padding-left: 0px;
}

.tm_pb_row_8 {
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #f4f4f4;
}

.tm_pb_testimonial_0.tm_pb_testimonial {
    padding-top: 16px !important;

    padding-bottom: 0px !important;

}

.tm_pb_testimonial {
    font-family: 'Roboto Slab', serif;
}

.clearfix {
    display: block;
}

.tm_pb_testimonial {
    position: relative;

}

.tm_pb_testimonial .tm_pb_testimonial_portrait {
    margin-right: 38px;
}

.tm_pb_testimonial_0.tm_pb_testimonial * {
    font-size: 19px;
    line-height: 1.6em;
}

.tm_pb_testimonial_0 .tm_pb_testimonial_portrait{
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.tm_pb_testimonial_0 .tm_pb_testimonial_portrait {
    width: 163px;
    height: 163px;
}

.tm_pb_testimonial_portrait {
    border-radius: 90px;
    float: left;
    position: relative;
    display: table-cell;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tm_pb_testimonial_description {
    display: table-cell;
}

.tm_pb_testimonial .tm_pb_testimonial_description .tm_pb_testimonial_description_inner {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px){
    .tm_pb_testimonial_description {
        display: block;
    }

    .tm_pb_testimonial_portrait{
        position: relative;
            left: 32%;
    }
}

@media (max-width: 434px){
    .tm_pb_testimonial_portrait{
            left: 26%;
    }
}

@media (max-width: 515px){
    .laptestimonial{
        font-size: 15px !important;
    line-height: 1.4em;
    }
}

@media (max-width: 487px){
    .laptestimonial{
        text-align: center;
    }
}


/*******************************************************************************/

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.elpaddinf{
    margin-top: 100px;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}




.alertmodcss{
    padding: 10px;
    color: #FFF;
}
