/* Extra small devices (phones, 600px and down)    ef4035   */   
@media only screen and (max-width: 600px) {
	.top-text h3{
		font-size: 25px;	
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.top-text h2{
		font-size: 15px;
		color: #ef4035;
	}
	.top-text h1{
		font-size: 15px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.intro h1,.intro h2{
		font-size: 20px;
		font-weight: bold;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.title{
		font-size: 30px;
	}
}
@media only screen and (min-width: 600px) {
	.top-text h3{
		font-size: 25px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.top-text h2{
		font-size: 15px;
		color: #ef4035;
	}
	.top-text h1{
		font-size: 15px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.intro h1, .intro h2{
		font-size: 20px;
		font-weight: bold;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.title{
		font-size: 30px; 
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.top-text h3{
		font-size: 35px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.top-text h2{
		font-size: 20px;
		color: #ef4035;
	}
	.top-text h1{
		font-size: 15px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.intro h1, .intro h2{
		font-size: 25px;
		font-weight: bold;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.title{
		font-size: 35px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.top-text h3{
		font-size: 45px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.top-text h2{
		font-size: 30px;
		color: #ef4035;
	}
	.top-text h1{
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.intro h1, .intro h2{
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.title{
		font-size: 40px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.top-text h3{
		font-size: 55px;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.top-text h2{
		font-size: 40px;
		color: #ef4035;
	}
	.top-text h1{
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.intro h1, .intro h2{
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.title{
		font-size: 40px;
	}
	
}


body{
	font-family: 'Montserrat', sans-serif !important;
	color: #333333 !important;
	font-size: 16px !important;
}
p{
	font-size: 16px !important;
}
.top{
	background:url(../images/bg-top.jpg) top center repeat-x;
	padding-bottom: 50px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-text{
	text-align: center;
}
.top-text > h1, h2, h3{
	color: #fff;
	text-align: center;	
}
.menu{
	background: rgba(0,0,0,0.3);
}
.navbar-dark .navbar-nav .nav-link{
	font-size: 15px !important;
	color: #fff !important;
}
.nav-item.active .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	color: #ef4035 !important;
}
.leer-mas{
	padding: 10px 50px;
	background: #ef4035;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	display: -webkit-inline-box;
	transition: 0.3s;
}
.leer-mas:hover{
	background: #00BC3F;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.intro{
	padding: 50px 0;
}
.intro h1, .intro h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 15px;
}
.t20{
	font-size: 19px !important;
}
.borde-right{
	border-right: 3px solid #ef4035;
}
.title{
	color: #ef4035;
	text-align: center;
	margin-bottom:15px;
	line-height: normal;
}
.servicio{
	padding: 20px 0;
}
.servicios, .quien-soy, .portafolio, .comentarios {
	padding-bottom: 50px;
}
.quien-soy{
	color: #fff;
	padding-top: 50px;
	background:url(../images/bg-quien-soy.jpg) top center repeat-x;
	padding-bottom: 50px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skills{
	padding-top: 50px;
	background:url(../images/bg-skills-2.jpg) top left repeat-x;
	padding-bottom: 50px;
	background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.portafolio{
	padding-top: 50px;
	background: #333;
}
h2.servicio{
	font-size: 20px;
	color: #ef4035;
	font-weight: 600;
	text-align: left;
}
.comentarios{
	padding-top: 50px;
	background:#f8f9fa !important;
}

.comentarios p{
	
}
.carousel-indicators{
	bottom: 0px !important;
	margin-bottom: 0 !important;
}
.comentarios .nombre{
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 1em;
}
.comentarios .empresa{
	font-size: 0.8em !important;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #bfbfbf;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bfbfbf;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.85em;
    line-height: 1.264705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.25s ease,opacity 0.25s ease;
    transition: top 0.25s ease,opacity 0.25s ease;
}
.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1em;
    font-weight: 300;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    resize: none;
}
#contacto{
	padding: 50px 0;
}
hr.small {
    max-width: 10rem;
    margin-left: auto;
    margin-right: auto;
}
hr.primary {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    height: 0.125rem;
    border-color: #ef4035;
}
.copyright{
	text-align: right;
	color: #fff;
	font-size: 15px;
}
.footer{
	background: #333;
}
.oculto{
	display: none !important;
}
.intro h2{
	color: #333 !important;
}