@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    scroll-behavior: smooth;
	margin: 0;
} 

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

:root { 
    --primary: #FF0000;
    --secondary: #171A1F;
    --blanco: #FFF;
    --black: #0D1313;  
    --info: #121824;   
    --darkgray : #242424;
    --variable: #0D1424;    
    --tramites: #181B20;
} 

.header-succes {
    background-color: var(--variable)!important;
}
  
 
* h1 {
    font-size: 40px; 
    font-weight: 800;
    font-family: 'Poppins', sans-serif; 
    margin-bottom: 1.4rem;
} 

* h2 {
    font-size: 36px; 
    font-weight: 700;
    font-family: 'Poppins', sans-serif; 
    margin-bottom: 1.4rem;
} 

* h3 {
    font-size: 20px; 
    font-weight: 700;
    font-family: 'Poppins', sans-serif; 
    margin-bottom: 1.4rem;
} 

* h4 {
    font-size: 13px; 
    font-weight: 700;
    font-family: 'Manrope', sans-serif; 
    margin-bottom: 1.4rem;
} 
 
* h5 {
    font-size: 15px; 
    font-weight: 700;
    font-family: 'Manrope', sans-serif; 
    margin-bottom: 1.4rem;
} 
 

* p {
    font-size: 16px; 
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 28.1px;
}


* a:hover{ 
    text-decoration: none;
}

.text_shadows{  text-shadow: 3px 3px 9px rgba(0,0,0,0.31);}

.line-height-normal{line-height:normal!important}
.line-height-14{line-height:14px!important}
.line-height-22{line-height:22px!important}
.line-height-34{line-height:34px!important} 
.line-height-50{line-height:50px!important} 
 
.man-400 { font-family: 'Manrope', sans-serif; font-weight: 400;}
.man-700 { font-family: 'Manrope', sans-serif; font-weight: 700;} 

.pop-400 { font-family: 'Poppins', sans-serif; font-weight: 400;}
.pop-700 { font-family: 'Poppins', sans-serif; font-weight: 700;}   
.pop-800 { font-family: 'Poppins', sans-serif; font-weight: 800;} 

.cl_primary { color: var(--primary)!important ;} 
.cl_secondary { color: var(--secondary)!important ;} 
.cl_blanco { color: var(--blanco) !important;} 
.cl_black { color: var(--black)!important ;} 
.cl_info { color: var(--info)!important ;} 
.cl_variable { color: var(--variable)!important ;} 
.cl_darkgray { color: var(--darkgray); }


.bg_primary { background-color: var(--primary)!important ;} 
.bg_secondary { background-color: var(--secondary)!important ;} 
.bg_blanco { background-color: var(--blanco) !important;} 
.bg_black { background-color: var(--black)!important ;} 
.bg_info { background-color: var(--info)!important ;} 
.bg_variable { background-color: var(--variable)!important ;} 
.bg_darkgray { background-color: var(--darkgray); }
.bg_tramites{ background-color: var(--tramites);}

.fz-10 { font-size: 10px;}
.fz-12 { font-size: 12px;}
.fz-13 { font-size: 13px;}
.fz-14 { font-size: 14px;}
.fz-16 { font-size: 16px;}
.fz-18 { font-size: 18px;}
.fz-20 { font-size: 20px;}
.fz-22 { font-size: 22px;}
.fz-25 { font-size: 25px;}
.fz-24 { font-size: 24px;}
.fz-26 { font-size: 26px;}
.fz-28 { font-size: 28px;}
.fz-30 { font-size: 30px;}
.fz-32 { font-size: 32px;}
.fz-34 { font-size: 34px;}
.fz-36 { font-size: 36px;} 
.fz-38 { font-size: 38px;}
.fz-40 { font-size: 40px;}
.fz-42 { font-size: 42px;}
.fz-44 { font-size: 44px;}
.fz-46 { font-size: 46px;}
.fz-48 { font-size: 48px;}
.fz-50 { font-size: 50px;}
.fz-52 { font-size: 52px;}  
.fz-90 { font-size: 90px;}  

header {
    background: linear-gradient(180deg, #0D1313 49.65%, rgba(13, 19, 19, 0) 100%);
}

.pre_header {
    background-color: #232323;
}

.custom-logo-link img {
    width: 100px;
    max-width: fit-content;
}

 
.search-submit {
    padding: 10px 15px;
}

.search-submit,
.btn {
    font-weight: 700;
    font-family: 'Poppins', sans-serif; 
    border-radius: 0px; 
    font-size: 14px;
    line-height: 22px;  
} 
  
.owl-general.owl-controlers .owl-nav {
    position: initial;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 66;
    height: 0;
    color: var(--negro);
}  

.owl-controlers .owl-nav>.owl-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px;
    left: 0; 
    color: var(--blanco);
} 

.owl-controlers .owl-nav>.owl-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px;
    right: 0; 
    color: var(--blanco);
} 
 
.owl-controlers .owl-nav > .owl-prev {
    left: calc(-65px / 2);
    font-size: 0;
    height: auto;
    background-color: transparent!important;
    width: auto;
    position: absolute;
    border-radius: 50%!important;
    top: calc(50% - (75px / 2));
    margin: 0!important;  
} 

.owl-controlers .owl-nav>.owl-next {
    right: calc(-65px / 2);
    height: auto;
    font-size: 0;
    background-color: transparent!important;
    width: auto;
    position: absolute;
    border-radius: 50%!important;
    top: calc(50% - (75px / 2));
    margin: 0!important;  
} 

.owl-theme .owl-dots .owl-dot span {
    background: var(--primary);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blanco);
    width: 36px;
    height: 10px;
}
  
textarea.form-control {
    height: 129px;
} 

.box-hover{top:0;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.box-hover:hover{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;top:-4px}  
 
.bg_background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-img-aliados {
    height: 45px;
    object-fit: contain;
    object-position: center;
    padding: 0 0.7rem;
}

.bg_background .container {
    color: var(--blanco);
}

.bg_licencia {
    min-height: 460px;
}

.bg_campeonato .img_position {
    position: absolute;
    bottom: 0;
    left: -160px;
    max-width: 62%;
    width: 100%;
}

.btn-danger {
    border: transparent;
    background: linear-gradient(95.4deg, #FF0000 2.72%, #6A0000 98.43%);
}

.owl-img-escuelas {
    height: 75px;
    object-fit: contain;
    object-position: center;
    padding: 0 0.7rem;
}

.owl-plantilla img {
    max-width: 120px;
}

.bg_plantilla {
    background-color: #1C1C1C;
}
 
.content-project {
    cursor: pointer;
}


.site-footer .infos {
    color: var(--blanco);
}

.site-footer .infos h3 {
    margin-bottom: 1.1rem;
}

.site-footer .infos p {
    font-size: 15px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: 'Manrope', sans-serif; 
}

.site-footer .infos p:nth-last-child(1) {
    margin-bottom: 0 ;
}

.bg_campeonato {
    min-height: 400px;
}

.bg_campeonato_template {
    min-height: 460px;
}

.bg_campeonato_bg {
    min-height: 320px;
}
 

.icon-procesos {    
    width: 55px;
}
 
.bg_mini {
    min-height: 280px;
}

.input_file{
    max-width: 190px;
}

.input_file::-webkit-file-upload-button {
    background-color: var(--primary);
    color:var(--blanco);
    padding:0.4rem  1em;
    border: 0px solid transparent;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
 } 

.content_blanco h2, .content_blanco h3, .content_blanco p {
    color: var(--blanco);
}

.content_blanco_donacion p {
    color: var(--blanco);
}

.img_home_destacado {
    height: 230px;
    object-fit: cover;
    object-position: top;    
}

.content_blanco_donacion h2 {
    text-transform: uppercase;
}

.content_blanco h2 {
    text-transform: uppercase!important;
}

.no-decoracion{
    text-decoration: none;
}

.search-submit:hover,
.search-submit,
.btn-red:visited,
.btn-dark:hover,
.btn-red {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--blanco);
    text-decoration: uppercase;
    border-radius: 3px;
    filter: drop-shadow(55px 44px 20px rgba(0, 0, 0, 0.01)) drop-shadow(35px 28px 18px rgba(0, 0, 0, 0.07)) drop-shadow(20px 16px 15px rgba(0, 0, 0, 0.25)) drop-shadow(9px 7px 11px rgba(0, 0, 0, 0.43)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.49)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(55px 44px 20px rgba(0, 0, 0, 0.01)) drop-shadow(35px 28px 18px rgba(0, 0, 0, 0.07)) drop-shadow(20px 16px 15px rgba(0, 0, 0, 0.25)) drop-shadow(9px 7px 11px rgba(0, 0, 0, 0.43)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.49)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}


.btn-solid-red:active,
.btn-solid-red:hover,
.btn-solid-red {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--blanco);
    border-radius: 0px;
    outline: none;
    text-decoration: uppercase;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


.btn-dark:visited,
.btn-red:hover,
.btn-dark {
    background: #171A1F;
    border: 1px solid #FF0A0A;
    border-radius: 3px;
    color: var(--blanco);
    text-decoration: uppercase;
    filter: drop-shadow(55px 44px 20px rgba(0, 0, 0, 0.01)) drop-shadow(35px 28px 18px rgba(0, 0, 0, 0.07)) drop-shadow(20px 16px 15px rgba(0, 0, 0, 0.25)) drop-shadow(9px 7px 11px rgba(0, 0, 0, 0.43)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.49)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}

.pasos_licencias li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0.7rem;
    padding: 0.7rem 0 ;
}

.pasos_licencias li::after {
    position: absolute;
    content: '';
    bottom: -3.1rem;
    z-index: -1;
    width: 4px;
    height: 89%;
    background-color: #323232;
    left: 1.31rem;
}

.pasos_licencias li.completed::after {
    background-color: var(--primary); 
}

.pasos_licencias li.active::after { 
    background-color: var(--primary);  
}
 
.pasos_licencias li.completed span {
    background-color: var(--primary);
}

.pasos_licencias li.active span {
    background-color: var(--blanco);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.pasos_licencias li:nth-last-child(1)::after {
    display: none;
}
 
.pasos_licencias li span {
    margin-right: 1rem;
    width: 48px;
    height: 45px;
    display: flex;
    line-height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    color: var(--blanco);
    border: 2px solid var(--blanco);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #181B20;
}

.estado { 
    font-size: 13px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif; 
    display: inline-block;
    color: var(--blanco); 
    margin-top: 0.5rem;
}

.pasos_licencias li.completed .estado{
    background-color: var(--primary); 
}

.pasos_licencias li.active .estado{
    background: rgba(255, 255, 255, 0.14);
}

.pasos_licencias li.start .estado{
    background: rgba(255, 255, 255, 0.14);
    color: var(--blanco); 
    opacity: 0.25; 
}

.div_content_pasos {
    position: relative; 
    background-image: url(../images/fondo_pasos.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    background-color: #171A1F;
    /*filter: drop-shadow(176px 89px 79px rgba(0, 0, 0, 0.04)) drop-shadow(99px 50px 67px rgba(0, 0, 0, 0.13)) drop-shadow(44px 22px 49px rgba(0, 0, 0, 0.21)) drop-shadow(11px 6px 27px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.25));*/
}


.div_content_pasos::after {
    content: url();
    background-image: url(../images/lines.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
    position: absolute;
    width: 2px;
    height: 100%;
}

.form-control.form-control-sm {
    background-color: transparent;
    border-bottom: 1px solid var(--blanco);
    color: var(--blanco);
}

hr.blanco {
    max-width: 19px;
    background-color: var(--blanco);
    height: 6px;
    opacity: 1;
    margin: 0 auto;
}

.content_form_tramites {
    background: rgba(7, 11, 11, 0.5);
}

.content_form_tramites .form-group {
    margin-bottom: 1.4rem;
}

.form-control-dark {
    color: var(--blanco);
    border-radius: 0;
    background: #222222;
    border: 0.5px solid #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 13px;
    -o-border-radius: 0;
}

.form-control-red  {
    color: var(--blanco);
    background: rgba(7, 11, 11, 0.65);
    border: 2px solid #FF0A0A;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-control-red::placeholder {
    color: var(--blanco);
}

select.form-control-red optgroup {
    background-color: var(--blanco);
    color: var(--blanco);
}

.custom-select.form-control-red {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: var(--blanco);
    line-height: 1.5;
}
  
.form-control-dark::placeholder,
input[type="date"] {
    color: #525252
}

.border-decoracion {
    margin: 1.8rem 0;
    border: 1px dashed #404040;
}

.custom-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem; 
    font-weight: 400; color: #525252;
    line-height: 1.5;
}

* p .form-control-dark {
    display: inline-block;
    width: auto;
    padding: 0.175rem 0.75rem;
}

.conseidarions {
    background: rgba(7, 11, 11, 0.5);
}


.silly_scrollbar {
    height:400px;
    width:100%;
    border:0px solid transparent;
    -webkit-box-shadow:0 0 3px transparent; 
	-webkit-box-sizing: border-box; 
    overflow:auto;
}

.silly_scrollbar::-webkit-scrollbar {
    width: 10px;
}
 
.silly_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.silly_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.silly_scrollbar::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}



/* width */
::-webkit-scrollbar {
    width: 6px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #CCC; 
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: var(--danger); 
    opacity: .6;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}


.modal-content.primarys {
    background: #fff;
    border: 2px solid var(--primary);  
}
 
.modal-content {
    background: #0B0A08;
    border: 2px solid var(--primary);  
}

.modal {
    background: rgba(11, 10, 8, 0.65);
    backdrop-filter: blur(5px);
}

.owl-img-equipos {
    width: 209px!important;
    height: 209px!important;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.title_organigramas {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.content_documentos {
    background: #242424;
    border: 1px solid #FF0A0A;
    margin-bottom: 0.6rem;
}

.content_documentos:nth-last-child(1) {
    margin-bottom: 0;
}

.content_documentos .file {
    height: 48px;
    width: 48px;
    border: 1px solid #FF0A0A;
    background-color: var(--blanco);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
 }

 .content_documentos .archivos {
    padding: 0.7rem;
    font-size: 13px;
    font-family: 'Poppins', sans-serif; 
 }

 .content_documentos .archivos img {
    margin-right: 0.7rem;
 }

 .content_documentos .file img {
    max-width: 30px;
 }

 .content_piloto img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
 }
  
 .content_eventos img {
    width: 140px;
    height: 170px;
    object-fit: cover;
    object-position: center;
 }

 .content_perfil p {
    font-size: 13px;
 }

 .img_escenario {
    height: 200px;
    object-fit: cover;
    object-position: center;
 }

 .contacto_bg {
    background: #171A1F;
    border: 1px solid #FF0A0A;
    border-radius: 3px;
 }

 .contacto_bg label {
    color: var(--blanco);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif; 
 }

 .bg_contacto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
 }

 .contacto_bg p {
    margin-bottom: 0;
 }

 .contacto_bg .form-control {
    background: #14161B;
    border: 0.5px solid #7D7D7D;
    color: var(--blanco);
  }

  .owl-galeria img {
    height: 280px;
    object-position: center;
    object-fit: cover;
  }

 

  #calendar {
    max-width: 100%;
    margin: 0 auto;
  }
 
  .fc table {
    margin-bottom: 0;
  }

  .fc .fc-toolbar-title {
    color: var(--blanco);
    text-transform: capitalize;
  }

  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    background-color: #0D1313;
    padding: 1rem;
}   
 
.fc .fc-scrollgrid-liquid {
    height: 100%;
    background-color: #242424;
    color: var(--blanco);
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 4px;
    color: var(--blanco);
    text-decoration: none;
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4; 
    color: var(--blanco);
    text-decoration: none;
}
 
.fc-h-event {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    display: block;
}

.fc-daygrid-event:hover,
.fc-daygrid-event { 
    color: var(--blanco);
}

.fc-direction-ltr .fc-daygrid-more-link {
    float: left;
    color: var(--blanco);
}

.fc .fc-popover-body .fc-daygrid-event { 
    color: var(--secondary);
}

.fc-daygrid-event-dot {
    border: calc(var(--fc-daygrid-event-dot-width)/2) solid var(--primary);  
}

.fc .fc-button-primary {
    background-color: var(--primary);
}

.modal-eventos {
    background: #242424;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
}

.modal-header .btn-close { 
    background-color: #0D1313;
    color: var(--primary);
    border-radius: 50%;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
    border-bottom: 0px solid transparent;
    text-align: center;
    color: var(--blanco);
}

table.dataTable {
    text-align: center;
    color: var(--blanco);
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 11px 10px;
    background: #242424;
    border-radius: 4px;
}

table.dataTable { 
    border-spacing: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--blanco) !important; 
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: var(--primary);
}

.postmetadata a {
    color: var(--primary);
}

.content-noticia img {
    height: 240px;
    object-fit: cover;
    object-position: center;
}

 
.content-noticia.plantilla img {
    height: 170px;
    object-fit: cover;
    object-position: center;
}

.card-desctacado {
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat; 
    min-height: 330px;
    position: relative;
}

.card-desctacado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    background: linear-gradient(89.96deg, #000000 7.62%, rgba(13, 19, 19, 0) 82.21%);
}

#canvas1{
    border: 1px solid white;
    background-color: #FFFFFF;
}

#canvas2{
    border: 1px solid white;
    background-color: #FFFFFF;
}

#canvas3{
    border: 1px solid white;
    background-color: #FFFFFF;
}


.img_lins { position:  absolute;  top:0 ; width: 100%; }



.card_blog { 
}

.card_blog > img {
    object-fit: cover;
    height: 220px;
}

.card_blog .card_blog_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; 
    background: linear-gradient(0deg, rgba(255, 10, 10, 0.52), rgba(255, 10, 10, 0.52));
 
}

.card_blog .card_blog_content a {
    outline: none;
}




.card_pilotos { 
}

.card_pilotos > img {
    object-fit: cover;
    height: 230px;
}

.card_pilotos .card_pilotos_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
 
}

.card_pilotos .card_pilotos_content a {
    outline: none;
}


.owl-galeria .card_pilotos_content img {
    height: fit-content;
}

.img_lineass {
    position: absolute;
    top: 0.6rem;
    z-index: 0;
    width: 100%;

}

.post-cat-three img {
    height: 183px;
    object-fit: cover;
    object-position: center;
}

.media_noticias img {
    height: 127px;
    object-fit: cover;
    object-position: center;
}

@media (max-width:992px) { 


    .bg_background {
        background-position: left;
    }

    .footer_img {
        max-width: 290px;
    }

    .bg_mini {
        min-height: 363px;
    }
        
    .bg_campeonato .img_position {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
    }

    .bg_campeonato.bg_background {
        background-position: center!important;
    }

    .bg_campeonato {
        min-height: 525px;
    }
   
    .owl-controlers .owl-nav > .owl-prev {
        left: calc(-50px / 2)!important;
    }
    .owl-controlers .owl-nav>.owl-next {
        right: calc(-50px / 2)!important;
    }

}

@media (min-width:992px) {
    
    .content-noticia.plantilla {
        padding-right: 1.6rem;
    }
  
} 
 
@media (max-width:768px) {  

    .owl-controlers .owl-nav > .owl-prev {
        left: calc(-70px / 2)!important;
    }
    .owl-controlers .owl-nav>.owl-next {
        right: calc(-70px / 2)!important;
    } 

    .fc .fc-daygrid-day-number { 
        font-size: 9px;
    }

    .fc-direction-ltr .fc-daygrid-more-link {
        float: left;
        color: var(--blanco);
        font-size: 8px;
        top: 24px;
    }

} 

@media (max-width:390px) {

    .ministerio { max-width: 140px; } 


    .custom-logo-link img {
        width: 63px;
        max-width: fit-content;
    }
    
}
