*{
    --color-orange: /*rgb(247,147,30)*/rgb(34,60,112);
    --color-gray: rgb(77,77,77);
    --animate-duration: 2.5s;
}

body{
    background-color: white;
    overflow-x: hidden;
}

.main{
    width: 100%;    
    height: auto;
    overflow-x: scroll;
}

section{
    width: 100%;
    height: auto;
    background-color: white;    
}

.bloques{
    display: flex;
    /*border: 1px blue solid;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 80vh;
    /*margin-top: 10vh !important;*/
}

.texto-bloque{
    height: auto;
    /*border: 1px green solid;*/
    margin: 2% 1% 2% 1% !important;
    /*top/bottom left/right*/;
    /*top left bottom right*/
    text-align: justify;
    position: relative;
    font-size: 1.5em;
    /*background-color: var(--color-gris-nosotros);*/
}

.imagen-bloque{
    /*height: 42vh;*/
    height: auto;
    /*max-height: 45vh;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    --animate-duration: 4s;
}

.imagen-bloque img{
    width: auto;
    max-width: 100%;
    /*max-height: 45vh;*/
    margin-top: 0vh!important;
    height: auto;
}
.parrafo-bloque{
    color: var(--color-gray);
    font-size: 3.0vh;
    padding-left: 3% !important;
    padding-right: 3% !important;
    /*padding-top: 2% !important;*/
    padding-bottom: 2% !important;
    height: auto;
    /*overflow-y: auto;*/
    /*min-height: 15vh;*/
    line-height: 1.2;
    /* background-color: var(--color-gris-nosotros); */
    /*margin-top: 2% !important;*/
    margin-top: -5vh !important;
    padding-top: 7vh !important;
}

.titulo-bloque{
    font-weight: 700;
    font-size: 4vh;
    font-family: "PTSans-bold";
    /*text-align: center;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--color-gray)
}

.titulo-bloque2{
    font-weight: 700;
    font-size: 3.5vh;
    font-family: "PTSans-bold";
    /*text-align: center;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--color-gray)
}

.titulo-bloque img{
    height: 100%;
    width: auto;
    max-width: 7.5vh;
}

#principal{
    overflow-x: hidden;
}

.banner-bloque img{
    width: auto;
    max-height: 12vh;
    height: auto;
}

.banner-bloque{
    display: flex;
    justify-content: center;
    align-items: center;
}
#plantilla{
    min-height: 70vh;
}

#section-titulo{
    min-height: 45vh;
    margin-top: 2.5vh!important;
    /*background-color: #fff;*/
    padding: 0!important;
    background: url("../../../img/photos/SEDE\ CAMPUS-CENTRAL-01.png");
    /*opacity: 0.8;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes tipsy {
    0% {
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}
  

  
.titulo-ptsans {
    font-family: "PTSans-bold"!important;
    color: white;
    text-shadow: 0 20px 25px black, 0 40px 60px black;
    /*text-shadow: 1px 1px 0 white, 
                1px -1px 0 white, 
                -1px 1px 0 white, 
                -1px -1px 0 white, 
                1px 0px 0 white, 
                0px 1px 0 white, 
                -1px 0px 0 white, 
                0px -1px 0 white;*/
    font-size: 12vh;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -3px;
    margin: 0;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
}

#titulo-sedes{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.titulo-ptsans p{
    font-family: "PTSans-bold"!important;
}

.word{
    opacity: 0;
}

.word span{
    font-family: "PTSans-bold" !important;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}
  
.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
  
.letter.behind {
    transform: rotateX(-90deg);
}
  
.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
  
.wisteria {
    color: blue;
}
  
#carreras-sede{
    padding-left: 5vh!important;
    padding-right: 5vh!important;
    padding-bottom: 5vh!important;
    padding-top: 7.5vh!important;
    /*border: 1px solid blueviolet;*/
}

#div-fondo{
    padding: 2px!important;
    /*border: 1px solid brown;*/
    /*background-color: plum;*/
    width: 100%;

    background-repeat: no-repeat;
	background-size: 6% 100%, 0% 0%, 100% 14%, 0% 0%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image:   linear-gradient(var(--color-orange), var(--color-orange)), 
                        linear-gradient(var(--color-orange), var(--color-orange)), 
                        linear-gradient(var(--color-orange), var(--color-orange)), 
                        linear-gradient(var(--color-orange), var(--color-orange));
}

#div-carreras{
    padding-top: 1%!important;
    padding-left: 2%!important;
    padding-bottom: 1%!important;
    padding-right: 1%!important;
    background-color: white;
    width: 100%;
    height: 100%;
}

.titulo-cuadro{
    background-color: var(--color-orange);
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 7.75vh;
    height: 7.75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7.5vh!important;
    margin-top: -5.5vh!important;
}

#titulo-cuadro p{
    margin-bottom: 0%!important;
}

.icon-sede{
    font-size: 4.75vh;
    color: white;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { 
    display: inline-block 
}

.leBlurIn span { 
    animation-name: leBlurIn 
}

@keyframes leBlurIn {
    from {
        transform: scaleX(0.2);
        filter: blur(20px);
        opacity: 0;
    }
}

.parrafo-direccion{
    font-size: 2.7vh;
    color: var(--color-gray);
    line-height: 1.2;
}

.titulo-bloque span{
    font-family: "PTSans-bold";
}

.grid-carreras{
    display: flex;
    /*padding-left: 8vh!important;
    padding-right: 12vh!important;*/
    /*background-color: blueviolet;*/
    min-height: 80%;
}

.cont-carreras{
    /*background-color: aqua;*/
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.wrapper-carrera{
    /*background-color: var(--color-orange);*/
    padding-left: 0.75vh!important;
    padding-right: 0.75vh!important;
    padding-top: 0.75vh!important;
    padding-bottom: 0.75vh!important;
}

.info-carrera{
    background-color: var(--color-gris-nosotros);
    /*min-height: 15vh;*/
    /*border: 1px solid maroon;*/
    padding-left: 1.5%!important;
    padding-right: 1.5%!important;
    padding-top: 0.5%!important;
    padding-bottom: 2.5%!important;
}

.titulo-ptsans p span{
    font-family: "PTSans-bold";
}

.parrafo-carrera{
    font-size: 2.9vh;
    color: var(--color-gray);
    padding-left: 5vh!important;
    line-height:135%;
    overflow-wrap: break-word;
}

.parrafo-carrera span{
    font-weight: bold;
}

#ubicacion-sede{
    padding-left: 5vh!important;
    padding-right: 5vh!important;
    padding-bottom: 5vh!important;
    padding-top: 7.5vh!important;
    /*border: 1px solid blueviolet;*/
}

.smaller-title{
    font-size: 6vh!important;
}

.video-container {
    min-height: 33vw;
    width: 100%;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

@media screen and (max-width: 1176px){
    #noticias #ncontrols{
        bottom: 8%;
        left: 67vw;
        width: 20vw;
        height: auto;
        padding: 1% !important;
        z-index: 1;
    }
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE PORTRAIT------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

@media screen and (max-width: 991px) and (orientation:portrait){
      
    #portada > img{
        width: 167vw !important;
        left: -44%;
    }
    
    #portada #iconbar{
        height: auto;
        padding: 2% 0 !important;
        padding-top: 13% !important;
    }
    
   #iconbar .icon {
        padding: 0 2vw !important;
        height: 23vw;
        margin-left: 6.5% !important;
    }
    
    #iconbar .icon .icon-img {
        height: 55%;
    }
    
    #iconbar .icon .icon-text{
        height: 45%;
        padding: 5% 0 !important;
        font-size: 110% !important;
    }

    
    #iconbar #iconbar-title{
        padding: 1.5% 0 !important;
        left: 4%;
        top: 0.65%;
        font-size: 97%;
        transform: scale(1.15);
    }  
    
    #noticias{
        height: auto;
        overflow:visible;
        padding-bottom: 12% !important;
    }
    
    
    #noticias #ncontrols{
        bottom: 0%;
        left: 20vw;
        width: 60vw;
        height: auto;
        padding: 1% !important;
    }

    
    #noticias .ncontainer #news-info{
        padding: 0 6% !important;
        height: auto;
    }
    
    #noticias #news-info,
    #como-inscribirte #signup-info{
        display: initial;
        height: auto;
        padding: 5% 6% !important;
    }
    
    #registrate > div{
       padding: 0 8% !important;
       padding-top: 35% !important;
    }
    
    #registrate img{
        width: 185vw !important;
        left: -46%;
    }
    
    #registrate > div > div,
    #registrate > div > span{
       width: 100%;
       padding: 0 7% !important;
    }
    
    #sedes-umg{
        padding: 5% 0 !important;
    }
    
    #sedes-umg h3{
        padding: 4% 21% !important;
        font-size: 150%;
    }
    
    #sedes-umg div{
        display: initial;
        
    }
    
   #sedes-umg div a {
        width: 59vw;
        margin-left: 20% !important;
        margin-bottom: 0.4em !important;
        font-size: 130%;
    }
    
    
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*---------------------------CSS MOBILE LANDSCAPE-----------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

@media screen and (max-width: 991px) and (orientation:landscape){
    
    #portada #iconbar{
        height: auto;
        padding: 2% 0 !important;
        padding-top: 8% !important;
    }
    
    #iconbar .icon{
        width: 12vw;
        height: 15vw;
        margin-left: 4vw !important;
    }
    
    #iconbar .icon .icon-img {
        height: 55%;
    }
    
    #iconbar .icon .icon-text{
        height: 25%;
        margin-top: 0.2em !important;
        padding: 5% 0 !important;
    }

    
    #iconbar #iconbar-title{
        
        width: 50%;
        padding: 1% 0 !important;
        left: 0%;
        top: 0.75%;
        font-size: 100%;
        transform: scale(1.15);
    }  
    
    
    #noticias{
        height: auto;
        overflow:visible;
        padding-bottom: 10% !important;
    }
    
    #news-title {
        padding: 2% 6vw !important;
        font-size: 300%;
    }
    
    
    #noticias #ncontrols{
        bottom: -3%;
        left: 30vw;
        width: 40vw;
        height: auto;
        padding: 1% !important;
    }  
    
    #noticias #news-info,
    #como-inscribirte #signup-info{
        display: initial;
        height: auto;
        padding: 5% 4% !important;
    }
    
    #signup-info h1 {
        font-size: 250%;
    }
    
    #registrate > div{
       padding: 0 8% !important;
    }
    
    #registrate > div > div,
    #registrate > div > span{
       width: 100%;
    }
    
    #sedes-umg{
        padding: 5% 0 !important;
    }
    
    #sedes-umg h3{
        padding: 4% 8% !important;
        font-size: 150%;
    }
    
    #sedes-umg div{
        display: initial;
        
    }
    
    #sedes-umg div a{
        width: 30vw;
        margin-left: 2% !important;
        font-size: 130%;
        
    }
    
}
