header video {
    filter: grayscale(100%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(193, 15, 26,0.9);
    z-index: -1;
}

/*-----------------sobre video-----------------------*/

.sobre_video{padding:5% 5% 0% 5%; color:#fff;}
.sobre_video .texto_principal{ text-transform: uppercase; font-size: 4em; font-weight: 400;}
.texto_principal a{font-weight: 600;}
.sobre_video .texto_izq{padding-right: 30px;  padding-bottom: 30px;}
.sobre_video .row{ align-content: flex-end;}

.sobre_titular{ margin-bottom: 28px;    font-size: 16px;  font-weight: 700;   letter-spacing: 1px;}

.tipo_especial{font-family: 'Roboto', sans-serif; font-weight: 400!important; font-size: 1.5em;}

/*------------------principales servicios-----------------------*/
.servicios_principales{ background: linear-gradient(#fff, #f2f2f2);    }
.caja_areas{ text-align: center;}
.caja_areas p{ font-size: 0.9em; color:#666;}
.caja_areas .titular_areas{ font-size: 1.5em; color:#333;  transition:color 2s linear; text-transform: capitalize;}
.caja_areas a:hover .titular_areas{  color:#000;}
.circle-bg i{ font-size: 2em;  margin-top: 0.7em;}

.circle-bg {
    width: 80px;
    text-align: center;
    position: relative;
    height: 80px;
    border-radius: 900px;
    }

.main-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
   
.dot-circle {
    position: relative;
    width: 180px;
    height: 180px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 90px;
    transition: 2s linear;
    background-color: #ffffff80;
}

.dot-circle:hover{ transform: rotate(360deg);}
   
/*------------------presentacion-----------------------*/

.texto_pres h2{ line-height: 1.22; font-size:2.8em;  margin-bottom: 35px; text-transform: capitalize; }

.texto_pres h3{ line-height: 1.1; font-size: 1.7em; font-weight: 600; }
 
.btn_enlace{
    padding: 10px 20px;   
    font-size: 0.8em;       
    font-weight: 400;
    margin: 8px 0;     
    color:#333;
     background-color:#ddd;
    text-align: center;
    display: inline-block!important;    
    border-radius: 50px!important;
    -ms-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    -khtml-border-radius: 50px!important;
    align-items: center;
}

.btn_enlace i{font-size: 1.4em!important; padding-right: 5px;}

#presentacion{margin-bottom: 40px;}
#presentacion .imagen_pres {display:flex;  align-self: center;}
#presentacion .imagen_pres img{  align-self: center;}

#presentacion .texto_presentacion{ padding-left: 7%; display: flex;}
.texto_pres{ margin-bottom:30px; align-self:center;}


/*------------------producto-----------------------*/

.relleno_producto{ padding:40px;}

.producto{ 
    margin-bottom: 50px;
    color:#fff;
     border-radius: 20px!important;
    -ms-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    -webkit-border-radius: 20px!important;
    -khtml-border-radius: 20px!important;
}

.producto h3{
    margin-bottom: 20px;
    /*  color: hsla(0, 0%, 100%, 0.8);*/
    font-size: 2.136rem;
    line-height: 2.75rem;
    font-weight: 800;
    text-align: left;
}

.imagen_producto{ padding-left: 30px; padding-right: 30px;}

.producto .button{
    background-color: hsla(0, 0%, 100%, 0.3);
    background-image: none;
    color: #fff;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 12px;       
    opacity: 1;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    color: #fff;
}

.producto .button:hover{  background-color: hsla(0, 0%, 100%, 0.2); }

.texto_producto{
    color: hsla(0, 0%, 100%, 0.8);
    font-weight: 400;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
   
}

.proyecto .sobre_titulo{
    font-size: 25px;
    color: #444444;
    text-align: left;
    text-transform: uppercase;    
    font-weight: 700;
}

.proyecto h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}
#proyecto.ticmedic h2::after{
    content: " ";
    display: block;
    height: 2px;
    width: 90px;
    margin-top:30px;
}

/*------------------noticias CARD-----------------------*/
.noticias .sobretitular{ text-transform: uppercase; font-weight: 600; display: block; font-size: 0.5em; margin-bottom: 10px;}
.noticias h2{margin-bottom: 15px;  font-weight: 500;    line-height: 1.1; font-size: 45px;  display: block;  }
.noticias .entrada p{font-size: 0.9em; line-height: 140%; margin-bottom: 20px;}
.noticias .ver_todas {transition: color linear 1s;  text-align: right;  font-weight: 600;    font-size: 0.8em;  text-transform: uppercase;}
.noticias .relleno_ambos{padding-bottom: 80px;}



.noticias  .card{ padding: 0px;}
.noticias .card-footer{ background-color: #fff;}

.noticias .ref_card_body { padding:20px;  }
.noticias h3.card-title {font-size: 22px;
    font-weight:600 ;
    letter-spacing: -0.03em;
    /*text-transform: capitalize;*/
    display: inline;
    position: relative;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    -o-transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    padding-right: 5px;
}

.noticias .fecha{font-weight: 500; text-transform: uppercase; font-size: 0.7em; letter-spacing: 1px; padding: 8px 0px;}
.noticias  .card{margin-top: 20px; margin-bottom: 20px;    transition: all 1s linear; grid-template-rows: 2fr 1fr auto; display: grid; }
.noticias  .card:hover .card-title{
    -webkit-transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s;
    -o-transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s;
    transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s;
    background-size: 100% 100%;
}

.noticias a .card-footer{color:#333; font-size: 0.85em;}
.noticias a:hover .card-footer{color:#000;}

/*.noticias .card .card-title a {color: #000;}*/
.noticias figure img { width: 350px; height: 232px; object-fit: contain;}

.noticias figure .fecha{ position: absolute; top: 10px; left: 10px; color:#fff; ; text-transform: uppercase;  text-align: center;}
.noticias figure .fecha span{ font-size:50px; display: block; font-weight:700; line-height: 40px;}

.noticias figure {    
     overflow: hidden!important;
     align-items: flex-start;
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
     position: relative;
     z-index: auto;
     overflow: visible;
     background: #000;
 }

 .noticias figure img { position: relative; display: block; opacity: 0.8; }

 .card:hover{ box-shadow: 0 0 40px rgba(0, 0, 0,0.8);}

.card-footer a{color:#333; font-size: 0.85em;}
.card-footer a:hover{color:#000;}

/*-----------------*/
 
.logos_index {
    margin-bottom: 30px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .sobre_video { padding: 5%; text-align: center;}
    .sobre_video .texto_principal {font-size:2.4em;}
    .dot-circle {margin-bottom: 0px;  width: 100px; height:100px;}
  
    .caja_areas .titular_areas { font-size: 1.2em;}
    .bloque_logos .marca {width: 50%;}
    .bloque_logos{ -ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
    
    .relleno_ambos { padding-top: 30px; padding-bottom: 30px;}
    .relleno_producto { padding: 20px; }
    .producto h3 { font-size: 1.8rem; line-height: 110%;}
    .noticias figure img { height: auto;}
    
    .texto_pres h2, .noticias h2{ font-size:2.2em;  margin-bottom: 10px; }
    #cajas_enlaces_dato_contacto{ margin-top:0px;}
    header video { display: none;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    header video { display: none;}
    .sobre_video { padding: 5%;}
    .sobre_video .texto_principal {font-size:2.4em;}
    .dot-circle {margin-bottom: 0px;}
    .caja_areas .titular_areas { font-size: 1.2em;}
    .relleno_ambos {    padding-top: 30px;    padding-bottom: 30px;}   
    .texto_pres h2, .noticias h2 { margin-bottom: 0px;}
    .bloque_logos .marca {width: 50%;}
    #cajas_enlaces_dato_contacto{ margin-top:0px;}
    .noticias .card { grid-template-rows: 1fr 1fr auto;}
    .noticias figure img { width: 350px; height: 159px; object-fit: contain; }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .sobre_video { padding: 2%;}
    .sobre_video .texto_principal {font-size:2.4em;}
    .relleno_ambos { padding-top: 30px; padding-bottom: 30px;}
    .dot-circle {margin-bottom: 0px;}
    .caja_areas .titular_areas { font-size: 1.2em;}
    .sobre_video .texto_izq {  padding: 15px 0px;}
    .sobre_video row{align-items: baseline;}
    .texto_pres h2, .noticias h2 { font-size: 2em;}
    #presentacion .texto_presentacion { padding-left: 10px;}
    .dot-circle {width: 100px; height: 100px;}
    .noticias .card {        grid-template-rows: 1fr 1fr auto;}
    .noticias figure img{    height: 139px;}
    .noticias .card-body{ padding:1rem ;}
    .noticias h3.card-title { font-size:17px;}
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sobre_video .texto_principal {font-size:2.4em;}
    #presentacion .texto_presentacion { padding-left: 10px;}
    .bloque_logos{-ms-flex-wrap:nowrap !important;        flex-wrap: nowrap!important;    }
    .noticias .card {        grid-template-rows: 1fr 1fr auto;}
    .noticias figure img{    height: 192px;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px){ 
    .sobre_video .texto_principal {    font-size: 3em;    }
}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) { 

}
