/* Comunes */
* { box-sizing: border-box; }
html {
    scroll-padding-top: 157px;
 }

 .none-scroll{
    overflow-x: hidden;
   }

 ::-webkit-scrollbar {
	display: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
    background-color: #ffffff00 !important;
    }

li:hover {
background-color: #ffffff00 !important;
}

a {
    text-decoration: none !important;
    }

ul {
    margin-bottom: 0px !important;
}    
  
  /* Style background */
.bg-primary {
    background-color: #00A8BD!important;
}

.bg-secondary {
    background-color: #ffc000!important;
}
 
.bg-primary-img{
    background-color: #00a7bd10!important;
}
.bg-secc-video {
    background-color: #222!important;
}
.bg-footer{
    background-color: #222222!important;
}

/* Border style */
.border-gray {
    border-color: #00000020!important;
    }
.border-primary-variant {
border-color: #005293!important;
}
/* Text style */
.text-primary {
    color: #00A8BD!important;
}
.text-gray {
    color: #6b6b6b!important;
}

.text-secondary{
    color: #ffc000!important;
}

.title-primary-variant {
    color: #005293!important;
}

.fs-7{
    font-size: 0.8rem;
}

.fs-8{
    font-size: 0.6rem;
}

.fs-9{
    font-size: 0.4rem;
}

.sec-title-bg{
	width: fit-content; 
	opacity: 1;
}
.module {
    overflow: hidden;
    }
.line-clamp-one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* List style */
.list-notice-item:hover{
    background: #ffffff00;
    cursor: auto;
}

.list-footer-item:hover{
    background: #ffffff00;
    cursor: auto;
}

.list-notice{
    cursor: auto;
    text-decoration: none;
    color: inherit;
}

/* Hr style */

.hr-footer-list{
    border:         none;
    border-left:    1px solid #fff;
    height:         25px !important;
    width:          1px;  
    margin: 0px !important;
    padding: 0px !important;
}

/* Background section */
.sec-bg{
	width: 55px; 
	height: 8px !important; 
	background-color: #00A8BD; 
	opacity: 1;
    margin-top: -12px !important;
}

/* Navegation bar */
.hamburger:hover, li:hover {
    background: #0b8a9b;
}

.navbar-1 {
    overflow: hidden;
    transition: 0.4s;
    position: fixed !important;
    height: 80px;
    top: 0;
}

#navbar #logo {
    transition: 0.4s;
}

#logo_sm {
    transition: 0.4s;
}

.logo_ee{
    height: 50px;
}

.ic_eh{
    height: 50px;
    width: 50px;
}

.logo_ee_sm{
    width: 100%;
}

.logo_eh{
    height: 60px;
}

.logo_eh_sm{
    width: 70px;
}

.see_code {
    background: #e58331;
    padding: 2em 4em;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px solid #c76310;
}

.img-notice {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.form-control {
    font-size: 0.8rem;
    }

    /* Section video */
    .container-secc-video {
        height: 350px;
        width: 100%;
        }
    .container-video-principal {
        height: 350px;
        width: 100%;
        position: relative;
    }

    .container-video-secondary {
        height: 100px;
        width: 100%;
        position: relative;
    }

    .img-video{
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    } 

    .video-banner-icon-play {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 2.5em;
        height: 2.5em;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
        -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
        transform: translateX(-50%) translateY(-50%) scale(1.0);
        -webkit-transition: all 0.2s ease-out 0.05s;
        transition: all 0.2s ease-out 0.05s;
        }

.rounded-bottom {
    border-bottom-right-radius: .8rem!important;
    border-bottom-left-radius: .8rem!important;
    }
.rounded-bottom-video {
    border-bottom-right-radius: .6rem!important;
    border-bottom-left-radius: .6rem!important;
    }
.rounded-3 {
    border-radius: .8rem!important;
    }

.rounded-circle {
border-radius: 5rem!important;
}





/* Button */
a .active:hover{
pointer-events: none;
opacity: .65;
cursor: none;
}
.rounded-5 {
    border-radius: .5rem!important;
  /* height: 58px; */
}

.btn-bg-white{
    background: #fff;
    height: 50px !important;
    line-height: 50px !important;
    width: auto !important;
    padding: 0 30px !important;
    font-size: 21px !important;
    color: #000 !important;
    border-radius: 8px !important;
    display: block !important;
    float: left !important;
}

.title_secc{
    padding-top: 10vh;
}

.logo_secc{
    /* padding-bottom: 3vw; */
    left: 0 !important;
    bottom: 7vh !important;
    margin-left: 10vw;
    width: 50%;
    max-width: 400px;
}

.ask_item {
    border-radius: 13px;
    padding: 30px 30px 20px 30px;
  }

  .rounded_item {
    border-radius: 13px;
  }

.next:hover, .prev:hover, .active:hover, .pagination ul li a:hover{
  background-color: #666666 !important;
  }

  .secc-flys{
        background: #F7F7F7;
        border-radius: 12px;
        padding: 35px 20px;
        height: 100%;
  }