/* Autor: LC */

/* Reset y estilos base */
h4, h5, h6, h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0; padding:0}

html {
    scroll-behavior: smooth;
}

/* 
 * 2. Compensar la altura del menú fijo para todos los elementos que son destino de un ancla.
 *    Ajusta el valor (ej. 60px) a la altura real de tu menú.
 */
:target {
    /* 
     * El valor debe ser la altura de tu menú fijo, más un poco de espacio si lo deseas.
     * Si tu menú mide 60px, usa 60px.
     */
    scroll-margin-top: 50px; 
}

html, body{
    font-family: 'Lato', sans-serif;  
    font-size: 110%;
    background-color: #bdbdbd;
}

body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

/* Estructura principal */
.header{
	background-color: #fff;
    background: url(../images/blanco.jpg);
    min-height: 50px;
}

.logo{
    text-align: center;
    padding: 2em 0 8em;
}

.ancla-seccion {
    height: auto;
    border: 0;
    padding: 0;
}

/* Tipografías base */
h1{
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
    line-height: 0.5em;
    margin-top: 10px;
}

h1.titulonegro, h2.titulonegro, h3.titulonegro, h4.titulonegro {
    margin: 0em 0 0.5em;
    text-align: center;
    font-weight: bold;
    color: #000;
}

h1.titulonegro {
    font-size: 2em;
    line-height: 1em;
    margin-top: 20px;
}

h2.titulonegro {
    font-weight: 700;
    font-size: 2em;
    line-height: 1em;
    margin-top: 20px;
}

h3.titulonegro {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 50px;
    margin-bottom: 30px;
}

h4.titulonegro {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 30px;
}

h1.tituloblanco{
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0em 0 0.5em;
	color: #ffffff;
	font-weight: bold;
	-webkit-text-stroke: 0.2px darkgrey;
	text-shadow: 0 0 20px black;
}
h2.tituloblanco{
	font-size: 1.9em;
}
h3.tituloblanco{
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0em 0 0.5em;
	color: #ffffff;
	font-weight: bold;
	-webkit-text-stroke: 0.2px darkgrey;
	text-shadow: 0 0 20px black;
}


/* Estilos de texto base */



p.separador-texto{
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

p.separador-texto a,
p.separador-texto a:visited {
    color: #ffffff;
}

p.separador-texto a:hover{
    color: #FF5733;
}

p.naranja{
    margin:0em 0 0em;
    color: #FF5733; 
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.2em;
}

/* Slider y componentes */
.slider_container{
    width:100%;
    margin:0 0;
}

.banner-wrap {
    width: 90%;
    margin: 0 auto;
}

.whatsapp {
    position: fixed;
    left: 12px;
    bottom: 5px;
    z-index: 1;
    width: 100px;
    display: block;
}

.img-fluid { /* la usa el logo flotante de whatsapp */
    max-width:50%;
    height:auto;
}

.img-gara {
    max-width:100%;
    height:auto;
    position: relative;
    z-index: 1;
}

.img-cita {
    max-width:100%;
    height:auto;
}
.img-circulo{
	width: 100%;
	text-align: center;
	margin: -1em 0 0 0;
}
.img-centro{
	width: 90%;
	text-align: center;
	margin: 0 0 0 0;
}
/* Componentes de slider */
.wmuSlider {
    position: relative;
    overflow: hidden;
}

.wmuSlider.example1 {
    height: 228px !important;
}

.wmuSlider .wmuSliderWrapper article {
    text-align: center;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
    display:block;
}

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 8em;
    bottom:0;
    padding: 0;
}

.wmuSliderPagination li {
    float: right;
    margin: 0 0 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    background:none;
    border: 1px solid #fff;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -o-border-radius: 1em;
}

.wmuSliderPagination a.wmuActive {
    background:#787575;
}

.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    background: url(../images/img-sprite.png)no-repeat;
    top: -3%;
    z-index: 2;
    cursor: pointer;
}

.wmuSliderPrev {
    background-position: -13px -8px;
    left: 0px;
}

.wmuSliderNext {
    background-position:-83px -8px;
    right: 0px;
}

/* Contenido principal */
.contenedor{
    width:100%;
    margin:auto; 
    background-color: #bdbdbd;
}

.slider-left h1,
.slider-left h2 {
    color: #000000;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.slider-left-negro p {
    color: #000000;
    text-transform: none;
    font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: -1px;
    text-align: center;
	margin: 5px 0 100px 0;
}

.slider-left-negro p a{
    color: #000;
}
.slider-left-negro p a:hover{
    color: #000;
}
.slider-left-negro p a:visited{
    color: #000;
}

.slider-left p {
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
	font-size: 1.5em;
    text-align: center;
	margin: 20px auto;
}

.slider-left p a{
    color: #fff;
}
.slider-left p a:hover{
    color: #fff;
}
.slider-left p a:visited{
    color: #fff;
}

.slider-left h1 {
    font-size: 0.85em;
}

.slider-left h2 {
    font-size: 4em;
    line-height: 1em;
}

p.top_desc{ /* solo está en deslizante */
    color: #000000;
    font-size: 1.3em;
    line-height:1.6em;
    text-transform:none;
    margin-top: 0px;
    margin-bottom: -5px;
    font-weight: bold;
    text-align: center;
}

/* Navegación */
.navbar-custom {
    background: #ffffff;
}

.subMenu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top:0px !important;
    padding:5px 0;
}

.navbar-nav>li>a {
    text-transform: none;
    color: #000;
    font-size: 0.8125em;
    line-height: 10px;
    padding: 10px;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse {
    text-align: center;
}

.right-msg span{
    width: 216px;
    height: 80px;
    display: inline-block;
    background: url(../images/logo_2021.png) no-repeat 0px 5px;
    background-size: 70%;
    vertical-align: middle;
}

.navbar-nav li.active a, 
.navbar-nav li.hover a{
    color: #ffffff;
    background:#35353f;
}

.right-msg{
    float:right;
}

/* Sistema de grid */
.span_1_of_2 { width: 50%; }
.span_1_of_3 { width: 33.3%; }
.span_1_of_4 { width: 50%; }

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.col_1_of_4:first-child {
    margin-left: 0;
}

.col_1_of_4 {
    display: block;
    float: left;
}

/* Portfolio y efectos */
.portfolio{
    border-top:4px solid #35353f;
}

.b-link-stripe{
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-weight: 300;
    overflow:hidden;
    width: 100%;
}

.b-animate-go:hover .b-animate{
    visibility:visible;
}

.b-animate-go:hover .b-from-left{
    left:0;
}

.boton span {
    padding: 0.6em 1.5em;
    display: inline-block;
    border: 2px solid #000;
    font-size: 0.85em;
    color: #000000;
    text-transform: none;
    font-weight: bold;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
}

.boton span:hover{
    color: #000000;
    background: #fff;
}

/* Servicios */
.services{
    background: #bdbdbd; /* 616161 gris oscuro fondo */
    padding:0em 0;
}
/*
h3.m_0{
    margin:0em 0 0em;
    color: #000000;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
}
*/
/*
h3.m_1{  era el antiguo naranja 
    margin:0em 0 0em;
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.5em;
}
*/
/* Estilos de párrafo consolidados */
p.novedades,
p.novedades a,
p.novedades a:hover,
p.novedades a:visited,
p.m_2,
p.m_2-menu,
p.m_2-menu a,
p.m_2-menu a:hover,
p.m_2-menu a:visited {
    font-size: 1em; 
    line-height: 1.5em;
    color: #000000;
}

p.m_2 a,
p.m_2 a:hover,
p.m_2 a:visited,
p.m_2-algomas a,
p.m_2-algomas a:hover,
p.m_2-algomas a:visited {
    font-weight: bold;
    text-shadow: 0 0 10px #000000;
}

p.m_2 a,
p.m_2-algomas a {
    color: #ffffff;
}

p.m_2-centrado{
    text-align: center;
}

p.m_2-centrado a,
p.m_2-centrado a:hover,
p.m_2-centrado a:visited {
    font-weight: bold;
    text-shadow: 0 0 10px #000000;
	}
	
p.m_2-centrado-mas{
    font-size: 1.3em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}
p.m_2-centrado-mas a,
p.m_2-centrado-mas a:hover,
p.m_2-centrado-mas a:visited {
    color: #fff;
	font-weight: bold;
    text-shadow: 0 0 10px #000000;
	}

p.m_2-algomas{
    font-size: 1em; 
    line-height: 1.2em;
    color: #000000;
}

p.m_2-menu{
    font-size: 0.8em; 
    line-height: 1.8em;
    text-align: center;
}

p.m_2-pie{
    font-size: 0.8em; 
    line-height: 1.2em;
    font-style: italic;
    color: #000000; 
}

p.m_2-b,
p.m_2-b-menor-2 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

p.m_2-b { font-size: 1em; line-height: 1.2em; }
p.m_2-b-mayor { font-size: 1.5em; line-height: 1.2em; }
p.m_2-b-mediano { font-size: 1.1em; line-height: 1em; margin-bottom: 20px; }
p.m_2-b-menor { font-size: 0.8em; line-height: 0.8em; }
p.m_2-b-menor-2 { font-size: 1.2em; line-height: 1.2em; }

p.m_2-b-menor-2 a {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
}

.bln-mas {
    font-size: 1.1em;
	line-height: 1.5em;
    font-weight: bold;
    color: #ffffff;
	text-shadow: 
	0 0 10px #000000;
}

p.grt-min,
p.m_2-b-menor-negro,
p.m_2-b-menor-negro a,
p.m_2-b-menor-negro a:visited {
    color: #000000;
    text-align: left;
    font-weight: bold;
}

p.grt-min {
    font-size: 0.9em;
    line-height: 1em;
    margin: -30px 0 20px 10px;
    position: relative;
    z-index: 2;
}

p.m_2-b-menor-negro {
    font-size: 0.9em;
    line-height: 1em;
    margin: 0 0 0 5%;
}

p.grt-min a:hover,
p.m_2-b-menor-negro a:hover {
    color: #FF5733;
}

/* Textos blancos */
p.blanco-titulo{
    margin: 0em 0 0.2em 0;
    color: #ffffff; 
    font-size: 1.7em;
    line-height: 1em;
    font-weight: bold;
    -webkit-text-stroke: 0.2px darkgrey;
    text-shadow: 0 0 20px black;
}
/* blanco-opiniones está solo en index */
p.blanco-opiniones,
p.blanco-opiniones a,
p.blanco-opiniones a:visited {
    font-size: 1em; 
    line-height: 1.2em;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
}

p.blanco-opiniones a:hover{
    color:#FF5733;
}

p.blanco-opiniones-subir{
    text-align: center;
    text-shadow: 0 0 10px #000000;
    margin-bottom: 40px;
    font-weight: bold;
}
/*
p.m_3{
    font-size: 1.5em;
    line-height:1.2em;
    color: #000000; 
    font-weight: bold;
    text-align: center;
}
*/
/* Secciones especiales */
.separador {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/deco-115.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 1em 0;
    text-align:center;
}

/* About */
.about{
    padding: 0em 0;
    background: #bdbdbd;
}
/*
.contact_right{
    background: #bdbdbd;
    padding:2em;
}
*/
/* Footer */
.footer{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/deco-117.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding:2em 0;
}

.copy{
    float:center;
    margin-top: 13px;
}

.copy p{
    font-size: 0.6em;
    color:#bdbdbd;
    text-align: center;
}

.copy p a{
    color: #ffffff;
}

/* ===== MEDIA QUERIES MOBILE FIRST ===== */

/* 321px en adelante */
@media (min-width: 321px) {
    
.wmuSlider.example1 {
height: 228px !important;
}

.wmuSliderPagination {
right: 13em;
}

.slider-left h1 {
font-size: 1.1em;
}
}

/* 481px en adelante */
@media (min-width: 481px) {
.logo {
	padding: 5em 0 2em;
}

.header {
	min-height: 20px; /* 420px */
}

.wmuSlider.example1 {
	height: 278px !important;
}

.span_1_of_4 {
	width: 50%;
}
    
p.grt-min {
	font-size: 1.3em;
	margin: -70px 0 20px 10px;
}

p.m_2-b-menor-negro {
	font-size: 1em;
}
}

/* 641px en adelante */
@media (min-width: 641px) {
.logo {
	padding: 4em 0 3em;
}

.header {
	min-height: 50px; /* 500 px */
}

.wmuSlider.example1 {
	height: 358px !important;
}

.wmuSliderPagination {
	right: 23em;
	bottom: 1em;
}

.slider-left h1 {
	font-size: 1.7em;
}

.navbar-nav>li>a {
	line-height: 52px;
}
   p.separador-texto{
font-size: 1.9em;
}
}

/* 801px en adelante */
@media (min-width: 801px) {
/*
.slider-left h1 {
	font-size: 2em;
}
*/
.navbar-nav>li>a {
font-size: 0.8125em;
padding: 10px;
}
.wmuSlider.example1 {
height: 408px !important; 
}
.wmuSliderPagination {
right: 123em;
}
p.m_2 {
font-size: 1.2em; 
}
p.m_2-pie{
font-size: 1.1em; 
line-height: 1.4em;
} 
p.m_2-menu{
font-size: 1em; 
line-height: 1.3em;
}

p.m_2-centrado{
font-size: 1.2em;
}

.separador {
	padding: 1em 0;
}
   p.separador-texto{
font-size: 2em;
color: #fff;

}
.span_1_of_4 { width: 25%; }

.boton span {
padding: 0.6em 1.5em;
display: inline-block;
border: 2px solid #000;
font-size: 1.2em;
}
.copy p{
    font-size: 0.8em;
}
p.m_2-b-menor-2 { font-size: 1.4em; line-height: 1.2em; }
/*
h3.m_3 {
	font-size: 2em;
}
*/
}

/* 1025px en adelante */
@media (min-width: 1025px) {
/*
.slider-left h1 {
	font-size: 3em;
}
*/
p.top_desc {
	font-size: 1.1em;
}

.wmuSlider.example1 {
	height: 458px !important; 
}
.wmuSliderPagination {
	right: 130em;
}

.banner-wrap {
	width: 88%;
}

p.grt-min {
	font-size: 1.3em;
	margin: -70px 0 20px 10px;
}

p.m_2 {
	font-size: 1.3em; 
}

p.m_2-menu{
	font-size: 1.2em; 
	line-height: 1.3em;
}

p.m_2-pie{
	font-size: 1.3em; 
	line-height: 1.4em;
}

p.m_2-centrado{
	font-size: 1.3em;
}

p.m_2-b-menor-negro {
	font-size: 1em;
}
	
h1.tituloblanco{
	font-size: 2.5em;
}
h2.tituloblanco{
	font-size: 2.5em;
}
h3.tituloblanco{
	font-size: 2.5em;
}
p.tituloblanco{
	font-size: 2.5em;
}

h1.titulonegro {
    font-size: 2.5em;
}
h2.titulonegro {
    font-size: 2.5em;
}

.span_1_of_4 { width: 25%; }

   .boton span {
    padding: 0.6em 1.5em;
    display: inline-block;
    border: 2px solid #000;
    font-size: 1.3em;
}
p.separador-texto{
    font-size: 2.1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.b-animate img {
        margin-top: 1%;
}
p.m_2-b-menor-2 { font-size: 1.6em; line-height: 1.2em; }

.copy p{
    font-size: 0.9em;
    color:#bdbdbd;
    text-align: center;
}
}

/* 1281px en adelante */
@media (min-width: 1281px) {
.banner-wrap {
	width: 88%;
}
	.wmuSlider.example1 {
	height: 508px !important; 
}		
.wmuSliderPagination {
	right: 38em;
}

h1.tituloblanco{
font-size: 3.3em;
}
h1.titulonegro {
    font-size: 3.3em;
    line-height: 1em;
    margin-top: 20px;
}
h2.titulonegro {
    font-size: 3.3em;
    line-height: 1em;
    margin-top: 20px;
}
p.m_2 {
	font-size: 1.3em; 
}

p.m_2-menu{
	font-size: 1.2em; 
	line-height: 1.3em;
}

p.m_2-pie{
	font-size: 1.2em; 
	line-height: 1.3em;
}	

p.grt-min {
	font-size: 2.3em;
	margin: -150px 0 20px 30px;
}
p.m_2-centrado{
	font-size: 1.3em;
}
p.m_2-b-menor-negro {
	font-size: 2em;
}
.span_1_of_4 { width: 25%; }

.boton span {
	padding: 0.6em 1.5em;
	display: inline-block;
	border: 3px solid #000;
	font-size: 1.5em;
}
p.separador-texto{
	font-size: 2.3em;
}

p.m_2-b-menor-2 { font-size: 1.7em; line-height: 1.2em; }

.copy p{
    font-size: 1em;
}
}

/* 1367px en adelante */
@media (min-width: 1367px) {
.banner-wrap {
	width: 90%;
}
.wmuSlider.example1 {
	height: 558px !important;
} 
.wmuSliderPagination {
	right: 140.5em;
}

h1.tituloblanco{
	font-size: 4em;
}
h1.titulonegro {
    font-size: 4em;
    line-height: 1em;
    margin-top: 20px;
}
h2.titulonegro {
    font-size: 4em;
    line-height: 1em;
    margin-top: 20px;
}

p.m_2 {
	font-size: 1.4em; 
}

p.m_2-menu{
	font-size: 1.3em; 
	line-height: 1.4em;
}

p.m_2-pie{
	font-size: 1.3em; 
	line-height: 1.4em;
}

p.m_2-centrado{
	font-size: 1.4em;
}

p.grt-min {
	font-size: 2.7em;
	margin: -200px 0 20px 100px;
}

p.m_2-b-menor-negro {
	font-size: 1.7em;
}

.span_1_of_4 { width: 25%; } 

.boton span {
	padding: 0.6em 1.5em;
	display: inline-block;
	border: 3px solid #000;
	font-size: 1.9em;
}

p.separador-texto{
	font-size: 2.5em;
}

.b-animate span {
	padding-top: 0.3em;
}

.b-animate label {
	margin-top: -2px;
}

p.m_2-b-menor-2 { font-size: 1.8em; line-height: 1.2em; }

.copy p{
	font-size: 1.1em;
}
}