/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

   * NOMBRE:     drspain THEME
   * VERSION:    2.0
   * FECHA:      07 / 11 / 2019

||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/




body {
	font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
	
    margin-bottom: 20px;
    margin-top: 0px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 100;
}

h2 {
	font-family: 'Roboto', sans-serif;
	margin-left: 23px !important;
	font-weight: 300;
	font-size: 27px;
	color: #000
}

h3 {
	text-transform: uppercase;
	color: #ce102c;
}

h4 {
	color: #ce102c;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.facebook {
	margin-right: 15px;
}

p {
	font-size: 18px;
}

img {
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
}


/* CABECERA */

.logo {
	background: #ce102c;
    position: fixed;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    left: 0;
    top: 0;
    height: 74px;
    width: 100%;
    z-index: 9999;
    transition: 1s;
}

.logo:hover {
	background: #ce102c;
    transition: 1s
}

.logo a {
    display: block;
    text-align: center;
    padding: 5px 18px;
}

.logo img {
	height: 69px;
}

.pico {
	background: rgba(0,0,47,1);
	-webkit-clip-path: polygon(483px 20px,963px 0px,0px 0px);
	clip-path: polygon(483px 20px,963px 0px,0px 0px);
    position: fixed;    
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.cabecera {
    background: url(../img/cabecera.jpg) no-repeat center;
    margin-top: 60px;
    height: 310px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.claim {
    background: #f0f0f0;
    background-size: cover;
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
    text-shadow: 2px 0px 3px rgba(0,0,0,.1);
    padding: 50px 0 40px;
    margin: 0;
}

div#edificio-opera {
    margin-top: 60px;
}

.claimdestacado {
	padding: 0;
}

.claimdestacado img {
	width: 100%;
	opacity: .6
}


#form {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 310px;
    z-index: 9999;
}

.prueba-de-manejo {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    line-height: 60px;
    font-weight: 900;
}


.entradilla {
	background: #ce102c;
    color: #fff;
    font-size: 15px !important;
    font-weight: 300;
}

.entradilla h3,
.entradilla strong {
	color: #fff;
}

.entradilla strong {
	font-weight: 600;
}

.padding0 { padding: 0;  }

.bd-sliders {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
    border-radius: 10px;
}

.row.align-items-center {
	padding: 15px 0;
}

.info-edificio {
    padding: 70px 100px;
    text-align: center;
}

.info-edificio a {
    background: #185e94;
    color: #fff;
    padding: 2px 4px;
    border-radius: 125px;
    font-size: 17px;
}

.aa { background: #185e94;  }



.carousel-control.left,
.carousel-control.right {
	background-image: none;
}


.formulario {
	margin: 0 auto;
	max-width: 490px;
}

.formulario textarea,
.formulario input {
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,.1);
	color: #495057;
}

.formulario a {
	color: #ce102c;
	text-decoration: underline;
}



.input-nombre {
	margin-right: 15px;
}

.btn-comun {
	background: #ce102c;
	border-radius: 125px;
	color: #ffffff;
	padding: 7px 35px;
}

.btn-comun:hover {
	background: #ce102c;
	color: #ffffff
}

.que-es {
	padding: 30px;
}

.mapa {
	margin: 25px auto;
}

.logotipos {
	background: #ffffff;
	padding: 100px 0;
}

ul#logotipo {
    overflow: hidden;
    text-align: center;
    padding: 0;
}

#logotipo li {
    display: inline-block;
    margin: 0; 
    padding: 20px;
}

#logotipo a {
	color: #000;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

#logotipo p {
	background: #1a9bfc;
	color: #ffffff;
	font-size: 15px;
	display: block;
	clear: both;
    text-transform: uppercase;
}





/* FOOTER */

footer {
	background: #ce102c;
	color: #fff;
	font-size: 16px;
	padding:15px 0 30px 0;
}

footer a,
footer a:hover {
	color: #fff;
}

footer img {
	margin-left: 15px;
}

footer form {
	display: inline-block;
}

@media (max-width: 991px) {
	footer address {
		text-align: center;
	}
	footer .social {
		text-align: center;
	}
}


@media (min-width: 576px) {
	
	.order-1 {
	    -ms-flex-order: 2 !important;
	    order: 2 !important;
	}

	.order-2 {
	    -ms-flex-order: 1 !important;
	    order: 1 !important;
	}

}

@media (min-width: 768px) {
	
	.order-1 {
	    -ms-flex-order: 1 !important;
	    order: 1 !important;
	}

	.order-2 {
	    -ms-flex-order: 2 !important;
	    order: 2 !important;
	}

}


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

	.cabecera {
	    height: 120px;
	    background-size: 100%;
	}

	.logo a {
		text-align: center;
	}

	.que-es p {
		font-size: : 14px;
	}

	.formulario{
		margin-top: 30px;
	}

	.formulario {
		text-align: center;
	}

	.formulario,
	.formulario input[type="text"] {
		width: 100%;
		max-width: 100%;
	}

	.form-group {
		text-align: center !important;
	    width: 90%;
	    margin: 0 auto;
	}

	.input-nombre {
		margin-right: 36px;
		margin-bottom: 15px;
	}

	.info-edificio {
	    padding: 70px 30px;
	}

}

.form-group img {
    height: 12px;
    margin: -3px 0 0 3px;
}

.form-group select {
    width: 100%;
    background: none !important;
    height: 34px;
}

.dfsk-claro {
	background: #ffffff;
	color: #000000;
}

.dfsk-oscuro {
	background: #f8f8f8;
	color: #000000;
}



h3#tit-sliders {
    text-align: center;
	font-size: 26px;
	width: 85%;
	margin: 0 auto;
	color: #ce102c;
}

h3#sliders img {
	width: 70%;
}

h3#sliders span {
	display: none;
}

h3#sliders strong {
	display: block;
}

h3#sliders em {
    font-style: normal;
    font-size: 20px;
}

.preciosof {
    font-weight: bold;
    font-size: 32px;
    color: orange;
}

.glp {
    color: green;
    font-weight: bolder;
    padding: 1px 4px;
    background-color: white;
    border-radius: 3px;
}

h3#sliders div {
}

.carousel-caption {
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110px;
    width: 100%;
    display: block;
    color: #fff;
}

.carousel-caption img {
    width: 80px;
}

.bd-drevo5 .carousel-caption img {
    width: 100px;
}

.carousel-item {
	position: relative;
}

#asistencia {
	padding: 50px 0;
}

#asistencia h4 {
    text-transform: uppercase;
    color: #aedcfe;
}

.contenido-txt {
	width: 70%;
	margin: 30px auto;
	text-align: center;
}

.invertido {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "imgslider     txtnoslider";
}


.invertido div:first-child {
	grid-area: txtnoslider;
}

.invertido div:last-child {
	grid-area: imgslider;
}

footer h5 {
	color: #f5f5f5;
	text-transform: uppercase;
}

footer div {
	padding: 20px 0;
}

.tit-slider {
    font-weight: 800;
    font-size: 55px;
}

.tit-slider span {
	color: #999;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}

#carrozados img {
	width: 100%;
}

#carrozados p {
	font-weight: 300;
}

#carrozados h2 {
	color: #ce102c;
	font-weight: 800;
}

#carrozados strong {
	color: #ce102c;
	font-weight: 800;
}

#carrozados a {
    background: #ce102c;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 15px;
}

#carrozados a:hover {
	background: #e81333;
	color: #ffffff;
	text-decoration: none;
}

.electrico {
    background: #0098EB;
    color: #ffffff !important;
    font-weight: 400 !important;
    display: inline-block !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.carousel-control-next, 
.carousel-control-prev {
	color: red !important
}

.carousel-control-prev-icon {
	background: url(../img/prew.svg) no-repeat center;
}

.carousel-control-next-icon {
	background: url(../img/next.svg) no-repeat center;
}

.carousel-indicators li {
	background-color: #ce102c !important;
}


