*{
    --color-orange: /*rgb(247,147,30)*/rgb(34,60,112);
    --color-gray: rgb(77,77,77)
}

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;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    z-index: 1;
}

.bloques2{
    display: flex;
    /*border: 1px blue solid;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.5% !important;
}

.texto-bloque{
    height: auto;
    /*border: 1px green solid;*/
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    text-align: justify;
    position: relative;
    /*font-size: 1.5em;*/
    /*background-color: var(--color-gris-nosotros);*/
    overflow-y: auto;
    overflow-x: auto;
}

.fondo-lab{
    width:100%; 
    z-index:0;
    height: 100%;
}

.circulo{
    clip-path: circle(50% at 50% 50%);
    cursor: pointer;
}

.circulo img{
    width:100%
}

#soilab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position: absolute;
    left: 12.05%;
    top: 2.05%;
    z-index: 2;
    width: 27.45%;
    height: auto;
    /*opacity: 0.25;*/
}

.circulo:hover{
    animation: pulsate-fwd 1.5s;
}

#fluidlab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.60%;
    top: 9.4%;
    z-index:2; 
    width: 27.45%;
    height:auto;
    /*opacity: 0.50;*/
}

#meclab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.35%;
    top: 79.85%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#lab4{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.55%;
    top: 74.3%;
    z-index:2; 
    width: 27.45%; 
    height:15.5%;/*auto;*/
}

#hidrolab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.45%;
    top: 40.60%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.7;*/
}

#dynlab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.55%;
    top:25%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.50;*/
}

#physlab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.4%;
    top: 56.2%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.6;*/
}

#termolab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.2%;
    top: 17.125%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#crislab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.55%;
    top: 72.30%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#camlab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.25%;
    top: 32.55%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#cirs{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.05%;
    top: 52.4%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
}

#anilab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.55%;
    top: 74.3%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
}

#sismolab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.4%;
    top: 64.15%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#scilab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.55%;
    top: 29.75%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
}

#metlab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    left: 12.4%;
    top: 48.4%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#geolab{
    /*border: 1px solid red;
    background-color: aqua;*/
    position:absolute;
    right: 12.6%;
    top: 88.05%;
    z-index:2; 
    width: 27.45%; 
    height:auto;
    /*opacity: 0.5;*/
}

#principal{
    overflow-x: hidden;
}

.banner-bloque img{
    width: auto;
    max-height: 12vh;
    height: auto;
}

.banner-bloque{
    display: flex;
    justify-content: center;
    align-items: center;
}

#espacio{
    min-height: 5vh;
    display: flex;
}

#inicio-flecha{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%; 
    height: 100%;
    transition: 1s color/*, 1s background-color*/;
    color: var(--color-gray);
}

#inicio-flecha i{
    font-size: 800%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#inicio-flecha:hover{
    color: var(--color-orange);
    /*background-color: var(--color-gray);*/
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-15 10:42:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes pulsate-fwd{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes pulsate-fwd{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
} 

@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%;
        
    }
    
}
