.carousel-control.left{
    background-image: none;
    width: auto;
    opacity: 1;
}

.carousel-control.right{
	background-image: none;
    width: auto;
    opacity: 1;
}

.imagen-flechas{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
    display: inline-block;
    bottom: auto;
    padding: 0;
    margin-top: -84px;
}

.carousel-caption h3{
	margin: 0;
	font-weight: 100;
    text-shadow: none;
    font-family: open sans;
}

/* carousel fade
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
*/

.carousel-inner .item:before{
	content: "";
	background: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
}

.titulo-slide{
	border-bottom: 3px solid #bf0067;
}

.titulo-slide-v{
	border-bottom: 3px solid #02b3a4;
}

.carousel-caption h3{
	border-left: 3px solid #fff;
	display: inline-block;
	padding-bottom: 2px;
	padding-left: 10px;
}

#property-search-container {
    margin-top: -200px;
}

.titulo-miami{
	color: #5d5d5d;
    font-family: open sans;
    font-weight: 100;
    margin-bottom: 32px;
    margin-top: 5px;
}

.sub-miami1{
	color: #5d5d5d;
    font-family: open sans;
    font-weight: 600;
    margin-bottom: 0;
}

.sub-miami2{
	color: #12b8aa;
    font-family: open sans;
    margin-top: 7px;
    font-size: 30px;
    font-weight: 600;
}

.sub-miami3{
	color: #5d5d5d;
    font-family: open sans;
    font-size: 22px;
    margin-top: 24px;
    font-weight: 600;
}


.texto-miami{
	color: #5d5d5d;
    font-family: open sans;
    margin-top: 10px;
    font-weight: 500;
    line-height: 31px;
}

.textos-inver{
	color: #5d5d5d;
	line-height: 1.4;
    margin-top: 6px;
    font-family: open sans;
    font-weight: 500;
    font-size: 14px;
}

.textos-inver span{
	color: #12b8aa;
    font-size: 20px;
    font-weight: bold;
}

.sub-inver3 {
    color: #5d5d5d;
    font-family: open sans;
    font-size: 18px;
    margin-top: 24px;
    font-weight: 600;
}

.sub-verde{
	border-bottom: 4px solid #12b8aa;
	font-weight: bold;
}

.fondo-verde{
	background-color: #009e84;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/american-flag.jpg);
    background-size: cover;
    background-position: center;
}

.textos-requisitos{
	color: #fff;
    line-height: 2.4;
    margin-top: 6px;
}

.fondo-verde h2{
	color: #fff;
    margin-top: 0;
    font-size: 28px;
}

.textos-requisitos span{
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.re2{
	margin-top: 30px;
}

.col-re-1{
	padding-right: 40px;
}

.col-re-2{
	padding-left: 40px;
}

.miami-intro{
	padding-top: 40px;
}

.tel-miami{
	padding-top: 40px;
}

.liberty{
	max-width: 100%;
}

.intro-tasacion{
	background: url(../img/tasacion.jpg);
	background-position: center;
	background-size: cover;
	padding: 90px 0;
	text-align: center;
	position: relative;
}

.intro-tasacion h1{
	color: #fff;
	margin: 0;
	position: relative;
	font-family: open sans;
	letter-spacing: 4px;
	font-weight: bold;
}

.intro-tasacion h1:before{
	content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.intro-tasacion:before{
	content: "";
	background: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.titulo-tasa{
	color: #5d5d5d;
    font-family: open sans;
    font-weight: 100;
    font-size: 32px;
    position: relative;
    margin-bottom: 70px;
}

.titulo-tasa:before{
	content: "";
    width: 140px;
    height: 4px;
    position: absolute;
    bottom: -23px;
    background: #bf0067;
    left: 0;
    right: 0;
    margin: auto;
}

.info-tasacion{
	padding-top: 20px;
}

.xtra-m1{
	margin-bottom: 20px;
}

.pad-cero{
	padding-left: 0 !important;
}

.realizamos{
	color: #5d5d5d;
    font-family: open sans;
    font-size: 15px;
    line-height: 2;
    padding-right: 23px;
    text-align: justify;
}

.que-n{
	color: #5d5d5d;
    font-family: open sans;
    font-size: 21px;
    font-weight: bold;
}

.lista-que{
	margin-top: 35px;
}

.lista-que li{
	color: #bf0067;
    font-family: open sans;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 1;
}

.titulo-nec2{
	color: #5d5d5d;
	font-family: open sans;
	font-weight: 100;
    font-size: 30px;
    margin-bottom: 0;
}

.rosa-p{
	color: #bf0067;
	margin-top: 25px;	
}

.extra-que{
	margin-top: 40px;
}

.traba-tasa{
	padding-top: 35px;
    padding-bottom: 60px;
}

.logo2{
	max-width: 191px; 
	margin-top: -20px; 
	margin-bottom: -16px;
}

.info-footer{
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #aeaeae;
}

.temp-diez{
	margin-top: 10px;
}


.fondo-miami h2{
	color: #fff;
    margin-top: 0;
    font-size: 28px;
}

.fondo-miami-beach{	
    background: url(../img/miami-beach.jpg);
    background-position: center top;
    background-size: cover;
    padding-left: 0;
}

.textos-requisitos2{
	color: #fff;
    line-height: 1.8;
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 600;
    padding-left: 65px;
}


.textos-requisitos2 span{
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.miami-col-v{
	background-color: rgba(0,158,132,0.9);
	padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.line-r:after{
	content: "";
    height: 4px;
    width: 46%;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    margin-left: 14px;
}

.boton-miami{
	display: inline-block;
    width: 33%;
}

.boton-miami a{
	color: #444;
    font-size: 20px;
    border: 1px solid #02b3a4;
    width: 90%;
    display: inline-block;
    line-height: 2;
    margin-bottom: 15px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.boton-miami a:hover{
	background:#02b3a4;
	color: #fff;
}

.tab-miami{
	text-align: center;
    max-width: 90%;
    margin: 0 auto;
    display: none;
}

#property-search-container .property-search-form {
    position: relative;
    left: 0px;
    top: 0;
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.verde-b{
	background-color: #02b3a4 !important;
	border-color: #02b3a4 !important;
}

#servicios-miami{
	cursor: pointer;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#servicios-miami:hover{
	background-color: #02b3a4 !important;
	border-color: #02b3a4 !important;
	color: #fff;
}

.mostrar-busca{
	cursor: pointer;
}

.mostrar-busca:hover{
	background-color: #bf0067 !important;
	border-color: #bf0067 !important;
	color: #fff;
}

.fondo-b{
	background-color: rgba(0, 0, 0, 0.36) !important;
}

.lista-miami-b{
	padding-top: 80px;
}

.lista-miami-b2{
	padding-top: 0;
}

#main-menu-mobile{
	display: none;
}

.mar-inv{
	margin-top: 25px;
}


@media (min-width: 1400px) {
	.carousel-caption h3{
		font-size: 36px;
	}
}

@media (min-width: 1200px) {
	#property-search-container {
	    min-height: 180px;
	}
	.temp1{
		width: 63%;
	}
	.temp2{
		width: 37%;
	}
}

@media (max-width: 1400px) {
	#property-search-container {
	    bottom: 20px;
	}
}

@media (max-width: 991px) {
	#main-menu-mobile{
		padding-left: 20px;
    	padding-bottom: 20px;
	}

	#main-menu-mobile ul li{
		display: block;
		margin-bottom: 5px;
	}

	#main-menu-mobile ul li ul{
		padding-left: 25px;
	}

	#main-menu-mobile ul li a:hover{
		color: #fff !important;
	}

	.boton-miami {
	    width: 28%;
	}
	.boton-miami a {
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.lista-que {
	    margin-bottom: 35px;
	}
	.col-re-1{
		padding-right: 0px;
	}

	.col-re-2{
		padding-left: 0px;
	}
	#property-search-container {
	    top: 0px;
	    margin-top: -130px;
	}
	#header-top a {
	    font-size: 10px;
	}
	#property-search-container{
		width: 80%;
	}
	.nav-tabs > li a {
	    padding: 5px 18px !important;
	    position: relative;
	}
	#property-search-container .property-search-form .search-field {
	    min-height: 27px;
	    margin-bottom: 5px;
	}
	#property-search-container .property-search-form .select2-container, #property-search-container .property-search-form button, #property-search-container .property-search-form input[type=text], #property-search-container .property-search-form input[type=url], #property-search-container .property-search-form select, #property-search-container .property-search-form textarea {
	    padding-top: 2px;
	    padding-bottom: 2px;
	}
	#property-search-container input[type=submit]{
		height: 27px !important;
	}
	#property-search-container .property-search-form {
	    padding-top: 5px;
	    top: 0px;
	}
	.imagen-flechas{
		max-width: 25px;
	}
	.carousel-caption {
	    margin-top: -57px;
	}
}

@media (max-width: 767px){
	.titulo-miami {
	    font-size: 24px;
	}
	.copy-right{
		font-size: 12px;
	}
	.tab-miami {
	    padding-top: 8px;
	}
	.boton-miami {
	    width: 100%;
	    display: block;
	}
	.titulo-tasa {
	    font-size: 28px;
	}
	.lista-que li {
	    font-size: 18px;
	}
	#property-search-container {
	    margin-top: 30px;
	}
	#property-search-container ul.nav {
	    margin-top: -5px !important;
	    padding-left: 11px;
	}
	.carousel-caption {
	    margin-top: 0;
	}
	#property-search-container ul li a{
		font-size: 14px;
	}
	#property-search-container ul li a i{
		font-size: 12px;
	}
	.nav-tabs > li a {
	    padding: 5px 13px !important;
	}
	.property-listing .property-box .bottom-sec {
	    padding-bottom: 7px;
	}
	.property-listing .property-box .desc {
	    margin-top: 0;
	}
	.property-listing .property-box {
	    margin-bottom: 65px;
	}
	#property-search-container {
	    width: 100%;
	}
	.nav-tabs > li {
	    margin-right: 0;
	}
}

@media (max-width: 480px) {
	#property-search-container ul li a {
	    font-size: 13px;
	}
	.carousel-caption h3 {
	    font-size: 14px;
	}
	#property-search-container {
	    margin-bottom: 0 !important;
	}
}