/* 		
	Roller Template
	http://www.templatemo.com/preview/templatemo_424_roller
	
	TABLE OF CONTENT
		1. Universal Styles
		2. Header Styles
		3. Menu Styles
		4. Responsive Menu Styles
		5. Home Styles
		6. About Styles
		7. Services Styles
		8. Portfolio Styles
		9. Testimonials Styles
		10. Contact Styles
		11. Footer Styles
		12. Media Queries

	COLOR CODES
		Orange: #ffc601, rgb(255,198,1)
		Dark: #1d1d1d, rgb(29,29,29)
		Light gray: #eaeaea
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
*, body {
	font-family: 'Exo 2', sans-serif; 
	font-style: italic;
	font-weight: lighter, 200;
}
body { overflow-x: hidden; }
body, h1 { margin: 0; }


ul {
	margin: 0;
	padding: 0;
}

.blue {color: #3CF;}

.green {color: #CF6;}

.tm-orange-text {color: #C12C2F; font-weight: bolder, 600;}
.tm-orange-bg {background-color: #250304;}
.tm-orange-bg-transparent {	background-color: #fff; }
.tm-white-text { color: #fff; }
.tm-dark-text {color: #1d1d1d;font-weight: bolder, 600;}
.tm-dark-bg { background-color: #000; }
.tm-dark-bg2 {background-color: #000;}
.tm-light-gray-text {color: #FFFFFF;}
.parrafo-nosotros {color: #fff; text-align: justify;}


a.tm-light-gray-text:hover {
	color: #AFA8A8;
	text-decoration: none;
}
.margin-top-50 { margin-top: 50px; }
.hide {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/* http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/ */
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 120px;
}
.tm-border {
	height: auto;
	width: 100%;
	z-index: 2;
}
.container { max-width: 1000px;}

.contedor-video{
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	height: 0px;
}

.gif {
	overflow: hidden;
	position: relative;
	z-index: 5;
	
	width:100%;
    max-width:800px;
	 
}
	
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
.video-responsive video {
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 960px;
}


/* ventana emergente al cargar la pagina*/


.modal {
    width: 100%;
  
    background: rgba(0,0,0,0.9);   
    position: absolute;
    top: 0;
    left: 0;  
    display: flex;  
   /* animation: modal 1s 2s forwards;
    visibility: hidden;
    opacity: 0;*/
	z-index: 4;
	
}

.contenido {
    margin: auto;
    width: 100%;
	max-width: 800px;
	max-height: 450px;
    height: 100%;
  
    border-radius: 10px;
	
}/*
a.popup-cerrar {
   position: absolute;
   top:10px;
   right:10px;
   background-color: #c12c2f;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}*/
#cerrar {
    display: none;
}

#cerrar + label {
    position: absolute;
    color: #fff;
    font-size: 25px;
    z-index: 6;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 5%;
    top: 50px;
    cursor: pointer;
	text-align: center;
   /* 
    animation: modal 1s 2s forwards;
    visibility: hidden*/
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

/* 2. Header Styles
--------------------------------------*/
.templatemo-header {
	background-color: #000000;
	background-position: center center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	min-height: 100px;
	z-index: 3;
	position: fixed;
	width: 100%;
	

}
.templatemo-header-inner {	padding-top: 30px; }
.templatemo-logo {
	font-size: 60px;
	color: #FFFFFF;
}

.logo { max-width: 150px; width: 100%}

/* 3. Menu Styles
--------------------------------------*/
.templatemo-nav {
	margin-bottom: 0;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: bulder, 200;
	background-color:#171717;
	border-radius: 30px;
	height: 50px;
	box-shadow:  0px 0px 7px 1px #c12c2f;
}
.templatemo-nav li {
	display: inline-block;
	list-style: none;
}
.templatemo-nav li>a {
	background-color:rgba(30,30,30,1.00);
	color: rgba(123,119,119,1.00);
	padding: 8px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	border-radius: 15px;
	box-shadow:  0px 1px 0px 0px #000;
}
.templatemo-nav li>a:hover, .templatemo-nav li>a.active {
	background-color: rgb(0,0,0);
	color: #FFFFFF;
	text-decoration: none;
}

/* 4. Responsive Menu Styles
--------------------------------------*/
#responsive-menu {
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(243, 243, 243, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}
#responsive-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #1d1d1d;
  color: #ffffff;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i {  margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  background-color: rgba(71,13,14,1.00);
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5500;
}

/* 5. Home Styles
--------------------------------------*/
.tm-home-title, .tm-home-subtitle {	font-weight:bolder, 600; }
.tm-home-title {
	color: #fff;
	font-size: 30px;	
}
.tm-home-subtitle {	font-size: 18px; }
.tm-home-description {
	font-size: 14px;
	color: #828282;
	margin-bottom: 50px;
	text-align: justify;
}
.tm-home-more {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	padding: 10px 15px;
}
a.tm-home-more:hover {
	color: #737373;
	text-decoration: none;
}
.tm-home-right { max-width: 350px; }

/* 6. About Styles
--------------------------------------*/
.canvas-wrap {
	position: relative;
	text-align: center;
}
.canvas-overlay {
	cursor: pointer;
	position: absolute;
	-webkit-opacity: 0;
  	-moz-opacity: 0;
  	opacity: 0;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 226px;
	height: 385px;
	margin: 0 auto;
}
.canvas-overlay:hover {
	-webkit-opacity: 1;
  	-moz-opacity: 1;
  	opacity: 1;
}
.canvas-lines {	padding-top: 0px; }
.canvas-lines .canvas-overlay {	top: 0px; }
.canvas-overlay a {
	color: #fff;
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.canvas-overlay a:hover {
	color: #000;
	text-decoration: none;
}
.member-name {
	color: #ffc601;
	font-size: 18px;
	font-weight: 200;
}
.member-title {	color: #fff; }
.tm-about-title, .tm-about-subtitle, .tm-about-subtitle-2 {	font-weight: bolder, 600; }
.tm-about-title { font-size: 85px; }
.tm-about-subtitle {
	font-size: 44px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B81116;
	text-align: center;
}
.tm-about-subtitle-2 { font-size: 17px; }
.tm-about-description {	font-size: 14px; }
.tm-about-description ul li {
	line-height: 1.8em;
	list-style: none;
}
.tm-about-description ul li:before { 
	content:"•"; 
	font-size:10pt;
	padding-right: 5px;
}
.templatemo-about {
	background-image: url(../images/fondo-nosotros.jpg);
	background-repeat: repeat-y;
	position: relative;
  	z-index: 1;
	padding-bottom: 150px;
	padding-top: 100px;
}

.parrafo-nosotros {
	font-weight: lighter, 200;
}

/* 7. Services
--------------------------------------*/

.templatemo-services {
	background-image: url(../images/fondo-servicios.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	position: relative;	
	padding-bottom: 0px;
}
.tm-pricing-table {
	padding: 10px;
	max-width: 220px;
	width: 100%;
	height: 421px; 
}
.tm-pricing-table-container {
	display: inline-block;
	margin-right: 30px;
}
.tm-pricing-table-container2 {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0PX;
}
.tm-pricing-table-container:last-child { margin-right: 0px; }
.table-big {
	height: 480px;
	max-width: 300px;
	width: 100%;
}
.tm-pricing-header {
	border-bottom: 1px solid #fff;
	font-size: 22px;
	font-weight: bolder, 600;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.tm-pricing-table ul li {
	list-style: none;
	line-height: 2em;	
}
.price-tag {
	background-color: #460401;
	border-radius: 50%;
	color: #1d1d1d;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.price-tag-inner { margin-top: 10px; }
.price-tag .dollar {
	font-size: 30px;
	font-weight: 700;
	vertical-align: middle;
}
.price-tag .price {
	font-size: 50px;
	font-weight: 600;
	vertical-align: middle;
}
.price-tag .month {	display: block; }

/* http://stackoverflow.com/questions/5763911/placing-a-div-within-a-canvas */
.canvas-wrap { position: relative; }
.overlay { 
	position: absolute; 
	top: 10%;
	left: 30%;
}
.overlay p { font-weight: 600; }
a:hover .overlay p {
	color: #DDDDDD;
}


/*creacion de ventana emergente de servicios*/

.modalDialog {
	position: fixed;
	font-family: 'Exo 2', sans-serif; 
	font-style: italic;
	font-weight: lighter, 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
	
}
.modalDialog > div {
	max-width: 400px;
	width: 90%;
	max-height: 850px;
	height: auto;
	position: relative;
	margin: 50px auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	border-color: #c12c2f;
	border-style: solid;
	background-color: #250304;
	background-color: -moz-linear-gradient(#000, #250304);
	background-color: -webkit-linear-gradient(#000, #250304);
	background: -o-linear-gradient(#000, #250304);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #fff; }

/* 8. Portfolio Styles
--------------------------------------*/
.tm-portfolio-images-container { overflow: hidden; }
.tm-image-container {
	float: left;
	position: relative;
	max-width: 323px;
	width: 33%;
}
.tm-image-container img { width: 100%; }
.tm-portfolio-image-overlay {
	background-color: rgba(193,44,47,1.00);
	cursor:pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.tm-portfolio-image-overlay:hover {	opacity: 1; }
.tm-portfolio-image-overlay a {
	color: #C12C2F;
	background-color: #fff;
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.tm-portfolio-image-overlay a:hover {
	background-color: #000;
	text-decoration: none;
}
.tm-portfolio-image-overlay h2 { font-size: 14px; }
.tm-view-more {
	display: inline-block;
	border: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 180px;
}
a.tm-view-more:hover {
	background-color: #C12C2F;
	color: #000;	
}
a.tm-view-more:focus {
	color: #fff;
	text-decoration: none;
}


.video_responsive{
	height:0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video_responsive iframe, .video_responsive object, .video_responsive embed, .video_responsive video{
	height: 100%;
	left:0;
	top: 0;
	width:100%;
	position:absolute;

}

/* 9. Testimonials Styles
--------------------------------------*/
.img-container {	
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	height: 170px;
	position: relative;
}
.tm-img-circle-border img {	
	display: inline-block;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.tm-img-circle-border {
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	padding: 7px;
	width: 170px;
	height: 170px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.tm-img-circle-border.active img {
	width: 150px;
	height: 150px;
	filter: none;
}
.tm-img-circle-border.active {
	border: 3px solid #fff;
	width: 170px;
	height: 170px;
	padding: 7px;
}
p.tm-author {
	font-weight: 700;
	font-style: italic;
	margin: 10px 0 0 0;
}
hr.tm-author-name-underline {
	height: 1px;
	width: 80px;
	border: none;
    color: #ffc601; /* old IE */
    background-color: #ffc601; /* Modern Browsers */
    margin-top: 5px;
    margin-bottom: 0;
}
/* 10. Contact Styles
--------------------------------------*/
#map-canvas { height: 350px; }

.form-control, .btn { border-radius: 8px; }
.form-control {
	background-color: rgba(0,0,0,0);
	border: 2px solid rgba(250,13,13,0.27);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.form-control:focus {
	border-color: #F7E4E4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(46, 43, 43, 0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(46, 43, 43, 0.3);
	outline: 0;
	

}
.tm-send-btn {
	font-size: 14px;
	font-weight: 600;
	padding: 8px 35px;
}
.tm-send-btn:hover { color: #fff; }


/* redes sociales-*/


.redes {
    height: 3em;
    left: 50%;
    margin: -1.5em 0 0 -6em;
    position: relative;
    top: 50%;
    width: 12em;
}

.social {
    position: relative;
    height: 3em;
    width: 13.5em;
}

.social li {
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em;
}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em; 
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
 
}

.youtube {
    background: #E14E42;
    bottom: 0;
    left: 25%;
}

.whatsapp{
    background: #25D366;
    left: 50%;
    top: 0%;
}


/* 11. Footer
--------------------------------------*/
footer {
	background-color: #1d1d1d;
	color: #898888;
	padding: 15px 0;
	position: relative;
}
footer p {
	display: inline-block;
	vertical-align: bottom;
}

/* 12. Media Queries
--------------------------------------*/
@media screen and (max-width: 992px) {
	.container { max-width: 940px; }
	.templatemo-logo { font-size: 50px; }
	.templatemo-nav li>a { padding: 8px 5px; }
	.tm-about-right { text-align: center; }
	.canvas-lines {	padding-top: 0px; }
	.canvas-lines .canvas-overlay {	top: 0px; }
	.tm-pricing-table-container { margin-right: 0px; }
	.templatemo-services .container {
		padding-top: 0px;
		padding-bottom: 100px;
	}
	.template-contac {padding-top: 10px}
}
@media screen and (max-width: 767px) {
	.tm-home-right {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.tm-pricing-table-container { margin-right: 0px; }
	.tm-pricing-table {	margin: 0 auto;	}
	.overlay p { text-align: center; }
	#map-canvas { margin-bottom: 30px; }
}
@media screen and (max-width: 614px) {
	.tm-portfolio-images-container {
		margin-left: 15px;
		margin-right: 15px;
	}
	.tm-image-container { width: 50%; }
}

@media screen and (max-width : 320px ){
	.tm-image-container {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.tm-border{width: 100%;
	}
	.tm-section {padding-top: 90px}
}
