﻿@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

a {
    color: #BA7028;
    color: #337AB7;
}

a:hover {
    color: #BA7028;
    color: #337AB7;
}

.accomodation {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
}


.footer-v1 a,
.footer-v1 a:hover {
    color: #BA7028;
}

.bg-color-light {
    background-color: #f7f7f7 !important;
}

.bg-color-primary {
    background-color: #337ab7;
}

.bg-color-success {
    background-color: #5cb85c;
}

.bg-color-info {
    background-color: #5bc0de;
}

.bg-color-warning {
    background-color: #f0ad4e;
}

.bg-color-danger {
    background-color: #d9534f;
}

.bg-fotos {
    background: rgba(0, 0, 0, 0) url("../image/faces.jpg") repeat fixed 50% 0;

}

.bold {
    font-weight: bold;
}

.pregunta-text {
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
    font-weight: bold;
}

.respuesta-text {
    font-size: 1.2em;
    margin-left: 30px;
    padding: 5px;
    font-weight: normal;
}

.radio-text {
    margin-left: 15px;
}

.subrayado {
    text-decoration: underline;
}

.btn-guardar-test {
    font-size: 1.3em !important;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 30px;
}

@media (max-width: 621px) {
    .btn-test {
        margin-top: 20px;
    }
}

.border-img {
    border-radius: 10px;
}

@media (max-width: 765px) {
    .boton-download-brochure-home {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {

    .botones-home-brochure {
        text-align: center;
    }

    .boton-summer-camps-home,
    .boton-sport-camps-home {
        margin-top: 20px;
        text-align: center;
    }

}

@media (min-width: 1200px) {
    .botones-home-brochure {
        margin-top: 20px;
    }
}

.boton-items-home {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .btn-home {
        width: 100% !important;
    }
}


@media (max-width: 1199px) {
    .boton-sport-camps-home .boton-summer-camps-home {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1202px) {
    .boton-enroll-home .boton-enroll-home .boton-download-brochure-home {
        margin-bottom: 30px;
    }

    .boton-sport-camps-home {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .boton-enroll-home .boton-enroll-home .boton-download-brochure-home {
        margin-bottom: 30px;
    }

    .boton-sport-camps-home {
        margin-bottom: 20px;
    }
}


.botones-summer-camps a {
    margin-top: 5px;
}

.btn-u {
    background: #72c02c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.cabecera {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222;
}

.cabecera .contacto {
    color: #333333;
    color: #337AB7;
    font-size: 1em;
}

.cabecera .contacto .telefono span {
    /*background-color: #BA7028;*/
    color: black;
    font-weight: bold;
    padding: 4px 10px;
    margin-right: -10px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .cabecera .contacto .telefono {
        margin-top: 10px;
    }

    .cabecera .contacto .telefono span {
        font-size: 2em;
    }
}

.checks-section {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;

}


.color-primary {
    color: #337ab7;
}

.color-success {
    color: #5cb85c;
}

.color-info {
    color: #5bc0de;
}

.color-warning {
    color: #f0ad4e;
}

.color-danger {
    color: #d9534f;
}

.color-white {
    color: #fff;
}

.contact-otros-titulo {
    font-size: 1.4em;
    color: #888;
    font-weight: bold;
}

.contact-otros-item {
    font-size: 1.4em;
    color: #888;
}

.contenedor-botones {

    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenedor-botones-row {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.da-slider {
    background: transparent url("../image/foto-banner01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Higher Resolutions*/
@media (min-width: 1440px) {
    .da-slide h2,
    .da-slide p {
        margin-left: 3%;
    }

    .da-slide .da-img {
        margin-left: 0%;
    }
}

@media (min-width: 1680px) {
    .da-slide h2,
    .da-slide p {
        margin-left: 7%;
    }

    .da-slide .da-img {
        margin-left: 0%;
    }
}

@media (min-width: 1920px) {
    .da-slide h2,
    .da-slide p {
        margin-left: 12%;
    }

    .da-slide .da-img {
        margin-left: -18%;
    }
}


.dropdown-toggle {
    margin-bottom: 0;
    border: 1px solid yellow;
    border: 0;
}

.dropdown-menu {
    /*top: 80%;
    z-index: 0;
    border: 1px solid red;*/
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

.dropdown-menu > li > a {
    color: #FFF;
    border-bottom: 1px solid #303030;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #56BAE0;
    background-color: #303030;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #56BAE0;
    background-color: #303030;
}

.error-inline {
    color: #E74C3C;
    font-size: 0.9em;
}

.error {
    border-color: red;
}

.etiqueta-fecha {
    font-size: 1em;
}

@media (max-width: 991px) {
    .etiqueta-fecha {
        display: inline-block;
        margin-bottom: 10px;
    }
}


@media (max-width: 991px) {

    .fancybox-nav span {
        visibility: visible;
    }
}

.fechaInicioOficial {
    font-weight: bold;
}


/** INICIO FOOTER **/


a.footer-telf-movil, a.footer-telf-movil:hover {
    color: white;
    display: block;
    padding: 8px 0;
    font-size: 1.5em;
}

.footer-logo {
    margin: 17px 0 20px;
    margin-right: 20px;
}

/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
    padding: 100px 0;
    background: #272727;

}

.footer-v1 .footer p {
    color: #eee;
}

.footer-v1 .footer h2 {
    color: #eee;
    font-size: 18px;
    font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
    border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.footer-v1 address {
    line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
    /*background: url(../../img/map-img.png) 5px 60px no-repeat;*/
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #BA7028 !important;
}

/*Copyright*/
.footer-v1 .copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px;
}

.footer-v1 .copyright p {
    color: #eee;
    margin-top: 14px;
}

.footer-v1 .copyright a {
    margin: 0 2px;
}

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right;
}

.footer-v1 .footer-socials li a {
    color: #777;
    font-size: 16px;
}

@media (max-width: 991px) {
    .footer-v1 .copyright,
    .footer-v1 .footer-socials {
        text-align: left;
    }

    .footer-v1 .footer-socials li a {
        font-size: 2em;
    }
}


/** FIN FOOTER **/
.form-contacto .txt-des {
    width: 100%;
    height: 260px;
    border: 1px solid #222;
}


.form-contacto-general .txt-des {
    width: 100%;
    height: 260px;
}

.formulario-contacto {
    background-color: #BA7028;
}


.header {
    background-color: #f2f2f2;
}

.header-menu {
    background-color: #272727;
}

.header-socials {
    margin-top: 10px;
}

.header-socials a {
    color: #999;
    text-decoration: none;
}

.header-socials a:hover {
    color: #BA7028;
}


.header-h2-white,
.header-h2-white,
.header-h4-white {
    color: #fff;
    font-weight: bold;
}

/** Block Headline **/


.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
    font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #BA7028;
}

.headline-md {
    margin-bottom: 15px;
}

.headline-md h2 {
    font-size: 21px;
}


.headline-oscuro {
    display: block;
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #bbb;
}

.headline-oscuro h2 {
    font-size: 22px;
}

.headline-oscuro h2,
.headline-oscuro h3,
.headline-oscuro h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #BA7028;
}


/*Heading Options*/
.heading {
    text-align: center;
}

.heading h2 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important; /*For Tagline Boxes*/
}

.heading h2:before,
.heading h2:after {
    content: ' ';
    width: 70%;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}

.heading h2:before {
    right: 100%;
}

.heading h2:after {
    left: 100%;
}

@media (max-width: 768px) {
    .heading h2:before,
    .heading h2:after {
        width: 20%;
    }
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
    top: 17px;
    border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
    top: 17px;
    border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
    top: 17px;
    border-bottom-style: dotted;
}


img.img-bordered-danger {
    border: 1px solid #d99897 !important;
    padding: 3px !important;
}

img.img-bordered-primary {
    border: 1px solid #7d9cb7 !important;
    padding: 3px !important;
}

/*--------------------------------------------------
	[3. Image Hover Effects]
----------------------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-v1 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
}

.img-hover-v1:hover span:after {
    background: rgba(0, 0, 0, 0.3);
}

.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
    transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
    -transform: scale(1.1);
}

/*Image Hover v2*/
.img-hover-v2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}


.input-group-addon {
    background: #fff none repeat scroll 0 0;
    color: #b3b3b3;
    font-size: 14px;
}

.items-home {
    font-size: 1.2em;
    color: #353535;
}

.items-home i {
    font-weight: bold;
}

/*Font Awesome Icon Styles*/
i.icon-custom {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}

i.icon-color-u {
    color: #337AB7;
    border: solid 1px #337AB7;
}


/*Link List*/
.link-list li {
    border-top: solid 1px #353535;
}

.link-list li:first-child {
    border-top: none !important;
}

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-60 {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .m-b-xs-10 {
        margin-bottom: 10px;
    }

    .m-t-xs-10 {
        margin-top: 10px;
    }

    .m-b-xs-20 {
        margin-bottom: 20px;
    }

    .m-t-xs-20 {
        margin-top: 20px;
    }

    .m-b-xs-30 {
        margin-bottom: 30px;
    }

    .m-t-xs-30 {
        margin-top: 30px;
    }

    .m-b-xs-40 {
        margin-bottom: 40px;
    }

    .m-t-xs-40 {
        margin-top: 40px;
    }

    .m-b-xs-50 {
        margin-bottom: 50px;
    }

    .m-t-xs-50 {
        margin-top: 50px;
    }

    .m-b-xs-60 {
        margin-bottom: 60px;
    }

    .m-t-xs-60 {
        margin-top: 60px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .m-b-sm-10 {
        margin-bottom: 10px;
    }

    .m-t-sm-10 {
        margin-top: 10px;
    }

    .m-b-sm-20 {
        margin-bottom: 20px;
    }

    .m-t-sm-20 {
        margin-top: 20px;
    }

    .m-b-sm-30 {
        margin-bottom: 30px;
    }

    .m-t-sm-30 {
        margin-top: 30px;
    }

    .m-b-sm-40 {
        margin-bottom: 40px;
    }

    .m-t-sm-40 {
        margin-top: 40px;
    }

    .m-b-sm-50 {
        margin-bottom: 50px;
    }

    .m-t-sm-50 {
        margin-top: 50px;
    }

    .m-b-sm-60 {
        margin-bottom: 60px;
    }

    .m-t-sm-60 {
        margin-top: 60px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .m-b-md-10 {
        margin-bottom: 10px;
    }

    .m-t-md-10 {
        margin-top: 10px;
    }

    .m-b-md-20 {
        margin-bottom: 20px;
    }

    .m-t-md-20 {
        margin-top: 20px;
    }

    .m-b-md-30 {
        margin-bottom: 30px;
    }

    .m-t-md-30 {
        margin-top: 30px;
    }

    .m-b-md-40 {
        margin-bottom: 40px;
    }

    .m-t-md-40 {
        margin-top: 40px;
    }

    .m-b-md-50 {
        margin-bottom: 50px;
    }

    .m-t-md-50 {
        margin-top: 50px;
    }

    .m-b-md-60 {
        margin-bottom: 60px;
    }

    .m-t-md-60 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .m-b-lg-10 {
        margin-bottom: 10px;
    }

    .m-t-lg-10 {
        margin-top: 10px;
    }

    .m-b-lg-20 {
        margin-bottom: 20px;
    }

    .m-t-lg-20 {
        margin-top: 20px;
    }

    .m-b-lg-30 {
        margin-bottom: 30px;
    }

    .m-t-lg-30 {
        margin-top: 30px;
    }

    .m-b-lg-40 {
        margin-bottom: 40px;
    }

    .m-t-lg-40 {
        margin-top: 40px;
    }

    .m-b-lg-50 {
        margin-bottom: 50px;
    }

    .m-t-lg-50 {
        margin-top: 50px;
    }

    .m-b-lg-60 {
        margin-bottom: 60px;
    }

    .m-t-lg-60 {
        margin-top: 60px;
    }
}

/** INICIO NAVBAR **/

.navbar {
    min-height: 34px;
    border: none;
    /*border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;*/
    margin-bottom: 0;
}

.navbar a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.navbar-toggle {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 2px 2px;
    background-color: transparent;
    color: white;
    color: #BA7028;

    margin-bottom: 2px;
    margin-right: 15px;
    margin-top: 2px;
}

.navbar-toggle-button {
    padding: 6px 7px;
    margin-top: 2px;
    margin-right: 15px;
    margin-bottom: 2px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    color: #222;
    color: #BA7028;
}

.navbar-toggle-button .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;

}

.navbar-toggle-button .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
    background-color: #BA7028;
}

.navbar-default {
    background-color: transparent;
}

.navbar-nav li a {
    padding-bottom: 8px;
    padding-top: 8px;

}

.navbar-nav .active > a {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #303030;
    color: #56BAE0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #56BAE0;
    background-color: #303030;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #56BAE0;
    background-color: #303030;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/* FIN NAVBAR*/

.no-padding {
    padding: 0;
}


.overflow-hidden {
    overflow: hidden;
}

.p-10 {
    padding: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-20 {
    padding: 10px;
}

.p-t-20 {
    padding-top: 10px;
}

.p-b-20 {
    padding-bottom: 10px;
}

.p-l-20 {
    padding-left: 10px;
}

.p-r-20 {
    padding-right: 10px;
}


@media (max-width: 767px) {
    .p-xs-10 {
        padding-top: 10px;
    }

    .p-t-xs-10 {
        padding-top: 10px;
    }

    .p-b-xs-10 {
        padding-bottom: 10px;
    }

    .p-l-xs-10 {
        padding-left: 10px;
    }

    .p-r-xs-10 {
        padding-right: 10px;
    }

    .p-xs-20 {
        padding: 10px;
    }

    .p-xs-t-20 {
        padding-top: 10px;
    }

    .p-xs-b-20 {
        padding-bottom: 10px;
    }

    .p-xs-l-20 {
        padding-left: 10px;
    }

    .p-xs-r-20 {
        padding-right: 10px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .p-sm-10 {
        padding: 10px;
    }

    .p-sm-t-10 {
        padding-top: 10px;
    }

    .p-sm-b-10 {
        padding-bottom: 10px;
    }

    .p-sm-l-10 {
        padding-left: 10px;
    }

    .p-sm-r-10 {
        padding-right: 10px;
    }

    .p-sm-20 {
        padding: 10px;
    }

    .p-sm-t-20 {
        padding-top: 10px;
    }

    .p-sm-b-20 {
        padding-bottom: 10px;
    }

    .p-sm-l-20 {
        padding-left: 10px;
    }

    .p-sm-r-20 {
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .m-b-md-10 {
        margin-bottom: 10px;
    }

    .p-md-10 {
        padding: 10px;
    }

    .p-md-t-10 {
        padding-top: 10px;
    }

    .p-md-b-10 {
        padding-bottom: 10px;
    }

    .p-md-l-10 {
        padding-left: 10px;
    }

    .p-md-r-10 {
        padding-right: 10px;
    }

    .p-md-20 {
        padding: 10px;
    }

    .p-md-t-20 {
        padding-top: 10px;
    }

    .p-md-b-20 {
        padding-bottom: 10px;
    }

    .p-md-l-20 {
        padding-left: 10px;
    }

    .p-md-r-20 {
        padding-right: 10px;
    }

}

@media (min-width: 1200px) {
    .m-b-lg-10 {
        margin-bottom: 10px;
    }

    .p-lg-10 {
        padding: 10px;
    }

    .p-lg-t-10 {
        padding-top: 10px;
    }

    .p-lg-b-10 {
        padding-bottom: 10px;
    }

    .p-lg-l-10 {
        padding-left: 10px;
    }

    .p-lg-r-10 {
        padding-right: 10px;
    }

    .p-lg-20 {
        padding: 10px;
    }

    .p-lg-t-20 {
        padding-top: 10px;
    }

    .p-lg-b-20 {
        padding-bottom: 10px;
    }

    .p-lg-l-20 {
        padding-left: 10px;
    }

    .p-lg-r-20 {
        padding-right: 10px;
    }
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}

/*--------------------------------------------------
Parallax Team]
----------------------------------------------------*/
.parallax-team {
    background: url(../image/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
    position: relative;
}

.parallax-team:before,
.parallax-team-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
}

/*Parallax Team*/
.parallax-team {
    background: url(../image/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
    position: relative;
}

.parallax-team-dark:before {
    background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------
END Parallax Team]
----------------------------------------------------*/

.precios-borde {
    border-bottom: 1px solid #ddd;
}

.precios-col {
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}

.precios-col1 {
    margin-top: 65px;
}

.precios-tabla-cabecera {
    min-height: 65px;
    text-align: center;
    padding-top: 20px;
    background-color: #5cb85c;
    border-radius: 3px 3px 0 0;
    color: #fafafa;
    font-weight: bold;
    font-size: 1.6em;
}

.precios-tabla-item {
    min-height: 40px;
    padding-top: 10px;
    text-align: center;
}

.precios-tabla-precio {
    min-height: 65px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 1.8em;
    color: #888;
}

@media only screen and (max-width: 991px) {
    .precios-tabla-item {
        min-height: 50px;
        padding-top: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 551px) {
    .precios-tabla-item {
        min-height: 60px;
        padding-top: 10px;
        text-align: center;
    }

    .tablas-semanas {
        padding-left: 20px;
    }
}

.precios-tabla-cursos {
    min-height: 426px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 1.8em;
    color: #888;
}

.precio-verde {
    background-color: #5CB85C;
    color: #fff;
    font-size: 3em;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    padding: 10px 0;
}

.programa-dias {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.reg-page {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
    color: #555;
    padding: 30px;
}

.reg-header {
    border-bottom: 1px solid #eee;
    color: #555;
    margin-bottom: 35px;
    text-align: center;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.reg-page label {
    color: #777;
}


.rounded-x {
    border-radius: 50% !important;
}


.secciones-home {
    margin-top: 20px;
}

/*INICIO Service Block v6
------------------------------------*/
.service-block-v6 i {
    float: left;
    margin: 5px 15px 0 0;
}

.service-block-v6 .service-desc {
    overflow: hidden;
}

.service-block-v6 .service-desc h2 {
    font-size: 18px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.service-block-v6 .service-desc h3 {
    font-size: 18px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.service-block-v6 .service-desc a {
    text-transform: uppercase;
}

/* FIN Service Block v6
------------------------------------*/


.summer-camp-choose {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*Team v4
------------------------------------*/
.team-v4 {
    text-align: center;
}

.team-v4 img {
    width: 100%;
    margin-bottom: 20px;
}

.team-v4 span {
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-v4 small {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.team-v4 .team-social-v4 a {
    color: #555;
    font-size: 16px;
}

.team-v4 .team-social-v4 a:hover {
    color: #72c02c;
    text-decoration: none;
}


/** INICIO Testimonials v4 **/
.testimonials-v4 .testimonials-v4-in {
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 20px 55px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: -25px 0 0 -40px;
    font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.testimonials-v4 .testimonials-v4-in p {
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.testimonials-v4 img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
    color: #555;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-top: 8px;
    padding-left: 8%;
    text-transform: uppercase;

}

.testimonials-v4 .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize;
}

/** FIN Testimonials v4 **/


/* INCIO THUMBNAIL */

.thumbnails-v1 .thumbnail-img {
    margin-bottom: 12px;
}

.thumbnails-v1 h3 {
    margin-bottom: 5px;
}

.thumbnails-v1 h3 a {
    color: #555;
    font-size: 15px;
    text-transform: uppercase;
}

.thumbnails-v1 .read-more {
    color: #BA7028;
    font-size: 12px;
    text-transform: uppercase;
}


/* INCIO THUMBNAIL */

.thumbnails .caption a {
    color: orange;
    font-weight: bold;
}

a.thumbnail {
    padding: 0;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
    margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
    color: #585f69;
    font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {

    text-decoration: none;
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 4px 15px;
    position: absolute;
    background: dodgerblue;
    display: inline-block;
    border-radius: 8px;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px Orange;
}

.thumbnail-style:hover a.btn-more {
    right: 10px;
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
    transform: scale(1.2) rotate(2deg);
}

.tamaño-tarjetas {
    width: 94%;
    margin-left: 3%;
}

@media (min-width: 991px) {
    .tamaño-tarjetas {
        width: 100%;
        margin-left: 0;
    }
}

.ticks {
    font-size: 1.5em;
}

.tick {
    color: #BA7028;
}

.logo-cabecera {
    width: 40%;
}

.logo-position {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.texto-al-lado-del-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -160px;
    margin-top: 10px;
}

.text-superior {
    margin-top: -10px;
}

.h2-cabecera {
    font-size: 3em;
}

.h4-cabecera {
    font-size: 1.6em;
}

.p-cabecera {
    font-size: 1.1em;
}

@media (max-width: 1200px) {
    .logo-cabecera {
        width: 35%;
    }

    .logo-position {
        margin-left: 20px;
        margin-top: 25px;
    }

    .texto-al-lado-del-logo {
        margin-left: -135px;
    }

    .h2-cabecera {
        font-size: 2.5em;
    }

    .h4-cabecera {
        font-size: 1.3em;
    }

    .p-cabecera {
        font-size: 1em;
    }
}

@media (max-width: 991px) {
    .logo-cabecera {
        width: 45%;
    }

    .logo-position {
        margin-left: 20px;
        margin-top: 30px;
    }

    .texto-al-lado-del-logo {
        margin-left: -100px;
    }

    .h2-cabecera {
        font-size: 2em;
    }

    .h4-cabecera {
        font-size: 1.2em;
    }

    .p-cabecera {
        font-size: 1.1em;
    }
}

@media (max-width: 771px) {
    .cabecera {
        margin-top: -25px;
    }

    .logo-cabecera {
        width: 28%;
    }

    .logo-position {
        margin-left: 20px;
    }

    .texto-al-lado-del-logo {
        margin-left: -120px;
    }

    .h2-cabecera {
        font-size: 2.5em;
    }

    .h4-cabecera {
        font-size: 1.6em;
    }

    .p-cabecera {
        font-size: 1.4em;
    }
}

@media (max-width: 600px) {
    .logo-cabecera {
        width: 36%;
    }

    .logo-position {
        margin-left: -20px;
    }

    .texto-al-lado-del-logo {
        margin-left: -80px;
    }

    .h2-cabecera {
        font-size: 2.3em;
    }

    .h4-cabecera {
        font-size: 1.4em;
    }

    .p-cabecera {
        font-size: 1.3em;
    }
}

@media (max-width: 500px) {
    .logo-cabecera {
        width: 35%;
    }

    .logo-position {
        margin-left: -20px;
    }

    .texto-al-lado-del-logo {
        margin-left: -70px;
    }

    .h2-cabecera {
        font-size: 2em;
    }

    .h4-cabecera {
        font-size: 1.15em;
    }

    .p-cabecera {
        font-size: 1em;
    }
}

@media (max-width: 400px) {
    .logo-cabecera {
        width: 38%;
    }

    .logo-position {
        margin-left: -20px;
    }

    .texto-al-lado-del-logo {
        margin-left: -60px;
        margin-top: 20px;
    }

    .h2-cabecera {
        font-size: 1.4em;
    }

    .h4-cabecera {
        font-size: 0.9em;
    }

    .p-cabecera {
        font-size: 0.7em;
    }
}


@media (max-width: 767px) {
    .logo .img-responsive {
        margin: 0 auto;
    }

    /* INICIO NAVBAR*/
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #BA7028;
        color: white;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #BA7028;
        background-color: #eeeeee;
        border-bottom: none;
    }

    .margin-xs-top-20 {
        margin-top: 20px;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-left {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .cabecera .contacto {
        font-size: 1.5em;
    }

    .margin-sm-top-20 {
        margin-top: 20px;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-left {
        text-align: left;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {

    .margin-md-top-20 {
        margin-top: 20px;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-left {
        text-align: left;
    }


}

@media (min-width: 1200px) {

    .margin-lg-top-20 {
        margin-top: 20px;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .video-margin {
        margin-top: 20px;
    }
}

.video-margin {
    margin-top: 20px;
}


/*INICIO ENROLLMENT TRANSFER SERVICE*/


.enrollTransferServiceOption {
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin: 0 5% 1% 5%;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.enrollTransferServiceOption:hover {
    border: 2px solid #337AB7;
    margin: 0 0 1% 5%;
}

.enrollTransferServiceOption h4 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.enrollTransferServiceOption:hover > h4 {
    color: #2C5987;
}

.enrollTransferServiceOption.active {
    border: 2px solid #337AB7;
    margin: 0 0 1% 5%;
}

.enrollTransferServiceOption.active h4 {
    color: #2C5987;
}

.enrollTransferServiceOption.active .detalle {
    display: block;
}

.enrollTransferServiceOption .detalle {
    margin: 10px 0 0 0;
    color: #2c5987;
    font-size: 0.95em;
    line-height: 20px;
    display: none;
}


.enrollTransferFrom {
    border-left: 4px solid #337AB7;
    border-radius: 0px;
    margin: 0 5% 0 5%;
    padding: 10px;
}


.divTransferFromOption {
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin: 0 1% 1% 1%;
    padding: 8px;
    cursor: pointer;
    text-align: center;
}

.divTransferFromOption:hover {
    border: 2px solid #337AB7;
}

.divTransferFromOption h5 {
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.divTransferFromOption:hover > h5 {
    color: #2C5987;
}

.divTransferFromOption.active {
    border-color: #337AB7;
}

.divTransferFromOption.active h5 {
    color: #2C5987;
}

.enrollTransferFromForm {
    border: 2px dotted #337AB7;
    background-color: #ebf4fc;
    border-radius: 4px;
    margin: 5% 1% 1% 1%;
    padding: 8px;
}

.has-error .divError {
    background-color: #fdf3f6;
}

/*FIN ENROLLMENT TRANSFER SERVICE*/


.dropdown-idiomas .dropdown-menu {
    background-color: #F7F9F9; /* ajusta a tu color gris claro preferido */
    border-radius: 8px; /* ajusta a cuánto deseas redondear los bordos */
}

.dropdown-idiomas .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-idiomas .dropdown-item img {
    margin-left: 10px; /* genera un espacio a la izquierda de la imagen */
}

.dropdown-idiomas .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    padding: 2px 12px;
    background: #D7DBDD; /* Fondo gris */
    border-radius: 8px; /* Borde redondeado */
    color: black;
    font-size: 15px;
}

.dropdown-idiomas .dropdown-toggle::after {
    content: "";
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    display: inline-block;
    margin-left: 5px; /* Añade un poco de espacio entre el texto y la flecha */
    margin-top: 5px;
    transition: transform 0.3s ease-in-out;
}

.dropdown-idiomas .dropdown-toggle:active::after {
    transform: rotate(180deg);
}

.dropdown-toggle img {
    margin-left: 10px;
}

.dropdown-item {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.btn-contact, .btn-enroll {
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 8px 16px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin: 0 10px;
    margin-right: 0px; /* pequeño margen para pegar los botones */
    border-radius: 5px; /* para hacer los bordes de los botones más suaves */
}

.btn-contact {
    background-color: #ec8200;
    border: none;
}

.btn-enroll {
    background-color: red;
    border: none;
    padding: 8px 20px;
}

.btn-contact:hover, .btn-enroll:hover {
    /* Aquí la sombra se ha hecho sutil, cambiando el color a rgba(0, 0, 0, 0.2),
    y se ha agregado un efecto de oscurecido al fondo de los botones usando otra
    sombra interna de color negro con una opacidad menor.
    Las dos capas de sombra interna darán un efecto de oscurecido y sombreado sutil.*/

    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 0 100px rgba(0, 0, 0, 0.1);

    /* El color del texto se mantiene igual que antes */
    color: white;

    /* Quitamos el subrayado del texto */
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .btn-contact, .btn-enroll {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .btn-contact, .btn-enroll {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    div.telefono {
        position: relative;
        left: -15px;
    }
}

@media only screen and (max-width: 991px) {
    div.telefono {
        position: relative;
        left: -15px;
    }
}

@media only screen and (max-width: 600px) {
    div.telefono span a {
        color: black;
        font-weight: bold;
        text-decoration: none;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 991px) {
    div.telefono span a {
        color: black;
        font-weight: bold;
        text-decoration: none;
        font-size: 0.6em;
    }
}

@media only screen and (max-width: 600px) {
    div.dropdown-idiomas {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .dropdown-menu-right {
        left: 50% !important;
        transform: translateX(-50%);
        right: auto !important;
    }
}

/* CSS para el menú de home */

.fondo-video-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según lo necesites */
    background: url("../image/banner-portada-20230929.jpg") no-repeat center center;
    background-size: cover;
}

.video-img {
    text-align: center;
}

.fondo-video-inner {
    height: 50vh; /* Ajusta este valor a tu gusto */
}

@media screen and (max-width: 550px) {
    .fondo-video-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-img img {
        width: 70vw;
    }
}

.header-h1 {
    font-weight: bold;
    color: #ec8200;
    text-align: center;
}

.header-h1-left {
    font-weight: bold;
    color: #ec8200;
    text-align: left;
}

.header-h2-left {
    font-weight: bold;
    color: #ec8200;
    text-align: left;
}

.header-h3-left {
    font-weight: bold;
    color: #ec8200;
    text-align: left;
}

.home-h4 {
    font-style: italic;
    text-align: center;
}

.home-p {
    text-align: center;
}

.big-font {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 17px;
}

/* CSS para pagina summer camps */

.background-image-summer-camps {
    background: /* Primero, añade la capa oscura */ linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ),
        /* Luego, tu imagen de fondo */ url('../image/collage-isc.jpg') no-repeat center center/cover;

    width: 100%;
    height: 220px;
    position: relative;
}

.center-text {
    position: absolute;
    top: 40%; /* Cambiado de 25% a 50% para centrarlo verticalmente */
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); /* Añadido el -50% en el eje Y para centrarlo correctamente */
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .center-text {
        font-size: 3em;
    }
}

@media only screen and (min-width: 601px) {
    .center-text {
        font-size: 3.5em;
    }
}

@media only screen and (min-width: 992px) {
    .center-text {
        font-size: 4em;
    }
}


.header-h2 {
    font-weight: bold;
    color: #ec8200;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}


.header-h3 {
    font-weight: bold;
    color: #ec8200;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
}

.header-h3-no-bold {
    color: #ec8200;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
}

.header-h3-inverse {
    font-weight: bold;
    background-color: #ec8200;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 5px;
}

.btn {
    /*border-color: #ec8200;*/
    font-size: 16px;
}

.btn-default {
    font-size: 16px;
    border-color: orange;
}

.bg-fondo {
    background-color: #ec8200;
}

.btn-rojo {
    background-color: #df0209;
}

.btn-block {
}

.btn-brochure {
    background-color: #0e9aef;
    border-color: #0e9aef;
}

.video-summer-camps {
    margin-top: 0px !important;
    max-width: 85% !important;
    border-radius: 10px !important;
}

@media only screen and (max-width: 991px) {
    .video-summer-camps {
        margin-top: 2px !important;
        max-width: 90% !important;
        border-radius: 10px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 991px) {
    .texto-about-us {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .texto-about-us {
        margin-top: 20px;
    }
}


.video-clases-español {
    margin-top: 2px !important; /* Añade margen en la parte superior */
    max-width: 85% !important; /* controla el ancho del video */
    border-radius: 10px !important; /* bordes redondos */
}

@media only screen and (max-width: 991px) {
    .video-clases-español {
        margin-top: 2px !important;
        max-width: 90% !important;
        border-radius: 10px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-card {
    width: 160px;
    height: 200px;
    position: relative; /* Esto es necesario para colocar card-content con absolute */
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .custom-card {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-card {
        margin-left: 65px;
    }
}

@media only screen and (max-width: 600px) {
    .custom-card {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 571px) {
    .custom-card {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 511px) {
    .custom-card {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 441px) {
    .custom-card {
        margin-left: -8px;
    }
}

.image-container {
    height: 75%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.image-container img:hover {
    transform: scale(1.1);
}

.card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: white;
    color: black;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;

}

.card-content p.programme-hora {
    font-size: 14px; /* o el tamaño que mejor se ajuste */
    margin: 0;
    padding: 0;
    margin-top: -5px;
    color: #ec8200;
}

.card-content p.programme-descripcion {
    font-size: 12px; /* o el tamaño que mejor se ajuste */
    margin: 0;
    padding: 0;
    color: black;
}

.img-container-accomodation {
    position: relative;
    display: inline-block;
    overflow: hidden;

    z-index: 1;
    margin-bottom: -110px; /* Ajusta este valor dependiendo de cuánto quieres que se superpongan las imágenes */
    border-radius: 8px;
}


.img-accomodation {
    height: 150px;
    width: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-container-accomodation:hover .img-accomodation {
    transform: scale(1.2);
}


.img-text-accomodation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 20px;
}

.img-container-accomodation:hover .img-text-accomodation {
    opacity: 1;
}

.img-container-accomodation2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.img-container-accomodation2:hover .img-accomodation {
    transform: scale(1.2);
}

.img-container-accomodation2:hover .img-text-accomodation {
    opacity: 1;
}

.modal-backdrop {
    display: none;
}

.bg-info {
    background-color: #eaeaea;
}


@media (max-width: 767px) {
    .img-container-accomodation {
        margin-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .img-container-accomodation {
        margin-bottom: 0;
        width: 100%;
    }

    .img-edit-respon {
        width: 100%;

    }
}

.container-summer {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

@media (max-width: 991px) {
    .container-summer {
        margin-top: 0px;
    }
}

.video-culture {
    margin-top: 2px !important;
    max-width: 85% !important;
    border-radius: 10px !important;
}

@media only screen and (max-width: 991px) {
    .video-culture {
        margin-top: 2px !important;
        max-width: 90% !important;
        border-radius: 10px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.img-group {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    /* Ajusta el valor segun tu necesidad */
    .img-group {
        flex-direction: column;
    }
}

.img-container-culture {
    position: relative;
    margin: 40px; /* Añade margen a los lados de cada imagen */
    border-radius: 15px; /* Borded redondeado */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); /* Sombra en la caja */
    overflow: hidden; /* Para tener en cuenta el border-radius en la imagen */
}

.img-text-culture {
    position: absolute;
    color: white !important;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.3); /* Fondo gris con 50% de opacidad */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.img-culture {
    height: 250px;
    width: 270px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-madrid-position {
    object-position: 15% 85%;
}

.img-text-culture p {
    transition: all 0.5s ease-in-out;
}

.img-text-culture .my-p {
    opacity: 0;
    transition: opacity 0.5s;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.img-container-culture:hover .my-p {
    opacity: 1;
    display: block;
    max-height: 100px;
}

.img-container-culture:hover p:not(.my-p) {
    opacity: 0;
    max-height: 0;
}

.oculto {
    display: none !important;
}

.btn-custom-summer {
    padding-top: -100px !important;
    padding-bottom: -20px !important;
    font-size: 18px;
    margin-top: -45px !important;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.card {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 320px; /* Puedes ajustar este valor */
}

.card-img-top {
    max-height: 100px;
    max-width: 100%;
    object-fit: cover;
}

.card-title {
    color: #00bbfa;
}

.card-body {
    font-size: 15px;
}

.h3-header {
    font-size: 30px;
    font-weight: bold;
    color: #ec8200;
    text-align: center;
}

.fondo-components {
    background-color: #eaeaea;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.superposicion-boton {
    position: relative;
    top: -65px;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .superposicion-boton {
        top: -15px;
    }
}

.p-component {
    text-align: center;
    font-size: 16px;
}

/* Estilos para el form contacto */

.card-contact {
    /*width: 90%;*/
    padding: 20px;
    margin: 20px auto;
    border: 2px solid orange;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #f9f9f9;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    /*margin-top: -20px;*/
    margin-bottom: -65px;
}

.card-contact-btn {

}

.card-contact #pais {
    margin-bottom: 0px;
}

.card-contact-formulario {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid orange;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #f9f9f9;
    border-radius: 10px;


    position: relative;
}

.footer-v1 {
    position: relative;
    z-index: 1;
}

.card-contact h2 {
    color: orange;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
}

.card-contact label {
    display: block;
    margin-top: 10px;
    /*margin-bottom: 5px;*/
}

.card-contact input, .card-contact textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #eeeeee;
    border-radius: 10px;
}

.card-contact select {
    width: 100%;
    height: 42px;
    padding: 6px;
    border: none;
    background-color: #eeeeee;
    border-radius: 10px;
}

.card-contact button {
    width: 100%;
    margin-top: 10px; /* space above button */
    background-color: #df0209;
    padding: 6px 0; /* reduced button padding */
    border-radius: 6px;
    text-align: center;
}

.required {
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
}

.card-contact #descripcionContactoPie {
    height: 270px;
}

@media only screen and (max-width: 768px) {
    .card-contact {
        width: 90%;
        padding: 10px;
    }
}


@media screen and (max-width: 991px) {
    br {
        display: block;
    }
}

@media (max-width: 768px) {
    .p-ocultar {
        display: none;
    }

    .h3-criterios {
        margin-left: 15px;
    }

}

.carousel2 {
    display: none;
}

@media (max-width: 991px) {
    .desktop {
        display: none;
    }

    .carousel2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* Estilos para spanish-leisure */

.center-text-leisure {
    position: absolute;
    top: 40%; /* Cambiado de 25% a 50% para centrarlo verticalmente */
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); /* Añadido el -50% en el eje Y para centrarlo correctamente */
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .center-text-leisure {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 601px) {
    .center-text-leisure {
        font-size: 3em;
    }
}

@media only screen and (min-width: 992px) {
    .center-text-leisure {
        font-size: 3.5em;
    }
}

@media only screen and (max-width: 991px) {
    .leisure-margin {
        margin-top: 30px;
    }
}

.contenedor-tablas-semanas {
    border-radius: 8px;
}

.sombra {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
    .tablas-semanas {
        font-size: 1.2em;
    }

    .margin-table {
        margin-bottom: 30px;
    }

    .btn-prices-separacion {
        margin-bottom: 15px;
    }

    .container-oculto-responsive {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .espaciado-contacto {
        display: none;
    }
}

.fuente-dias-semana {
    font-size: 1.2em;
}

.estilo-enlace {
    font-size: 1.2em;
    color: deepskyblue;
}

@media only screen and (max-width: 570px) {
    .estilo-enlace {
        font-size: 0.9em;
    }

    .fuente-dias-semana {
        font-size: 1em;
    }
}

@media only screen and (max-width: 378px) {
    .estilo-enlace {
        font-size: 0.8em;
    }

    .fuente-dias-semana {
        font-size: 0.9em;
    }
}

/*prueba*/

.product {
    position: relative;
    overflow: hidden;
}

.product-container {
    display: flex;
    overflow-x: auto;
    width: calc(33.33% * 3);
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    scroll-behavior: smooth;
}

.product-container::-webkit-scrollbar {
    display: none;
}

.product-card {
    width: 33.33%;
    min-width: 33.33%;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.pre-btn,
.nxt-btn {
    border: none;
    width: 8vw;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}

.pre-btn {
    left: 23%;
}

.nxt-btn {
    right: 23%;
}

.pre-btn img,
.nxt-btn img {
    opacity: 0.5;
    background-color: #9ea6b9;
    border-radius: 50%;
    padding: 10px;
    width: 30%;
}

.pre-btn:hover img,
.nxt-btn:hover img {
    opacity: 1;
}

.img-container-culture {
    position: relative;
    width: fit-content;
}

.img-culture {
    width: 100%;
}

.img-container-culture img {
    display: block;
    width: 100%;
}

.img-text-culture {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .product-container .product-card {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product .product-container {
        width: 100%;
        margin: 0 auto;
    }

    .product .pre-btn {
        left: 0%;
        width: 28%;
    }

    .product .pre-btn img {
        opacity: 1;
    }

    .product .nxt-btn img {
        opacity: 1;
    }

    .product .nxt-btn {
        right: 0%;
        width: 28%;
    }

}

@media screen and (max-width: 572px) {
    .product .pre-btn {
        left: -10%;
        width: 45%;
    }

    .product .nxt-btn {
        right: -10%;
        width: 45%;
    }

    .product .pre-btn img {
        opacity: 1;
    }

    .product .nxt-btn img {
        opacity: 1;
    }
}

@media screen and (max-width: 1300px) {
    .product .product-container {
        width: 90%;
    }

    .pre-btn {
        left: -3%;
        width: 20%;
    }

    .nxt-btn {
        right: -3%;
        width: 20%;
    }

    .product .pre-btn img {
        opacity: 1;
    }

    .product .nxt-btn img {
        opacity: 1;
    }
}

@media screen and (min-width: 1300px) {
    /*.product .product-container {*/
    /*    width: 80%;*/
    /*}*/
    .pre-btn {
        left: 1%;
        width: 18%;
    }

    .nxt-btn {
        right: 1%;
        width: 18%;
    }
}

@media screen and (min-width: 1600px) {
    /*.product .product-container {*/
    /*    width: 70%;*/
    /*}*/
    .pre-btn {
        left: 0%;
        width: 18%;
    }

    .nxt-btn {
        right: 0%;
        width: 18%;
    }
}

@media screen and (min-width: 1900px) {
    /*.product .product-container {*/
    /*    width: 60%;*/
    /*}*/
    /*.pre-btn {*/
    /*    left: 10%;*/
    /*    width: 15%;*/
    /*}*/
    /*.nxt-btn {*/
    /*    right: 10%;*/
    /*    width: 15%;*/
    /*}*/
}

@media screen and (min-width: 2200px) {
    /*.product .product-container {*/
    /*    width: 50%;*/
    /*}*/

}

/* estilos página accomodation*/

.header-accomodation {
    font-weight: bold;
    color: #ec8200;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.margin-left {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .center-images {
        margin-left: 8%;
    }
}

@media (max-width: 700px) {
    .center-images {
        margin-left: 4%;
    }
}

@media (max-width: 550px) {
    .center-images {
        margin-right: 2%;
    }
}


.video-accomodation {
    margin-top: 20px !important;
    max-width: 70% !important;
    border-radius: 10px !important;
}

@media only screen and (max-width: 1200px) {
    .video-accomodation {
        margin-top: 2px !important;
        max-width: 90% !important;
        border-radius: 10px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* estilos página about us */

.background-image-about-us {
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ),
    url('../image/collage-isc.jpg') no-repeat center center/cover;

    width: 100%;
    height: 320px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .background-image-about-us {
        height: 300px;
    }
}

.center-video {
    width: 100%;
    height: 21em;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 2;
    margin-bottom: -65px;
}

@media screen and (max-width: 620px) {
    .center-video {
        height: 16em;
    }
}

.fondo-video-inner {
    z-index: 0;
}


.google-reviews {
    height: 30em;
    position: relative;
    overflow: hidden;
}

.google-container {
    height: 28em;
    display: flex;
    overflow-x: auto;
    /*width: calc(33.33% * 3);*/
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    width: 80%;
    padding-top: 40px;
    scroll-behavior: smooth;
}

.google-container::-webkit-scrollbar {
    display: none;
}

.review-card {
    width: 32.3%;
    min-width: 32.3%;
    flex-shrink: 0;
    scroll-snap-align: start;
    background-color: whitesmoke;
    border-radius: 5px;
    position: relative;
    overflow: visible;
    margin-right: 10px;
}


.profile-pic {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 999;
}

.review-text {
    padding: 50px 28px 28px;
}

.pre-btn-google,
.nxt-btn-google {
    border: none;
    width: 6vw;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
}

.pre-btn-google {
    left: 2%;
}

.nxt-btn-google {
    right: 2%;
}

.pre-btn-google img,
.nxt-btn-google img {
    opacity: 1;
    background-color: #ec8200;
    border-radius: 50%;
    padding: 10px;
    width: 30%;
}

.pre-btn:hover img,
.nxt-btn:hover img {
    opacity: 1;
}


@media screen and (max-width: 1300px) {
    .google-reviews .google-container .review-text {
        width: 90%;
    }

    .pre-btn-google {
        left: -3%;
        width: 12%;
    }

    .nxt-btn-google {
        right: -3%;
        width: 12%;
    }
}

@media screen and (max-width: 991px) {
    .google-reviews {
        padding: 15px;
    }

    .review-card {
        flex-basis: 50%;
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .review-text {
        padding: 1em;
        margin-top: -60px;
    }

    .google-reviews .google-container {
        width: 90%;
        margin: 0 auto;
    }

    .google-reviews .pre-btn-google {
        left: -5%;
        width: 18%;
    }

    .google-reviews .nxt-btn-google {
        right: -5%;
        width: 18%;
    }
}


@media screen and (max-width: 461px) {
    .google-reviews {
        padding: 15px;
    }

    .review-card {
        flex-basis: 100%;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review-text {
        padding: 1em;
    }

    .google-reviews .google-container {
        width: 100%;
        margin: 0 auto;
    }

    .google-reviews .pre-btn-google {
        left: -5%;
        width: 18%;
    }

    .google-reviews .nxt-btn-google {
        right: -5%;
        width: 18%;
    }
}

.video-about-us {
    margin-top: 0px;
    max-width: 100%;
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {
    .video-about-us {
        margin-top: 2px;
        max-width: 90%;
        border-radius: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 441px) {
    .btn-home-unico {
        width: 40%;
        font-size: 12px;
    !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

.estrellas {
    width: 100px;
    height: 20px;
    background-image: url('../image/sprite.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.estrellas-5 {
    background-position: 0 0;
}

.estrellas-4 {
    background-position: 0 -25px;
}

.estrellas-4-5 {
    background-position: 0 -50px;
}

.estrellas-3 {
    background-position: 0 -72px;
}

.estrellas-3-5 {
    background-position: 0 -96px;
}

.estrellas-2 {
    background-position: 0 -120px;
}

.estrellas-2-5 {
    background-position: 0 -145px;
}

.estrellas-1 {
    background-position: 0 -168px;
}

.estrellas-1-5 {
    background-position: 0 -190px;
}

.estrellas-0 {
    background-position: 0 -215px;
}

.estrellas-0-5 {
    background-position: 0 -240px;
}

.menu-campamento {
    width: 80%;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #ec8200;
    position: relative;
    background-color: white;
}

.menu-alicante-mas-info {
    width: 80%;
    padding: 0 10px;
    border-radius: 10px;
    margin: 20px auto;
    cursor: pointer;
}


#campamento-alicante {
    border-radius: 10px;
    border: 2px solid #ec8200;
    color: #ec8200;
    padding: 50px;
    width: 96%;
    margin: 10px auto;
}

.message-informativo-campamento {
    background-color: #ADD8E6;
    border-radius: 15px;
    padding: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 20px;
}

.contenedor-campamento {
    margin-top: -20px;
    border-radius: 10px;
    border: 2px dotted #ec8200;
    position: relative;
    z-index: 1;
    background-color: #fff9f1;
    /*background-color: #fffdfa;*/

}

.contenedor-campamento-contenido {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .menu-campamento:hover {
        background-color: #ec8200;
        color: white;
    }
}

@media (max-width: 621px) {
    .menu-campamento {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }

    .message-informativo-campamento {
        margin-top: 20px;
    }
}

.menu-campamento-no-seleccionado {
    background-color: white;
    color: #ec8200;
}

.menu-campamento-seleccionado {
    background-color: #ec8200;
    color: white;
    box-shadow: none;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

/*INICIO MODAL COOKIE*/
.modalc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* para que aparezca por encima de todo */
}

/* Contenedor del contenido del modal */
.modal-contenido {
    background-color: #fff;
    max-width: 600px;
    width: 90%;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Encabezado */
.modal-contenido h2 {
    margin-top: 0;
}

/* Texto */
.modal-contenido p {
    margin: 15px 0;
    line-height: 1.4;
}

/* Estilos de enlaces */
.modal-contenido a {
    color: #007bff;
    text-decoration: none;
}

.modal-contenido a:hover {
    text-decoration: underline;
}

/* Contenedor de los botones */
.botones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
}

/* Botones base */
.botones button {
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
}

/* Estilo para el botón de Aceptar */
.btn-aceptar-todas-cookies {
    background-color: #000; /* Botón oscuro */
    color: #fff;
}

.btn-aceptar-todas-cookies:hover {
    background-color: #666;
}

/* Estilo para el botón de Rechazar */
.btn-rechazar-todas-cookies {
    background-color: #000; /* Botón oscuro */
    color: #fff;
}

.btn-rechazar-todas-cookies:hover {
    background-color: #666;
}

/* Estilo para el botón de Personalizar */
.btn-personalizar-cookies {
    background-color: #fff; /* Botón claro */
    color: #000;
    border: 1px solid #ccc !important;
}

.btn-personalizar-cookies:hover {
    background-color: #eee;
    border: 1px solid #eee !important;
}


/* Media Query para pantallas pequeñas */
@media (max-width: 600px) {
    .modal-contenido {
        width: 90%;
        max-width: none;
        margin: 0 10px;
    }

    .botones {
        flex-direction: column;
        gap: 10px;
    }
}

/*FIN MODAL COOKIE*/

/*INICIO MODAL COOKIE PERSONALIZADO*/
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Oculto por defecto */
    justify-content: center;
    align-items: flex-start; /* En vez de center, para que el contenido se ancle arriba */
    overflow-y: auto;         /* Permite scroll en todo el contenedor si se desborda */
    padding-top: 20px;        /* Algo de espacio arriba y abajo */
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 9999;

}

.cookie-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
    max-height: 90vh;  /* El contenido no excederá el 90% de la altura de la ventana */
    overflow-y: auto;
}

.cookie-modal-header {
    margin-bottom: 1rem;
}

.cookie-modal-header h2 {
    margin: 0;
    font-size: 3rem;
}

/* --- CATEGORÍAS / SECCIONES --- */
.cookie-category {
    border-bottom: 1px solid #ddd;
}

.cookie-category:last-child {
    border-bottom: none;
}

/* Encabezado de la categoría: título a la izquierda, toggle + flecha a la derecha */
.cookie-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer; /* El cursor indica que se puede hacer clic en la fila */
    transition: background-color 0.3s ease;
}

/* Fondo gris al pasar el ratón */
.cookie-header:hover {
    background-color: #f2f2f2;
    padding-left: 4px;
}

/* Título de la categoría */
.cookie-header strong {
    font-size: 1.4rem;
}

/* Contenedor de la parte derecha: interruptor + flecha */
.header-right {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre toggle y flecha */
}

/* Icono de flecha (chevron) */
.arrow-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" stroke="black" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><path d="M2 5l6 6 6-6"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

/* Rotación 180° cuando está abierto */
.arrow-icon.open {
    transform: rotate(180deg);
}

/* --- TOGGLE (interruptor) --- */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(20px);
}

input:disabled + .slider {
    background-color: #aaa; /* Indicar que no se puede cambiar */
    cursor: not-allowed;
}

/* --- DESCRIPCIÓN PLEGABLE CON TRANSICIÓN --- */
.cookie-description {
    overflow: hidden;
    max-height: 0; /* Cerrado por defecto */
    transition: max-height 0.3s ease;
    font-size: 1.4rem;
    color: #444;
}

.cookie-description.show {
    max-height: 200px; /* Ajusta según el contenido */
    margin-bottom: 10px;
}

/* --- BOTONES FINALES (UNO DEBAJO DEL OTRO) --- */
.modal-buttons {
    display: flex;
    flex-direction: column; /* Para apilarlos verticalmente */
    gap: 10px;
    margin-top: 1.5rem;
}

.modal-buttons button {
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
}


.btn-guardar-configuracion-cookies {
    background-color: #fff; /* Botón claro */
    color: #000;
    border: 1px solid #ccc !important;
}

.btn-guardar-configuracion-cookies:hover {
    background-color: #eee;
    border: 1px solid #eee !important;
}


/*FIN MODAL COOKIE PERSONALIZADO*/

/*INICIO CONTRATO AUTORIZACION*/

.infoTextContractGeneration {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #444;
    background-color: #f9f9f9;
    border-left: 4px solid #007BFF;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    max-width: 700px;
}

#divContrato {
    border: 2px solid #333;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.successContratoFirmado {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 1rem 1.5rem;
    background-color: #e6ffed;
    border-left: 5px solid #28a745;
    color: #155724;
    font-size: 2rem;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    max-width: 700px;
}

#divContrato p {
    margin: 60px 0;

}

.signature-block {

}

.signature-pad {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    touch-action: none; /* <- NECESARIO para que funcione bien en touchscreen y no bloquee mouse */
    cursor: crosshair;  /* <- Opcional para mejor UX con ratón */
    width: 100%;
}

/*FIN CONTRATO AUTORIZACION*/