/* Under Construction */

.body,
.html {
	height: 100%;
	margin: 0;
}

.body nav{
	background-color: rgba(0,0,0,0.2);
	border-bottom: 0px solid #ececec;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-height: 100%;
	width: 100%;
	object-fit: cover;
}


.under-construction {
	/* The image used */
	background-image: url("../images/en-construccion.jpg");
	max-width: 100%;

	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.under-construction {
		display: none;
	}

	.under-construction {
		/* The image used */
		background-image: url("../images/en-construccion-responsive.jpg");
		display: block;
		max-width: 100%;

		/* Full height */
		height: 100%;

		/* Center and scale the image nicely */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}



/* GENERAL */

.mt-0 {
	margin-top: 0 !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

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

.pt-100 {
	padding-top: 100px !important;
}

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

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-5 {
	padding-left: 5px !important;
}


.text-white {
	color: #fff !important;
}

.text-black {
	color: #000 !important;
}

::selection {
	color: #fff;
	background: #000;
}

.btn-dark {
	background-color: #0D0D0D;
	color: #fff;
}

.btn-dark:hover {
	background-color: #000 !important;
	color: #fff;
}

.subrayar-texto {
	display: inline-block !important;
	color: #000 !important;
	background-color: #fff12d !important;
	padding: 2px 10px 2px 10px !important;
}


.img-shadow{
	box-shadow: 0px 0px 30px #333;
}


.btn-primary{
	border-color: #000;
}

.btn-primary:active{
	background-color: #000;
	border-color: #000;
}

.btn-primary:focus{
	background-color: #000;
	border-color: #000;
}

.btn-primary:active:focus{
	background-color: #000;
	border-color: #000;
}


.modal-content{
	border-radius: 0px !important;
}
/* INDEX */

.fs-video-hero,
.fw-video-hero {
	background: url(../images/home/alerta32-playa-del-carmen-boutique-de-ideas-inicio.jpg);
	background-size: cover;
}

.navbar-trans .navbar-logo {
	content: url(../images/alerta32-logotipo.png);
}

#who-we-are-section img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#portfolio-link > a {
	color: #000;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	transition: .2s;
}

#portfolio-link > a:hover {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	padding-left: 5px;
	transition: .2s;
}

.btn_cotizacion {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn_cotizacion:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn_cotizacion:focus {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn_cotizacion:active {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn_cotizacion:active:focus {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.ft-hover-item .ft-1,
.ft-hover-item .ft-2 {
	background: #ccc url(../images/home/alerta32-servicio-de-branding-inicio-6.jpeg);
	background-size: 100%;
	background-position: 50%;
	-webkit-transition: background-size 0.3s;
	transition: background-size 0.3s;
}

.ft-hover-item .ft-2 {
	background: #ccc url(../images/home/alerta32-servicio-de-fotografia-inicio-5.jpeg);
	background-size: 105%;
	background-position: 80%;
}

.testimonials-parallax .bg-overlay,
.testimonials-dark .bg-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.testimonials-parallax,
.testimonials-dark {
	background: url(../images/home/alerta32-clientes-inicio-7.jpeg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

/* PARALLAX */

.number-counters {
	position: relative;
	background: #ccc url(../images/home/alerta32-playa-del-carmen-inicio-1.jpg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

.circles-counters {
	position: relative;
	background: #ccc url(../images/home/alerta32-playa-del-carmen-inicio-1.jpg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

.number-counters-dark-bg {
	position: relative;
	background: #ccc url(../images/home/alerta32-playa-del-carmen-inicio-2.jpeg);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}
/*
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
*/
.number-counters#about-alerta32 {
	position: relative;
	background: #ccc url(../images/nosotros/que-es-alerta32-2.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed;
}

/* SOCIAL MEDIA */

#contact-info {
	color: #fff;
	background: #000;
}

.pt-plax-lg-dark#social-media-banner {
	background: url(../images/social-media/social-media-background.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#web-design-banner {
	background: url(../images/diseno-web/web-design-background.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#branding-banner {
	background: url(../images/branding/branding-background.jpg);
	background-size: cover;
}

.pt-plax-lg-dark#photography-banner {
	background: url(../images/fotografia/photography-backgrund.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#seo-banner {
	background: url(../images/seo/seo-background.jpg);
	background-size: cover;
}

.pt-plax-lg-dark#desarrollo-web-banner {
	background: url(../images/desarrollo-web/desarrollo-web-background.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#diseno-grafico {
	background: url(../images/diseno-grafico/diseno-grafico-background.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#consultoria {
	background: url(../images/consultoria/consultoria-background.jpeg);
	background-size: cover;
}

.pt-plax-lg-dark#portafolio {
	background: url(../images/portafolio/portafolio-background.jpeg);
	background-size: cover;
}

@media (min-width: 1700px){

.ft-layout-50 .ft-item .ft-content-wrapper {
	padding: 75px 50px 75px 50px;
	height: 600px;
	background: #f4f4f4;
}

.ft-layout-50 .ft-item .ft-img-wrapper {
    position: relative;
    padding: 0;
    height: 600px;
    overflow: hidden;
}
}
.pricing-tables .fa-check {
	color: limegreen;
	font-size: 25px;
}

.pricing-tables .fa-times {
	color: red;
	font-size: 25px;
}

.pricing-tables th {
	padding-left: 20px !important;
}

.pricing-tables td,
.pricing-tables th[scope="col"] {
	text-align: center;
}

.sombra-img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* QUE ES ALERTA */

.fw-slider-hero .fw-slide-1 {
	background: url(../images/nosotros/alerta32-playa-del-carmen-y-tulum-slide-1.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.fw-slider-hero .fw-slide-2 {
	background: url(../images/nosotros/alerta32-playa-del-carmen-y-tulum-slide-2.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.fw-slider-hero .fw-slide-3 {
	background: url(../images/nosotros/alerta32-playa-del-carmen-y-tulum-slide-3.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.social-links > a {
	color: #000;
}

.who-we-are-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5%;
}

.who-we-are-overlay h2 {
	color: #fff12d;
}

.who-we-are-overlay p {
	color: #fff;
}

#img-about {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#section-know-about-us h3 {
	color: black;
	font-weight: 500;
}

#section-know-about-us a {
	color: #fff;
	background: #000;
}

.clients h2 {
	color: #fff;
}

/* CONTACTO */

.pt-plax-lg-dark#contacto {
	background: url(../images/contacto/alerta32-contacto-background.jpeg);
	background-size: cover;
}

/* BRANDING */

#brand-slide{
	padding-left: 0px;
	padding-right: 0px;
}

/* DESARROLLO WEB */

#dev-slide{
	padding-left: 0px;
	padding-right: 0px;
}


/* RESPONSIVE CUSTOM */

@media (max-width: 770px){
	.main-demo-hero .hero-content-wrapper .hero-content .hero-lead, 
	.fs-video-hero .hero-content-wrapper .hero-content .hero-lead, 
	.fw-video-hero .hero-content-wrapper .hero-content .hero-lead {
	    font-size: 2.5em !important;


	}

	.navbar .navbar-nav li a {
	    text-transform: uppercase;
	    font-size: 0.8em;
	    font-weight: 400;
	    letter-spacing: 2px;
	    color: #000;
	    -webkit-transition: color 0.5s;
	    transition: color 0.5s;
	}

	.team-3col .t-item, .team-4col .t-item {
	    max-width: 100%;
	    margin: 0 auto;
	}

	.team-3col .t-item .t-image, .team-4col .t-item .t-image {
	    max-width: 100%;
	    height: auto;
	    overflow: visible;
	}

	.btn{
		padding: 8px 20px;
	}

	.mt-20-770{
		margin-top: 20px;
	}

}


.wrapper-404 {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
}
.ft-layout-50 .ft-item .ft-content-wrapper p {
    margin-bottom: 10px !important; 
}
@media (max-width: 696px){
	.ft-layout-50 .ft-item .ft-img-wrapper {
    position: relative;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
}


.noMostrarParallax{
	display: none;
}


.ft-layout-50 .ft-item .ft-content-wrapper {
    padding: 4% 6% 4% 4% !important;
    height: 450px;
    background: #f4f4f4;
}

.ft-layout-50 .ft-item .ft-img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.mt--50{
	margin-top: -50px !important;
}

.center-element{
	display: flex;
	justify-content: center;
}

.normal-text{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;;
}

.cancel-letter-spacing{
	letter-spacing: normal;
}

/*
.ft-layout-50 .ft-item  .ft-content-wrapper {
    height: 550px;
}*/
