
/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top.
    					 Change if height of navigation changes.(el padding anterior era 50px OJO) */  
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.center-text {
	text-align: center;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.tittle {
	font-family: big noodle;
	font-size: 400%;
	text-align: center;
	color: #999999;
}
.tittle-slider {
	font-family: big noodle;
	font-size: 150%;
	text-align: center;
	color: #FFFFFF;
}

.text-slider {
	text-align: center;
	padding-bottom: 0px;
	font-size: 20px;

}
.shorttext {
	color: #acacac;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
}
.seemore {
	font-weight: lighter;
	color: #acacac;
	font-size: 18px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.tittle-serv {
	font-family: "big noodle";
	color: #999999;
	text-align: center;
}
.serv-bloc {
	background-color: black;
	text-align: center;
	height: 100px;
	width: 100%;
}
.container-serv-head {
	width: 1200px;
}
.top-header-tittle {
	font-family: big noodle;
	font-size: 120%;
	font-size:2.5em;
	color: #a3a3a3;
}
.text-blue {
	color: #0397f5;
	font-size: 2.8em;
	font-weight: 700;
}
.text-sub {
	font-size: 1.1em;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/* LOGO */
@media (min-width: 768px ) {
	
	.text-blue {
	color: #0397f5;
	font-size: 3.2em;
	font-weight: 700;
	}
	.text-sub {
	font-size: 1.1em;
	}
	.container-serv-head {
		width: 100%;
	}
    .fixright {
        margin-left: 25%;
        margin-right:25%;
		padding-top: 30px;
    }
	.tittle-slider {
	padding-bottom: ;
	font-family: big noodle;
	font-size: 600%;
	text-align: center;
	color: #FFFFFF;
}
.text-slider {
	text-align: center;
	padding-bottom: 90px;

}
}
@media (min-width: 1024px ) {
	
	.text-blue {
	color: #0397f5;
	font-size: 3.7em;
	font-weight: 700;
	}
	.text-sub {
	font-size: 1.3em;
	}
	.container-serv-head {
	width: 100%;
}
    .fixright {
        margin-left: 0px;
        margin-right: 0px;
		padding-top: 0px;
    }
 
}
   .borderserv {
        border: 2px solid #e1e1e1;
        margin-right: 15px;
		margin-top: 15px;
		min-height: 550px;
    }
	.tittle-slider {
	padding-bottom: ;
	font-family: big noodle;
	font-size: 600%;
	text-align: center;
	color: #FFFFFF;
}
.text-slider {
	text-align: center;
	padding-bottom: 90px;

}
/* Imagenes de Servicio */

.imgserv {
	border-radius: 50%;

}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
    margin-bottom: 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px ){		/*agrego esto para que se oculte el logo con telefono*/
	body{
		padding-top: 50px;
	}

	.HeaderOcultar{
	display: none;
}

}
@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }



}


.weird-fix {
	color: #FFFFFF;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


.custom-img-center {
	margin: 0 auto;
	padding-bottom: 30px;
}
