
/*
Colores: 
Color Azul: #01385F
Color Crema: #F0E3D3

Tipografías: 
 Open Sans Bold y Regular
*/


@font-face {/*Titulos*/
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {/*Titulos*/
  font-family: 'OpenSans';
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

p, .accordion-body {
 	 font-family: 'OpenSans';
 	 text-align: justify;
 }

h1, h2, h3, h4, h5, h6 {
	font-family: 'OpenSans-Bold';
}
.text-center p{
	text-align: center;
}
.bg-blue{
	background-color: #01385F;
}
.text-black{
	color: black;
}
.navbar-brand img{
	max-width: 120px;
}
.fw-bold{
	font-family: 'OpenSans-Bold' !important;
}
#section-portada .carousel-caption{
		width: 450px;

		position: absolute;
		text-align: left;
    transform: translate(-50%, -50%);
}
/*****Portada*****/
@media screen and (min-width:1200px) {
	#section-portada .carousel-caption {
		width: 600px;
		top: 55%;
		left: 42%;
	}
	#section-portada h2{
		font-size: 50px;
	}

	#section-portada P{
		font-size: 24px;
	}
}
@media screen and (max-width:1199px) {
	#section-portada .carousel-caption {
		top: 55%;
		left: 42%;
	}
	#section-portada h2{
		font-size: 40px;
	}
}
@media screen and (max-width:1000px) {
	#section-portada .carousel-caption {
		top: 45%;
		left: 42%;
	}
	#section-portada h2{
		font-size: 40px;
	}
}
@media screen and (max-width:800px) {
	#section-portada .carousel-caption {
		top: 40%;
		left: 42%;
	}
	#section-portada h2{
		font-size: 35px;
	}
}
@media screen and (max-width:700px) {
	#section-portada .carousel-caption {
		top: 40%;
		left: 42%;
	}
	#section-portada h2{
		font-size: 30px;
	}
}
@media screen and (max-width:600px) {
	#section-portada .carousel-caption {
		width: 350px;
		top: 30%;
		left: 50%;
	}
	#section-portada h2{
		font-size: 25px;
	}
}
/*****Fin de Portada*****/
.padding-standard{
	padding-left: 10%;
	padding-right: 10%;
}
.div-margin-top{
	margin-top: 5%;
}
#section-header h6{
 	 font-family: 'OpenSans';
 	 font-weight: bold;
}

.navigation-logo{
	width: 260px;
}

/*Barra - Datos interesantes*/
.barra{
	background-color: #01385F;
}

.barra h1, h2, h3{
	color: white;
}

.barra h4{
	color: #01385F;
	font-size: 24px;
	font-weight: bold;
}

.barra h1{
	font-size: 32px;
}
.min-h{
	min-height: 90px;
}
/****************** Fin de Datos Interesantes*/


/*******************/

/*******************/
/*Carousel indicators*/
.carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255,244,232,0.6), rgba(255,244,232,0.8));
  filter: brightness(180%);
}
.carousel-indicators li{
  background-color: #58595b;
  width: 15px;
  height: 15px;
  border-radius: 50%;
   bottom:-60px;
}
.btn-carousel{
	background-color: #01385F; 
	height: 35px; 
	border: none;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px; border-radius: 4px;
}
.carousel-indicators li:hover,
.carousel-indicators .active{
	background-color: #1b86bb;
}

/*navigation*/
#navigation a{
	color: #58595b;
	font-size: 16px;
	font-weight: bold;
}

.nav-link {
	font-size: 16px;
	margin-right: 10px !important;
}

.nav-link:hover {
	color: white !important;
}

.nav-item {
	display: block;
	vertical-align: middle;
}

#myBtn:hover {
	background-color: #555;
}
.marginless{
	margin: 0;
}


/*contact*/
#contact .container {
	background-color: white;
}

.contact-form{
	color: #58595b;
}

#contact h3{
	color: #58595b;	
	font-weight: bold;
  font-family: 'OpenSans';
}
#contact h4{
	color: #01385F;	
	font-weight: bold;
  font-family: 'OpenSans';
  font-size: 20px;<
}


.service-button:hover {
	color: white;
	background-color: #01385F;
	border-radius: 4px;
}

.nav-button:hover {
	color: white;
	background-color: #01385F;
	border-radius: 4px;
}

.info {
	font-size: 16px;
}

.info img{
	height: 28px;
}

#map {
	min-height: 380px;
	height: auto;
}

.line-contacto {
	border: 1px solid #06497D ;
	width: 80%;
}

.text-blue{
	color: #01385F;
}

.btn-blue{
	background-color: #01385F;
	color: white;
	/*font-weight: bold;*/
}

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

.btn-contact{
	background-color: #01385F;
	color: white;
	border: 3px solid #01385F;
	font-weight: bold;
	padding: 10px 20px;
	font-size: large;
}

.btn-contact:hover{
	background-color: white;
	color: #01385F;
	border: 3px solid #01385F;
}
.form-control::placeholder {
  color: black;
  opacity: 1;
  font-weight: bold;
}
/*Nosotros*/

@media screen and (min-width:992px) {
	#nosotros img {
		width: auto;
		height: 454px;
		object-fit: cover;
	}
}




/*footer*/

.bg-footer {
	background-color: #01385F;
	color: white;
  font-family: 'OpenSans';
	font-size: 20px;
	font-weight: bold;
}

.bg-footer a{
	color: white;
}
.bg-footer p{
	color: white;
}
.iconos-sociales{
	width: 35px;
	margin-right: 30px;
}
.section-servicios{
	background-image: url(../images/Primer-foto.png); 
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow:  2px 2px black;;
	color: white;
}
.message-button-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 30;
}
.message-button img {
    width: 50px;
    height: 50px;
    z-index: 31;
}
.servicios h2{
	color: #58595b;
	font-family: 'OpenSans';
}.servicios div{
	color: #58595b;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 20px;
}
#section-otros{
	background-color: #eeeeee;
}
#section-otros img{
	max-width: 40px;
}
.servicios h2, h4{
	color: #58595b;
	font-family: 'OpenSans';
}
.card{
	min-height: 460px !important;
}
.icono-servicios{
	width: 60px;
}
.icono-servicios-2{
	width: 85px;
}
.servicio-bg-1{
	background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ), url('/_assets/images/servicio-imagen-1.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-2{
	background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ), url('/_assets/images/servicio-imagen-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-3{
	background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ), url('/_assets/images/servicio-imagen-3.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-visible{
	display: none;
	visibility: hidden;
	opacity: 0;
}/*
.card:hover .hover-visible{
	display: block;
	visibility: visible;
	opacity: 1;
}
.card:hover .hover-invisible{
	display: none;
	visibility: hidden;
	opacity: 0;
}*/
.servicio-bg-1:hover{
	background: linear-gradient( rgba(255,244,232,0.4), rgba(255,244,232,0.8) ), url('/_assets/images/servicio-imagen-1.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicio-bg-2:hover{
	/*background: linear-gradient( rgba(255,244,232,0.4), rgba(255,244,232,0.8) ), url('/_assets/images/servicio-imagen-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.servicio-bg-3:hover{
	/*background: linear-gradient( rgba(255,244,232,0.4), rgba(255,244,232,0.8) ), url('/_assets/images/servicio-imagen-3.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;*/
}