body {
    /*font-family: "Calibri", sans-serif;*/
    font-size: 1rem;
}
@font-face {
    font-family: 'cocogoose';
    src: url(Cocogoose-Pro-Ultralight-trial.ttf);
}
/*Vavbar*/
.logo-ut{
    width: 250px;
    height: auto;
    /*background-color: #ffffff;*/
}
nav .nav-item{
    font-size: 16px;
    /*font-size: 1rem;*/
    
}
.dropdown-menu {
    width: 350px; !important
}
.aside-title{
    font-size: 2rem;
    color: azure;    
}

.list-nav-second {
    font-size: 1.2rem;
    color: white;
    
}

.nav-secundario{
    position: -webkit-sticky;
    position: sticky;
    top:100px;
    padding: 40px;
}
.bg-nav-container{
    background-color: #ffffff;
    /*background-color:#181818;
    background-image: url(../img/bg-nav-container.png);Menu lateral*/
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

.nav-item a{
    /*estilo menu principal*/
    font-weight: normal; 
    letter-spacing: 1.1px;
    transition: all 0.5s;
}
.nav-item .nav-link {
    /*color: #ffffff;Color de texto del menu principal*/
}
.nav-item .nav-link span:hover{
    color: rgb(255, 144, 0);
    transition: all 0.2s;
}
.nav-item ul li a{
    font-weight: normal;
    letter-spacing: normal;
}

/*Slider*/
.c-img{
    object-fit: cover;
    height: 100vh;
    filter: brightness(0.8);
}
/*SideNav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
    z-index: 10000;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  
  }
  .sidenav .navbar-nav ul li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #b7b1b1;
    display: block;
    transition: 0.3s;  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav .navbar-nav .dropdown-menu {
    text-align: center;
  }    
.icon-sticky{
    position: -webkit-sticky; 
    position: sticky;
    top: 50px; 
}
.sidenav-socialn{
    position: absolute;
    left: 0;
    top: 30%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.sidenav-socialn a {
    position: absolute;
    font-size: 18px;
    font-family: calibri;
    text-align: center;
    padding: 25px 10px;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    width: 100px;
    text-decoration: none;
    display: flex;
    transition: .3s;
    left: -45px;
}
.sidenav-socialn a img{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: -10%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    
}
.sidenav-socialn a:hover{
    left: 0;
}
#facebook{
    top: 20px;
    background-color: rgba(0, 21, 255, 0.4);
}
#instagram{
    top: 80px;
    background-color: rgba(255, 0, 242, 0.4);
}
#twitter{
    top: 140px;
    background-color: rgba(0, 0, 0, 0.4);
}
#tiktok{
    top: 200px;
    background-color: rgb(0, 0, 0, 0.4);
}
#youtube{
    top: 260px;
    background-color: rgba(53, 2, 2, 0.4);
}
/*News*/
.news-item-img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.newsroom-item {
    border-right: 1px solid rgba(255,255,255,.25);
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .newsroom-item:last-child {
    border-right-style: none;
  }
/* Textos */
.text-uts-blue{
    color: rgb(0, 84, 111);
}
.text-uts-green{
    color: rgb(0, 177, 136);
}
.text-uts-grey{
    color: rgb(193, 197, 200);
}
.text-339{
    color: rgb(0, 177, 136);
    font-family: cocogoose;
    text-transform: uppercase;
}
.text-7708{
    color: rgb(0, 84, 111);
    font-family: cocogoose;
    text-transform: uppercase;
}
.text-grey8{
    color: rgb(193, 197, 200);
    font-family: cocogoose;
    text-transform: uppercase;
}
.text-uts-white{
    color: rgb(255, 255, 255);
    font-family: cocogoose;
    text-transform: uppercase;
}
.text-grey11{
    color: rgb(85, 85, 89,);
}

.text-justify{
    text-align: justify;
}
.text-ff9000{
    color:rgb(255, 144, 0);
    font-family: cocogoose;
    text-transform: uppercase;
    
}
.text-height{
    line-height: 2.5rem;;
}

.text-title{
    font-size: 2rem;
}
.text-nav-second{
    /*font-size: 3vw;*/
    font-size: calc(1em + 1.2vw);
    line-height: 1em;
    font-weight: normal;
}
.news-title{
    color:rgb(255, 144, 0);
}
.text-descripcion{
    font-size: 1.5rem;
    line-height: 2rem;;
}
.text-slider{
    font-size: 3rem;
}
.fade-in-text {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
  }
.link-hover-zoom {
  display: inline-block; /* Necesario para que scale funcione */
  transition: transform 0.2s ease-in-out; /* Animación suave */
}

.link-hover-zoom:hover {
  transform: scale(1.1); /* Aumenta un 10% el tamaño */
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.text-gradient{
    font-size: 6rem;
    font-family:'Open Sans', sans-serif;
	/*color:rgb(0, 177, 136);*/
    color:rgb(255, 144, 0);
	background: linear-gradient(
		90deg,
		#ff6600,
		#ffcc00,
		#00ffff,
		#07a855
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 0.2rem transparent;
	text-stroke: 0.2rem transparent;
}
  
/*Bacground colors*/
.bg-339{
    background-color: rgb(0, 177, 136);
}
.bg-77081{
    background-color: rgb(0, 84, 111);
}
.bg-ff9000{
    background-color: rgb(255, 144, 0);
}
.bg-grey8{
    background-color: rgb(135, 138, 141);
}
.bg-grey11{
    background-color:#3c3d42;
}

.bg-339-gradient{
    background: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgb(0, 177, 136,0.4) 50%);
}
.bg-339-gradientrl{
    background: linear-gradient(45deg, rgb(0, 177, 136,0.4) 50%, rgb(255, 255, 255) 50%);
}
.bg-77081-gradient{
    background: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgb(0, 84, 111) 50%);
}
.bg-mix-gradient{
    background: linear-gradient(45deg, rgb(0, 177, 136) 10%, rgb(0, 84, 111) 60%);
}
.bg-ff9000-gradient{
    background: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgb(255, 144, 0) 50%);
}
.caoc{
    background: linear-gradient(90deg, #F5F5F5 50%, white 50%);
}
.caoc-left{
    background: linear-gradient(90deg, white 50%, #F5F5F5 50%);
}
.bg-light-77081{
    background: linear-gradient(90deg, #F5F5F5 50%, rgb(0, 84, 111) 50%);
}
.bg-light-77081-left{
    background: linear-gradient(90deg, rgb(0, 84, 111) 50%,#F5F5F5  50%);
}
.bg-dark-grey11{
    background: linear-gradient(90deg, #F5F5F5 50%, #3c3d42 50%);
}
.bg-dark-grey11-left{
    background: linear-gradient(90deg, #3c3d42 50%, #F5F5F5 50%);
}
.bg-textura-uts{
    background-image: url(../img/arbol_fondo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Border*/
.border-uts-success{
    border-color:rgb(0, 177, 136)!important;
    padding: 0.2rem;
}
.border-uts-info{
    border-color:rgb(0, 84, 111)!important;
    padding: 0.2rem;
}
.border-uts-grey11{
    border-color:rgb(60, 61, 66);
    padding: 0.2rem;
}
.border-uts-ff9000{
    border-color: rgb(255, 144, 0)!important;
    padding: 0.2rem;
}
.border-uts-white{
    border-color:rgb(255, 255, 255);
    padding: 0.2rem;
}
.border-top-rounded{
    border-top-left-radius: 70px 70px;
    border-top-right-radius: 70px 70px;
}
.border-bottom-rounded{
    border-bottom-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}
/*Cotenido*/
.oferta div{
    display: flex;
    height: 250px;
}
.oferta span{
    margin: auto;
}

.roller{
    height: 4.125rem;
    line-height: 4rem;
    position: relative;
    overflow: hidden; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A8DADC;
  }
  #spare-time{
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 1rem;
    margin-top: 0;
    color: #A8DADC; 
  }
  
  .roller #rolltext {
    position: absolute;
    top: 0;
    animation: slide 5s infinite;  
  }
  
  @keyframes slide {
    0%{
      top:0;
    }
    25%{
      top: -4rem;    
    }
    50%{
      top: -8rem;
    }
    72.5%{
      top: -12.25rem;
    }
  }
  

/*Ajustar imagenes*/
.img-resize-100 img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-card-500{
    width: auto;
    height: 500px;
}

/*Busquedas*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    nav .nav-item{
        font-size: 16px;
        /*font-size: 1rem;*/
    }
    .list-icon li{padding-left: 10px;}
    .list-nav-second {
        font-size: 1rem;
    }   
    .list-nav-second{padding-top: 10px;} 

    .dropdown-menu {
        width: auto !important;
    }
    .text-titulo{
        font-size: 3rem;
    }
    .text-descripcion{
        font-size: 1.4rem;
    }
    .logo-ut{
        width: 200px;
        height: auto;
    }
    .nav-secundario{
        top:70px;
        padding: 20px;
    }
    .caoc{
        background: white;
    }
    .text-gradient{
    font-size: 3rem;
    font-family:'Open Sans', sans-serif;
}

/*SideBar opcion 1*/
.sidenav-socialn a {
    font-size: 18px;
    padding: 20px 10px;
    width: 100px;
    left: -65px;
}
.sidenav-socialn a img{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: -10%;
    
}
.sidenav-socialn a:hover{
    left: -40px;
}
#facebook{
    top: 20px;
}
#instagram{
    top: 70px;
}
#twitter{
    top: 120px;
}
#tiktok{
    top: 170px;
}
#youtube{
    top: 220px;
}
}

/*SideBar opcion 2*/
.side-menu{
    z-index: 100;
  position: fixed;
  top: 50%;
  right: -200px;
  width: 200px;
  background-color: #f1f1f1aa;
  transition: .4s linear;
}

.side-menu.active{
  right: 0;
}

.side-menu a{
  display: block;
  padding: 14px 10px;
  color: #333;
  font-size: 20px;
  transition: .4s linear;
}

.side-menu a i{
  width: 40px;
  font-size: 24px;
  text-align: center;
}

.side-menu a:hover{
  background-color: #333;
  color: #f1f1f1;
}

.toggle-btn{
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #333;
  color: #f1f1f1;
  line-height: 60px;
  padding-top: 15px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .list-nav-second {
        font-size: 1rem;
    }   
    .list-icon li{padding-left: 10px;} 

    nav .nav-item{
        font-size: 16px; /*FontSize nav principlal*/
        /*font-size: 1rem;*/
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {    
    .list-nav-second {
        font-size: 1rem;
    }
    nav .nav-item{
        font-size: 16px;
        /*font-size: 1rem;*/
    }
    .list-icon li{padding-left: 10px;}
    .text-titulo{
        font-size: 3rem;
    }
    .text-descripcion{
        font-size: 1.6rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .logo-ut{
        width: 200px;
        height: auto;
    }
    .list-nav-second {
        font-size: 0.8rem;
    }
    .list-icon li{padding-left: 0;}

    nav .nav-item{
        font-size: 0.8rem;/*FontSize nav principlal*/
        
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) {
    .text-slider{
        font-size: 3rem;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    .logo-ut{
        width: 250px;
        height: auto;
    }
    .list-nav-second {
        font-size: 1rem;
    }
    nav .nav-item{
        font-size: 16px;/*FontSize nav principlal*/
        /*font-size: 1rem;FontSize nav principlal*/
    }
    .text-descripcion{
        font-size: 1.5rem;
    }
}
 /*SideNav*/
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .list-nav-second{padding-top: 20px; border: groove 2px white;}
     
  }
