
@media (max-width: 1400px) {
	.h2-tipos{
		font-size: 14px;
	}

	.p-tipos{
		font-size: 12px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
	.social-icons ul li {
		margin-bottom: 20px;
	}
	.price {
		font-size: 16px;
		height: 110px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 40px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}
}

/* xs */
@media (max-width: 767px) {

	.img-escritorio{
		display: none;
	}
	
	.img-cel{
		display: initial;
	}

	.hidemobile{ display: none;}
	.showmobile{ display: block !important;}
	.llamada{display: block}
	footer{padding-bottom: 45px;}
	
	.call-btn {

    width: 50px;
    height: 50px;

    font-size: 25px;
    margin-right: 20px;

	}

	.fiestas-tematicas{
		background-image: url('/images/fiestas-tematicas-vertical.png');
	}
	
	body {
		font-size: 14px;
	}
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		display: none;
	}
	.navbar-brand {
		padding: 0 15px ;
	}
	.navbar-toggle {
	  border:1px solid #fff;
	  
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	/*services*/
	section {
		padding: 45px 0;
	}
	.heading {
		margin-top: 30px;
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 20px;
	}
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4), 
	.our-services .col-sm-4:nth-child(5), 
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}	
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
	.price span {
		font-size: 50px;
		margin-top: 25px;
	}
	.price {
		font-size: 18px;
		height: 110px;
		line-height: 35px;
		width: 130px;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control, 
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	} 
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us .heading {
		padding-top: 45px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
	
	
	* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		width: 20px;
		height: 15px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		
	}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		display: block;
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    background: #fff;
	    border-radius: 9px;
	    opacity: 1;
	    left: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .25s ease-in-out;
	    -moz-transition: .25s ease-in-out;
	    -o-transition: .25s ease-in-out;
	    transition: .25s ease-in-out;
	}
	
	#nav-icon1 span:nth-child(1) {
	    top: 0px;
	}
	
	#nav-icon1 span:nth-child(2) {
	    top: 18px;
	}
	
	#nav-icon1 span:nth-child(3) {
	    top: 36px;
	}
	
	#nav-icon1.open span:nth-child(1) {
	    top: 18px;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	
	#nav-icon1.open span:nth-child(2) {
	   	opacity: 0;
	    left: -60px;
	}
	
	#nav-icon1.open span:nth-child(3) {
	    top: 18px;
	    -webkit-transform: rotate(-135deg);
	    -moz-transform: rotate(-135deg);
	    -o-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
	
	/* Icon 2 */
	
	#nav-icon2 {
	}
	
	#nav-icon2 span {
		display: block;
	  	position: absolute;
	  	height: 9px;
	  	width: 50%;
	  	background: #d3531a;
	  	opacity: 1;
	  	-webkit-transform: rotate(0deg);
	  	-moz-transform: rotate(0deg);
	  	-o-transform: rotate(0deg);
	  	transform: rotate(0deg);
	  	-webkit-transition: .25s ease-in-out;
	  	-moz-transition: .25s ease-in-out;
	  	-o-transition: .25s ease-in-out;
	  	transition: .25s ease-in-out;
	}
	
	#nav-icon2 span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}
	
	#nav-icon2 span:nth-child(odd) {
	  	left:0px;
	  	border-radius: 9px 0 0 9px;
	}
	
	#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	  	top: 0px;
	}
	
	#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	  	top: 18px;
	}
	
	#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	  	top: 36px;
	}
	
	#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	  	-webkit-transform: rotate(45deg);
	  	-moz-transform: rotate(45deg);
	  	-o-transform: rotate(45deg);
	  	transform: rotate(45deg);
	}
	
	#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	  	-webkit-transform: rotate(-45deg);
	  	-moz-transform: rotate(-45deg);
	  	-o-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
	}
	
	#nav-icon2.open span:nth-child(1) {
	  	left: 5px;
	  	top: 7px;
	}
	
	#nav-icon2.open span:nth-child(2) {
	  	left: calc(50% - 5px);
	  	top: 7px;
	}
	
	#nav-icon2.open span:nth-child(3) {
	  	left: -50%;
	  	opacity: 0;
	}
	
	#nav-icon2.open span:nth-child(4) {
	  	left: 100%;
	  	opacity: 0;
	}
	
	#nav-icon2.open span:nth-child(5) {
	  	left: 5px;
	  	top: 29px;
	}
	
	#nav-icon2.open span:nth-child(6) {
	  	left: calc(50% - 5px);
	  	top: 29px;
	}
	
	/* Icon 3 */
	
	#nav-icon3 span:nth-child(1) {
	  	top: 0px;
	}
	
	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  	top: 7px;
	}
	
	#nav-icon3 span:nth-child(4) {
	  	top: 14px;
	}
	
	#nav-icon3.open span:nth-child(1) {
	  	top: 18px;
	  	width: 0%;
	  	left: 50%;
	}
	
	#nav-icon3.open span:nth-child(2) {
	  	-webkit-transform: rotate(45deg);
	  	-moz-transform: rotate(45deg);
	  	-o-transform: rotate(45deg);
	  	transform: rotate(45deg);
	}
	
	#nav-icon3.open span:nth-child(3) {
	  	-webkit-transform: rotate(-45deg);
	  	-moz-transform: rotate(-45deg);
	  	-o-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
	}
	
	#nav-icon3.open span:nth-child(4) {
	  	top: 18px;
	  	width: 0%;
	  	left: 50%;
	}
	
	/* Icon 4 */
	
	#nav-icon4 {
	}
	
	#nav-icon4 span:nth-child(1) {
	  	top: 0px;
	  	-webkit-transform-origin: left center;
	  	-moz-transform-origin: left center;
	  	-o-transform-origin: left center;
	  	transform-origin: left center;
	}
	
	#nav-icon4 span:nth-child(2) {
	  	top: 18px;
	  	-webkit-transform-origin: left center;
	  	-moz-transform-origin: left center;
	  	-o-transform-origin: left center;
	  	transform-origin: left center;
	}
	
	#nav-icon4 span:nth-child(3) {
	  	top: 36px;
	  	-webkit-transform-origin: left center;
	  	-moz-transform-origin: left center;
	  	-o-transform-origin: left center;
	  	transform-origin: left center;
	}
	
	#nav-icon4.open span:nth-child(1) {
	  	-webkit-transform: rotate(45deg);
	  	-moz-transform: rotate(45deg);
	  	-o-transform: rotate(45deg);
	  	transform: rotate(45deg);
	  	top: -3px;
	  	left: 8px;
	}
	
	#nav-icon4.open span:nth-child(2) {
	  	width: 0%;
	  	opacity: 0;
	}
	
	#nav-icon4.open span:nth-child(3) {
	  	-webkit-transform: rotate(-45deg);
	  	-moz-transform: rotate(-45deg);
	  	-o-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
	  	top: 39px;
	  	left: 8px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
  
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}
}

