/* Overlay (si lo usás para menú / capa) */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay { overflow-y: auto; }
  .overlay a { font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* =========================
   site.css (RESTO DEL SITIO)
   ========================= */

/* Base */

/* Footer */
footer{
    padding-top:30px;
    padding-bottom:15px;
    background-color:#D7D7D7;
    background-image:url('../images/bgA.svg');
    background-position:right;
    background-size:contain;
    background-repeat:no-repeat;
}

.logoFooter{
    float:left;
    clear:right;
    height:30px;
    margin-bottom:15px;
    list-style-type:none;
}

.listFoot{
    padding-left:0;
}
.listFoot li{
    list-style-type:none;
    font-weight:700;
}
.listFoot li,
.listFoot a{
    color:#5D5D5D;
    font-size:14px;
}
.listFoot a{
    font-weight:200;
    text-decoration:underline;
}
.listFoot a i{
    font-size:8px;
}
.listFoot a .feather{
	width:15px;
	vertical-align:middle;
}

.btnUp{
    color:#fff;
    padding: 10px 10px;
    background: #5D5D5D;
    display:inline-block;
}
.btnUp .feather{
	width:20px;
}
.btnUp:hover,
.btnUp:focus,
.btnUp:active{
    color:#5D5D5D;
    background: #fff;
    border: 1pt solid #5D5D5D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Home slider */

.imgSlider{
    width:100%;
}
.navSlider{
    top:45%;
    background-color:#696969;
    padding:10px 15px;
    opacity:1;
    font-size:10px;
    text-shadow:none;
}
.navSlider:hover{
    color:#5D5D5D;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.captionItem{
    position:absolute;
    width:315px;
    color:#fff;
    background:rgb(150,150,150, 0.80);
    padding:10px;
    text-align:center;
    margin-left: 60px;
    padding-bottom:30px;
    bottom:13px;
}
.captionItem h1{
    font-weight: 500;
    font-size: 30px;
}
.captionItem p{
    margin-bottom:20px;
}

/* Botones */
.btnMas{
    font-size:14px;
    background: #000;
    color:#fff;
    font-weight:600;
    letter-spacing:0.5pt;
    padding: 5px 30px;
    line-height: 30px;
	display:inline-block;
}
.btnMas:hover,
.btnMas:focus,
.btnMas:active{
    text-decoration:none;
    background: #696969;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.space1{ height:10px; width:100%; }
.space2{ height:30px; width:100%; }
.mb20{ margin-bottom:20px; }

.btnMasArrow{
    padding: 5px 10px;
    left:0;
    top:1.1rem;
	position:absolute;
}
.btnMasArrow .feather{
	width:20px;
}
/* Destacados */
.boxDestacado{
    color:#696969;
    padding-top:15px;
    padding-bottom:15px;
	position:relative;
}
.boxDestacado h2{
    font-weight:200;
    margin:0;
}
.boxDestacado p{
    font-weight:600;
}
.line01{
    background:#696969;
    height:1px;
    width:60px;
    display:block;
    margin-top:10px;
    margin-bottom:5px;
}
.txt1{
    font-weight:200;
    color:#000;
    font-size:28px;
    padding-top:0;
    padding-bottom:15px;
}
.txt1 span{ font-weight:200; }

.boxCar{ text-align:center; }

.txtCar{
    height: 120px;
    width: 120px;
    border-radius:50%;
    background: #fff;
    float: left;
}
.contCar{
	display:inline-block;
}
.contCar>.txtCar:last-child{
	    margin-right: 0;
}
.colCar{
	float:left;
}
.boxCaracteristicas{
    background: #e9e9e9;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left:30px;
    border-left:2pt solid #000;
}
.boxCar img{
    padding-top:25px;
    padding-bottom:10px;
    width:57px;
}
.boxCar p{
    color:#000;
    font-size:12px;
}

.boxDestacadoNov a{
    font-size:16px;
    font-weight:600;
    margin-top:15px;
    color:#696969;
}
.boxDestacadoNov a:hover{
    text-decoration:none;
}

/* Tipografías */
.txt2{
    margin-top:15px;
    margin-bottom:0;
    color:#696969;
    font-size:32px;
    font-weight:200;
	line-height: 32px;
}

/* Forms */
.btnSend{ width:100%; border:0; }
.btnSend2{
	width:auto; 
	border:0;
}
.boxForm{
    background:#E7E7E7;
    color:#696969;
    padding:15px;
}
.boxForm .txt2{
    font-size:26px;
    margin-bottom:20px;
}
.boxForm input{
    width:100%;
    border:0;
    padding:5px;
    margin-bottom:15px;
}


/* Breadcrumb */
.boxBread{
    background:#D6D6D6;
    padding-top:10px;
    padding-bottom:10px;
}
.boxBread li,
.boxBread a{
    color:#696969;
    font-weight: 600;
    font-size:12px;
}
.boxBread a{ text-decoration:underline; }

.listBread{ 
padding-left: 0;
margin-bottom: 0;
display: flex;
align-items: center;
}
.listBread li{
    float:left;
    list-style-type:none;
}
.listBread li .glyphicon-menu-right{
    font-size:8px;
    margin-right:10px;
    margin-left:10px;
}
.listBread li .feather{
    width:15px;
    margin-right:10px;
    margin-left:10px;
	    margin-top: -3px;
}
/* Sidebar / contenido */
.sidebar{
    padding-lefT:0;
    padding-right:0;
}
.sidebarBloque{
    padding:20px 40px 40px 40px;
    background: #F1F1F1;
    margin-bottom:15px;
}
.contenido{
    padding-left:40px;
    padding-bottom:40px;
    color:#696969;
}
.p2{ padding-top:0; }

.listSide{
    padding-left:0;
    text-transform:uppercase;
}
.listSide li{
    list-style-type:none;
    margin-bottom:15px;
}
.listSide li .featBox{
    margin-right:10px;
    margin-left:10px;
	
	padding: 0;
	width:20px;
	height:20px;
	text-align:center;
	background-color: #000;
	float:right;
	
}
.listSide li .feather{
    width:14px;
    color:#fff;
	margin-top:-2px;
}
.listSide li{
    color:#696969;
    font-size:13px;
    font-weight:600;
}
.listSide li a{
    font-weight:200;
    color:#696969;
}
.listSide li a:hover{
    color:#000;
    text-decoration:none;
}

.line02{
    background:#696969;
    height:1px;
    width:120px;
    display:block;
    margin-top:10px;
    margin-bottom:5px;
}
.line03{
    background:#696969;
    opacity: 0.6;
    height:1px;
    width:120px;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    width: 100%;
}

/* Listados */
.btnListado{
    color:#696969;
    text-decoration:underline;
    position:absolute;
    float:right;
    right: 15px;
    top:5px;
}
.btnListado:hover{
    color:#2764AD;
    text-decoration:underline;
}
.btnListado .feather{
    width:15px;
	margin-top:-1px;

}
.listDesc{ padding-left:0; }
.listDesc li{
    list-style-type:none;
    width:50%;
    float:left;
}
.listDesc .glyphicon-ok{ font-size:8px; }
.listDesc .feather{
	width:15px;
}
.boxListado{
    padding:30px 5px;
    border: 1pt solid #696969;
    margin-bottom:15px;
}

.txt3{
    text-decoration:underline;
    font-size:12px;
    text-transform:uppercase;
}
.txt4{
    margin-top:20px;
    margin-bottom:5px;
}
.boxListado .txt2{ margin-top:0; }

/* Form 2 */
.boxForm2{ color:#696969; }
.boxForm2 .txt2{
    font-size:26px;
    margin-bottom:20px;
}
.boxForm2 input[type="text"],.boxForm2 input[type="email"],
.boxForm2 textarea, .boxForm2 input[type="password"]{
	border: 1pt solid #919191 !important;
    border-radius: 0;
    line-height: 0.8em;
    height: 40px;	
    width:100%;
    padding:5px;
}
.boxForm2 textarea{
height: auto !important;	
}
.checkBoxForm input,
.checkBoxForm p{
    float:left;
}

.checkboxLabel{
    font-weight:200;
}

.txt5{ font-weight:200; font-size:26px; }
.txt5 span{ font-weight:600; }

.txt6{ padding-top:30px; }

.listDescDetalle{
    clear:both;
    position:relative;
}
.listDescDetalle li{
    width:30%;
    margin-bottom:15px;
}

.descProd{
    width:100%;
    clear:both;
    position:relative;
    color:#696969;
}

#formNewsletterHome .error,
#formConsulta .error,
#formCV .error,
#formVisits .error, .validation-server .error{
    color:#c42132;
    font-weight:200;
    margin-bottom:10px;
	text-align:left;
}
.link{
    color:#000;
    text-decoration:underline;
}
.boxSliderText a{
    color:#000;
    text-decoration:underline;
}

.iconFont{ font-size:10px; }

.black{ font-weight:900; }
.bold{ font-weight:700; }
.medium{ font-weight:600; }
.medium2{ font-weight:500; }
.normal{ font-weight:400; }
.light{ font-weight:200; }

/* Productos / acciones */
.txt7{
    font-weight:900;
    color:#fff;
    position:absolute;
    top:15px;
    left:30px;
    z-index: 1;
}
.accionesProductos{
    position:absolute;
    top:15px;
    right:30px;
    z-index: 1;
}

.txt8{
    background:#fff;
    float:right;
    clear:both;
    margin-bottom:10px;
    width:200px;
    padding-lefT:10px;
    line-height:50px;
    color:#919191;
    font-weight:200;
    border-left: 2pt solid #919191;
}
.txt8 img{
    height:50px;
    float:right;
    vertical-align:middle;
}
.txt8:hover,
.txt8:active,
.txt8:focus{
    text-decoration:none;
    color:#919191;
    border-left: 2pt solid #E0A83F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btnCompartir{
    background:#E9E9E9;
    width:150px;
    line-height:40px;
    color:#919191;
    font-weight:600;
    text-align:center;
	border:0;
	padding:0 0 0 10px;
}
.btnCompartir img{
    height:40px;
    float:right;
    vertical-align:middle;
}
.btnCompartir:hover,
.btnCompartir:active,
.btnCompartir:focus{
    text-decoration:none;
    color:#919191;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Modals */
.txt10{
    font-size:22px;
    font-weight:600;
}
.txt11{
    font-weight:600;
    font-size:16px;
    margin-top:30px;
}
.modal-header{
    border-radius:0;	
}
.modal-content{
    border-radius:0;
    box-shadow:none;
}
.modal-backdrop{
    background-color:#fff;
}
.btnCerrar{
    border-radius:0;
    font-weight:700;
    color:#fff;
    background:#696969;
    padding:10px 20px;
    font-size:13px;
    letter-spacing:0.5pt;
    border:0;
}
.btnCerrar:hover,
.btnCerrar:focus,
.btnCerrar:active{
    color:#fff;
    background:#696969;
}
.modal-footer,
.modal-header{
    border:0;
}
.modal-header{
    background:#696969;
}
.modal-header .btn-close{
    background:transparent;
	background-image:none;
	opacity:1;
	margin-right:0;
}
.modal-header .btn-close .feather{
    color: #fff;
    width: 20px;
    margin-top: -3px;
}

.txt12{
    font-size:20px;
    font-weight:600;
}

.mapaModelo{ margin-top:15px; }
.bannerFinanciacion{ margin-bottom:25px; }

.txt13{
    font-size:20px;
    font-weight:600;
    margin-top:35px;
}

/* Empresa */
.destacadoEmpresa{
	height:100%;
    color:#696969;
    padding:30px;
    border:1pt solid #696969;
    text-align:center;
    border-radius:10px;
    -webkit-box-shadow: 11px 10px 36px -9px rgba(208,210,211,1);
    -moz-box-shadow: 11px 10px 36px -9px rgba(208,210,211,1);
    box-shadow: 11px 10px 36px -9px rgba(208,210,211,1)
}
.destacadoEmpresa img{
    width: 100%;
    margin-bottom: 15px;
}
.iconEmpresa{
    width:80px !important;
}

.logoInscripciones{ width:150px; }

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    vertical-align:middle;
}

.lineaDeTiempo{ line-height:2em; }

/* Form 3 */
.boxForm3{ color:#696969; }
.boxForm3 .txt2{
    font-size:26px;
    margin-bottom:20px;
}
.boxForm3 input,
.boxForm3 textarea{
    width:100%;
    border:0;
    padding:5px;
    margin-bottom:15px;
	color:#696969;
}


/* Novedades */
.boxListadoNov{
    padding:30px;
    margin-bottom:15px;
    height:100%;
    border:1pt solid #F1F1F1;
}
.boxListadoNov:hover{
    background: #F1F1F1;
}

.catNombre{
    background:#000;
    color: #fff;
    display:inline-block;
    border-radius:3px;
    padding: 5px 10px;
    font-size:10px;
    font-weight:500;
}
.btnListadoNov{
    color:#000;
    text-decoration:underline;
}
.btnListadoNov:hover,
.btnListadoNov:focus,
.btnListadoNov:active{
    color:#000;
    text-decoration:underline;
}
.btnListadoNov .glyphicon-menu-right{ font-size:8px; }

.txt15{
    font-size:22px;
    font-weight:600;
	line-height:24px;
    color:#696969;	
}
.imgGaleria{ width:100%; }

.txt16{
    font-size:16px;
    font-weight:200;
    margin-bottom:25px;
}

/* Equipos / varios */
.boxListadoEquipos{
    padding:30px;
    margin-bottom: 25px;
}

.imgDataFiscal{ width:60px; }

.btnLocalizar{
    color: #fff !important;
    text-decoration:none !important;
}

.boxMkt{ text-align:center; }
.boxMkt .line02{ margin: 0 auto; }

.bgGris{
    background: #f9f9f9;
    padding: 10px;
    min-height: 300px;
}

.pcol0{ padding:0; }

input.error,
textarea.error{
    border: 1pt solid #c42132;
}

.leyendaLegal{
    font-style: italic;
    font-size:11px;
}

#limpiar{
    cursor:pointer;
    color: #23527c;
    text-decoration: underline;
}

label.error{ font-size:11px; }

textarea.error{ margin-bottom:0 !important; }

.icheckbox_flat-grey,
.iradio_flat-grey{
    margin-right:5px !important;
    margin-bottom:5px !important;
}

.mensajeBox{
    background: #279d51;
    padding: 10px;
    border: 1pt solid #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
}

/* Share */
.listShare{
	padding:0;
	margin:0;
}
.listShare li{
    list-style-type:none;
}
.listShare a{
    color: #F2A931;
    font-weight: 600;
}

/* Buscar */
.btnBuscar{ border:0; }

#formBuscar{
    padding:15px;
    margin-bottom:30px;
    background: #F1F1F1;
    width: 100%;
}
#dealersMap { width:100%; height: 480px; }

#formBuscar select,
#formBuscar input{
    width:100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5pt;
    padding: 5px 30px;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    line-height: 30px;
}

/* Legal */
.legalTitulo{
    font-size:18px;
    font-weight:800;
}
#legalModal{
    z-index:9999;
}

.con_archivos{ margin-top:25px; }

.btn-active{
    color: #0064AE !important;
    font-weight: 700 !important;
}

.inputGrey{ background: #f2f2f2; }

.space3{ height:10vh; }

/* Login */
.box-login{
    padding:25px 100px;
    background: #f2f2f2;
    height: 430px;
}
.alert{ border-radius:0; }
.alert-info{ margin-bottom:10px; }

.txt20{
    text-align:center;
    font-size:20px;
    font-weight: 400;
    margin:10px 0;
    color: #696969;
}
.txt21{
    text-align:center;
    font-size:24px;
    font-weight: 500;
    margin-bottom:10px;
    color: #696969;
}
.txt23{
    margin: 10px 0px;
    font-size:13px;
}
.txt23 a{
    color: #696969;
    font-weight: 700;
    text-decoration:underline;
}
.txt24{ text-align:center; }
.txt24 a{
    color: #696969;
    text-decoration:underline;
}
.btnLogin{
    border:0;
    margin-bottom:25px;
}
.campo input{
    border: 1pt solid #919191;
    border-radius: 0;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.bg-login{
    background-image: url('../../../uploads/inicio/banner_1578066579_667.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt22{
    text-align:center;
    color: #696969;
}

.btn-primary{
    background-color: #0064AE !important;
    border:0 !important;
}
.alert-login{
    margin-bottom:15px !important;
}

.no-shadow{
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Kits */
.iconKit{ width:91px !important; }

.destacadoKit{
    color:#000000;
    padding:30px;
    border:1pt solid #F1F1F1;
    text-align:center;
    border-radius:10px;
    margin-bottom:25px;
    display:block;
    text-decoration:none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.destacadoKit:hover,
.destacadoKit:focus,
.destacadoKit:active{
    text-decoration:none !important;
    background-color: #F1F1F1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.destacadoKit:hover .txt25,
.destacadoKit:focus .txt25,
.destacadoKit:active .txt25{
    text-decoration:none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.txt25{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.txt25:hover,
.txt25:focus,
.txt25:active{
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btnDownload{
    position: absolute;
    bottom: 30px;
    left: 25px;
    background: #F2A931;
    color: #fff;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnDownload-r{
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    top: 15px;
    clear: both;
    float: right;
}
.btnDownload:hover,
.btnDownload:focus,
.btnDownload:active{
    background: #000;
    color: #F2A931;
    padding: 5px;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btnDownload .feather{
	width:20px;
}
.boxDescarga{
    margin-bottom:25px;
    position:relative;
}
.boxDescarga img{ width: 100%; }

.m0{ margin-bottom: 0 !important; }
.m00{ margin: 0 !important; }

.txt26{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration:none;
    margin-top:10px;
    margin-bottom:25px;
}

/* Textos / layout */
.inputText{
    margin-top: 35px;
    display:inline-block;
}
.title-box{
    float:left;
    width: 100%;
}
.separator-box{
    background:#e9e9e9;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;	
}
.txt27{
    font-size: 18px;
    font-weight: 500;
}
.txt28{
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
}
.mt20{ margin-top:20px; }

/* Form 4 */
.boxForm4{
    color:#696969;
    display:inline-block;
}
.boxForm4 .txt2{
    font-size:26px;
    margin-bottom:20px;
}
.boxForm4 input,
.boxForm4 textarea{
    width:100%;
    padding:5px;
    margin-bottom:15px;
}

/* Acciones */
.btnActions{
    font-size:14px;
    background: #000;
    color:#fff;
    font-weight:600;
    letter-spacing:0.5pt;
    padding: 5px 30px;
    line-height: 30px;
    border:0 !important;
    width: 100%;
    display:inline-block;
    text-align:center;
    margin-bottom: 20px;
}
.btnActions:hover,
.btnActions:focus,
.btnActions:active{
    text-decoration:none;
    background: #696969;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grey.btnActions{ background: #696969; }
.green.btnActions{ background:#000; }

.btnAccion{
    font-size:12px;
    background: #000;
    color:#fff;
    font-weight:600;
    padding: 5px 10px;
    line-height: 30px;
    border:0 !important;
    text-align:center;
    border-radius: 4px;
}
.btnAccion:hover,
.btnAccion:focus,
.btnAccion:active{
    text-decoration:none;
    opacity: 0.8;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.green.btnAccion{ background:#B3C618; }

/* Utilidades */
.pr0{ padding-right:0; }

.mandatorio{
    color:#C92132;
    font-weight:700;
}

/* Equipo */
.list-equipo,
.list-equipo li{
    margin:0;
    padding:0;
}
.list-equipo li{
    list-style-type: none;
    font-size: 14px;
}

.txt29{
    margin:0;
    padding:0;
    font-size: 18px;
    text-transform:uppercase;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1pt solid #696969;
    margin-bottom:10px;
}

.txt30{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
}

.badge-estado{
    margin-top: 5px;
    background:#F1F1F1;
    color:#696969;
    padding: 10px;

}

.list-equipo li:first-child{
    margin-top:10px;
}

.textarea-custom{
    height: 150px !important;
    padding:10px !important;
}

/* Links */
.boxlink{ text-decoration:none; }
.boxlink:hover,
.boxlink:focus,
.boxlink:active{
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.txt31{
    font-weight: 600;
    font-size: 22px;
    color:#696969;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boxMain{ position:relative; }

.home-caption{
    position: absolute;
    right: 15px;
    top: 45%;
    float: right;
    text-align:right;
}

.txt32{
    display: inline-block;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    background: #FCAA45;
    text-decoration: none;
    padding: 10px 20px 5px 20px;
    text-transform: uppercase;
    clear: both;
    float: right;
}

.boxlink:hover h2,
.boxlink:focus h2,
.boxlink:active h2{
    color:#000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boxlink img{ width: 100%; }

.icon-red{
    color:red;
    font-size: 10px !important;
}

.btnPrint{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:7px 7px 5px 7px;
    border-radius:0;
}
.btnPrint:hover{ color:#fff; }

.carousel-control-next, .carousel-control-prev{
	opacity:1!important;
}

.carousel-control-next .feather, .carousel-control-prev .feather{
	background-color:#696969;
	color:#fff;
	opacity:1;
	width:40px;
	height:25px;
	padding:3px;
}
.carousel-control-next:hover  .feather, .carousel-control-next:focus  .feather, .carousel-control-next:active  .feather, .carousel-control-prev:hover  .feather, .carousel-control-prev:focus  .feather, .carousel-control-prev:active  .feather{
    color: #5D5D5D;
    background: #fff;	
	opacity:1;
}
.accordion-button, .accordion-button:not(.collapsed){
	background-color:#f5f5f5;
	color:#333;
	font-size: 16px;
	font-weight: 500;
    padding: 10px 15px;
    border: 0!important;
	border: 1pt solid #ddd!important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	

}
.accordion-body{
border-left: 1pt solid #ddd!important;	
border-right: 1pt solid #ddd!important;
border-bottom: 1pt solid #ddd!important;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.accordion-item{
	 border: 0 !important;
	 margin-bottom:15px !important;
	 
}
.accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.form-internal label{
font-weight:700;	
margin-bottom:5px;
}
.form-internal label>sup{
    color:#C92132;
    font-weight:700;
	font-size:14px;
	top: 0;
}
.form-internal input[type="text"],.form-internal input[type="number"],.form-internal input[type="email"],
.form-internal textarea,
.form-internal select{
    border: 1pt solid #919191;
    border-radius:0;
    line-height: 0.8em;
    height: 40px;
	color:#696969;
}
textarea.form-textarea{
	height: 8rem !important;
	padding:.8rem;
}
.aj3{
	margin-top:5px;
}

.table-requests{
	color:#696969;
	line-height:1rem;
}
.goBackLink{
	color:#696969;
	text-decoration:underline;
}
.goBackLink .feather{
	width:15px;
	vertical-align:middle;	
}
.table-logs th{
	color:#696969;
	
}
.table-logs >:not(:last-child)>:last-child>*{
	border-color:#dee2e6;
	border-bottom-width:2px;
}

.form-switch{
    display: block;
    margin-left: 2.5rem;	
}

/* #dee2e6 */
/* Responsive general (NO menú) */
@media(min-width:0px){
	.colCar{
		width:50%;
		text-align:center;
	}	
	.txtCar{
		margin-bottom:25px;
		
	}
	.padd-top{
		padding-top:55px;
	}
	.form-internal label{
	margin-top:10px;
	}	
}
@media(min-width:690px){
	.colCar{
		width:25%;
	}	
	.txtCar{
	margin-right:15px !important;	
	}	
}
@media(min-width:992px){
	.carousel-control-next, .carousel-control-prev{
		width:10%;
	}
	.padd-top{
		padding-top:0;
	}
	.form-internal label{
	margin-top:0;
	}		
}

@media(max-width:1200px){

    .btnLocalizar{
        display:inline-block;
        text-align: center;
    }
    .sidebarBloque{ padding: 20px; }
}

@media(max-width:1100px){
    .captionItem{ margin-top: 60px; }
    .space3{ height:30px; }
    .box-login{
        margin-bottom: 15px;
        height: auto;
        padding:25px 50px;
    }
    .bg-login{ display:none; }
}

@media(max-width:991px){
    .colFoot{ margin-bottom:30px; }
    #sliderHome .carousel-control{ width:8%; }
    .contenido{ padding-left:15px; }
    #formBuscar select,
    #formBuscar input{ margin-bottom:15px; }
    .boxlink{ margin-bottom: 25px; }
    .aj1{ padding-left:0; }
    .txt29{ margin-top:15px; }
}


/* Mobile general */
@media(max-width:690px){
    .captionItem{
        width:100%;
        margin-left: 0;
        bottom:0;
    }
    .contCar{
        margin-top: 0;
        margin-bottom: 30px;
    }
    #sliderHome .carousel-control{ width:15%; }

    .boxCaracteristicas{
        padding-left:15px;
        border-top: 2pt solid #000;
        border-bottom:2pt solid #000;
        border-left:0;
        text-align:center;
    }
    .logoFooter:nth-child(3){ margin-left:5px; }

    .boxListado .txt2{
        width: 100%;
        margin-top: 0;
    }
    .btnListado{
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin-top:15px;
        margin-bottom:30px;
    }
    .accionesProductos{
        position: relative;
        top: auto;
        right: auto;
        z-index: 1;
        float: left;
        margin-top: 15px;
    }
    .contenido{ padding-left:15px; }
    .txt8{ background:#F1F1F1; }
    .txt6{
        padding-top:0;
        padding-bottom:0;
    }
    .btnCompartir{
        float:left;
        margin: 0;
    }
    .boxListado{
        margin:5px;
        margin-bottom:15px;
    }
    #sliderListado .txt7{
        font-size: 28px;
    }
    #formBuscar select,
    #formBuscar input{
        margin-bottom:15px;
    }
}
