/*MODAL*/
/* Style the Image Used to Trigger the Modal */
.nota{font-weight: bold;}
body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
hr{color: #D73333;}
.nav-item a{
  font-style: normal !important;
    font-size: 20px !important;
    padding-right: 10px !important; 
}
@media (max-width: 600px) {
  .separadorcelda td{     word-break: break-word;
    white-space: normal;
    width: 50%;

  }
  .cabeceras h1 {
  font-size: 25px !important;
  }
  .navbar-expand-lg{
    width: 100%;
      padding-left: 10px;
  }
}
h2{color: #D73333;}
.imgweb{width: 100%; margin: auto;}
.separadorcelda{
   background-color: #e5e5e5;
   padding: 0px;
   margin-top: 60px;
border-right: 10px #fff solid;
border-radius: 10px;
}
.flecha{
  float: left;
    margin: 20px 10px;
    width: 30px;
}
.row > .column {
    padding: 0 8px;
  }
  .titlulotabla{
    background-color: #464646;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    width: 250px;
    border-bottom: 1px solid #fff;
  }
  .contenttable{
    padding: 10px;
    border-bottom: 1px solid #000;
  }

  .list-bullets li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D73333;
    border: 2px solid #d27979;
    display: block;
    margin-right: 1rem;
}
.list-bullets li {
    display: flex;
    align-items: center;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
li {
    font-style: italic;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.list-bullets {
    list-style: none;
}
.btn{
  background-color: #D73333;
  color: #fff;
  padding: 10px 50px;
  margin: auto;
  width: 300px;
  text-align: center;
}
 .enfocado{
    color: #D73333 ;
    font-weight: 900;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 30px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .next.carousel-control-next-icon,
  .prev.carousel-control-prev-icon {
    color: rgba(0, 0, 0, 0.8);
    filter: drop-shadow(2px 4px 6px black);
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Fix for extra dot appearing in Chrome */
  .prev::before,
  .next::before {
    content: none !important;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    background-color: rgba(0, 0, 0, 0.8);
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /*MODAL*/
.insta img{
    border: solid #D73333 10px;
    margin-bottom: 40px;
}
.ficha{
color: #D73333 !important;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}

.insta strong{

    color: #D73333 !important;
}
.insta p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 40px;
    color: #000000;
}
.insta h1{
    font-family: 'Alfa Slab One';
    padding: 40px;
}
.insta h5{
    padding-bottom: 40px;
}
td {
    padding-right: 40px;
}
table{margin: auto !important;}
.carousel-item {
    transition: transform 2.6s ease-in-out;
  }
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
  }
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .4;
}
.carousel-caption, .carousel-control-prev, .carousel-control-next{
    z-index: 999;
}
.abece{
    display: grid;
    grid-template-columns: repeat(30, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(20px, auto);
    padding-left: 40px;

}
.abece a:hover{
font-weight: bold;
    color: #D73333;
    font-size: 24px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #D73333!important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.border-0 {
    border: 0 !important;
}
.position-relative {
    position: relative !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.member-profile {
    top: -50px;
    left: 0;
}
.text-center {
    text-align: center !important;
}
.w-100 {
    width: 100% !important;
}
.position-absolute {
    position: absolute !important;
}

.member-profile img {
    width: 100px;
    height: 100px;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.accordion {
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #D73333;
}
.accordion {

    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.logo{max-height: 65px;}
.grupo{
  background-image: url(../img/bg.jpg);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  background-size: cover;
    border-radius: 25px;
    padding: 20px;
}
.cabecerasGrado{
  background-image: url(../img/grados.jpg);
  min-height: 300px;
  padding: 30px;
}
.cabecerasProyeto{
  background-image: url(../img/proyectosinvestigacion.jpg);
  min-height: 300px;
  padding: 30px;
}
.cabecerasOtros{
  background-image: url(../img/otros.jpg);
  min-height: 300px;
  padding: 30px;
}
.cabecerasContacto
{
  background-image: url(../img/contacto1.jpg);
  min-height: 300px;
  padding: 30px;
}
.cabecerasGrupoInv{
  background-image: url(../img/grupoinv.jpg);
  min-height: 300px;
  padding: 30px;
}
.cabecerasMaster{
    background-image: url(../img/master.jpg);
    min-height: 300px;
    padding: 30px;
  
}
.cabecerasDocto{
    background-image: url(../img/doctorado.jpg);
    min-height: 300px;
    padding: 30px;
  
}
.cabecerasTablon{
    background-image: url(../img/tablon.jpg);
    min-height: 300px;
    padding: 30px;
  
}
.cabecerasInfraest{
    background-image: url(../img/infraestructura.jpg);
    min-height: 300px;
    padding: 30px;
  
}
.cabecerasEquipo{
    background-image: url(../img/equipo.jpg);
    min-height: 300px;
    padding: 30px;
  
}
.cabeceras{margin-bottom: 40px;}
.cabeceras h1{
    color: #fff;
    text-align: center;
    padding-top: 100px;
    font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.07em;
    padding-bottom: 40px;
    
}
.cabeceras div{
    border: solid 1px #D73333;
    height: 250px;
   
}
.nav a{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
text-transform: uppercase;
color: #000000 !important;
}
.sliderTexto{
    font-family: 'Alfa Slab One';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 55px;
letter-spacing: 0.07em;
padding-bottom: 40px;

color: #FFFFFF;
}
.nav {
    --bs-nav-link-padding-x: 0.8rem;
    --bs-nav-link-padding-y: 1.2rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #ffffff;
    border-bottom: 5px solid #D73333;
    border-radius:0% ;
    padding-bottom: 5px;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
}
.carousel-caption {
    top: 35%;
   }
.btnSlider{
    
border: 3px solid #D73333;
background-color: transparent;
color: #fff;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 34px;
padding: 10px 20px;
color: #FFFFFF;
text-decoration: none;
}
.btnSlider i{
    
    color: #D73333;

    }
.btnSlider:hover{
    
    border: 3px solid #fff;
    background-color: #D73333;
    color: #fff !important;

    
    }
.lc-block{
    padding-top: 40px;
}
h2, h3 ,h1{
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.texto-normal h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 29px;
}
.texto-normal span{
    color: #D73333 !important;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e7f1ff !important ;
}
.texto-normal p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;

    
    color: #000000;
}
.ancho3{max-width: 450px; margin: auto;}
.pad-h-8{    padding-top:30px;}

.imgcolumna {
    background-image: url(../img/linguistica-valencia.gif);
    min-height: 770px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}
.texto-normal {   border-top: 1px solid #D73333;
    margin-top: 50px;
    border-left: 1px solid #D73333;
    border-bottom: 1px solid #D73333;
    margin-bottom: 50px;}
.imgcolumna{}
.columnaDerecha{
    min-height: 770px;
    border-top: 1px solid #D73333;
    margin-top: 50px;
    border-right: 1px solid #D73333;
    margin-right: 50px;
    border-bottom: 1px solid #D73333;
    margin-bottom: 50px;}
footer p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    }
    footer{background-color: #1D1D1D; min-height: 85px;}
    .dropdown-menu {background-color: rgba(255,255,255,0.8);
        border: none;
        border-radius: 0px;
        padding: 10px 4px;
    }
    .dropdown-menu a{
        font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 26px;
/* or 162% */


color: #000000;

    }
    .accordion-button {
      font-size: 24px;
      font-weight: 500;
        color: #fff;
        background-color: #5e82af;
    }

    /*ANIMACIONES*/
    @import url("https://fonts.googleapis.com/css2?family=Asap&display=swap");


.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}