.content_lid{
    display: block;
    width: 100%;
    height: 500px;
    background-image: url("https://images.clarin.com/2017/01/26/rJQQW0Dwg_1256x620.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}
.content_lid:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
    
}
.letrero{
   
    display: block;
    position: absolute;
    top: 30%;
    right: 400px;
    z-index: 1;
    width: auto;
    height: auto;
    color:  white;
    padding: 10px;
}
.letrero h2{
    font-size: 58px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.letrero h3 {
    font-family: Arial, Helvetica, sans-serif;
    /* text-align: center; */
    text-transform: uppercase;
    text-align: center;
    width: 500px;
}
.imagenp{
    position: relative;
    height: 100%;
    width:50%;
    display: flex;
    align-items: end;
   
}
.dialogo{
    display: flex;
    padding: 10px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    height: 400px;
   
    padding: 10px;
}
.text-gradient {
 
    background: radial-gradient(circle at 70%, #0061ff 10%, #2A78B0 30%);
    background-size: 400% 400%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    animation: textGradientAnimation 5s ease-in-out infinite;
    -webkit-animation: textGradientAnimation 5s ease-in-out infinite;
}
.info_num{
    display: block;
    position: absolute;
    right: 100px;
    top: 50%;
}
.info_num span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: var(--azul_op);
    color: white;
    padding: 10px;
}
.info{
   
    width: 250px;
    display: block;
    padding: 10px;
   
}
.info h3{
    width: 500px;
    font-size: 42px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
.info p{
    width: 700px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 28px;
}
.reportes{
    display: flex;
    height: 100%;
    width: 400px;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 5px 20px black;
   
}
.reportes img{
    width: 100%;
    height:100%;
    border-radius: 100%;
}
.titulo_s{
 font-size: 55px;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.servicios{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*background-image: url("https://i.pinimg.com/originals/fc/06/39/fc06395b8e8997a2047d02be1cb12a56.jpg");*/
    background: radial-gradient(circle at 70%, #0061ff36 10%, #99b0c1 30%);
    /*background: radial-gradient(circle at 70%, #0061ff 10%, #2A78B0 30%);*/
    animation: textGradientAnimation 4s ease-in-out infinite;
    background-size: 110% 200%;
    padding: 30px 0px;
    animation: textGradientAnimation 4s ease-in-out infinite;
}
.slider_content{
    width:70%;
    display: block;
    background-color: white;
    height: 90%;
    margin: auto;
}

@keyframes textGradientAnimation {
    0% {
      background-position: 50% 30%;
    }
    25% {
      background-position: 100% 10%;
    }
    50% {
      background-position: 100% 90%;
    }
    75% {
      background-position: 60% 90%;
    }
    100% {
      background-position: 50% 30%;
    }
  }

  /*tramites*/
  .texto_subti{
    background: radial-gradient(circle at 70%, #0061ff 10%, #2A78B0 30%);
    font-size: 62px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px 0px;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    
    color: transparent;
  }
  .content_tramites{
 
 width: 80%;
 height: 370px;
display: flex;
 margin: auto;
 flex-direction: row;


  }
  .item_tramite{
   
    padding: 30px;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    height: 100%;

  }
  .item_tramite ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .item_tramite ul a{
    color: white;
    border-radius: 30px;
    background:#565656;
    /*background-color: #0061ff;*/
    font-size:18px;
    padding: 10px;
    width: 450px;
    display: flex;
    flex-direction: row;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 2px 7px black;
  }
  .item_tramite ul i{
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    font-size: 27px;
    color:white;
  }


  /*tramites*/


  /*contacto*/
  .contacto{
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-evenly;
  }
  .contacto_form{
    display: flex;
    flex-direction: column;
    width: 500px;
    
    padding: 5px 10px;
    
  }

  .contacto_form label{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0px;
  }
  .contacto_form p{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0px;
    color: #6f6f6f;
    
  }
  .contacto_form h2{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6f6f6f;
  }
  .contacto_form input ,select{

    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    border-radius:7px;
    border: 1px solid var(--azul_op);
    height: 30px;
    
  }
  .contacto_form textarea{
    display: block;
    height: 100%;
    border: 1px solid var(--azul_op);
    padding: 5px;
    border-radius:7px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .contacto_form button{
    display: table-cell;
    background: var(--azul_op);
    margin-top: 5px;
    padding: 10px;
    border:none;
    width: 100px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    font-weight: 700;
  }
  iframe{
    box-shadow: 0px 2px 15px black;
  }
  /**/


  /*enlaces de interes*/
  #log {
    width: auto;
    height: 60px;
    display: block;
    margin: auto;
    align-items: center;
    padding: 10px;
    justify-content: center;



}
.enlaces{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content:space-between ;
}
/****/

