body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


h1{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h2 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h3 {
	font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h4 {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
}

h5 {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.btn-green{
	font-size: 30px;
}

.servicios{
	height: 120px!important;
}
.bg-blue{
	background: #2f5495;
}

.bg-gray{
	background: #e8e7e7;
}

.bg-light2{
 	background: #efefef;
}

.txt-blue{
	color: #2f5395;
}
.bluebox {
    border-top: 2px #2f5395 solid;
    border-right: 2px #2f5395 solid;
    border-left: 2px #2f5395 solid;
    border-bottom: 2px #2f5395 solid;
    padding: 12px;
	margin-bottom: 10px;
}

.bg-white{
	background: white;
	color: black;
	padding: 15px;
	font-size: 18px;
}
 
.titlebox{
	background: #2f5395; 
	color: white;
	margin: 0px; 
	padding: 5px;
}

.txtbox{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	text-align: left;
	
}
.listbox{
	font-size: 20px;
	font-weight: 400;
	color: black;
	text-align: left;
	
}

.listbox2{
	font-size: 17px;
	font-weight: 400;
	color: black;
	margin-bottom: 0px;
}

.tst{
	font-size: 15px;
	font-weight: 400;
	color: #6c757d;
	text-align: center!important;
}

.btn-blue{
	background: #375492;
	color: white;
}

.btn-blue:hover{
	background: #213661;
	color: white;
}


.btn-white{
	background: white;
	color: #213661;
}

.btn-white:hover{
	background: #213661;
	color: white;
}

.text-blue{
	color: #375492;
}

.dark-gray{
	color: white;
	background: #212121;
}

.gray2{
	background: #e0e0e0;
}

.bg-form {
    background: rgba(255, 255, 255, .7);
}

.txt-bg{
	background: #2f5495a6;
	padding: 10px;
}

.txt-bg2{
	background: #e81a0d;
	padding: 10px;
}

.blue{
	background: #007bff;
	padding: 10px;
}

.bg-purple{
	background: #ba00ff;
	padding: 10px;
}
	

.icono{
	color: white;
}

.fondo {
    background: url(../img/mantenimiento-subestaciones-8.jpg) center center no-repeat;
    background-size: cover;
}

.btnform {
    border-radius: 0px;
    background: #d9001d;
    color: white !important;
    border: 0px;
    font-size: 1.3rem;
}

.btnform:hover {
    border-radius: 0px;
	background: #a20318;
    color: white !important;
    border: 0px;
    font-size: 1.3rem;
}





.shadow {
    box-shadow: 0px 1px 15px #888888;
}
.carousel-caption{
	position: relative;
	right: 0%;
	left: 0%;
}

.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 


#logo img {
	max-height: 85px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fb{
	font-size:40px!important;
	color: #0068c4;
}

.fb:hover{
	font-size:40px!important;
	color: #0068c4;
}

@media (max-width: 767px){

#banner {
    background-size: 140% auto;
    background-position: 0px 0px;
}

.movilbanner{
    font-size: 20px;
	margin-bottom: 7px;
}

.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 40px;
	background: #aaaaaa;
}

}
