@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* --- HERRAMIENTAS TECNOLOGICAS (LISTADO GENERAL, INDEX) --- */

.herramienta_tecnologica{
    position: relative;
    padding: 1.2rem;
    display: block;
    margin: .6rem 0;
    min-height: 112px;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.herramienta_tecnologica:first-child{
    margin-top: 0px;
}

.herramienta_tecnologica:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); 
}

.herramienta_tecnologica .gradient{
    position: absolute;	
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha(opacity=70); 
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.gradient_google_suite{
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #a5a1a3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
}

.gradient_office_365{
    background: #333333;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dd1818, #333333);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dd1818, #333333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
}

.gradient_herramientas_para_videoconferencia{
    background: #00F260;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient_moodle{
    background: #FDC830;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient_cuentas_de_correo{
    background: #009FFF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec2F4B, #009FFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient_red_inalambrica{
    background: #8A2387;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F27121, #E94057, #8A2387); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
}

.gradient_licenciamiento_de_software{
    background: #403B4A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E7E9BB, #403B4A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E7E9BB, #403B4A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.herramienta_tecnologica .title{
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.herramienta_tecnologica .title h2{
    font-weight: bold;
    color: #fff;
    font-size: 2rem !important;
    padding: 0px 3rem;
    letter-spacing: .5px;
    text-shadow: 2px 4px 12px rgb(0 0 0 / 70%);
}

.herramienta_tecnologica_liston{
    position: relative;
    padding: 1.2rem;
    display: block;
    margin: .6rem 0;
    min-height: 112px;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.herramienta_tecnologica_liston .title{
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.herramienta_tecnologica .title h2 .nota{
    font-size: 1.3rem;
}

/* --- HERRAMIENTA TECNOLOGICA (VISTA INDIVIDUAL, PAGE) --- */

.liston{
    display: block;
    height: 120px;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ht_block{
    margin-bottom: 1.2rem;
    clear: both;
    padding: .3rem;
    height: auto;
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    border-radius: 3px;
}

img.responsive{
    width: 100%;
    height: auto;
}

.responsive-iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe > iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ht_block p,
.ht_block_destacado p{
    margin: 1rem 0 !important;
}

.ht_block p.enlace{
    padding: 1rem 1.7rem;
    font-weight: bold;
    border: 1px solid rgb(173 173 173);
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
}

.ht_block p.notas{
    font-size: .9rem;
    font-style: italic;
}

.ht_block h1, .ht_block_destacado h1{ font-size: 1.8rem !important; font-weight: 700; letter-spacing: 0px; margin-bottom: 1.5rem !important;}
.ht_block h2, .ht_block_destacado h2{ font-size: 1.6rem !important; font-weight: 700; letter-spacing: 0px; margin-bottom: 1.5rem !important;}
.ht_block h3, .ht_block_destacado h3{ font-size: 1.2rem !important; font-weight: 400; letter-spacing: 0px; margin: 0 0 1.5rem 0;}
.ht_block h4, .ht_block_destacado h4{ font-size: 1.1rem !important; font-weight: 400; letter-spacing: 0px; margin: 0 0 1.5rem 0;}

.ht_block_destacado{
    padding: 1.6rem;
    margin: 1.5rem 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
}

.ht_block a,
.ht_block_destacado a{
    font-weight: 900 !important;
}

.ht_block a:hover,
.ht_block_destacado a:hover{
    text-decoration: underline !important;
}

.ht_block_destacado h1,
.ht_block_destacado h2,
.ht_block_destacado h3,
.ht_block_destacado h4,
.ht_block_destacado p,
.ht_block_destacado a{
    color: #fff;
    text-shadow: 2px 4px 12px rgb(0 0 0 / 70%);
}

.ht_block ul,
.ht_block_destacado ul{
    list-style-type: initial !important;
    margin-left: 1rem !important;
    padding-left: 1rem !important;
}

.ht_block ol,
.ht_block_destacado ol{
    list-style-type: decimal;
    margin-left: 1em !important;
    padding-left: 1em !important;
}

.ht_block ul li,
.ht_block_destacado ul li,
.ht_block ol li,
.ht_block_destacado ol li{
    padding: 0 0 0 1rem !important;
    margin: 0 0 0 1rem !important;
}

.ht_block ul li img,
.ht_block_destacado ul li img,
.ht_block ol li img,
.ht_block_destacado ol li img{
    display: block;
    margin: 1.3rem 0;
}

.ht_block_destacado p.enlace{
    padding: 1em 1.7rem;
    background-color: rgba(0,0,0,.30);
    font-weight: bold;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
}

.ht_block_destacado p.notas{
    color: rgba(255,255,255,0.85);
    font-size: .8rem;
    font-style: italic;
}

.boton_enlace{
    background-color: #ce510f;
    
}

.boton_enlace a:link {
    color: #fff;
}

#block_cucei {
    background-color: #f9ccb8;
}

@media only screen and (max-width:26.5625em) { 
    
    .herramienta_tecnologica{
        padding: 1rem;
    }
    
    .herramienta_tecnologica .title {
        width: 90%;
    }
    
    .herramienta_tecnologica .title h2 {
        text-align: center;
        padding: 0;
        font-size: 1.8rem !important;
        margin-bottom: 0 !important;
    }
    
    .herramienta_tecnologica .title em{
        display: block;
    }
    
    .page-node-46845 .block-menu-herramientas-tecnol-gicas{
        display: none;
    }
}

@media only screen and (max-width:48em) { 
    .herramienta_tecnologica .title em{
        display: block;
    }
}