@charset "UTF-8";
/*Social media colors*/
/*Font type*/
/*Website font type and color text*/
/*Basic menu text color*/
/*Basic colors button*/
/*Web colors*/
/*Prefijo*/
/*#cecece*/
body {
  /*font-family: $gotham;*/
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
  padding: 0;
  top: 0 !important;
  left: 0 !important;
  position: relative; }

/**********************************************/
.gwr {
  max-width: 1431px;
  width: 94%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 640px) {
  .gwr {
    width: 94%; } }

@media screen and (min-width: 960px) {
  .gwr {
    width: 96%; } }

@media screen and (min-width: 1280px) {
  .gwr {
    width: 97%; } }

/**********************************************/
/*@media (max-width: 960px) {
  .fixed {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    body{
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      header{
        max-height: 0;
        opacity: 0;
        overflow: auto;
        transition: all .3s;
      }
      .content-filters{
        background-color: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 45;
        #wrap-filters{
          .gwr {
            width: 92% !important;
          }
        }
      }  
    }
  }
}

#wrap-filters{
  #filters{
    >li{
      &.end-item{
        justify-content: flex-end;
        border-right: none;
        .btn{
          font-size:  0.75rem;
          padding: 12px 35px;
        }
      }
    }
  }
}

.clidxboost-btn-link{
	height: 49px;
	width: 100%;
	max-width: 270px;
	display: block;
	margin: 0 auto;
	span{
		font-weight: 600;
		text-transform: uppercase;
		border: 1px solid $buttoncolor;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 0.875rem;
		transition: all .3s;
		background-color: $buttonhover;
		color: $buttoncolor;
		&:hover,
		&.active{
			background-color: $buttoncolor;
			color: $buttonhover;
		}
	}
}

.mtop-60{
	margin-top: 2.5rem !important;
	@media screen and (min-width: 640px){
		margin-top: 3.75rem !important;
	}
}

.flex-breadcrumb{
	background-color: #ececec;
	padding: 0 1rem;
	@media screen and (min-width: 640px){
		padding: 0 2rem;
	}
	ol{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 40px;
		@media screen and (min-width: 640px){
			height: 48px;
		}
		li{
			color: #626262;
			font-size: 0.75rem;
			position: relative;
			&:after{
				content: "|";
				display: inline-block;
				vertical-align: middle;
				margin: 0 0.625rem;
				margin-top: -5px;
			}
			&:last-child{
				&:after{
					display: none;
				}
			}
		}
	}
}

.back-link{
	display: inline-block;
	&:before{
		content: "\e91c";
		display: inline-block;
		vertical-align: middle;
		font-size: 1rem;
		margin-right: 10px;
		font-family: $web-icons;
	}
}

.content-filters {
  border-top: 1px solid #e5e5e5;
}

#flex-blog-theme{
	.widget{
		width: 100%;
		max-width: 350px;
		margin: 1.25rem auto;
		@media screen and (min-width: 640px){
			margin: 2.813rem auto 1.875rem auto;
		}
		&.search{
			.input-search{
				border-radius: 4px;
				width: 100%;
				height: 44px;
				padding: 0 0.9375rem;
				border: 1px solid #b8b8b8;
				font-size: 0.875rem
			}
			.form-search{
				position: relative;
			}
			.clidxboost-icon-search{
				background-color: transparent;
				height: 44px;
				width: 50px;
				display: flex;
				justify-content: center;
				align-items: center;
				position: absolute;
				top: 0;
				right: 0;
				&:before{
					transform: scaleX(-1);
					font-size: 1.125rem;
				}
			}
			.title{
				font-size: 1.125rem;
				@media screen and (min-width: 640px){
					font-size: 1.75rem;
				}
				margin: 0.625rem 0;
				text-align: center;
				text-transform: uppercase;
				font-weight: 300;
			}
		}
	}
}

.special-hover{
	>li{
		>a{
			position: relative;
			transition: all .3s;
			&:before{
				content : "";
				display: block;
				height: 2px;
				width: 0;
				background-color: $colorweb;
				bottom: -2px;
				left: 0;
				position: absolute;
				transition: width 0.5s;
			}
			&:hover{
				color: $colormenutexthover !important;
			}
		}
		&:hover{
			a{
				&:before{
					width: 100%;
				}
			}
		}
	}
}

#menu-main .sub-menu:before {
  display: none;
}

.social-networks{
	li{
		&.clidxboost-icon-facebook{
			&:hover{
				&:before {
				  background-color: $color-facebook;
				  color: #FFF;
				}
			}
		}
		&.clidxboost-icon-twitter{
			&:hover{
				&:before {
				  background-color: $color-twittter;
				  color: #FFF;
				}
			}
		}
		&.clidxboost-icon-google-plus{
			&:hover{
				&:before {
				  background-color: $color-youtube;
				  color: #FFF;
				}
			}
		}
		&.clidxboost-icon-instagram{
			&:hover{
				&:before {
				  background-color: $color-instagram;
				  color: #FFF;
				}
			}
		}
		&.clidxboost-icon-linkedin{
			&:hover{
				&:before {
				  background-color: $color-twittter;
				  color: #FFF;
				}
			}
		}
		&.clidxboost-icon-youtube,
		&.clidxboost-icon-pinterest{
			&:hover{
				&:before {
				  background-color: $color-youtube;
				  color: #FFF;
				}
			}
		}
	}
}

#user-options{
	&:hover{
		.menu_login_active{
			position: absolute;
			right: 0;
			top: 21px;
			display: block;
		}	
	}
}

.flex-newsletter-content .flex-content-form li input.medium{
	background-color: #FFF;
}

.wrap-content-page,
.mp-content{
	position: relative;
	margin: 0 auto;
	width: 100%;
}*/
#NewBanner2.ms-fta .ms-info-banner .ms-link {
  height: 35px;
  line-height: 35px; }

#NewBanner2.ms-fta .ms-info-banner .ms-title {
  margin-bottom: 6px; }

#NewBanner2.ms-fta .ms-img-banner {
  background-color: #333; }
  #NewBanner2.ms-fta .ms-img-banner:after {
    padding-bottom: 56.25%; }
  #NewBanner2.ms-fta .ms-img-banner img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  #NewBanner2.ms-fta .ms-img-banner .ms-banner-play {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border: 4px solid #FFF;
    background-color: rgba(0, 0, 0, 0.33);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 100%; }
    #NewBanner2.ms-fta .ms-img-banner .ms-banner-play:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-left: 20px solid #FFF;
      border-bottom: 12px solid transparent;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 52%;
      top: 50%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    #NewBanner2.ms-fta .ms-img-banner .ms-banner-play:hover {
      background-color: #FFF; }
      #NewBanner2.ms-fta .ms-img-banner .ms-banner-play:hover:before {
        border-left: 20px solid #3d3b52; }
  @media screen and (min-width: 768px) {
    #NewBanner2.ms-fta .ms-img-banner {
      max-width: 352px;
      height: auto; } }
  #NewBanner2.ms-fta .ms-img-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #NewBanner2.ms-fta .ms-img-banner.active img {
    opacity: 0; }

/*----------------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------------*/
#header {
  /*----------------------------------------------------------------------------------*/
  /* Sección superior
	/*----------------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------------*/
  /* Sección inferior (Menú /Logo/ Menú responsive )
	/*----------------------------------------------------------------------------------*/ }
  #header .wrap-options {
    border-bottom: 1px solid #E5E5E5; }
    @media screen and (min-width: 991px) {
      #header .wrap-options {
        border-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      #header .wrap-options {
        padding: 5px 0; } }
    #header .wrap-options .gwr {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-star;
      -ms-flex-align: flex-star;
      align-items: flex-star;
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /*----------------------------------------------------------------------------------*/
      /* Número de telefono
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Redes sociales
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Botones de login y registro
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Selector de idiomas
			/*----------------------------------------------------------------------------------*/ }
      @media screen and (min-width: 640px) {
        #header .wrap-options .gwr {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      #header .wrap-options .gwr #call-us {
        display: none;
        font-family: "Open Sans", sans-serif;
        font-size: 0.75rem;
        font-weight: 600;
        margin-right: 1rem; }
        @media screen and (min-width: 640px) {
          #header .wrap-options .gwr #call-us {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
      #header .wrap-options .gwr .social-networks {
        display: none;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin-right: 1rem; }
        #header .wrap-options .gwr .social-networks li {
          margin: 0 0.1875rem;
          position: relative;
          width: 22px;
          height: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-radius: 100%;
          background-color: #333;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          #header .wrap-options .gwr .social-networks li a {
            overflow: hidden;
            width: 100%;
            height: 100%;
            position: absolute;
            text-indent: -999999px;
            display: block; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-facebook:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-twitter:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-google-plus:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-instagram:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-linkedin:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-youtube:before, #header .wrap-options .gwr .social-networks li.clidxboost-icon-pinterest:before {
            font-family: "idx-icons" !important;
            display: inline-block;
            font-size: 0.75rem;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            color: #FFF;
            font-weight: 100; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-facebook:before {
            content: "\e927"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-twitter:before {
            content: "\e929"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-google-plus:before {
            content: "\e926"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-youtube:before {
            content: "\e93a"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-instagram:before {
            content: "\e928"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-linkedin:before {
            content: "\e92b"; }
          #header .wrap-options .gwr .social-networks li.clidxboost-icon-pinterest:before {
            content: "\e908"; }
          #header .wrap-options .gwr .social-networks li:hover {
            background-color: #FFF;
            -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33); }
            #header .wrap-options .gwr .social-networks li:hover:before {
              color: #333; }
        @media screen and (min-width: 640px) {
          #header .wrap-options .gwr .social-networks {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      #header .wrap-options .gwr #user-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header .wrap-options .gwr #user-options li {
          position: relative;
          padding-right: 1rem;
          font-family: "Open Sans", sans-serif; }
          #header .wrap-options .gwr #user-options li:after {
            content: "";
            height: 10px;
            width: 1px;
            background-color: #333;
            position: absolute;
            right: 7px;
            top: 8px;
            display: block; }
          #header .wrap-options .gwr #user-options li:last-child {
            padding-right: 0; }
            #header .wrap-options .gwr #user-options li:last-child:after {
              display: none; }
          #header .wrap-options .gwr #user-options li a {
            font-weight: 600;
            font-size: 0.625rem;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif; }
            @media screen and (min-width: 640px) {
              #header .wrap-options .gwr #user-options li a {
                font-size: 0.75rem; } }
        #header .wrap-options .gwr #user-options .menu_login_active {
          overflow: hidden;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          z-index: 4;
          position: absolute;
          top: 100%;
          right: 0; }
          #header .wrap-options .gwr #user-options .menu_login_active > ul {
            background-color: rgba(0, 0, 0, 0.7);
            width: 170px; }
            #header .wrap-options .gwr #user-options .menu_login_active > ul li {
              padding: 0; }
              #header .wrap-options .gwr #user-options .menu_login_active > ul li a {
                color: #FFF;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 0.6875rem;
                height: 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0 10px;
                line-height: 1.1;
                opacity: 0; }
                #header .wrap-options .gwr #user-options .menu_login_active > ul li a:after {
                  display: none; }
                #header .wrap-options .gwr #user-options .menu_login_active > ul li a:hover {
                  background-color: rgba(0, 0, 0, 0.6); }
        #header .wrap-options .gwr #user-options .show_modal_login_active {
          padding-right: 15px !important;
          position: relative; }
          #header .wrap-options .gwr #user-options .show_modal_login_active:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #434343;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -2px; }
          #header .wrap-options .gwr #user-options .show_modal_login_active:hover .menu_login_active > ul li a {
            height: 30px;
            opacity: 1; }
      #header .wrap-options .gwr .available-languages-content {
        margin-right: 1rem;
        position: relative; }
        #header .wrap-options .gwr .available-languages-content.list-show .item-languages {
          height: 30px;
          opacity: 1; }
      #header .wrap-options .gwr #available-languages {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 70px;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #333;
        font-family: "Open Sans", sans-serif;
        font-size: 0.625rem;
        font-weight: 600;
        text-transform: uppercase; }
        @media screen and (min-width: 640px) {
          #header .wrap-options .gwr #available-languages {
            font-size: 0.75rem; } }
        #header .wrap-options .gwr #available-languages #languages-map {
          height: 16px;
          width: 24px;
          background-color: transparent;
          background-image: url(../images/banderas.png);
          background-repeat: no-repeat;
          display: inline-block;
          margin: 0 4px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-english {
            background-position: 0 0; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-russian {
            background-position: 0px -36px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-spanish {
            background-position: 0px -72px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-portuguese {
            background-position: 0px -108px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-french {
            background-position: 0px -144px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-italy {
            background-position: 0px -180px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-german {
            background-position: 0px -216px; }
          #header .wrap-options .gwr #available-languages #languages-map.flag-chinese {
            background-position: 0px -252px; }
        #header .wrap-options .gwr #available-languages:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 7px solid #434343; }
      #header .wrap-options .gwr .languages-list {
        width: 70px;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 4; }
        #header .wrap-options .gwr .languages-list .item-languages {
          height: 0;
          width: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #FFF;
          font-family: "Open Sans", sans-serif;
          font-size: 0.625rem;
          font-weight: 600;
          text-transform: uppercase;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          overflow: hidden;
          opacity: 0; }
          @media screen and (min-width: 640px) {
            #header .wrap-options .gwr .languages-list .item-languages {
              font-size: 0.75rem; } }
          #header .wrap-options .gwr .languages-list .item-languages span {
            width: 25px;
            display: inline-block;
            text-align: center; }
          #header .wrap-options .gwr .languages-list .item-languages.active {
            display: none; }
          #header .wrap-options .gwr .languages-list .item-languages:hover {
            background-color: rgba(0, 0, 0, 0.7); }
          #header .wrap-options .gwr .languages-list .item-languages:after {
            content: "";
            display: inline-block;
            height: 16px;
            width: 24px;
            background-image: url(../images/banderas.png);
            background-repeat: no-repeat;
            display: inline-block;
            margin: 0 4px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-english:after {
            background-position: 0 0; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-russian:after {
            background-position: 0px -36px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-spanish:after {
            background-position: 0px -72px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-portuguese:after {
            background-position: 0px -108px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-french:after {
            background-position: 0px -144px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-italy:after {
            background-position: 0px -180px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-german:after {
            background-position: 0px -216px; }
          #header .wrap-options .gwr .languages-list .item-languages.flag-chinese:after {
            background-position: 0px -252px; }
  #header .wrap-menu {
    padding: 5px 0; }
    @media screen and (min-width: 1024px) {
      #header .wrap-menu {
        padding: 0; } }
    #header .wrap-menu .gwr {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /*----------------------------------------------------------------------------------*/
      /* Logo
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Logo con Textpo
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Menú principal
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Hamburguesa
			/*----------------------------------------------------------------------------------*/
      /*----------------------------------------------------------------------------------*/
      /* Menú Latearl
			/*----------------------------------------------------------------------------------*/ }
      #header .wrap-menu .gwr .logo-content {
        position: relative;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
        /*----------------------------------------------------------------------------------*/
        /* Logo con imagen
				/*----------------------------------------------------------------------------------*/
        /*----------------------------------------------------------------------------------*/
        /* Logo con Texto
				/*----------------------------------------------------------------------------------*/ }
        #header .wrap-menu .gwr .logo-content img {
          max-height: 50px;
          width: auto; }
      @media screen and (min-width: 991px) {
        #header .wrap-menu .gwr {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          #header .wrap-menu .gwr .logo-content {
            position: absolute;
            height: 100px;
            left: 0;
            top: -100%; }
            #header .wrap-menu .gwr .logo-content img {
              max-height: 90px; } }
      #header .wrap-menu .gwr .idx_site_text {
        position: relative; }
        @media screen and (min-width: 991px) {
          #header .wrap-menu .gwr .idx_site_text {
            position: absolute;
            height: 100px;
            left: 0;
            top: -100%; } }
      #header .wrap-menu .gwr .text-logo {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%; }
        #header .wrap-menu .gwr .text-logo .idx_site_text_tit {
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 1.625rem; }
        #header .wrap-menu .gwr .text-logo span {
          display: block;
          font-family: "Open Sans", sans-serif;
          font-size: 1rem;
          margin-top: -3px; }
      #header .wrap-menu .gwr #menu-main {
        display: none; }
        @media screen and (min-width: 1024px) {
          #header .wrap-menu .gwr #menu-main {
            display: block;
            margin-right: 1rem; } }
        #header .wrap-menu .gwr #menu-main > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 50px; }
          #header .wrap-menu .gwr #menu-main > ul > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            margin: 0 0.625rem;
            position: relative; }
            #header .wrap-menu .gwr #menu-main > ul > li:after {
              content: "";
              display: block;
              width: 100%;
              height: 0;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s;
              background-color: #333;
              position: absolute;
              bottom: 0;
              left: 0;
              opacity: 0; }
            #header .wrap-menu .gwr #menu-main > ul > li:hover:after {
              height: 4px;
              opacity: 1; }
            #header .wrap-menu .gwr #menu-main > ul > li a {
              font-family: "Open Sans", sans-serif;
              font-size: 0.75rem;
              font-weight: 600;
              text-transform: uppercase; }
            #header .wrap-menu .gwr #menu-main > ul > li .sub-menu {
              position: absolute;
              top: 100%;
              left: 0;
              width: 200px;
              z-index: 32;
              background: rgba(0, 0, 0, 0.7);
              max-height: 0;
              overflow: hidden;
              opacity: 0;
              -webkit-transition: opacity .6s;
              -o-transition: opacity .6s;
              transition: opacity .6s; }
              #header .wrap-menu .gwr #menu-main > ul > li .sub-menu::-webkit-scrollbar {
                width: 10px; }
              #header .wrap-menu .gwr #menu-main > ul > li .sub-menu::-webkit-scrollbar-thumb {
                background-color: #FFF; }
              #header .wrap-menu .gwr #menu-main > ul > li .sub-menu::-webkit-scrollbar-track {
                border: 0px solid black;
                background-color: rgba(255, 255, 255, 0.35); }
              #header .wrap-menu .gwr #menu-main > ul > li .sub-menu li a {
                min-height: 37px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                line-height: 1.2;
                color: #FFF;
                padding: 10px 1rem;
                font-family: "Open Sans", sans-serif;
                font-size: 0.75rem;
                font-weight: 600;
                text-transform: uppercase;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s; }
                #header .wrap-menu .gwr #menu-main > ul > li .sub-menu li a:hover {
                  background-color: rgba(0, 0, 0, 0.6); }
            #header .wrap-menu .gwr #menu-main > ul > li.menu-item-has-children:hover .sub-menu {
              opacity: 1;
              max-height: 600px;
              overflow-y: auto; }
      #header .wrap-menu .gwr .hamburger-content {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        #header .wrap-menu .gwr .hamburger-content #hamburger {
          width: 35px;
          height: 35px;
          position: relative;
          background-color: transparent; }
          #header .wrap-menu .gwr .hamburger-content #hamburger span {
            text-indent: -999999px;
            display: block;
            width: 100%;
            background: #333;
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 3px;
            margin-top: -1.5px; }
            #header .wrap-menu .gwr .hamburger-content #hamburger span:after, #header .wrap-menu .gwr .hamburger-content #hamburger span:before {
              content: "";
              position: absolute;
              left: 0;
              display: block;
              width: 100%;
              height: 3px;
              background: #333; }
            #header .wrap-menu .gwr .hamburger-content #hamburger span:after {
              top: 8px; }
            #header .wrap-menu .gwr .hamburger-content #hamburger span:before {
              top: -8px; }
      #header .wrap-menu .gwr .menu-responsive {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        width: 0;
        -webkit-transform: translate(100%, 0%);
        -ms-transform: translate(100%, 0%);
        transform: translate(100%, 0%);
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: rgba(51, 51, 51, 0.95);
        padding-top: 60px;
        opacity: 0; }
        #header .wrap-menu .gwr .menu-responsive .hamburger-content {
          height: auto; }
        @media screen and (min-width: 768px) {
          #header .wrap-menu .gwr .menu-responsive {
            max-width: 300px; } }
        #header .wrap-menu .gwr .menu-responsive .logo {
          display: none; }
        #header .wrap-menu .gwr .menu-responsive #hamburger-r {
          width: 35px;
          height: 35px;
          top: 13px;
          right: 5px;
          position: absolute;
          z-index: 4;
          background-color: transparent;
          display: block; }
          #header .wrap-menu .gwr .menu-responsive #hamburger-r span {
            text-indent: -999999px;
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden; }
            #header .wrap-menu .gwr .menu-responsive #hamburger-r span:after, #header .wrap-menu .gwr .menu-responsive #hamburger-r span:before {
              content: "";
              position: absolute;
              left: 0;
              display: block;
              width: 35px;
              height: 1px;
              background: #fff;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              top: 16px;
              text-indent: 0; }
            #header .wrap-menu .gwr .menu-responsive #hamburger-r span:after {
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
        #header .wrap-menu .gwr .menu-responsive .menu-more-options {
          overflow: auto;
          height: calc(100vh - 45px); }
          #header .wrap-menu .gwr .menu-responsive .menu-more-options li {
            position: relative; }
            #header .wrap-menu .gwr .menu-responsive .menu-more-options li a {
              color: #FFF;
              font-family: "Open Sans", sans-serif;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              height: 35px;
              padding: 0 20px;
              font-size: 0.875rem;
              position: relative;
              text-transform: uppercase; }
            #header .wrap-menu .gwr .menu-responsive .menu-more-options li.menu-item-has-children > a:after {
              content: "\e921";
              font-family: "idx-icons" !important;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              width: 12px;
              height: 100%;
              font-size: 18px;
              position: absolute;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-transition: all .6s;
              -o-transition: all .6s;
              transition: all .6s;
              color: #FFF;
              right: 1rem;
              top: 0;
              margin: 0 auto; }
            #header .wrap-menu .gwr .menu-responsive .menu-more-options li.menu-item-has-children.active > a {
              background-color: rgba(0, 0, 0, 0.5); }
              #header .wrap-menu .gwr .menu-responsive .menu-more-options li.menu-item-has-children.active > a:after {
                -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
            #header .wrap-menu .gwr .menu-responsive .menu-more-options li.menu-item-has-children.active .sub-menu {
              padding: 1rem;
              opacity: 1;
              max-height: 600px; }
            #header .wrap-menu .gwr .menu-responsive .menu-more-options li .sub-menu {
              background-color: rgba(0, 0, 0, 0.3);
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s;
              opacity: 1;
              overflow: hidden;
              max-height: 0;
              padding: 0 1rem;
              border: 0; }
          #header .wrap-menu .gwr .menu-responsive .menu-more-options::-webkit-scrollbar {
            width: 10px; }
          #header .wrap-menu .gwr .menu-responsive .menu-more-options::-webkit-scrollbar-thumb {
            background-color: #FFF; }
          #header .wrap-menu .gwr .menu-responsive .menu-more-options::-webkit-scrollbar-track {
            border: 0px solid black;
            background-color: rgba(255, 255, 255, 0.35); }

/*----------------------------------------------------------------------------------*/
/* Layer de fondo para el menú lateral
/*----------------------------------------------------------------------------------*/
.r-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 32;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease; }

/*----------------------------------------------------------------------------------*/
/* Activación del menú lateral
/*----------------------------------------------------------------------------------*/
.opened-menu #header .wrap-menu .gwr .menu-responsive {
  opacity: 1;
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.opened-menu .r-overlay {
  visibility: visible;
  opacity: 0.5; }

/*----------------------------------------------------------------------------------*/
/* Google Translate
/*----------------------------------------------------------------------------------*/
.skiptranslate {
  display: none; }

/*----------------------------------------------------------------------------------*/
/* Footer
/*----------------------------------------------------------------------------------*/
#footer {
  position: relative;
  margin: 0 auto; }

.flex-newsletter-content {
  padding: 1rem 0;
  background-color: #333; }
  .flex-newsletter-content .gwr {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .flex-newsletter-content .gwr > h2 {
      font-size: 1.5rem;
      font-weight: 300;
      margin: 1rem 0 0;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #FFF;
      text-align: center;
      padding: 0 1rem; }
      @media screen and (min-width: 640px) {
        .flex-newsletter-content .gwr > h2 {
          font-size: 2.125rem; } }
    .flex-newsletter-content .gwr p {
      margin-bottom: 1rem;
      font-size: 0.875rem;
      line-height: 1.6;
      color: #FFF;
      text-align: center;
      font-family: "Open Sans", sans-serif; }
    .flex-newsletter-content .gwr .flex-content-form {
      max-width: 620px;
      margin: 0 auto; }
      .flex-newsletter-content .gwr .flex-content-form .form-master {
        width: 100%; }
      .flex-newsletter-content .gwr .flex-content-form .form-content {
        background-color: transparent; }
  .flex-newsletter-content .form-content {
    border: 0;
    margin: 0;
    padding: 0; }
    .flex-newsletter-content .form-content .gform_body .gform_fields .gfield.requiredFields {
      color: #FFF; }
    .flex-newsletter-content .form-content .gform_footer {
      margin-bottom: 0; }
      .flex-newsletter-content .form-content .gform_footer .button {
        height: 45px;
        background-color: #333;
        border: 1px solid #FFF;
        color: #FFF;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-weight: 600;
        font-size: 0.875rem;
        border-radius: 4px; }
        .flex-newsletter-content .form-content .gform_footer .button:hover {
          background-color: #FFF;
          color: #333; }
    @media screen and (min-width: 640px) {
      .flex-newsletter-content .form-content .dgtFormAction {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .flex-newsletter-content .form-content .gform_body .gform_fields .gfield {
        width: 49%; }
        .flex-newsletter-content .form-content .gform_body .gform_fields .gfield .medium {
          height: 45px; }
        .flex-newsletter-content .form-content .gform_body .gform_fields .gfield.requiredFields {
          width: 100%; }
      .flex-newsletter-content .form-content .gform_footer {
        width: 140px;
        margin-left: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media screen and (min-width: 768px) {
      .flex-newsletter-content .form-content .gform_body .gform_fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.flex-footer-content {
  padding: 1rem 0; }
  .flex-footer-content .gwr {
    position: relative;
    width: 90%;
    margin: 0 auto; }
    .flex-footer-content .gwr .flex-site-description .logo-footer {
      text-align: center; }
      .flex-footer-content .gwr .flex-site-description .logo-footer img {
        display: inline-block;
        max-height: 80px; }
    .flex-footer-content .gwr .flex-site-description li {
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0.1875rem;
      text-align: center; }
      .flex-footer-content .gwr .flex-site-description li a {
        color: #0072ac;
        font-family: "Open Sans", sans-serif; }
    .flex-footer-content .gwr .flex-company-site {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .flex-footer-content .gwr .flex-company-site .company-parnet {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
        text-align: center;
        order: 2;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .flex-footer-content .gwr .flex-company-site .company-parnet .idx_image_broker_2_footer_theme {
          display: inline-block;
          margin: 0 5px; }
      .flex-footer-content .gwr .flex-company-site .copyright-site {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 0.75rem;
        color: #a7a6ae;
        margin: 0.3125rem 0;
        text-align: center; }
      .flex-footer-content .gwr .flex-company-site .submenu-site {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
        .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer li {
            position: relative; }
            .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer li:after {
              content: "";
              height: 10px;
              width: 1px;
              background-color: #888888;
              display: inline-block;
              vertical-align: middle;
              margin: 0 0.3125rem; }
            .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer li:last-child:after {
              display: none; }
            .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer li a {
              font-size: 0.875rem;
              color: #333;
              margin: 0.3125rem 0;
              text-align: center;
              -webkit-transition: color .3s;
              -o-transition: color .3s;
              transition: color .3s; }
              .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer li a:hover {
                color: #0072ac; }
        @media screen and (min-width: 991px) {
          .flex-footer-content .gwr .flex-company-site .submenu-site {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6; }
            .flex-footer-content .gwr .flex-company-site .submenu-site .submenu-footer {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; } }
    @media screen and (min-width: 991px) {
      .flex-footer-content .gwr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .flex-footer-content .gwr .flex-site-description li {
          text-align: left; }
        .flex-footer-content .gwr .flex-company-site {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .flex-footer-content .gwr .flex-company-site .company-parnet,
          .flex-footer-content .gwr .flex-company-site .copyright-site {
            text-align: right; }
          .flex-footer-content .gwr .flex-company-site .company-parnet {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            .flex-footer-content .gwr .flex-company-site .company-parnet .idx_image_broker_2_footer_theme {
              margin: 0;
              margin-left: 1rem; }
          .flex-footer-content .gwr .flex-company-site .copyright-site {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }

/*----------------------------------------------------------------------------------*/
/* Home
/*----------------------------------------------------------------------------------*/
#flex-home-theme .gwr {
  width: 100% !important; }

#flex-home-theme .flex-block-description {
  padding: 1.25rem 1rem 2rem 1rem;
  text-align: center; }
  @media screen and (min-width: 640px) {
    #flex-home-theme .flex-block-description {
      padding: 2rem 1rem 4rem 1rem; } }
  #flex-home-theme .flex-block-description .title-block {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #flex-home-theme .flex-block-description .title-block {
        font-size: 2.125rem;
        margin-bottom: 1.25rem; } }
    #flex-home-theme .flex-block-description .title-block:after {
      content: "";
      width: 34px;
      height: 1px;
      display: block;
      margin: 1.25rem auto 0 auto;
      background-color: #333; }
  #flex-home-theme .flex-block-description p {
    max-width: 950px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 1rem auto;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center; }
  #flex-home-theme .flex-block-description .clidxboost-btn-link {
    margin-top: 1rem; }
    @media (max-width: 480px) {
      #flex-home-theme .flex-block-description .clidxboost-btn-link {
        width: 100%; } }
    #flex-home-theme .flex-block-description .clidxboost-btn-link span {
      background-color: #FFF;
      color: #333; }
    #flex-home-theme .flex-block-description .clidxboost-btn-link:hover span {
      color: #FFF;
      background-color: #333; }

#flex-home-theme #featured-section .title-block:after {
  display: none; }

.clidxboost-main-slider .gs-item-loaded:before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  bottom: 0;
  display: block;
  position: absolute;
  content: ""; }

#wrap-neighborhood #wrap-result.view-list #head-list li.price-sf,
#wrap-neighborhood .wrap-result.view-list #head-list li.price-sf,
#wrap-neighborhood #wrap-result.view-list #result-search > li .features li.price-sf,
#wrap-neighborhood .wrap-result.view-list #result-search > li .features li.price-sf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#flex-about-theme .gwr.c-flex {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 924px; }
  @media screen and (min-width: 768px) {
    #flex-about-theme .gwr.c-flex {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }
  #flex-about-theme .gwr.c-flex .flex-block-description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      #flex-about-theme .gwr.c-flex .flex-block-description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%; } }
    #flex-about-theme .gwr.c-flex .flex-block-description .title-block {
      font-size: 1.5rem;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) {
        #flex-about-theme .gwr.c-flex .flex-block-description .title-block {
          font-size: 2rem;
          margin-bottom: 1.875rem; } }
      #flex-about-theme .gwr.c-flex .flex-block-description .title-block:after {
        display: none; }
    #flex-about-theme .gwr.c-flex .flex-block-description p {
      font-size: 0.875rem;
      line-height: 1.6;
      text-align: left;
      margin-bottom: 0.625rem;
      text-align: justify; }
      @media screen and (min-width: 768px) {
        #flex-about-theme .gwr.c-flex .flex-block-description p {
          margin-bottom: 1.875rem; } }
  #flex-about-theme .gwr.c-flex img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      #flex-about-theme .gwr.c-flex img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 46%; } }
  #flex-about-theme .gwr.c-flex #testimonials {
    /*margin-top: 1.25rem;
			@media screen and (min-width: 768px){
				margin-top: 3.125rem;
			}*/
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    background-color: #f4f4f4;
    padding: 1.625rem 0; }
    #flex-about-theme .gwr.c-flex #testimonials > h2 {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden; }
    #flex-about-theme .gwr.c-flex #testimonials ul li {
      font-size: 0.875rem;
      line-height: 1.6;
      font-style: italic; }
      #flex-about-theme .gwr.c-flex #testimonials ul li span {
        font-style: normal;
        display: block;
        margin-top: 1.25rem; }
      #flex-about-theme .gwr.c-flex #testimonials ul li .item-testimonial {
        width: 90%;
        margin: 0 auto;
        position: relative; }

#flex-about-theme #slider-testimonial .next-prev {
  display: none; }

#flex-about-theme #slider-testimonial .nav {
  top: auto;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
  height: 20px; }
  #flex-about-theme #slider-testimonial .nav button {
    width: 13px;
    height: 13px;
    margin-right: .9rem; }
    #flex-about-theme #slider-testimonial .nav button:last-child {
      margin-right: 0; }
  #flex-about-theme #slider-testimonial .nav .bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#flex-about-theme .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 640px) {
    #flex-about-theme .box-btn .clidxboost-btn-link {
      /*max-width: 220px;*/
      min-width: auto;
      width: 49%; }
      #flex-about-theme .box-btn .clidxboost-btn-link span {
        padding: 0; } }
  @media (max-width: 1024px) {
    #flex-about-theme .box-btn .clidxboost-btn-link {
      max-width: 195px; }
      #flex-about-theme .box-btn .clidxboost-btn-link span {
        font-size: 12px; } }
  @media (max-width: 860px) {
    #flex-about-theme .box-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #flex-about-theme .box-btn .clidxboost-btn-link {
        max-width: 100%; } }
  @media (max-width: 768px) {
    #flex-about-theme .box-btn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #flex-about-theme .box-btn .clidxboost-btn-link {
        max-width: 48%;
        margin: 0; } }
  @media (max-width: 480px) {
    #flex-about-theme .box-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #flex-about-theme .box-btn .clidxboost-btn-link {
        max-width: 100%;
        margin-bottom: 10px; } }

.box-btn {
  text-align: center;
  margin-bottom: 15px; }

.clidxboost-btn-link span {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#flex-contact-theme .gwr.c-flex {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 924px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*.flex-lateral-a{
			order: 2;
			@media screen and (min-width: 640px){
				order: 1;
			}
		}
		*/ }
  @media screen and (min-width: 640px) {
    #flex-contact-theme .gwr.c-flex {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }
  #flex-contact-theme .gwr.c-flex .flex-block-description {
    margin-bottom: 1rem;
    width: 100%; }
    #flex-contact-theme .gwr.c-flex .flex-block-description p {
      margin-bottom: 0; }
      @media screen and (min-width: 640px) {
        #flex-contact-theme .gwr.c-flex .flex-block-description p {
          margin-bottom: 1.25rem; } }
  #flex-contact-theme .gwr.c-flex .flex-lateral-a,
  #flex-contact-theme .gwr.c-flex .flex-lateral-b {
    width: 100%; }
    @media screen and (min-width: 640px) {
      #flex-contact-theme .gwr.c-flex .flex-lateral-a,
      #flex-contact-theme .gwr.c-flex .flex-lateral-b {
        width: 48%; } }
  #flex-contact-theme .gwr.c-flex .flex-lateral-b {
    margin-top: 1.25rem; }
    @media screen and (min-width: 640px) {
      #flex-contact-theme .gwr.c-flex .flex-lateral-b {
        margin-top: 0; } }

#flex-contact-theme .flex-lateral-a h3,
#flex-contact-theme .flex-lateral-b h3 {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600; }

#flex-contact-theme .title-block {
  text-transform: uppercase; }

#flex-contact-theme #content-map {
  margin-top: 1.25rem; }
  #flex-contact-theme #content-map #map {
    min-height: 295px;
    border: 1px solid #d1d1d1; }

#flex-contact-theme .flex-block-share.standar .title-share {
  font-size: 0.875rem;
  width: 100%;
  display: block; }

#flex-contact-theme .flex-block-share.standar .social-networks {
  margin-top: 0.9375rem;
  height: 40px;
  padding: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #flex-contact-theme .flex-block-share.standar .social-networks li {
    margin: 0 0.1875rem;
    position: relative;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #flex-contact-theme .flex-block-share.standar .social-networks li a {
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      text-indent: -999999px;
      display: block; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-facebook:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-twitter:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-google-plus:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-instagram:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-linkedin:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-youtube:before, #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-pinterest:before {
      font-family: "idx-icons" !important;
      display: inline-block;
      font-size: 1.75rem;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-facebook:before {
      content: "\e92f"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-facebook:hover:before {
      color: #3B5998; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-twitter:before {
      content: "\e92d"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-twitter:hover:before {
      color: #08a0e9; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-google-plus:before {
      content: "\e90b"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-google-plus:hover:before {
      color: #dc472e; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-youtube:before {
      content: "\e92e"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-youtube:hover:before {
      color: #dc472e; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-instagram:before {
      content: "\e930"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-instagram:hover:before {
      color: #bd00a0; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-linkedin:before {
      content: "\e92c"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-linkedin:hover:before {
      color: #0077B5; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-pinterest:before {
      content: "\e908"; }
    #flex-contact-theme .flex-block-share.standar .social-networks li.clidxboost-icon-pinterest:hover:before {
      color: #BD081C; }
  #flex-contact-theme .flex-block-share.standar .social-networks:after {
    display: none; }

.flex-contact-list li {
  margin-bottom: 0.3125rem; }
  .flex-contact-list li a {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 0.875rem; }
    @media screen and (min-width: 640px) {
      .flex-contact-list li a {
        font-size: 1rem; } }
    .flex-contact-list li a:before {
      font-family: "idx-icons" !important;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px; }
    .flex-contact-list li a.phone:before {
      content: "\e91b"; }
    .flex-contact-list li a.email:before {
      content: "\e91a";
      top: 3px; }
    .flex-contact-list li a.mapa:before {
      content: "\e905"; }

.flex-content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex-content-form .form-item {
    width: 100%;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 640px) {
      .flex-content-form .form-item {
        width: 48%; } }
    .flex-content-form .form-item input,
    .flex-content-form .form-item textarea {
      width: 100%;
      height: 40px;
      padding: 0.3125rem 0.9375rem;
      border: 1px solid #d1d1d1;
      border-radius: 4px;
      font-size: 0.875rem; }
    .flex-content-form .form-item textarea {
      height: 97px;
      resize: none; }
    .flex-content-form .form-item span {
      font-size: 14px;
      margin-bottom: 0.3125rem; }
    .flex-content-form .form-item.full-item {
      width: 100%; }
    .flex-content-form .form-item .clidxboost-btn-link span {
      background-color: #FFF;
      color: #333; }
    .flex-content-form .form-item .clidxboost-btn-link:hover span {
      background-color: #333;
      color: #FFF; }
  .flex-content-form .opt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex-content-form .opt-list .chk-item label,
    .flex-content-form .opt-list .radio-item label {
      margin-bottom: 0.3125rem;
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      display: inline-block; }
      .flex-content-form .opt-list .chk-item label:before,
      .flex-content-form .opt-list .radio-item label:before {
        content: "";
        display: block;
        height: 13px;
        width: 14px;
        border-radius: 3px;
        border: 1px solid #ccc;
        position: absolute;
        top: 3px;
        left: 0;
        background-color: #FFF; }
      .flex-content-form .opt-list .chk-item label:after,
      .flex-content-form .opt-list .radio-item label:after {
        content: "\2713";
        display: inline-block;
        position: absolute;
        left: 3px;
        top: 0px;
        font-size: 15px;
        color: #333;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
        -o-transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
        transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24); }
    .flex-content-form .opt-list .chk-item input[type=checkbox],
    .flex-content-form .opt-list .chk-item input[type=radio],
    .flex-content-form .opt-list .radio-item input[type=checkbox],
    .flex-content-form .opt-list .radio-item input[type=radio] {
      width: 0;
      height: 0;
      overflow: hidden;
      position: absolute;
      border: 0;
      z-index: 0; }
      .flex-content-form .opt-list .chk-item input[type=checkbox]:checked + label:after,
      .flex-content-form .opt-list .chk-item input[type=radio]:checked + label:after,
      .flex-content-form .opt-list .radio-item input[type=checkbox]:checked + label:after,
      .flex-content-form .opt-list .radio-item input[type=radio]:checked + label:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .flex-content-form .opt-list .radio-item {
      margin-right: 10px; }
      .flex-content-form .opt-list .radio-item label:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 3px;
        top: 6px;
        font-size: 15px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
        -o-transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
        transition: all 0.2s cubic-bezier(0, 0.86, 1, 1.24);
        width: 10px;
        height: 9px;
        z-index: 1;
        background-color: #333; }
    .flex-content-form .opt-list .opt-item {
      position: relative; }
      .flex-content-form .opt-list .opt-item.full-item {
        margin-top: 0.625rem;
        width: 100%; }
        .flex-content-form .opt-list .opt-item.full-item span {
          width: 100%;
          display: block; }
    .flex-content-form .opt-list label {
      font-size: 0.875rem; }
