/* CSS Document */

 /* Estilo general */
body {
        font-family: "Roboto Slab", serif;
        line-height: 1.6;
		font-size: 16px;
		font-weight: normal;
        background: #f8f9fa;
        color: #333;
}
img, iframe{
	max-width:100%;
}
/* Encabezado Top Area */
.header-top-area {
        background: #1C1C1C;
        color: white;
        padding: 10px 0;
        font-size: 14px;
}
.header-top-area i{
		color: rgb(255, 204, 0);
}
.header-top-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
}
.header-top-menu li {
        margin-right: 15px;
}
.header-top-menu a {
        color: white;
        text-decoration: none;
}
.header-top-menu a:hover {
        text-decoration: none;
}
.header-content-right{float:right;}
        
/* Banner Superior */
.banner {
        /*background: #ffed00;*/
		background: transparent;
        color: white;
        padding: 20px 0;
}
.banner img {
        max-height: 50px;
}
.navbar {
        padding: 0;
		color:#000;
}
.navbar-dark .navbar-nav .nav-link{color:#FFF;}


h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Exo", sans-serif;
    line-height: 1.4em;
    color: #1d1d1f;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
h1{
	color:#FFF !important;
	font-weight: 900;
    font-size: 50px;	
}
.copy-superior{
	text-align:center;
	font-size:20px;
	color:#FFF;
	margin:10px auto;
	font-family: "Exo", sans-serif;
	position:relative;
}
.copy-superior span{position:relative;}
.copy-superior span:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #E91E22;
    left: -20px;
    top: 30%;
    border-radius: 50%;
}
.copy-superior span:after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #E91E22;
    right: -20px;
    top: 30%;
    border-radius: 50%;
}
.section {
    background: #ffffff;
    padding: 80px 0;
}
.section .fa-3x {
    color: #ffcc00;
}
/* Formulario de Reserva */
#banner-formulario-reserva{
	background:#000;
	padding:20px;
	padding-bottom:40px;
}
#banner-formulario-registro h1{
	color:rgb(255, 204, 0);
	text-align:center;
	margin-bottom:15px;
}
/* Formulario de Reserva */
#banner-formulario-registro{
	background:#555;
	padding:20px;
	padding-bottom:40px;
}
#banner-formulario-reserva h1{
	color:rgb(255, 204, 0);
	text-align:center;
	margin-bottom:15px;
}
.form-reserva {
     background: #f9f9f9;
     padding: 30px;
     border-radius: 10px;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-registro{
    background: #FFF;;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);	
}
.texto-form-registro{font-size:18px; margin-bottom:35px; text-align:center;}
.form-reserva h2{
	text-align:center;
	font-weight: 900;
    font-size: 30px;
	color:#333;
	margin-bottom: 30px;
}
.form-reserva textarea {
     resize: none;
}
/* color botones*/
.btn-yellow{
	background: #ffcc00;
    font-weight: 700;
}
.btn-yellow:hover{
	background:#333;
	color:#ffcc00;
}
/*Heading*/
.heading-content{
    font-weight: bold;	
    margin-bottom: 60px !important;
}
.heading-center{
	margin: auto;
    text-align: center;
}
.heading-left{
	margin: left;
    text-align: left;
}
.border-yellow {
    position: relative;
}
.border-yellow:after {
    position: absolute;
    content: "";
    background: #ffcc00;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 60px;
    height: 6px;
}
.heading-center.border-yellow:after{
	margin: auto;
}
.heading-content .title {
    font-size: 45px;
    color: inherit;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}
.heading-content .subtitle {
    font-family: inherit;
    font-size: 20px;
    color: inherit;
    font-weight: bold;
    margin-top: 0;
}
.heading-content .title-description {
	font-size: 17px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    line-height: 22px;
    padding: 20px 0 10px 0;
    max-width: 60%;
}
.night-rider {
    background-color: #2C2C2C;
}
/*seccion funcionamiento*/
.paso {
    margin-bottom: 40px;
}

.paso h4 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.paso p {
    color: #2c3e50;
}

.paso-icono {
    /*background-color: #3498db;*/
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
}

.paso-icono i {
    font-size: 2.5em;
}

.about-service {
    padding: 30px 30px 15px;
	color:#FFF;
}


/* Sección de Bienvenida */
.wellcome-block {
            background-color: #FFF;
            padding: 60px 0;
}
.wellcome-block .heading-content {
            margin-bottom: 40px;
}
.wellcome-block .about-image img {
            max-width: 100%;
            height: auto;
}

#porque-nosotros .service-block {
            margin-bottom: 30px;
            text-align: center;
}
#porque-nosotros .service-block i {
            color: #ffcc00;
            font-size: 48px;
            margin-bottom: 20px;
}
#porque-nosotros .service-title {
            color: #333;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
}
#porque-nosotros .about-service-title, .wellcome-block .about-service-title{
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
#porque-nosotros .title {
    margin-bottom: 10px;
}
#porque-nosotros .description {
    color: #444;
    font-size: 16px;
    line-height: 19px;
}
.wellcome-tab .description{
	color: #333;
}

.service-block {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 20px;
}

.service-block:hover {
    transform: translateY(-10px);
}

.service-block i {
    color: #ffcc00;
}

.service-block h4 {
    font-size: 24px;
}

/*preguntas frecuentes */
.faq {
    margin-top: 40px;
}

.faq h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
	position:relative;
    width: 100%;
    padding: 15px;
	padding-right: 50px;
    text-align: left;
    background-color: #ffcc00;
    color: #333;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 1.2em;
	border: 1px solid #333;
	margin-bottom:0;
}
.faq-question i{
	position:absolute;
	right:20px;
	top:20px;	
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-top: none;
}

.faq-answer p {
    margin: 0;
}
 
/*lista servicios*/
.servicios-lista {
    list-style-type: none;
    padding: 0;
}

.servicios-lista li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.servicios-lista li i {
    font-size: 24px;
    margin-right: 15px;
    color: #ffcc00;
}

.servicios-lista li span {
    font-size: 18px;
    color: #2c3e50;
}

/*Informacion adicional opciones reserva*/
.option {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.option:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.option-icon {
    font-size: 40px;
    color: #ffcc00;
}

.option-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00;
    margin-top: 10px;
}

.option-description {
    font-size: 18px;
    line-height: 1.6;
}

#telefonos, #paradas {
    padding: 10px;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #e9ecef;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
       
/* Footer */
.footer {
    background: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer p {
    margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
			.wellcome-block .col-md-5 {
                margin-bottom: 30px;
            }
            .wellcome-block .nav-tabs .nav-link {
                font-size: 16px;
                padding: 10px;
            }
            .wellcome-block .service-block i {
                font-size: 36px;
            }
            .wellcome-block .service-title {
                font-size: 20px;
            }
}



/************ ESTILOS PARA BANNER FUN FACTS ***************************/
.fun-facts-block {
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			padding: 40px 0;
			color: #fff;
			text-align: center;
}
.fun-facts-block .stat-count {
			font-size: 48px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #fff;
}
		
.fun-facts-block .milestone-details {
			font-size: 18px;
}
@media (max-width: 768px) {
		.fun-facts-block .stat-count {
			font-size: 36px;
		}
}

/*********************************************************************/

.link-relacionado{
	text-decoration: none;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    background-color: #222;
    color: #FFF;
    border: 2px solid #ffcc00;
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}
.link-relacionado:hover{
	background-color:#ffcc00;
	color:#000;
	text-decoration:none;
}


/************************* ADAPTACIO MEDIA QUERIES ********************************************/
/**********TABLET************/
@media (max-width: 800px) {
	h1{font-size:40px;}
	.copy-superior span{font-size: 18px;display:inline-block;}
	.heading-content .title{font-size:35px;}
	.h4, h4 {font-size: 1.3rem;}
	.texto-form-registro{font-size:16px;}

}
/**********MOBIL************/
@media (max-width: 450px) {
	body{font-size: 14px;}
	h1{font-size:25px;}
	.copy-superior span{font-size: 14px;}
	.heading-content .title{font-size:20px;}
	.h4, h4 {font-size: 1.1rem;}
	.header-content-right span{display:none;}
	.texto-form-registro{font-size:14px;}
}
