.main_title h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 15px 0;
    text-transform: none;
}
.main_title.cattitle h2{
    color: #454545;
    font-weight: 700;
    font-size: 30px;
    text-transform: none;
}
.main_title.cattitle {margin-bottom: 70px;}
@media (max-width: 767px) {
  .main_title h2, .main_title.cattitle h2 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
    .main_title.cattitle {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
  .main_title h2, .main_title.cattitle h2 {
    /* For less than 575px */
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.main_title p {
  font-weight: 300;
  font-size: 15px;
  color: #454545;
  padding: 0 10%;
}
.howitworks{
    background-color: #F7F7F7;
    max-width: 100%;
    padding-left: 85px;
    padding-right: 85px;
}
@media (max-width: 767px) {
    .howitworks{
        padding-left: 25px;
        padding-right: 25px;
    }
}
a.btn_1.medium, .btn_1.medium {
  padding: 15px 23px;
}
footer ul li a:hover {
  color: #31858D;
}
footer ul.contacts li a i {
  margin-right: 10px;
  color: #31858D;
}
.follow_us ul li a i:hover {
  color: #31858D;
}
.hero_home.version_1 {
  background: #3f4079 url(../images/ub-banner1.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_home.version_1 h2{
    color:#fff;
    font-weight: 700;
    font-size: 40px;
}
.hero_home.version_1 p{
    color:#fff;
    font-weight: 300;
    font-size: 20px;
}
@media (max-width: 767px) {
    .hero_home.version_1 h2{font-size: 30px;}
    .hero_home.version_1 p{font-size: 17px;}
}
@media (max-width: 330px) {
    .hero_home.version_1 h2{font-size: 28px;}
    .hero_home.version_1 p{font-size: 16px;}
}
.hero_home.version_3 {
  background: #3f4079 url(../images/hero_home_bg_1.svg) no-repeat center bottom;
}
#custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 50px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
#custom-search-input .search-query{
    background: url(../images/ico-search.svg) no-repeat #fff 15px 13px;
}
@media (max-width: 575px) {
  #custom-search-input .search-query {
    /* For less than 575px */
    padding-left: 40px;
  }
    #custom-search-input .search-query{
        background: url(../images/ico-search.svg) no-repeat #fff 10px 13px;
    }
}
#custom-search-input input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  top: 5px;
  border: 0;
  padding: 0 25px;
  height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #E8544E;
}
#custom-search-input input[type='submit']:hover {
  background-color: #D52F26;
}
@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    /* For less than 575px */
    text-indent: -999px;
    background: #E8544E url(../images/search.svg) no-repeat center center;
  }
}
.box_feat {
  padding: 165px 25px 20px 25px;
}
.box_feat h3 {
    font-size: 30px;
    font-weight: 600;
    font-size: 1.3125rem;
    margin-top: 25px;
    color: #454545;
    text-transform: none;
}
.box_feat#icon_1 {
  background: white url(../images/ico-busca-servicio.svg) no-repeat center 45px;
}
.box_feat#icon_2 {
  background: white url(../images/ico-selecciona-pro.svg) no-repeat center 45px;
}
.box_feat#icon_3 {
  background: white url(../images/ico-contrata-pro.svg) no-repeat center 45px;
}
.box_feat span {
  position: absolute;
  top: 50%;
  right: -48px;
  margin: -42px 0 0 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  background: white url(../images/arrow-gray-1.svg) no-repeat center center;
  display: block;
  z-index: 9;
    color:#454545;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #31858D !important;
}
#app_section {
  background: #3f4079 url(../images/hero_bg_1.svg) repeat fixed;
  padding: 90px 0 60px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  #hero_video {
    background: #3f4079 url(../images/hero_bg_1.svg) repeat fixed;
  }
}
.search_bar input[type='submit'] {
  background: url(../images/search.svg) no-repeat center right;
}
/*==================== INICIA CAT ====================*/
.grid {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
    padding:15px;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
    float: left;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;*/
    margin: 0;
	min-width: 255px;
	max-width: 255px;
	max-height: 255px;
	width: 100%;
	background: #31858D;
	text-align: center;
	cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.grid figure:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-color:#353B42;
	opacity: 0;
    z-index: 2;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 30px); /*padding chico effect right and left*/
	height: calc(100% - 30px); /*padding chico effect top and bottom*/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover img {
	opacity: 0.5;
    -webkit-transform: scale(1.12);
	transform: scale(1.12);
}


figure.effect-chico figcaption {
	padding: 15px;
    z-index: 3;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/*border: 1px solid #fff;*/
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.wrapcat-txt{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: 90% !important;
    height: auto !important;
}
.cat-icon{
    text-align: center;
    padding: 25px 0 0 0;
}
.cat-icon img{
    display: inline-block !important;
    transform: scale(1) !important;
}
.wrapcat-txt-title{
    font-size: 25px;
    font-weight: 600;
    color:#ffffff;
    margin: 0 0 15px 0;
    padding: 0 0 25px 0;
}
@media (min-width: 320px) {
    figure.effect-chico figcaption{padding: 5px !important;}
    .grid figure > img {width:100% !important;}
    .grid figure{
        min-width: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        margin:0 !important;
    }
    .grid{padding:10px !important;}
    .cat-icon, .wrapcat-txt-title {padding:0 !important;}
    .wrapcat-txt-title{
        font-size: 15px;
        margin-top: 15px;
    }
}
@media (min-width: 375px) {
    .wrapcat-txt-title{font-size: 17px;}
}
@media (min-width: 600px) {
    .wrapcat-txt-title{font-size: 22px;}
    .grid{padding:15px !important;}
}
@media (min-width: 1200px) {
    .wrapcat-txt-title{font-size: 25px;}
}
/*==================== TERMINA CAT ====================*/
/*========== INICIA TESTIMONIAL ==========*/
.wraptestimonial, .wraptestimonial-pro {
    float: left;
    padding: 30px;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -mox-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.testimonial-wrapname{
    display: table;
}
.testimonial-wrapname-pro{
    float: left;
    width: 100%;
}
.testimonial-pic, .testimonial-pic-pro {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/pic-testimonial.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic1 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/c1.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic-pro1 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/d1.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic2 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/c2.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic-pro2 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/d1.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic3 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/c3.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic-pro3 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/d1.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic4 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/c4.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.testimonial-pic-pro4 {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/home/d1.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}


.testimonial-pic-pro-main{
    width: 100%;
    text-align: center;
    float: left;
}
.testimonial-name, .testimonial-name-pro, .testimonial-name-pro-main{
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    color: #454545;
}
.testimonial-name-pro-main{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #454545;
}
.testimonial-name-pro-main a, .testimonial-name-pro-main a:visited{
    text-decoration: none;
    color: #454545;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-name-pro-main a:hover{
    color: #31858D;
}
.testimonial-comment{
    padding: 30px 0;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #D7D7D7;
    color: #454545;
}
.testimonial-wrappro{
    display: table;
}
.testimonial-service-pro{
    padding: 20px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
    color: #8B8B8B;
}
.testimonial-rating-pro{
    font-weight: 700;
    color:#31858D;
    display: block;
    vertical-align: middle;
}
.testimonial-rating-stars{
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}
.wraptestimonial-pro-servicio-pro{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #8B8B8B;
    text-align: center;
    padding-bottom: 20px;
}
.testimonial-comment-pro-main{
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 15px;
    font-weight: 300;
    border-top: 1px solid #D7D7D7;
    color: #454545;
}
.wrapregister-pro{
    float: left;
    width: 100%;
    text-align: center;
}
.wrapregister-pro h3{
    float: left;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    margin: 40px 0 30px 0;
}
@media (max-width: 767px) {
    .wraptestimonial-pro{
        padding: 0;
        margin-bottom: 20px;
    }
    .testimonial-pic-pro-main {
        width: 100%;
        padding: 10px;
    }
    .testimonial-pic-pro-main img{width: 100%;}
    .testimonial-name-pro-main{padding: 20px 10px 0 10px;}
    .wraptestimonial-pro-servicio-pro{padding: 5px 10px 15px 10px;}
    .testimonial-comment-pro-main{padding: 20px 10px;}
    .mobpad {
        padding-right: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    .mobpad2 {
        padding-left: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
}
/*========== TERMINA TESTIMONIAL ==========*/