:root {
    --rojo_ibero: #e00034;
    --rojo_oscuro: #af161e;
}

* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Praxis-next;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
}
ol {
    font-family: Praxis-Next;
}
.fondo-rojo {
    background-color: var(--rojo_ibero);
}
p {
    font-family: Praxis-Next;
    font-size: 14px;
}
/* -------------------- LOADER-----------*/
#preloader {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    z-index: 10001;
}
.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #e00034;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*------------- TERMINA EL LOADER --------------*/
/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/
.section_title {
    padding: 25px 10px 0;
}

.section_title h2 {
    text-align: center;
    position: relative;
    color: #e00034;
    font-size: 30px;
    font-weight: 400;
}

.section_title p {
    text-align: left;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 55px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 0px 3px #999;
    z-index: 100;
}

.whatsapp:hover {
    background-color: #fff;
    color: #25d366;
}

.my-whatsapp {
    margin-top: 13px;
}

/*---------------------------------------
    SECTION HOME              
-----------------------------------------*/
.imgheader {
    margin-top: 45px;
    width: 100%;
    text-align: center;
}

.navbar {
    position: fixed !important;
    z-index: 16 !important;
    width: 100%;
}

.navbar-brand{
    margin-left: 30px;
}

h2 {
    text-align: left !important;
    font-family: 'Alverata', sans-serif;
}

.event-date, .event-hour {
    color: #e00034;
    font-size: 1.5em;
    font-weight: 600;
    padding-left: 10px;
}

.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: var(--rojo_ibero);
    color: white !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 19px !important;
    border-radius: 3px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.home-btn:hover {
    background-color: #fff !important;
    color: var(--rojo_oscuro);
    border-color: var(--rojo_oscuro);
}

/*---------------------------------------
    SECTION VIDEO              
-----------------------------------------*/
.carousel-item{
    max-height: 282px;
}

.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
    background: transparent !important;
    border: 1px solid #929292 !important;
    color: #686868 !important;
    border-radius: 3px !important;
    padding: 12px 35px !important;
    -webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}

.btn-video:hover {
    background: #e00034 !important;
    color: #fff !important;
    border: 1px solid #e00034 !important;
}
.video{
    min-height: 250px;
}
iframe{
   width: 100%;
   min-height: 250px;
}
.link_rojo {
    text-decoration: none;
    color: var(--rojo_ibero);
}

.link_rojo:hover {
    text-decoration: underline;
    color: var(--rojo_oscuro);
}

.link_blanco {
    text-decoration: none;
    color: white;
}

.link_blanco:hover {
    text-decoration: underline;
    color: white;
}

/*---------------------------------------
    SECTION CARDS             
-----------------------------------------*/
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.carousel-inner {
    padding: 1em;
    /*height: 370px; /*SI SON 3 TARJETAS*/
    height: 110%;
    /*SI SON 2 TARJETAS*/
    margin-top: 1.6em;
}

/*---------------------------------------
    FORMULARIO          
-----------------------------------------*/
form {
    font-family: 'Paxis-Next';
}
input {
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin-bottom: 30px;
    font-size: 1em;
    color: black;
    border: none;
    border-bottom: 1px solid #e00034;
    outline: none;
    background: transparent;
    transition: all 0.5s ease; /* Transicion suave para los cambios de estilo */
}
select {
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin-bottom: 30px;
    font-size: 1em;
    color: black;
    border: none;
    border-bottom: 1px solid #e00034;
    outline: none;
    background: transparent;
    transition: all 0.5s ease; /* Transicion suave para los cambios de estilo */
}
.gris{
    color: lightgray;
}
input[type="checkbox"]{
    width: 10% !important;
}
input:focus{
    border-radius: 10px;
    border: 1px solid #e00034;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e00034 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 30px !important;
}
.select2-search__field{
    margin-bottom: 0px !important;
}
.g-recaptcha {
    margin: auto;
    display: table;
}
.btnMain {
    color: #fff;
    background: #e00034;
    font-weight: 500;
    font-family: 'Praxis-Next';
    border: 0;
    border-radius: 2em;
    max-width: 300px;
    width: 100%;
    padding: .25em;
}

/*----------------------
SOCIAL ICONS
------------------------*/
.social-icons {
    text-align: center; /* Centrar los Ã­conos */
}

.social-icons a {
    color: gray; /* Color inicial de los Ã­conos */
    margin: 0 10px; /* Espaciado alrededor de los Ã­conos */
    text-decoration: none;
}

.social-icons a:hover {
    color: var(--rojo_ibero);
}

.social-icons{
    font-size: 1.5em;
}

/*---------------------------------------
SECTION FOOTER              
-----------------------------------------*/
footer {
    background: #000;
    padding: 30px;
    color: #fff;
    border-bottom: 3px solid #e00034;
}

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

.copy_right_text {
    width: 71%;
}

.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a {
    color: #8C8B8A;
    font-weight: 600;
    font-size: 15px;
}

.copy_right_text p a:hover {
    color: white;
}

/*------------- MEDIA QUERIES -----------------*/

@media (max-width: 768px) {
    #miCarrusel{
        margin-top: 20px;
    }

    .carousel-item{
        max-height: 160px;
    }

    .carousel-inner {
        /* height: 280px;*/
        height: 100%;
    }
}