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

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

/* 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-top: 25px;
}

.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 {
	display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.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;
}

.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: #d13239;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    margin-bottom: 30px;
}

.botonEnviar:hover {
    background-color: #ffffff;
    color: #d13239;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    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: #d13239;
	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: 10px 10px 10px 10px;
    max-width: 150px;
    text-transform: uppercase;
    border: solid 1px #1e1e1e;
    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: 10px 10px 10px 10px;
    max-width: 150px;
    text-transform: uppercase;
    border: solid 1px #1e1e1e;
    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: 700px;
}

.whatsappchat {
    display: block;
    position: sticky;
    bottom: 285px;
    padding: 10px;
    float: right;
    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: 300px; 
	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;
	}
}

/* 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: 300px; 
	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 (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: 300px; 
	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: 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-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: 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;
	}
}

/*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: 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;
	}
}

/* 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: 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;
	}
}

@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: 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;
	}
}

@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: 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;
	}
}

/* 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: 250px; 
	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: 250px; 
	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: 250px; 
	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: 250px; 
	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: 250px; 
	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;
	} 
.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: 250px; 
	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: 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;
	}     
}  

/* 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: 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;
	}

 }

    
 @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: #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;
	}

 }

/* 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: 300px; 
	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;
	}  
}

/*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;
}