/*
Theme Name: Fortek
Theme URI: http://hold.mx/
Description: Realty World
Author: Natalia García
Version: 1.0
Tags:
*/
body {
	font-family: Helvetica, sans-serif;
}
.container {
	width: 100%;
	max-width: 1200px;
}
#menu {
    z-index: 9999999 !important;
}
#menu.home {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 40px 0px;
    z-index: 999;
    background: #01427B;
}
#menu.home a {
    color: #FFF;
}
#menu.home ul.menu {
    padding: 0px;
    margin: 0px;
}
#menu.home ul.menu > li {
    width: 25%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    text-align: center;
    position: relative;
}
#menu.home ul.submenu {
    padding: 0px;
    position: absolute;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    max-width: 215px;
    margin: 0 auto;
    border-top: 3px solid #c0302e;
    list-style: none;
    display: none;
}
#menu.productos ul.submenu {
    margin-top: 0px;
}
#menu.home .menu li:hover .submenu {
    display: block;
}
#menu.home ul.submenu li {
    text-align: left;
    background: rgba(255, 255, 255, 0.5)
}
#menu.home ul.submenu li a {
    display: block;
    padding: 6px 20px;
    border-bottom: 2px solid #adadad;
    border-left: 3px solid #adadad;
    border-right: 3px solid #adadad;
    border-top: 0px;
    text-decoration: none;
}
#menu.home ul.submenu li a:hover {
    background: #adadad;
}
#menu.home ul.menu > li > a {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
#menu.home .menu-responsive {
    display: none;
}
#menu.section .logo,
#menu.section .links {
    display: inline-block;
    margin-right: -4px;
}
#menu.section .links .menu {
    width: 70%;
    margin-left: 30%;
}
#menu.section ul.menu > li > a {
    font-size: 16px;
    font-weight: 600;
}
#menu.section .logo {
    width: 25%;
}
#menu.section .logo img {
    width: 100%;
    max-width: 220px;
}
#menu.section .links {
    width: 75%;
}
#menu.productos {
    background: #c2302e;
    padding: 15px 0px;
    position: relative;
}
#menu.productos ul.menu > li > a {
    padding: 30px 0px;
}
#menu.productos .logo, 
#menu.productos .links {
    vertical-align: text-bottom;
}
#menu.productos .logo img {
    width: 100%;
    max-width: 150px;
    padding: 20px 0px;
}
#menu.section.productos .links .menu {
    width: 85%;
    margin-left: 15%;
}
#banner-home {
    position: relative;
    border-bottom: 4px solid #c0302e;
}
#banner-home .background img {
    width: 100%;
}
#banner-home .title-section.border-red h1 {
    color: #FFF;
    border: none;
}
#banner-home #logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#banner-home #logo .image {
    height: 100%;
    width: 50%;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner-home #logo img {
    width: 100%;    
}
#banner-home:after {
	content: '';
    position: absolute;
    bottom: -29px;
    right: 0;
    left: 0;
    background: url(img/triangle.png) no-repeat;
    background-size: 100% auto;
    width: 85px;
    height: 72px;
    margin: 0 auto;
}
#banner-home .title-section.border-red h1:before {
    background: url(img/title-border-left.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 95px;
    left: 0px;
    top: -5px;
    bottom: 0;
    right: auto;
}
#banner-home .title-section.border-red h1:after {
    background: url(img/title-border-right.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 95px;
    right: 0px;
    top: -5px;
    bottom: 0;
    left: auto;
}
#nosotros-home {
    padding: 105px 0px 100px;
}
#productos.mantenimiento .title-section {
    padding: 0px 30px;
}
.title-section h1 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 20px 80px;

}
.title-section.border-red h1 {
    border: 5px solid #d0021b;
    padding: 22px 90px;    
    font-size: 38px;
}
.title-section.border-red h1:before {
    content: '';
    background: #FFF;
    height: 5px;
    width: 80%;
    position: absolute;
    top: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.title-section.border-red h1:after {
    content: '';
    background: #FFF;
    height: 5px;
    width: 80%;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.title-section.border-red.large h1:before {
    width: 90%;
}
.title-section.border-red.large h1:after {
    width: 90%;
}
#productos .title-section.large.border-red h1 {
    padding: 15px 30px;
}
#nosotros-home .description {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
#nosotros-home .features .image img {
    max-width: 120px;
    width: 100%;
}
#nosotros-home .features .text {
    font-size: 19px;
    padding: 10px 0px;
}
#nosotros-home .features .title h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
#nosotros-home .features {
    padding-top: 10px;
    padding-bottom: 10px;
	float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}
#nosotros-home.section {
    padding-top: 60px;
}
#nosotros-home .marcas-logos .features .image img:hover {
    opacity: 1;
}
#nosotros-home .marcas-logos .features .image img {
    max-width: 150px;
    opacity: 0.5;    
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
}
#banner-home.no-border {
    border: none;
}
.marcas-logos {
    display: block;
    padding: 50px 0px;
    float: left;
    width: 100%;
	text-align: center;
}
#banner-home.no-border:after {
    display: none;
}
.title-section.background-red {
    background: #d0021b;
}
.title-section.background-red h1 {
    color: #FFF;
    padding: 48px 30px;
}
#servicios-home {
    position: relative;
}
#servicios-home:before {
	content: '';
    position: absolute;
    top: -44px;
    right: 0;
    left: 0;
    background: url(img/triangle_red.png) no-repeat;
    background-size: 100% auto;
    width: 90px;
    height: 88px;
    margin: 0 auto;
}
#servicios-home .servicios {
    text-align: center;
    padding: 45px 0px;
}
#servicios-home .servicio {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    text-align: left;
    padding-top: 45px;
    padding-bottom: 45px;
}
#servicios-home .servicio .content {
    /*max-width: 315px;
    display: block;
    margin: 0 auto;*/
}
#servicios-home .servicio .image {
    max-height: 238px;
    overflow: hidden;
}
#servicios-home .servicio .image img {
    width: 100%;
    max-width: 315px;
}
#servicios-home .servicio .title h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d0021b;
    margin: 12px 0px 6px;
}
#servicios-home .servicio .excerpt {
    max-width: 315px;
    font-size: 17px;
}
#servicios-home .servicio .link a {
    color: #d0021b;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    padding: 7px 60px;
    display: inline-block;
    border: 9px solid #d0021b;
    margin: 10px 0px;
    text-decoration: none;
}
#servicios-home .servicio .link a:hover {
    background: #d0021b;
    color: #FFF;
}
#servicios-home .container {
    width: 100%;
    max-width: 1240px;
}
#contacto-home .contact-form .wpcf7-text {
    border: 3px solid #d0021b;
    padding: 6px 10px;
    margin: 5px 0px;
    width: 100%;
}
#contacto-home .contact-form .wpcf7-textarea {
    border: 5px solid #d0021b;
    padding: 6px 10px;
    margin: 5px 0px;
    width: 100%;
    max-height: 100px;
    max-width: 100%;
}
#contacto-home .contact-form .wpcf7-submit {
    font-size: 20px;
    color: #FFF;
    background: #d0021b;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 35px;
    margin: 5px 0px;
}
#contacto-home .contact-form .wpcf7-submit:hover {
    background: #bf0319;
}
#contacto-home .contact-form {
    padding-top: 25px;
    padding-bottom: 90px;
}
#productos {
    padding: 50px 0px 70px;
}
#productos .title-section.border-red h1 {
    border: 3px solid #d0021b;
    padding: 15px 60px;
    font-size: 23px;
}
.producto {
    padding-top: 15px;
    padding-bottom: 15px;
}
.producto h4 {
    font-weight: 600;
}
.producto .price span {
    font-size: 16px;
    font-weight: 600;
    color: #00427a;
    padding: 5px;
}
.producto .price span.old {
    text-decoration: line-through;
}
.producto .content {
    border: 2px solid #f5f5f5;
}
.producto .price {
    position: relative;
    padding-bottom: 21px;
    margin: 20px 0px;
}
.producto .price:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.producto .image {
    position: relative;
}
.producto .tags {
    position: absolute;
    right: 10px;
    top: 10px;
}
.producto .image .tag {
    background: #c53532;
    padding: 6px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
}
.producto .image img {
    width: 100%;
    padding: 15px 30px;
}
.producto .text {
    padding: 0px 15px 20px;
    font-size: 17px;
    line-height: normal;
}
.info-contacto .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.info-contacto .info {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.info-contacto .info .content .text {
    background: #FFF;
    text-align: left;
    padding-left: 30px;
    padding-top: 21px;
    vertical-align: top;
    vertical-align: top;
}
.info-contacto .info .content .icon {
    background: #d0021b;
    font-size: 60px;
    padding: 30px 10px;
    color: #FFF;
    position: relative;
    vertical-align: middle;
}
.info-contacto .info .content {
    display: table;
}
.info-contacto .info .content .text h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: -12px;
    margin: 0 auto;
    left: 0;
}
.info-contacto .info .content .text span {
    font-size: 16px;
}
.info-contacto .info .content .text h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0px 20px;
    position: relative;
}
.info-contacto .info .content .icon, 
.info-contacto .info .content .text {
    display: table-cell;
    float: none;
}
.info-contacto .info .content .icon:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #d0021a;
    z-index: 999;
    margin: auto 0;
}
.correctivo .description {
    font-size: 26px;
    text-align: center;
    padding: 40px 0px;
}
.tipo-mantenimiento .icon img {
    margin: 12px 0px;
    max-width: 31px;
}
.tipo-mantenimiento .icon {
    padding-right: 0px;
    padding-left: 0px;
}
.tipo-mantenimiento .title h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.correctivo .tipo-mantenimiento {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tipo-mantenimiento .text {
    font-size: 16px;
    position: relative;
}
.tipo-mantenimiento .text:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 65px;
    background: #eee;
    left: -12px;
}
.tipo-mantenimiento .title h4:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: #c0302e;
    left: 0;
    bottom: -15px;
}
.tipo-mantenimiento .read-more {    
    display: block;
}
.tipo-mantenimiento .read-more a {
    background: #333333;
    padding: 3px 16px;
    display: inline-block;
    margin: 15px 0px;
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
}
#slider-mantenimiento {
    padding: 90px 0px 50px;
}
#slider-mantenimiento .bx-wrapper .bx-pager {
    width: auto;
    margin: 0 auto;
    position: relative;
    background: #d0021b;
    padding: 10px;
    top: 0px;
    display: inline-block;
}
#slider-mantenimiento .bx-wrapper .bx-pager .bx-pager-link {
    border-radius: 0px;
    background: #d0021b;
    border: 3px solid #ed5265;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
#slider-mantenimiento .bx-wrapper .bx-pager .bx-pager-link.active, 
#slider-mantenimiento .bx-wrapper .bx-pager .bx-pager-link:hover {    
    border: 5px solid #ed5265;
}
#slider-mantenimiento .bx-wrapper .bx-controls {
    position: relative;
    text-align: center;
    margin-top: 40px;
}
#textos {
    background: url(img/preventivo-back.jpg) top right no-repeat;
    background-size: auto 100%;
    padding: 130px 0px 20px;
    margin-top: -50px;
}
#textos .texto {
    padding-left: 30px;
    background: url(img/icon-check.png) no-repeat;
    background-position-y: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
}
#polizas h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 80px 0px 40px;
}
.poliza {
    margin: 30px 0px;
}
.poliza .image,
.poliza .title {
    padding-left: 0px;
    padding-right: 0px;
}
.poliza .image {
    background: #000;
}
.poliza .image img {
    width: 100%;
    opacity: 0.4;
}
.poliza .title {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 100%;
}
.poliza .title h4 {
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    padding: 25px;
    font-weight: 600;
    font-size: 25px;
    color: #FFF;
    line-height: normal;
}
#contacto {
    padding: 30px 0px;
}
#contacto h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0px;
}
#contacto .wpcf7-text, 
#contacto .wpcf7-textarea {
    width: 100%;
    margin: 16px 0px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    max-width: 100%;
}
#contacto .wpcf7-submit {
    background: #d0021b;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 20px;
    margin-top: 10px;
}
#contacto .text,
#contacto .icon {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 10px;
}
#contacto .text {
    font-size: 17px;
}
#contacto .icon {
    background: #d0021b;
    color: #FFF;
    font-size: 30px;
    padding-left: 15px;
}
#contacto .intro {
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
}
.single .description {
    text-align: left;
    font-size: 20px;
    line-height: normal;
}
.single .image img {
    width: auto;
    max-width: 100%;
}
.single .post {
    padding: 20px 0px;
}
footer {
    background: #00548a;
    color: #FFF;
}
footer .logo img {
    padding: 35px 10px 30px;
    width: 100%;
    max-width: 250px;
}
footer span {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    display: inline-block;
}
.no-mobile{
	display: none;
}

@media (max-width: 992px) {
	#servicios-home .servicio .link a {
	    font-size: 18px;
	    padding: 5px 40px;
	}
    .info-contacto .info .content {        
        margin: 15px 0px;
    }
    #banner-home .background img {
        height: 100%;
    }
    .info-contacto .background {
        position: absolute;
        height: 100%;
    }
    .info-contacto .container {
        position: relative;
        padding: 30px 10px;
    }
    /*.info-contacto .info .content .icon, 
    .info-contacto .info .content .text {
        display: inline-block;
        float: left;
    }*/
    .info-contacto .info {
        display: block;
    }
    .info-contacto .info .content .text span {
        word-break: break-all;
    }

}

@media (max-width: 768px) {
	.title-section.border-red h1,
	.title-section.background-red h1 {
	    font-size: 30px;
	}
	#servicios-home .servicio {
	    width: 50%;
	}
	#contacto-home {
	    padding-bottom: 90px;
	}

}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 1200px;
	}
	.no-mobile{
	    display: block;
    }
}

@media (max-width: 767px) {
	#menu.home .menu-responsive {
	    display: block;
	}
    #menu.section .links {
        display: none;
    }
    #menu.section .logo {
        width: 30%;
        padding: 10px 0px;
    }
    #menu.home.section .menu-responsive {
        display: inline-block;
        float: right;
        position: absolute;
        top: 10px;
        right: 10px;
    }
	#menu.home ul.menu {
	    display: none;
	}
	#menu.home {
    	padding: 10px 0px;
	}
	.navbar-toggle .icon-bar {
	    background: #FFF;
	}
	.nav>li>a:focus,
	.nav>li>a:hover,
	.nav .open>a, 
	.nav .open>a:focus, 
	.nav .open>a:hover,
	.dropdown-menu>li>a:focus, 
	.dropdown-menu>li>a:hover {
    	background: rgba(208, 2, 27, 1);
	}
	.navbar-collapse {
	    background: rgba(208, 2, 27, 0.8);
		width: auto;
	    float: right;
    	min-width: 200px;
	}
    #nosotros-home .features {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #menu.productos {
        background: transparent;
        position: absolute;
    }
    #textos {
        background-size: auto 80%;
        background-position: bottom right;
        padding: 90px 0px 60px;
    }
    #textos .texto {
        padding-left: 40px;
        background-position-x: 10px;
    }
    .single .image img {
        width: 100%;
    }

}

@media (max-width: 600px) {
	#servicios-home .servicio {
	    width: 100%;
	}
	#servicios-home .servicio .image img,
	#servicios-home .servicio .excerpt {
    	max-width: 100%;
	}
	#servicios-home .servicio .image {
    	max-height: 100%;
	}
	#servicios-home .servicio {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.title-section.border-red h1 {
	    font-size: 26px;
	    padding: 18px 60px;
	}
	.title-section.background-red h1 {
	    font-size: 26px;
	}
    #banner-home .title-section.border-red h1:before,
    #banner-home .title-section.border-red h1:after {
        width: 25px;
        height: 70px;
    }
    #productos .title-section.large.border-red h1 {
        padding: 15px 30px;
        font-size: 20px;
    }
    .correctivo .description {
        font-size: 18px;
    }
    .correctivo .tipo-mantenimiento {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #textos {
        background: #FFF;
        padding: 90px 0px 20px;
    }
    #textos .texto {
        width: 100%;
        padding-right: 15px;
    }
    #polizas h2 {
        margin: 30px 0px 10px;
    }
    #productos.mantenimiento .title-section {
        padding: 0px 10px;
    }    
    .single .description {
        font-size: 16px;
    }

}

@media (max-width: 550px) {
	footer span {
	    font-size: 14px;
	}
	#nosotros-home .description {
    	font-size: 18px;
	}
	#nosotros-home .features .image img {
    	max-width: 200px;
    }
    #banner-home .background img {
	    width: 150%;
	    margin-left: -25%;
	}
	#banner-home .background {
	    overflow: hidden;
	}
	#nosotros-home .description {
	    padding: 20px 0px;
	}
    #banner-home.section .background img {
        width: 200%;
        margin-left: -50%;
    }
    #menu.section .logo {
        width: 40%;
    }
    .marcas-logos {
        display: block;
        padding: 20px 0px;
    }
    .info-contacto .info .content .icon {
        font-size: 40px;
    }
    .info-contacto .info .content .text {
        padding: 20px 20px 20px 30px;
    }
    #banner-home:after {
        bottom: -34px;
        width: 55px;
        height: 61px;
    }
}

@media (max-width: 400px) {
	footer .col-xs-6 {
	    width: 100%;
	    text-align: center;
	}
	#nosotros-home {
	    padding-top: 50px;
	}
	#contacto-home .contact-form {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#banner-home #logo .image {
    	width: 70%;
	}
    #productos .title-section.border-red h1 {
        padding: 15px 30px;
        font-size: 20px;
    }
    #productos .title-section.large.border-red h1 {
        padding: 15px 20px;
        font-size: 16px;
    }
    .poliza .title h4 {
        font-size: 21px;
    }
}

@media (max-width: 320px) {
	.title-section.border-red h1 {
	    font-size: 24px;
	    padding: 12px 50px;
	}
	.title-section.background-red h1 {
	    font-size: 24px;
	}
    #nosotros-home .features {
        width: 100%;
    }
}