html, body{
	height: 100%;
}

/*@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-Bold') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-Light') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-Medium') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-Regular') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-SemiBold') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('Comfortaa-VariableFont_wght') format('truetype');
  font-style: normal;
  font-weight: normal;
}*/




.sty_secc_1{
/*	background-image: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0),rgba(255,255,255,0.3)), url('../img/backgrounds/bg_inicio_2.jpg');*/
	background-image: url('../img/backgrounds/bg_inicio_2.jpg');
	background-size: cover;
	background-position: center;
	height: 100%;
	padding: 20px;
}

.sty-img-logo{
	width: 300px;
}

.nav-item{
	padding: 0px 30px 0px 30px;
}
.nav-link{
	color: #fff !important;
	font-weight: bold;

}
.nav-link:hover{
	background: #fff;
	color: #000 !important;
/*	border-radius: 50px;*/
	font-weight: bold;
}



.dropdown-menu{
	background: rgba(0, 0, 0, 0.7);
}
.dropdown-item{
	color: #fff;
	border-bottom: 1px solid #545353;
	padding: 10px;
}


.sty-special-h1{
/*	font-style: italic;*/
/*	font-family: 'Dancing Script', cursive;*/
	font-weight: 1000;
	-webkit-text-stroke: 0.5px #fff;

}


.sty-btn-pink{
	background: #f0c6ec;
	padding: 5px 20px 5px 20px;
	border-radius: 30px;
	border: none;
/*	-webkit-text-stroke: 0.5px black;*/
}




.sty_secc_2{
	background-image: url('../img/backgrounds/bg_quienes_somos.jpg');
	background-size: cover;
	background-position: center;
	height: 100%;
	padding: 20px;

	display: grid;
	place-items: center;
}
.sty-desgloze-imgs{
	margin-top: 100px;
}
.sty-btn-dark{
	background: #30302f;
	padding: 5px 20px 5px 20px;
	color: #fff;
	border-radius: 30px;
}




.sty_secc_3{
	background-image: url('../img/backgrounds/bg_otros_servicios.jpg');
	background-size: cover;
	background-position: center;
	padding: 20px;
	border: 2px solid #fff;
}
.sty-subsecc-3-1{
	background-image: url('../img/pag_3/san_miguel_shoes_page_3.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.sty-text-element-services{
	background: rgba(0, 0, 0, 0.7); 
	padding: 20px 10px 20px 10px;
	border: 1px solid #fff;
	cursor: pointer;
}
.sty-text-element-services:hover{
	background: rgba(0, 0, 0, 0.9); 

}

.bg-modal-secc-serv{
	background-image:  url('../img/backgrounds/bg_asesoria_financiera.jpg');
	background-size: cover;
	background-position: center;
}

.carousel-control-prev-icon {
	width: 0; 
	height: 0; 
	border-right: 20px solid #878787;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
}
.carousel-control-next-icon {
	width: 0; 
	height: 0; 
	border-left: 20px solid #878787;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
}



.sty_secc_4{
	background-image: url('../img/backgrounds/bg_clientes.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 0px 40px 0px;
}
.sty-subsecc-4-2{
	background-image: url('../img/pag_4/San_miguel_shoes_page_4.png');
	background-size: cover;
	background-position: center;
}
.sty-cont-controls-mails{
	padding: 0px 0px 15px 0px;
}



.sty_secc_5{
	padding: 20px;
/*	background: #eaede9;*/
	background-image: url('../img/backgrounds/bg_contacto.jpg');
	background-size: cover;
	background-position: center;

	color: #595858;
}

.sty-secc-foot-link{
	border-right: 5px solid #000;
	display: flex;
	align-items: center;
}

.sty-ul-foot-link{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sty-ul-foot-link li{
	margin-bottom: 20px;
}
.sty-ul-foot-link li a{
	text-decoration: none;
	color: #000;
}


.sty-txt-contacto{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.sty-txt-contacto:focus{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.sty-txt-contacto::placeholder{
	color: #a3a3a3;
}

.sty-btn-contacto{
	background: #595858;
	color: #fff;
	border-radius: 50px;
	border: none;
	padding: 10px 20px 10px 20px;
}



@media (max-width: 990px) {
	.navbar-nav{
		background: #0102e6;
		padding: 15px;
	}
}


@media (max-width: 550px) {
	.sty-img-logo{
		width: 200px;
	}

	.sty-desgloze-imgs{
		margin-top: 50px;
	}

	.sty-img-clientes-slide{
		width: 40%;
	}
}





@media (max-width: 767px) {
	

	.sty-subsecc-3-1{
		background-image: none;
	}
	.sty-subsecc-3-2{
		background-image: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url('../img/pag_3/san_miguel_shoes_page_3.png');
		background-size: cover;
		background-position: center;
	}



	.sty-subsecc-4-1{
		background-image: url('../img/pag_4/San_miguel_shoes_page_4.png');
		background-size: cover;
		background-position: center;
	}
}