@charset "utf-8";
/* CSS Document */

/*Basicos*/
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
	
body {
	position:relative;
	padding-top: 55px;
	min-height: 100vh;
	background: #EFC076;
	font-family: arial;
}

header {
	background-color:darkgoldenrod;
	position:fixed;
	width:100%;
	top: 0;
}

section {
	margin-bottom: 2em;
}

h1 {
	font-size: 1.5em;}

p{
	margin-bottom:1em;
}

article{
	margin-top:3em;
}

article>h1 {
	margin-top: 25px;
}

.texto-index {
	width:90%;
	padding: 10px;
	margin: auto;
}

.texto-index span {
	font-size: 13px;
	font-stretch: ultra-expanded;
}
.logo {
	font-family: 'Open Sans Condensed', sans-serif;
	
}

.titulo-menu {
display: block;

}

.logo a {
	text-decoration: none;
	letter-spacing: 2px;
	transition: all 1s ease;
	color:white;
}

.logo a:hover {
	color:darkred;
	letter-spacing: 3px;
	
}

.celular {
	display:none;
}


.fotos-sociales, .fotos-certificados{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 3;
}

.fotos-certificados img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.fotos-certificados img{
	opacity: .5;
	cursor:pointer;
	transition:0.5s all ease;
}


.fotos-certificados img:hover {
	
	opacity: 1;
}


.fotos-sociales img{
	width:100%;
}

.foto_sociales {
	margin-bottom: 50px;
	border:20px white solid;
	
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	
}



.menu {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.menu .logo{
	display: inline-block;
	margin-right: 1em;

}

.menu .logo img {
	vertical-align: top;
	height: 70px;
}

.menu .btn-menu {
	display: none;
	color: white;
	text-decoration: none;
	font-size: 1em;
}

.menu .enlaces {
	display: inline-block;
	text-align: right;
}

.menu .enlaces a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 1em;
	text-align: center;
	font-size: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 2px;
}

.menu .enlaces i {
	margin-right: 5px;
}

.menu .enlaces a:hover {
	background: #f2f2f2;
	color:#4357ad;
	
}

main {
	width:90%;
	max-width: 1000px;
	margin:5px auto;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	margin-bottom: 5em;
}

main article h1 {
	font-weight: normal;
	margin-bottom: 0.5em;
}

main article hr {
	margin-bottom: 1em;
	height: 2px;
	background-color:darkgoldenrod;
	border:none;
}

.headroom {
	transition: transform .3s ease;
	z-index: 10;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}



.banner-sup img {
	width:100%;
}

/*FORMULARIO*/
form {
	position: relative;
	width:50%;
}

label{
	display: inline-block;
	width:100px;
	margin-bottom: 1em;
}

input {
	display: inline-block;
	width: 300px;
	height: 40px;	
}

form .boton {
	
}



/*footer*/

footer {
	position: relative;
	bottom:0;
	width:100%;
	background-color: darkgoldenrod;
	height: 7em;
}

.texto_footer {
	width:85%;
	margin: auto;
	padding: 20px 0;
	font-family: 'Open Sans Condensed', sans-serif;
}


/*fin de footer*/

.slider {
	width:100%;
}

.rslides img{
	width:100%;
}

.p-footer {
	text-align: center;
}

.subtitulos {
	margin:10px 0;
	width:100%;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.caja-subt {
	width: 200px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid black;
	margin: 10px;
	}

.caja-subt li {
	list-style: none;
}

.caja-subt .titulo {
	margin-bottom: 5px;
	padding: 5px 0;	
	background-color: goldenrod;
	text-align: center;
}

.contenedor-productos {
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.caja-productos {
	width: 200px;
	margin: 10px 10px;
	background-color: rgba(160,133,37,0.50);
}

.caja-productos img{
	width: 100%;
	padding: 5px;

}

.titulo_producto {
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.texto-foto {
	padding: 10px;
}

/* credito in */
.credito_in{
	display:none;
}

button>p{
	text-align: center;
	font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
}


button.accordion {
    background-color: #eee;
	
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #6B2728;
	color:white;
}

div.panel {
    padding: 2px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}


.caja-contacto {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.contacto1 {
	width:47%;
}

.contacto-celular{
	display:none;
}

form {
	width:100%;
}
.banner2_productos {
	background-color: rgba(185,156,90,1.00);
	text-align: center;
}

.menu-central-interno {
	width:100%;
	text-align: center;
	
}

.menu-central-interno a{
	color:brown;
	font-family: 'Open Sans Condensed', sans-serif;
}



.anchoTotal {
	width:100%;
}
