@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: TTNorms;
    src: url('../fonts/fuso/TTNorms-Regular.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: TTNorms;
    src: url('../fonts/fuso/TTNorms-ExtraBold.otf');
	font-style: normal;
	font-weight: bolder;
}

@font-face {
    font-family: TTNorms;
    src: url('../fonts/fuso/TTNorms-Medium.otf');
	font-style: normal;
	font-weight: bold;
}

/*Body en vista cliente*/
body {
    background-color: #000;
	font-family: TTNorms;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: TTNorms;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

/* Label vista cliente */
.labClie {
	margin-bottom: .5rem;	
}

/*Estilo input vinpla cliente*/
input#vinpla {
    text-align: center;
}

.footer2 {
	color: #fff;
}

/* Iconos de SO y Ofimaticas */
.officeIcons {
	width: 15px; 
	height: auto; 
	vertical-align: text-top;
}

/*usuario logueado*/
.loguser {
    margin: 0 auto;
    line-height: 22px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/*Mensaje de Bienvenida*/
.welcome-div-img {
	display: block;
	position: relative;		
	width: 100%;
	height: auto;
}

/*Mensaje de Bienvenida*/
.welcome-p i {
	color: #007bff;
}

/*Mensaje de Bienvenida*/
.welcome-p {
	background-color: rgba(255,255,255,.8);
    border-radius: 15px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 10px;
    width: 60%;
    max-width: 100%;
    color: rgba(0,0,0,.9);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

/* Botones de Gestión de Usuarios */
.usersboton {
	background-color: #fff;
    border-radius: 0px;
    color: red;
    border-style: unset;
    cursor: pointer;
    padding: 3px;
}

/* Table Style */


table {
	font-size: 8.5px;
	border: 1px solid #1e1e1e;
}

th {
	background-color: #b61f25;
	color: #fff;
}

tr, td, th {
	    font-size: 13.5px;
	    border: 1px solid #1e1e1e;
	    margin: 8px;
	    padding: 8px;
	}


.flotante {
    display:scroll;
        position:fixed;
        bottom:320px;
        right:0px;
}


/* Efecto de Pulso */

.pulso {
  -webkit-animation: pulso 2.5s infinite;
    -moz-animation: pulso 2.5s infinite;
    -o-animation: pulso 2.5s infinite;
    animation: pulso 2.5s infinite;
}

@-webkit-keyframes pulso {
  0% {
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);        
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);        
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
  }
}


.fondo {
    background-color: #f1f1f1;
    /* border: solid 2px #d13239; */
    border-left: solid 1px #d13239;
    border-right: solid 1px #d13239;
}

.datosv {
	color: #000;
}

.txtconfirm {
	margin: 0 auto;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 20px;
    color: #d13239;
    font-size: 18px;
}

.mensaje-error2 {
    text-align: center;
    color: #fff;
    background-color: #1e1e1e;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px;
}

.mensaje-error4 {
    text-align: center;
    color: #000;
    background-color: #4CAF50;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px;
}

.mensaje-error7 {
    text-align: center;
    color: #000;
    background-color: #4CAF50;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px;
}

.ayuda {
	color: white;
    float: right;
    margin-right: 20px;
    text-align: center;
    background-color: #1e1e1e;
    border-radius: 20px;
    padding: 0px 8px;
    font-weight: bold;
    bottom: 15px;
    position: relative;
}

.inputfil {
    height: 25px;
    width: 185px;
    text-indent: 5px;
    border-radius: 5px;
    border: 1px solid #b62025;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.botonfil {
	background-color: #d3091b !important;
    color: white !important;
    font-weight: bold;
    border: solid 1px #d13239;
    border-radius: 5px;
	height: 25px;
	width: 40px;
}

.pestana b a {
	color: #000;
}

.linkactivo {
	background-color: #d13239;
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 3px;
}

input [type="file"] {
	max-width: -webkit-fill-available;	
}

.users label {
	font-weight: bold;
}

.usersinputinput {
	height: 30px;
    width: 100%;
    text-indent: 5px;
    border-radius: 5px;
    border: 1px solid #b62025;
}

.correosadjuntos {
	height: 30px;
	text-indent: 5px;
	border-radius: 5px;
	border: 1px solid #b62025;
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}
	
.mysidebar {
	max-width: 300px;
    border: solid 1px;
    border-radius: 10px;
    max-height: 350px;
	padding: 10px;
}

.centertxt {
	text-align: center;
}

.centrar {
	display: flex;
    justify-content: center;
}

.pasosbd {
	text-align: center; 
	font-weight: bold; 
	margin-bottom: 0px;
}

.mensaje-error {
    text-align: center;
    color: #fff;
    background-color: #F44336;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
	margin-bottom: 23px;
}

.mensaje-exito {
	text-align: center;
    color: #fff;
    background-color: #4CAF50;
    border-radius: 15px;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
	margin-bottom: 23px;
}

.cerrarSesion {
	border: 0;
    background: none;
    display: unset;
    align-items: unset;
    text-align: center;
    cursor: unset;
    color: #fff;
    padding: 0px;
}

.gestcorreo {
	border: 0;
    background: none;
    display: unset;
    align-items: unset;
    text-align: center;
    cursor: unset;
    color: #fff;
    padding: 0px;
}

.logo-admin-1 {
	display: flex;
	justify-content: end;
    padding-right: 5%;
    padding-top: 0%;
	padding-bottom: 0px;
}

.logo-admin-2 {
	display: flex;
	justify-content: start;
    padding-left: 5%;
    padding-top: 0%;
	padding-bottom: 0px;
}

.confirmacion {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #d13239;
    text-align: center;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    width: 100%;
    max-width: 680px;
    text-transform: uppercase;
	border-radius: 10px;
}

.confirmacion h1 {
	margin-bottom: 0px;
}

.confirmacion h4 {
	margin-bottom: 0px;
}

.separador {
	margin: 0px 0px 10px 0px;
}

.line {
    display: block;
    width: 8em;
    height: 2px;
    margin: 0 auto;
    background-color: #ff1723;
	position: relative; 
	bottom: 25px;
}

.botons {
	background-color: #b62025 !important;
	color: white !important;
	font-weight: bold;
	border: 1px solid #ff1723;
	border-radius: 4px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}
	
.titulocampana {
	margin: 0 auto;
	margin-top:40px;
	color:#d13239;
	text-align: center;
	background-color:#fff;
	padding: 5px 5px 5px 5px;
	max-width:600px;
	text-transform:uppercase;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 2px #000;
}

.titulocampana h1 {
	margin-bottom: 0px;
}

.titulocampana h2 {
	margin-bottom: 0px;
}
	
.tituloerror {
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
	color:#d13239;
	text-align: center;
	background-color:#fff;
	padding: 5px 5px 5px 5px;
	max-width:550px;
	text-transform:uppercase;
}
	
.tituloerror h2 {
	margin-bottom: 0px;
}
		
.textofondorojo {
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:30px;
	color:#fff;
	text-align: center;
	background-color:#d13239;
	padding: 5px 5px 5px 5px;
	max-width: 600px;
	text-transform:uppercase;
	border-radius: 10px;
}

.textofondorojo h3 {
	margin-bottom: 0px;
}
	
.textocampana {
	margin: 0 auto;
	line-height: 26px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #1e1e1e;
	max-width: 830px;
	font-size: 22px;
}

.botonEnviar {
	background-color: #ee1d23;
	color: #fff;
	text-shadow: 2px 2px 4px black;
	border-radius: 25px;
	font-weight: bold;
	padding: 5px 42px 5px 42px;
	margin-bottom: 30px;
}

.botonEnviar:hover {
    background-color: #ffffff;
    color: #000;
    text-shadow: none;
    border-radius: 25px;
    padding: 5px 42px 5px 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

.listacampana {
    margin: 0 auto;
    margin-top: 40px;
    color: #676565;
    text-align: justify;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    max-width: 700px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    /* border: 1px solid #000; */
}

.listacampana h5 {
	margin-bottom: 0px;
}
	
.textogeneral {
	text-align: center;
	margin-top: 10px;
	color: #1e1e1e;
	font-size: 22px;
	line-height: 26px;
	max-width: 830px;
}

.notaconfirmacion {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    /* max-width: 600px; */
}



.titulo-pagina2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
}

.textofooter1 {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: -10px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	max-width: 800px;
	/* text-transform: uppercase; */
}

.textofooter-f {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #a10312;
	font-size: 18px;
}

.formtext label {
	margin-top: .5rem;
	font-weight: bold;
}


.textotarjeta {
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
}

.abajovin {
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 20px;
	color: #1e1e1e;
	font-size: 22px;
	line-height: 26px;
	max-width: 830px;
	/* font-weight: 600; */
	text-transform: lowercase;
}

.copyright {
	margin: 0 auto;
	text-align: center;
	/* margin-top: 28px; */
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 14px;
}


.boton {
	margin: 0 auto;
	color: #d13239;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #f1f1f1;
	padding: 10px 10px 10px 10px;
	max-width: 150px;
	text-transform: uppercase;
	border: #f1f1f1;
	border-radius: 5px;
	cursor: pointer;
}

.boton-v2 {
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #d13239;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    border: solid 1px #1e1e1eb3;
    border-radius: 5px;
    cursor: pointer;
}

.boton-v2:hover {
    margin: 0 auto;
    color: #d13239;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
    border: solid 1px #d13239bd;
    border-radius: 5px;
}

.datoscarro {
    margin: 0 auto;
    margin-bottom: 40px;
    color: #000;
    background-color: #fff;
    padding: 30px 35px 30px 35px;
    max-width: 700px;
    border-radius: 10px;
    font-weight: bold;
    /* border: 1px solid #000; */
}

#datosC {
	color: #000;
}


.cajafcitas {
    margin: 0 auto;
    max-width: 800px;
}

.whatsappchat {
    display: block;
    position: fixed;
    bottom: 20%;
    right: 5%;
    padding: 0px;
    z-index: 1000;
    height: 1px;
}
		
/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= \
----- RESPONSIVE CSS 
\ +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */

/* escritorio*/
@media only screen and (min-width: 1401px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px;
	height: 40px;
	border-radius: 18px;
	border-color: #000000;
	border: solid 3px;
	text-indent: 5px;
}
	
.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}
}

/* escritorio*/
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px;
	height: 35px;
	border-radius: 10px;
	border-color: #000000;
	border: solid 2px;
	text-indent: 5px;
}
	
.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}
}

/* iPads (horizontal) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }

    
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}
}

/* iPads (vertical) ----------- */

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }

   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}
}


/*escritorio*/
@media only screen and (max-width: 996px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}
    
.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }

   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
}

/*escritorio*/
@media only screen and (min-width: 768px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}

.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px;
	height: 40px;
	border-radius: 18px;
	border-color: #000000;
	border: solid 3px;
	text-indent: 5px;
}

.fondo-rombo {
		background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }

 
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
}

/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
		background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 875px) and (orientation: landscape) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 600px) and (orientation: portrait) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}
	
.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}

/* iPhone 4 & 5 (horizontal y vertical)----------- */

@media only screen and (min-width: 320px) and (max-width: 570px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: block;
}

#ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
		background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}

@media only screen and (max-width: 480px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: block;
}

#ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 400px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


#ocultartextocampanas {
	display: block;
}

.ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
		background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}

/* Smartphones (vertical y horizontal) ----------- */  

@media only screen  and (min-width : 320px)  and (max-width : 480px) { 

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: block;
}

#ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}
 
.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
	}
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}
  
/* Smartphones (horizontal) ----------- */  

@media only screen  and (min-width : 321px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: block;
}

#ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px;
	height: 40px;
	border-radius: 18px;
	border-color: #000000;
	border: solid 3px;
	text-indent: 5px;
}
	
.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
	}
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	} 
.espacio-top:hover {
		margin-top:20px;
	} 
}
  
/* Smartphones (vertical) ----------- */  

@media only screen  and (max-width : 320px) {  

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}


.ocultartextocampanas {
	display: block;
}

#ocultartextocampanas2 {
	display: none;
}

#ocultar {
	display: none;
}

#ocultar2 {
	display: block;
}

#margendatosv {
	margin-right: 5px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #d13239;
	text-indent: 5px;
}

.fondo-rombo {
	    background-color:#d13239;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin:0 auto;
		margin-top:10px;
	}
	
.espacio-top {
		margin-top:20px;
	}
}
 
  
/* Desktops y laptops ----------- */  

@media only screen  and (min-width : 1224px) {  

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 300px;
	height: 40px;
	border-radius: 18px;
	border-color: #000000;
	border: solid 3px;
	text-indent: 5px;
}

.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }  
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}     
}  

/* ipad pro*/
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 300px; 
	height: 35px; 
	border-radius: 10px;
	border-color: #000000;
	text-indent: 5px;
}
	
.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}

 }

    
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 300px; 
	height: 25px; 
	border-radius: 10px;
	border-color: #000000;
	text-indent: 5px;
}
	
.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}

 }

/* Large screens ----------- */  

@media only screen  and (min-width : 1824px) {

#videoresponsive {
		max-height: 480px;
		width: 100%;
		max-width: 848px;
		border-radius: 10px;
}

.video {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px; 
}


.ocultartextocampanas {
	display: none;
}

#ocultartextocampanas2 {
	display: block;
}

#ocultar {
	display: block;
}

#ocultar2 {
	display: none;
}

#margendatosv {
	margin-right: 20px;
}

.formtext input, select {
	width: 400px;
	height: 40px;
	border-radius: 18px;
	border-color: #000000;
	border: solid 3px;
	text-indent: 5px;
}

.fondo-rombo {
		background-image:url(../img/isotipoMMChorizontal.png);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
    }
   
.icovehiculo {
		display:block;
		margin-top: 10px;
		float:right;
	}  
}

/*Ajuste logos marcas carousel*/
.brand-logo {
	max-width: 125px;
	width:  100%;
	height: auto;
}

/*Ajuste flechas carousel marcas*/
button.glide__arrow {
    border-color: transparent;
}

/*borde calendario*/
table.ui-datepicker-calendar tbody tr {
    border: 1px solid #e1e1e1;
}

/*Estilo checkbox*/
input#polpri {
	background-color: #fff;
	margin: 0;
	color: #d13239;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #d13239;
	border-radius: 0.15em;
	vertical-align: middle;
}

/*Estilo de etiqueta estado de cita*/

.stAct {
	color: #ffffff;
	background-color: red;
	border-radius: 10px;
	padding: 5px 38px;
}

.stPross {
	color: #ffffff;
	background-color: orange;
	border-radius: 10px;
	padding: 5px 22px;
}

.stFina {
	color: #ffffff;
	background-color: green;
	border-radius: 10px;
	padding: 5px 25px;
}

.inputfilSel {
    height: 25px;
    width: 185px;
    text-indent: 5px;
    border-radius: 5px;
    border: 1px solid #b62025;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}






.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.form-control {
    display: block;
    width: 100%;
	max-width: 420px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


@media (min-width:1400px) {
.container {
	max-width: 1320px
}

.container-excelautomotriz {
	max-width: 1320px
}
}

.formtext {
    color: #fff;
}

.formtext input[type=text] {
    background-color: #fff;
	color: #000;
}



/* Estilos responsivos personalizados */

/* Estilos base para móviles */

.h1-resp {
	font-size: 44px;
}

.txt-cel-size {
    font-size: 10px;
}

.container-custom-mx {
	margin-right: 5px;
	margin-left: 5px;
}

.gtxt-s {
	font-size: 33px;
	line-height: 35px;
}

.gtxt-s2 {
	font-size: 20px;
	line-height: 22px;
}

.h1-s {
	font-size: 38px;
}

.h3-s {
	font-size: 22px;
}

/* Tablet */
@media (min-width: 481px) {
    /* Estilos para tablets y superiores */
    .h1-resp {
		font-size: 56px;
	}
	.txt-cel-size {
	    font-size: 10px;
	}
	.container-custom-mx {
		margin-right: 5px;
		margin-left: 5px;
	}
	.gtxt-s {
		font-size: 33px;
		line-height: 35px;
	}
	.gtxt-s2 {
		font-size: 20px;
		line-height: 22px;
	}
	.h1-s {
		font-size: 38px;
	}

	.h3-s {
		font-size: 22px;
	}
}

/* Laptop */
@media (min-width: 769px) {
    /* Estilos para laptops y superiores */
    .h1-resp {
		font-size: 68px;
	}
	.txt-cel-size {
	    font-size: 10px;
	}
	.container-custom-mx {
		margin-right: 3rem;
		margin-left: 3rem;
	}
	.gtxt-s {
		font-size: 33px;
		line-height: 35px;
	}
	.gtxt-s2 {
		font-size: 20px;
		line-height: 22px;
	}
	.h1-s {
		font-size: 44px;
	}

	.h3-s {
		font-size: 22px;
	}
}

/* Desktop */
@media (min-width: 1025px) {
    /* Estilos para desktops y superiores */
    .h1-resp {
		font-size: 68px;
	}
	.txt-cel-size {
	    font-size: small;
	}
	.container-custom-mx {
		margin-right: 3rem;
		margin-left: 3rem;
	}
	.gtxt-s {
		font-size: 48px;
		line-height: 52px;
	}
	.gtxt-s2 {
		font-size: 26px;
		line-height: 30px;
	}
	.h1-s {
		font-size: 48px;
	}

	.h3-s {
		font-size: 22px;
	}
}