/*=====================================

YOU CAN WRIGHT CUSTOME CSS

======================================*/


/*------------------------------------*\
  #INDEX
\*------------------------------------*/

h4 {font-size: 24px;}
h6 {font-size: 15px;}

p {font-size: 15px;}

.mt-bnr-inr {height: 160px;}
.mt-bnr-inr-entry {width: 1100px;}
.mt-bnr-inr-entry .banner-title-outer h2 {font-size: 17px;}
.mt-bnr-inr-entry .banner-title-outer {margin-bottom: 0;}

.about-home-right h3 {font-size: 38px;}
.about-home-right p {font-size: 18px;}

.mt-icon-box-wraper h4 {font-size: 21px;}

.mt-icon-box-wraper .icon-md.inline-icon {width: 100%;}
.mt-icon-box-wraper h4 {
    font-size: 21px;
    text-align: center;
}
.mt-icon-box-wraper p {text-align: justify;}

.testimonial-1 .testimonial-pic {
    width: 100px;
    height: 100px;
}

.testimonial-text p {font-size: 17px;}
.testimonial-detail .testimonial-position {font-size: 17px;}

/* HABLEMOS DE TU PROYECTO */
.get-in-touch-form-section {
    position: relative;
    right: auto;
    bottom: auto;
}

.get-in-touch-info {
    position: relative;
    bottom: auto;
    left: auto;

    margin: 26% auto 0;
}

/* CLIENTS */
.client-logo {
    padding: 0;
}
.client-logo-media img {
    width: 90% !important;
}

/* FOOTER */
.site-footer {border-top: 1px solid #ddd;}

/*------------------------------------*\
  #NOSOTROS
\*------------------------------------*/

/* Valores */
#valores-empresariales .icon-count-2 {min-height: 410px;}
#valores-personales .icon-count-2 {min-height: 383px;}


/*------------------------------------*\
  #CONTACTO
\*------------------------------------*/

/* MAPA */
/* iframe */
.wrap-iframe {
    position: relative;
    height: 0;
    padding-top: 30px;

    overflow: hidden;
}
.wrap-iframe iframe {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);
}

/* Mapa */
.mapa .wrap-iframe {padding-bottom: 30%;}
.mapa .wrap-iframe iframe {
    width: 100%;
    height: 100%;
}

/* Contact Info */
.contact-info .inner-client-says {
    background-color: #141414;
    border: 0;
}

.inner-client-says .profile {width: 186px !important;}
.inner-client-info .text-info {color: #F5BF23;}

.contact-info .icon-content p {
    text-align: center;
}

.figcaptionint {
    padding: 5px 10px;
}
.figcaptionint h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
.figcaptionint p {
    line-height: 17px;
    font-size: 14px;
}
@media only screen and (max-width:600px) {
    .m-b30 {
        margin-bottom: 2px;
    }
}