/* ---------------------------------------Definición de variables---------------------------------------------------- */
/* la variable se llama con " var(--nombre); " */
/* c = color // bg = background (principalmente para botones)*/

:root {
    --bgColor-principal: #EE222B;
    --bgColor-secundario: white;
    --cTextoPrimario: black;
    --cTextoSecundario: grey;
    --cTextoResaltado-principal: #EE222B;
    --cTextoResaltado-secundario: #EE222B;
    --cTexto-hover: white;

    --cCotizarPrimario: red;
    --cCotizarSecundario: darkred;

    --cBoton: #EE222B; /* con Boton se refiere a cuando está en vista normal (ni Hover, ni Active) */
    --cBoton-active: #BF232A; /* Active = al estar seleccionado el objeto */
    --cBoton-hover: #BF232A; /* Hover = pasar el mouse por encima de un bojeto */
    --bgCinta: #BF232A; /* Propiedad ÚNICA para cinta */
}

/*-----------------------------------------fin declaración de variables -----------------------------------------------*/
.img-fit-cover {object-fit:cover; width:100%; height:100%;}

/*-----------------------------------------css condiciones -----------------------------------------------*/

/*  LO QUE TENGA AGREGADO "CONDI", ES PORQUE PERTENECE A "CONDICIONES", ES UN ESTÁNDAR AGREGADO*/

/* Encabezado Condición */
#h1Condi{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bgColor-principal);
}

/* Foto Condición */
#fotoCondi{
    height: 50%;
    margin-right: 10px;
}
/*----------------------------------------- fin css condiciones ---------------------------------*/

/*------------------------------------ css quienes somos ------------------------------------*/
@media screen and (max-width: 600px){ .img-fit-cover{height: 60%;} }

/* Encabezado de Quiénes Somos */
.page-header > h1{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bgColor-principal);
}

/* Contenedor Imágen */
#contImg{
    height: 50%;
    margin-right: 10px;
}
/*-----------------------------------------fin css condiciones -----------------------------------------------*/

/*------------------------------------------- css contacto --------------------------------------------------*/

/* Literalmente los Formularios */
#formularios{
	margin-top: 50px;
	box-shadow: 1px 1px 5px 5px #e2e3fe;
	margin-bottom: 50px;
}

/* Botón Enviar */
#btn_enviar{
    color: var(--cTexto-secundario);
    padding: 5px 20px;
    border-color: var(--cBoton);
    border-radius: 6px;
    cursor: pointer;
    border: solid 1px;
}

/* MouseOver de Botón Enviar */
#btn_enviar:hover {
    color: black;
    padding: 5px 20px;
    border-color: var(--cBoton-hover);;
    border-radius: 6px;
    cursor: pointer;
}

.form-horizontal{margin-top: 30px;}

/* "Sec" es un estándar agregado para hacer referencia a "Sección", en este caso "Sección Mensaje" */
#msjSec{margin-top:10px;}

#btnEnviar{
	margin-top: 50px;
	width: 100%;
	display: inline-block;
	word-wrap: break-word;
}

/* Sección Teléfono */
#telSec{margin-top:10px;}

/* Sección Correo */
#correoSec{margin-top:10px;}
/*-----------------------------------------fin css contacto -----------------------------------------------*/

/* --------------------------------------------css index ----------------------------------------------*/

/* Contenedor Imágen Slider */
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Estilo contenedor imágen */
.swiper-slide{
	height: 100%;
	overflow: auto;
	background-color: var(--bgColor-principal);
}

/* Estilo Slider */
.swiper-container {
	width: 100%;
	height: 65%;
}

/* Cuadro de color claro que contiene la información agregada al Slider */
.w3-black{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 30px!important;
	background-color:rgba(0, 0, 0, 0.35)!important;
	text-shadow: 2px 1px 2px black!important;
	padding:10px!important;
}

/* Estilo de texto dentor del Cuadro anterior mencionado */
#textoss{
	top: 2%;
	left: 2%;
	max-width: 50%;
	word-wrap: break-word;
	text-align: left;
}

/* Botónes Slider (los que tienen Link) */
.btn1{
	height: 38px;
	color: ffffff;
	background-color: var(--cBoton);
	text-transform: uppercase;
}

.btn1:hover{
	background-color: var(--cBoton-hover);
	box-shadow: 3px 3px 1px 1px;
	border:none;
}
/* Fin botónes con Link */

/* Al ser una pantalla menor a 768px, se achica el tamaño de la fuente en el cuadro del Slider */
@media only screen and (max-width: 768px) { .pslider{font-size:15px;} }

/* Cinta inferior a Slider (generalmente inferior a Slider) */
.cinta{
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 7px;
    padding-top: 13px;
    height: 100%;
    color: white;
	background-color: var(--bgCinta);
	width: 70%;
	float: left;
}

/* Estilo que da borde a la cinta completa */
#borderCinta{
	border: 1px solid var(--cBoton);
	height:50px;
	width:100%;
}

/* Estilo para el HTML (probar funcionalidad) */
html, body {
	position: relative;
	height: 100%;
}

body {
	background: white;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}
/* fin css html */

/* Estilo del cuadrado lateral de la cinta */
.ssc{
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    letter-spacing: 5px;
    padding-top: 13px;
	height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--bgColor-principal);
    color: white;
	width: 30%;
	float: left;
}

@media only screen and (max-width: 850px){ .ssc{font-size: 8.2px;} }

/*---------------------------------------------- fin css index ---------------------------------------------*/

/*---------------------------------------- inicio css producto -------------------------------------------*/
#slides {box-sizing: border-box;}

.mySlides:not(:first-child) {display: none;} /* Hide the images by default */

.centrar{
    max-width: 500px;
    margin: auto;
    background: white;
}

/* El puntero cambia de forma sobre las imágenes */
.cursor {cursor: pointer;}

/* BOTÓNES SLIDER 'PRODUCTO' */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    color: var(--cBoton);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
    margin-left: 4%;
    margin-top: 15px;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 4%;
    margin-top: 15px;
}


.prev:hover,
.next:hover {
    background-color: var(--cBoton-hover);
    color: var(--cTextoResaltado-principal);
}

@media screen and (max-width: 768px) {
    .prev {
        left: 0;
        border-radius: 3px 0 0 3px;
        margin-left: 0;
        margin-top: 15px;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
        margin-right: 0;
        margin-top: 15px;
    }

    .prev:hover,
    .next:hover {
        background-color: transparent;
        color: red;
    }
}
/* FIN BOTÓNES SLIDER */

.slides:after {
    display: table;
    clear: both;
}

/* Agrega transparencia al afecto Thumbnail */
.demo {opacity: 0.6;}

.active,
.demo:hover {opacity: 1;}
.logomodelo{
    width: 200px;
    height: 30px;
}

/* TEXTO IMÁGENES */
#textos{
    margin-top: 30px;
    box-shadow: 1px 1px 5px 5px #e2e3fe;
    width: 90%;
    margin-left: 4.5%;
    margin-bottom: 30px;
    display: inline-block;
    word-wrap: break-word;
}

.descripcion-producto{text-align: center;}

@media screen and (max-width: 768px) {
    .prev {
        left: 0;
        border-radius: 3px 0 0 3px;
        margin-left: 0;
        margin-top: 15px;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
        margin-right: 0;
        margin-top: 15px;
    }

    .prev:hover,
    .next:hover {
        background-color: transparent;
        color: var(--cBoton-hover);
    }
}
/*---------------------------------------------- fin css producto --------------------------------------------*/

/*---------------------------------------------- inicio css productos --------------------------------------------*/

/* Estilo para imágenes */
.thumbnail{
    border-color: var(--bgColor-principal);
    text-align: center;
    height: 55%
}

.contenedor-producto{
    min-height: 332px;
    max-height:auto;
    box-shadow: 1px 1px 5px 5px #e2e3fe;
    padding-top:15px;
    padding-left: 5px;
    margin-bottom:30px;
}

@media only screen and (max-width: 600px){ .thumbnail{height: 82%;} }

.imgModelos{
    max-height: 180px;
    min-height: 180px;
    height: 180px;
}
/* fin estilo imágenes */

/* Estilo a información en productos */
#prodInfo{
    height:44%;
    text-align: center;
    padding-left: 5px;
}

/* ESTILO BOTÓN "COTIZAR", MINI ES PORQUE ES DE TAMAÑO REDUCIDO, OSEA EL QUE ACOMPAÑA A LOS PRODUCTOS */
#miniCot{
    background-color: var(--cBoton);
    color: white;
    float: right;
}

#miniCot:hover{background-color: var(--cBoton-hover);}

/*---------------------------------------------- fin css productos --------------------------------------------*/

/*---------------------------------------------- inicio css plantilla --------------------------------------------*/

/* Ícono blanco es el telefono al lado del botón Cotizar superior */
.icono-blanco{color: white;}

/* ESTE ES EL BOTÓN COTIZAR CUANDO SE ESTÁ EN TAMAÑO RESPONSIVO */
#CotiCel:hover{text-decoration:none;}

/* EFECTO GRADIENTE DEL BOTÓN COTIZAR EN ESTADO RESPONSIVO */
#CotiCel{
    width: 25%;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(-45deg, var(--cCotizarPrimario) 0%, var(--cCotizarSecundario) 45%, #fff 50%,
     var(--cCotizarSecundario) 55%, var(--cCotizarPrimario) 100%);
    background-size: 400% 100%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0%    {background-position: 0% 50%}
    50%   {background-position: 100% 50%}
    100%  {background-position: 0% 50%}
}

@-moz-keyframes Gradient {
    0%    {background-position: 0% 50%}
    50%   {background-position: 100% 50%}
    100%  {background-position: 0% 50%}
}

@keyframes Gradient {
    0%    {background-position: 0% 50%}
    50%   {background-position: 100% 50%}
    100%  {background-position: 0% 50%}
}

/* FIN EFECTO GRADIENTE EN BOTÓN COTIZAR RESPONDIVO */

/* BOTÓN COTIZAR SUPERIOR EN TAMAÑO > 768px. Aquí está el efecto Gradiente */
#bCotizar {
    color: #fff;
    background: linear-gradient(-45deg, var(--cCotizarPrimario) 0%, var(--cCotizarSecundario) 45%, #fff 50%,
     var(--cCotizarSecundario) 55%, var(--cCotizarPrimario) 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    -o-animation: Gradient 15s ease infinite;
    -ms-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0%   {background-position: 0% 50%}
    50%  {background-position: 100% 50%}
    100% {background-position: 0% 50%}
}

@-moz-keyframes Gradient {
    0%   {background-position: 0% 50%}
    50%  {background-position: 100% 50%}
    100% {background-position: 0% 50%}
}

@keyframes Gradient {
    0%   {background-position: 0% 50%}
    50%  {background-position: 100% 50%}
    100% {background-position: 0% 50%}
}
/* FIN EFECTO GRADIENTE EN BOTÓN COTIZAR < 768px */

/* ES EL BOTÓN "LLAMAR" QUE ESTÁ EN CELULARES, ESTE EFECTO HACE QUE CAMBIE DE COLOR PLOMO A UNO MÁS OSCURO */
#bColores {
    font-size: 15px;
    width: 25%;
    background-color: #bcbcbc;
    -webkit-animation: background 1s  infinite;
    -moz-animation: background 1s  infinite;
    -o-animation: background 1s  infinite;
    animation: background 1s  infinite;
    animation-direction: alternate;
}


@-webkit-keyframes background {
    0%   { background-color: #cccccc;color: #fff; }
    100% { background-color: #8c8c8c;color: #f2f2f2 }
}

@-moz-keyframes background {
    0%   { background-color: #cccccc;color: #fff; }
    100% { background-color: #8c8c8c;color: #f2f2f2 }
}

@-o-keyframes background {
    0%   { background-color: #cccccc;color: #fff; }
    100% { background-color: #8c8c8c;color: #f2f2f2 }
}

@keyframes background {
    0%   { background-color: #cccccc;color: #fff; }
    100% { background-color: #8c8c8c;color: #f2f2f2 }
}
/* FIN EFECTO CAMBIA COLOR */

/* Es literalmente el contenedor de la Barra */
#contenedorbarra{
    width: 103.6%;
    box-shadow: 1px 1px #e2e3fe;
    background-color: white;
    height: auto;
}

/* Logo a la izquierda de la plantilla (parte superior) */
.logoizq{max-height: 91px;}

/* INICIO DE EFECTO PARA EL MENÚ (SE CONVIERTE EN "X") */
.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 8px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/* FIN EFECTO MENÚ */

/* Barra superior */
#topbar{
    height: 40px;
    font-size: 30px;
    width: 100%;
    background-color: #464646;
    position: relative;
}

#topbar a{
    margin-left: 5px;
    text-decoration: none;
    color: white;
}

#topbar img{
    height: 26px;
    margin-top: 2px;
    margin-bottom: 5px;
}

/* POSICIÓN DEL CONTENEDOR PERTENECIENTE AL TELÉFONO EMPRESA E ÍCONO MÓVIL */
#phonex1{
    float:right!important;
    margin-top: -2px;
    height:23.5px;
}

/* Redes sociales */
.socialN{
    float:right;
    padding-top: 5px;
    margin-right: 5px;
}

/* ESTILO BOTÓN COTIZAR EN VISTA NO RESPONSIVA */
#bCotizar{
    padding-top: 4px;
    height: 100%;
    color: white;
    font-size:23px;
    border:none;
    float:right;
    width:130px;
    text-align: center;
    text-transform: uppercase;
}

/* BOTÓN RESERVAR FLOTANDO EN EL FOOTER */
#bReservar{
    position: fixed;
    background-color: var(--cBoton);
    color: white;
    font-size:12px;
    float:right;
    right: 15px;
    bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 3px #e2e3fe;
}

/* BARRA EN LA QUE ESTÁN UBICADOS LOS BOTONES CON DIRECCIONAMIENTOS A LAS DEMÁS VISTAS */
.topnav {
    padding-top: 1px;
    background-color: white;
    overflow: hidden;
    position: relative;
    width:100%;
    min-height: 51px;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}
/* FIN BARRA CON BOTONES */

/* BOTONES EN LA BARRA DE VISTAS */
.go:hover {
    background-color: var(--cBoton-hover);
    color: white;
}

.go{
    color: black;
    border-radius: 4px;
}

.active{
    color: #fff;
    background-color: var(--cBoton-active) !important;
}

/* ICÓNO QUE APARECE CUANDO LA BARRA ESTÁ EN RESPONSIVE */
.topnav .icon {
    display: none;
    color: black;
}

/* ANIMACIÓN DEL TELÉFONO MOVIÉNDOSE (AL LADO DEL BOTÓN DE COTIZAMIENTO) */
/*
.anitel {
   -webkit-animation-name: example;
   -webkit-animation-duration: 5s;
   animation-name: example;
   animation-duration: 4;
   -webkit-animation: 4;
   -moz-animation: 4;
   -o-animation: 4;
   -ms-animation: 4;
   animation-iteration-count: infinite;
}


@-webkit-keyframes example {
    0%    {-webkit-transform: rotate(0deg); }
    2.5%  {-webkit-transform: rotate(-20deg); }
    5%    {-webkit-transform: rotate(20deg); }
    7.5%  {-webkit-transform: rotate(-20deg); }
    10%   {-webkit-transform: rotate(20deg); }
    12.5% {-webkit-transform: rotate(-20deg); }
    15%   {-webkit-transform: rotate(20deg); }
    17.5% {-webkit-transform: rotate(-20deg); }
    20%   {-webkit-transform: rotate(20deg); }
    22.5% {-webkit-transform: rotate(-20deg); }
    25%   {-webkit-transform: rotate(0deg); }
}


@keyframes example {
    0%    {transform: rotate(0deg); }
    2.5%  {transform: rotate(-20deg); }
    5%    {transform: rotate(20deg); }
    7.5%  {transform: rotate(-20deg); }
    10%   {transform: rotate(20deg); }
    12.5% {transform: rotate(-20deg); }
    15%   {transform: rotate(20deg); }
    17.5% {transform: rotate(-20deg); }
    20%   {transform: rotate(20deg); }
    22.5% {transform: rotate(-20deg); }
    25%   {transform: rotate(0deg); }
}*/

.navbar-brand{
    margin-top: -15px;
    height: 60px;
}

/* LOGO AL NO ESTAR EN RESPONSIVE */
#logobarra{
    width: 200px;
    height: auto;
    display:none;
}

/* Barra superior en responsive */
.icon-bar {
    width: 100%;
    height: 40px;
    background-color: #464646;
    display: none;
}

.icon-bar a {
    float: right;
    width: 12.5%;
    padding-top: 8px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size:  25px;
}

.icon-bar a:hover {background-color: #000;}

/* FIN CSS BARRA SUPERIOR EN RESPONSIVE */
@media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon{
        float: right;
        display: block;
    }
    .navbar-brand{margin-left: 0%;}
    #topbar{display:none;}
    .icon-bar{display:block;}
    #logobarra{display:block;}
    #logosolo{display: none;}
    #home{margin-top: 15px; }
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        right: 0;
        position: absolute;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
}

/* FOOTER CSS */
#footerP1{margin-top: 20px;}

#infoFooter{
    width: 100%;
    text-align: center;
}

#footerP2{
    margin-top: 0.5%;
    width: 100%;
    text-align: center;
}

/* CSS DIV DEL MAPA EN "UBICAMIENTO" */
#map {height: 80%;}

/*---------------------------------------------- fin css plantilla --------------------------------------------*/
