/* web proteccion de datos */

@font-face {
  font-family: "Nunito";
  src: url("https://upc-cdn.b-cdn.net/web-institucional/static/fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: regular;
}

.rotate {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.rotate-icon-down {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bg-proteccion-de-datos {
  background-image: url('https://upc-cdn.b-cdn.net/web-institucional/proteccion-de-datos/img/datos-mobile_qegk8w.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 193px;
  margin-top: 14%;
  position: relative;
}

.bg-proteccion-de-datos h1 {
  font-family: 'sgothic-bdcap';
  color: #FFFFFF;
  text-shadow: 0 3px 6px black;
  padding-top: 50px;
  font-size: 34px;
}

.title-proteccion {
  /*font-family: 'sgothic-bdcap';*/
  /*font-size: 19px;*/
  font-family: 'zizou-slab-bold';
  color: #000000;
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
}

.line-bottom {
  background-color: #DD0000;
  width: 98px;
  height: 6px;
}

.text-gray {
  color: #707070;
}

.style-main p {
  font-family: "Nunito";
  color: #414141;
}

.item-content {
  border-bottom: 1px solid #000000;
  cursor: pointer;
  margin-top: 28px;
}

.item-content p {
  font-family: 'sgothic-bdcap';
  color: #D50000;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.item-content .title5-datos {
  font-family: 'zizou-slab-bold';
  color: #414141;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.mostrar-content {
  padding: 0 4px;
}

.item-content2 {
  background-color: #BEC9DE;
  padding: 6px 20px;
}

.item-content2 p {
  font-family: 'sgothic-bdcap';
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding-top: 3px;
}

.mostrar-content2 {
  padding: 20px 20px;
}

.mostrar-content2 .finalidad {
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.9;
  color: #000000;
  margin: 0;
  font-weight: bold;
}

.card-proteccion {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
}

.c-black {
  color: #000000 !important;
}

.bg-solicitud{
  background-color: #F7F8FA;
}

.bg-solicitud .title {
  font-family: 'zizou-slab-bold';
  color: #000000;
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

.bg-solicitud .card{
  background-color: #fff;
  border-radius: 7px;
  border: none;
  height: auto;
  padding: 20px 15px;
  margin-bottom: 40px;
}

.bg-solicitud .card .number{
  font-family: 'sgothic-bdcap';
  font-size: 80px;
  line-height: 1.1;
  color: #000000;
}

.bg-solicitud .card h4{
  font-family: 'zizou-slab-bold';
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.bg-solicitud .btn a {
  color: #ffffff;
  display: inline-block;
  background: #d50000;
  padding: 3%;
  font-family: 'sgothic-bdcap';
  font-size: 20px;
  width: 85%;
}

.bg-solicitud .btn a:hover{
  opacity: 0.8;
  text-decoration: none;
}

.bg-solicitud .btn a.line {
  border: 2px solid #d50000;
  background-color: transparent;
  color: #D50000;
}

.bg-solicitud .table thead{
  background-color: #191919;
  color: #fff;
  font-family: 'sgothic-bdcap';
  font-size: 16px;
  text-align: left;
  padding: 8px;
  border: none;
}

.bg-solicitud .table tbody tr>td{
  color: #191919;
  font-family: "Nunito";
  font-size: 14px;
  text-align: left;
  padding: 8px;
  border: none;
}

.bg-solicitud .table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}

.bg-solicitud .table caption {
  font-size: 14px;
  font-family: "Nunito";
  padding: 5px 0 4px;
}

@media (min-width:768px)  {
  .bg-proteccion-de-datos {
   background-image: url('https://upc-cdn.b-cdn.net/web-institucional/proteccion-de-datos/img/proteccion-de-datos_ay8cum.webp');
    background-size: cover;
    background-position: top right;
    min-height: 415px;
    margin-top: 5%;
  }

  .bg-solicitud .title {
    font-size: 30px;
    line-height: 1.3;
  }

  .bg-solicitud .btn a{
    width: 50%;
    margin: auto;
  }

  .bg-solicitud .card{
    height: auto;
    padding: 30px 20px;
  }
}

@media (min-width:992px)  {
  .bg-proteccion-de-datos {
   background-image: url('https://upc-cdn.b-cdn.net/web-institucional/proteccion-de-datos/img/proteccion-de-datos_ay8cum.webp');
    background-size: cover;
    background-position: top right;
    min-height: 415px;
    margin-top: 5%;
  }

  .bg-proteccion-de-datos h1 {
    padding-top: 255px;
    font-size: 58px;
  }

  .title-proteccion {
    font-size: 30px;
  }

  .item-content p {
    font-size: 25px;
    line-height: 1.5;
  }

  .item-content .title5-datos {
    font-size: 23px;
  }

  .mostrar-content {
    padding: 0 16px;
  }
  
  .item-content2 {
    padding: 10px 22px 10px 63px;
  }
  
  .item-content2 p {
    font-size: 24px;
  }
  
  .mostrar-content2 {
    padding: 20px 63px;
  }
  
  .mostrar-content2 .finalidad {
    line-height: 1.9;
  }

  .bg-solicitud .card{
    height: 560px;
    padding: 15px 20px;
  }

  .bg-solicitud .btn a{
    width: 90%;
    margin: unset;
  }

}

@media (min-width:1650px)  {
  .bg-proteccion-de-datos {
    min-height: 715px;
    margin-top: 1%;
  }
}

.arrow-black {
  width: 30px;
  height: 17px;
}

.plus-black {
  width: 25px;
  height: 25px;
}