body { 
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif!important;
	/*background-image: url("/imagenes/tramasfondo01.jpg");
	background-attachment: fixed;*/
	background-color:#f6f6f6!important;
}
p {
	font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-family:'Hind Madurai', sans-serif!important;
} 
section h2 {
	font-size:25px!important!;
}
ul {
	margin:0;
	padding:0;
}
ul.actions {
	list-style:none;
}
ul.actions li input , button {
    background-color: rgb(0, 58, 112);
    border: none;
	color: white;

}
button {
	padding:5px 15px;
}
#section_destacado h2 , #section_licencias h2 , #section_redes h2 , #section_contacto h2 , #section_contacto h3 {
	text-align:center;
	padding-top:25px;
	margin-bottom:25px;
	color:white;
}
/* nav */
.navbar {
	/*background-color:rgba(0,58,112,1)!important;*/
	background-color:white;
	/*position: fixed!important;
    z-index: 1000!important;
	width: 100%!important;
	top:0;*/
} 
.navbar-light .navbar-toggler-icon {
	background-image:none!important;
	width:auto!important;
	height:auto!important;
	color:rgba(0,58,112,1);
}
div.nav_header button {
	padding:10px;
	border:2px solid white!important;
}

div.nav_header {
	width:100%;
	display: flex;
    flex-flow: row;
	justify-content: space-between;
	align-items:center;
}
div.nav_header button {
	float:right;
}
a.navbar-brand img {
	max-height:90px;
}
div.nav_header #social {
	list-style:none;
	display:flex;
	flex-flow:row;
}
#social_lg {
	display:none;
}
ul#social li {
	width: 35px;
    height: 35px;
    background-color: white;
    text-align: center;
	border-radius: 30px;
	display: flex;
    align-items: center;
	justify-content: center;
	margin-left:5px;
}
ul#social li a  {
	color:rgb(138, 110, 75);
}
ul#social li:hover a {
	text-decoration: none;
}
.nav.navbar-nav ul {
	text-align:right;
	margin-right:1em;
}
.nav.navbar-nav ul li {
	margin-bottom:1em;
}
.nav.navbar-nav ul li a {
	color:#2d3436;
	text-transform:uppercase;
}
nav.navbar-nav.mr-auto ul {
	display: flex;
    flex-flow: column-reverse;
    list-style: none;
    font-size: 20px;
}
nav.navbar-nav.mr-auto ul li {
	margin-top:10px;
	border-bottom: 1px solid white;
	padding-bottom:10px;
}
nav.navbar-nav.mr-auto ul li a {
	color: rgb(138, 110, 75);
	font-size:16px;
}
li.nav-item.dropdown a {
	color:white!important;
	padding:0;
}
div.dropdown-menu.show {
	display:flex!important;
	flex-flow:column;
}
div.dropdown-menu.show div.submenu_columna {
	padding: 15px;
    border-right: 1px solid #091F40;
}
div.dropdown-menu.show div.submenu_columna a.dropdown-item {
	color:#091F40!important;
	padding:2px 0;
	text-transform:none;

}
/* buscador */

#buscador-top {
	text-align:center;
	margin-bottom:20px;
}

#buscador-top input {
	border-radius:5px;
	border:1px solid grey;
}
/* carousel */

div.carousel div.carousel-item img {
	width:100%;
}
div.carousel div.carousel-item div.carousel-caption {
	display:block!important;
	bottom:5%;
}
div.carousel div.carousel-item div.carousel-caption h2 {
	font-size:18px;
	background-color:rgba(255, 255, 255, 0.8);
	color:rgb(0, 58, 112)!important;
	padding:10px 15px;
}
/* destacados */
section#section_destacado {
	background-color:white;
}
section#section_destacado .falso_container {
	width:100%;
	overflow:hidden;
}
section#section_destacado .container {
	margin-top:10px;
}
section#section_destacado img {
	width:100%;
}
section#section_destacado  .row .col-sm-2 , section#section_destacado  .row .col-sm-4 , section#section_destacado  .row .col-sm-8 {
	padding-right:5px!important;
	padding-left:5px!important;
}
section#section_destacado .row#uno .col-sm-4 , section#section_destacado .row#uno .col-sm-8 {
	padding-top:0px;
	padding-bottom:10px;
}
section#section_destacado .row#uno .col-sm-4 {
	padding-right:0!important;
}
section#section_destacado  .row#dos .col-sm-2, section#section_destacado  .row#tres .col-sm-4 {
	padding-bottom:10px;
}
/* contacto */

#section_contacto {
	padding:1em;
	background-image:url(/imagenes/contacto.jpg);
}
#section_contacto h2 {
	color: rgb(138, 110, 75);
}
#section_contacto h3 {
	margin-bottom:10px!important;
	color:WHITE;
}
#section_contacto .container {
	/*background-color:rgba(255,255,255,0.7);*/
	padding-top:20px;
}
.formulario_footer form input , .formulario_footer_en form input {
	width: 100%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid rgb(0, 58, 112);
    margin-bottom:1em;
}
.formulario_footer form textarea , .formulario_footer_en form textarea {
	width: 100%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid rgb(0, 58, 112);
    margin-bottom:1em;
}

/* footer */

footer {
	color:rgb(0, 58, 112);
	background-color:white;
	padding:1em;
	display:flex!important ;
	flex-wrap:wrap;
	justify-content: space-between;
}

footer#footer .container {
	display:flex;
	flex-flow:column!important;
}

footer h5 {
	font-weight: 300;
	color:rgb(138, 110, 75);
}
footer a {
	color:rgb(0, 58, 112);
}
footer #mapa_sitio nav ul {
	list-style:none;
	
}

footer .container #maps {
	width:100%;
}
footer .container  #maps iframe {
	width:100%;
}
footer .container #redes_footer {
	position:relative;
}
footer #redes_footer ul {
	list-style:none;
}

footer ul#datos {
	list-style: none;
	padding:0;
}
footer ul#datos li {
	margin-bottom:10px;
}
footer ul#datos li i {
	margin-right:10px;
}

/* contenidos */
#content .detalle-contenido2{
	background-image: url(/imagenes/tramasfondo03.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
}
#content .container {
	background-color: white;
    padding: 10px;
}
#content  .detalle-contenido2 h2 {
	color:#091F40!important;
	font-weight: bold;
	font-size:40px;
	padding-top: 25px;
	margin-bottom:20px; 
    text-align: center;
}
#content .detalle-contenido2 h4 {
	margin-bottom:20px;
	color:#737373;
	font-size: 19px;
    text-align: center;
	margin-bottom: 25px;
}
#content .detalle-contenido2 img {
	width:100%;
}
#album_detalle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.album-videos-embebidos iframe {
	width:100%;
}

/* novedades */

#section_novedades .container ul {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
#section_novedades .container ul li {
	margin-bottom:20px;
}
.novedad {
	display:flex;
}
.novedad .novedad_img {
	width:40%;
}
.novedad .novedad_img img {
	max-width:100%;
}
.novedad .novedad_info {
	width:60%;
}
.novedad .novedad_info h3 , .novedad .novedad_info h4 , .novedad .novedad_info span {
	margin:0 0 10px 10px;
}
ul#listado_novedades {
	list-style:none;
}
ul#listado_novedades li {
	margin-bottom:30px;
}
/* listado_productos*/

#content_productos {
	padding:2em;
}
ul#listado_productos {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
}
ul#listado_productos li {
	max-width:45%;
}
ul#listado_productos li img {
	max-width:100%;
}




/* nosotros_home */
section#section_nosotros {
	background-color:white;
}
section#section_nosotros div#contenedor {
	display:flex;
	flex-flow:column;
	padding:40px 0;
	/*background-color:rgb(0, 58, 112);*/
	color:rgb(0, 58, 112);
}
section#section_nosotros div#contenedor img#logo_nosotros {
	width:100%;
	margin-bottom:15px;
} 
section#section_nosotros div#contenedor img {
	width:100%;
}
section#section_nosotros div div#nosotros_home {
	color:rgb(0, 58, 112);
	font-size:20px;
	z-index:5;
	text-align:justify;
	padding-right:15px;
}
section#section_nosotros div div#nosotros_home h2 {
	color:rgb(138, 110, 75);
	font-weight: 400;
	margin-bottom:15px;
	font-size:25px!important;
}
section#section_nosotros div div#nosotros_home h1:after {
	content:'';
	width:140px;
	height:5px;
	display: block;
	background-color:white;
	margin-bottom:25px;
	margin-top:10px;
}
section#section_nosotros div div#nosotros_home a {
	font-weight: 500;
	transition:250ms;
	color:rgb(0, 58, 112)!important;
}
section#section_nosotros div div#nosotros_home a:hover {
	border-bottom: 1px dotted;
	text-decoration:none;
}
section#section_nosotros div div#nosotros_home ul.actions li input {
	padding:5px 20px;
}
section#section_nosotros div div#nosotros_home ul.actions {
	display: flex;
	justify-content: space-around;
}
/* section_Redes */
section#section_redes a , section#section_redes div {
	width:100%;
	background-color: #6cfffa;
    display: flex;
	flex-flow: column-reverse;
	padding-top:25px;
}
section#section_redes div img {
	max-width:100%;
}
section#section_redes div div#right {
	position:relative;
	height: 170px;
	padding:0;
}
section#section_redes div div#right img {
	position:absolute;
	bottom:0;
}
div#wmnt {
	background-color: #343434;
	color:white;
	width:100%;
	text-align: center;
	padding-top:5px;
}
div#wmnt a {
	color:white;
	font-weight: 500;
}
div#wmnt p {
	margin-bottom:0;
}

/* servicios */

div#section_servicios {
	padding:40px 0;
}

div#section_servicios h2 {
	text-align:center;
	color:rgb(138, 110, 75);
	margin-bottom:15px;
	font-weight: 400;
	font-size:25px!important;
}
div#section_servicios .row {
	max-width: 90%;
	margin: auto;
	padding-top:10px;
	padding-bottom:20px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
	flex-wrap: wrap;
	overflow:hidden;
}
div#section_servicios .row .servicio {
	padding:20px;
	box-sizing: border-box;
	position:relative;
	border-radius: 10px;
	background-color:white;
	webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.8);
	height:460px;
	width:340px!important;
	margin-bottom:10px;
}
div#section_servicios .row .servicio h3 {
	text-align:center;
	transition:0.5s;
	font-weight: 400;
}
div#section_servicios .row .servicio:hover h3 , div#section_servicios .row .servicio:active h3 {
	display:none;
}
div#section_servicios .row .servicio .icon-title {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(0, 58, 112);
	transition:0.5s;
	z-index:1;
}

div#section_servicios .row .servicio:hover .icon-title , div#section_servicios .row .servicio:active .icon-title {
	top:20px;
	left:calc(50% - 50px);
	height:100px;
	width:100px;
	border-radius:50%;
}
div#section_servicios .row .servicio .icon-title img {
	position: absolute;
	top:30%;
	left:50%;
	transform:translate(-50%,-70%);
	font-size:40px;
	transition:0.5s;
	color:#fff;

}
div#section_servicios .row .servicio .icon-title h3 {
	position: absolute;
	top:35%;
	left:50%;
	transform:translate(-50%,0%);
	font-size:25px;
	transition:0.5s;
	color:#fff;

}
div#section_servicios .row .servicio:hover .icon-title img , div#section_servicios .row .servicio:active .icon-title img { 
	font-size:30px!important;
	transform: translate(-50%,-7%);
}

div#section_servicios .row .servicio .content {
	position: absolute;
	top:100%;
	height: calc(100% - 115px);
	padding:20px;
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 0;
	left:0;
	width:100%;
}
div#section_servicios .row .servicio:hover .content , div#section_servicios .row .servicio:active .content {
	top:115px;
	opacity: 1;
}
div#section_servicios .row .servicio:hover .content h3 , div#section_servicios .row .servicio:active .content h3 {
	color:rgb(138, 110, 75);
	display:block;
	margin:10px 0;
	font-size:25px;
}

div#section_servicios .row .servicio .content ul {
	list-style: none;
	margin:0;
	padding:0;
}
div#section_servicios .row .servicio .content ul li:before {
	content:'';
	display:inline-block;
	width:10px;
	height:10px;
	background-color:rgb(138, 110, 75);
	margin-right:5px;

}
div#section_servicios .row .servicio .content ul li {
	font-size:15px;
}
/* ANTUAR */
section#antuar {
	padding:30px;
	background-color: white;
	color:rgb(138, 110, 75);
}
section#antuar div {
	text-align: center;
	width:60%;
	margin:auto;
}
section#antuar img {
	margin-bottom:15px;
}
section#antuar h2 {
	color: rgb(138, 110, 75);
    margin-bottom: 15px;
	font-weight: 400;
	font-size:25px!important;
}
section#antuar a {
	/*color: rgb(0, 58, 112);*/
	font-weight: bold;
	color:rgb(138, 110, 75);
}