/*************************************************/
/*****Estilos de la sección de footer ***********/
/***********************************************/

#contacto {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: auto;
  background-color: var(--main-1-color);
  padding: 0;
}

.lines-cont {
  width: 100%;
  height: auto;
  background-color: white;
}

.line-amarilla {
  background: #FDB400;
  border: 3px solid #FDB400;
}

.line-vinotinto {
  background: #8c1919;
  border: 3px solid #8c1919;
}

.line-blanca {
  background: #ffffff;
  border: 3px solid #ffffff;
}

hr {
  margin: 0 !important;
}

.title-contacto {
  width: 90%;
  height: auto;
  margin: 20px auto;
  padding: 20px;
}

.title-contacto h3 {
  padding-top: 8px;
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 900;
}

footer a {
  color: rgba(255, 255, 255, 0.705);
}

footer a:hover {
  color: #FDB400;
}

footer {
  height: auto;
  width: 80%;
  display: flex !important;
  margin: 18px auto 18px auto;
}

.footer-ud,
.footer-normatividad {
  width: 33%;
  height: auto;
  border-right: 1px solid #3c0000;
  padding: 1% 2.5% 2.5% 2.5%;
}

.footer-datos {
  width: 33%;
  padding: 1% 2.5% 2.5% 2.5% !important;
  height: 100%;
}

footer h3 {
  font-size: 24px;
  margin-top: 25px;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer h6 {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.705);
  font-weight: bold;
}

footer img {
  width: auto;
  height: 110px;
  padding: 18px 0px 18px 0px;
}

footer p {
  font-size: 15px;
  text-align: left;
  color: rgba(255, 255, 255, 0.705);
}

footer .footer-normatividad li {
  font-weight: 500;
}

.footer-datos,
.footer-normatividad i {
  color: white;
  padding: 10px;
  font-size: 20px;
}

.footer-datos i {
  color: white;
  padding: 10px;
  font-size: 20px;
}

.footer-datos a {
  color: rgba(255, 255, 255, 0.705);
  transition: color 1s;
}

.footer-datos a:hover {
  color: #FDB400;
  transition: color 1s;
}

.footer-normatividad,
.footer-datos span {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.705);
  /* font-weight: bold; */
}

.footer-normatividad,
.footer-datos strong {
  font-size: 17px;
  color: white;
  /* font-weight: bold; */
}

.social_footer {
  width: 100%;
  margin-top: 15px;
  height: 40px;
}

.social_footer i {
  color: white;
  font-size: 25px;
  padding: 5px 12px 0px 12px;
  transition: color 1s;
}

.social_footer i:hover {
  color: #FDB400;
  transition: color 0.5s;
}


.derechos {
  padding: 30px 0 0px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.705);
  font-weight: normal;
  font-size: 18px;
}

.derecho a:hover {
  color: rgba(255, 255, 255, 0.847);
}

.contenido-derechos {
  text-align: center;
}

.contenido-derechos ul {
  display: inline-block;
  text-align: left;
}

.contenido-derechos li {
  list-style: none;
  display: inline-block;
  margin-inline-end: 15px;
}

.contenido-derechos a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.705);
  font-size: initial;
}

.contenido-derechos a:hover {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  transition: font-size ease 0.1s;
}

.contenido-derechos .btn-login {
  color: #fdb500c2;
}

.contenido-derechos .btn-login:hover {
  font-size: 15px;
  color: #FDB400;
  transition: font-size ease 0.1s;
}

/*Logo carousel*/

.partners {
  background-color: white;
}

#clients {
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 80px;
  line-height: 100px;
  padding-left: 80px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 70%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.90;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/**************************/
/*Resposive desing footer */
/**************************/

@media (max-width: 1100px) {
  #contacto {
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  footer {
    display: block !important;
    width: 80%;
  }

  .footer-ud,
  .footer-normatividad {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #707070;
    text-align: center;
  }

  .footer-datos {
    width: 100%;
    padding: 1% 2.5% 2.5% 2.5%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #707070;
    text-align: center;
  }

  .title-contacto {
    width: 90%;
  }

  .title-contacto {
    width: 90%;
    height: auto;
    margin: 20px auto;
    padding: 20px 0 0 0;
  }

  #contacto h3 {
    text-align: center;
  }

  #contacto img {
    padding: 5px 0;
  }

  .footer-datos h3 {
    margin-top: 0;
  }

  #contacto p {
    margin: 15px 0 0 0;
  }
}

@media (max-width: 481px) {

  .social_footer i {
    color: white;
    font-size: 20px;
    padding: 5px 12px 0px 12px;
    transition: color 1s;
  }

  #contacto img {
    padding: 0;
    height: 80px;
  }

  .title-contacto h3 {
    font-size: 40px;
  }

  .footer-datos h3 {
    margin-top: 25px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: var(--main-1-color);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: var(--main-ligth-color);
}

/*#########################
###Responsive partners#####
#########################*/

@media (max-width: 1100px) {
  .slide {
    margin: 0px 20px 0px 20px;

  }
}

@media (max-width: 781px) {
  .slide {
    height: 50px;
    margin: 0px 15px 0px 15px;
  }
}

@media (max-width: 490px) {
  .slide {
    height: 40px;
    margin: 0px 15px 0px 15px;
  }

  .partners {
    width: 100%;
    height: 80px;
    background: white;
  }
}

/* Redes sociales */
.social-media {
  position: fixed;
  z-index: 100;
  right: 40px;
  top: 45%;
  height: auto;
  width: 44px;
  background-color: var(--main-1-color);
  opacity: 0.65;
  text-align: center;
  border-radius: 80px;
}

.social-media ul {
  margin: 0;
}

.social-media li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
}

.social-media a {
  color: #fff;
  transition: color 1.5s, font-size 1s;
}

.social-media a:hover {
  color: #FDB400;
  font-size: 24px;
  transition: color 1.5s, font-size 1s;
}

@media (max-width: 600px) {
  .social-media {
    display: none !important;
  }
}

/* Derechos rita */
.derechos-rita {
  position: fixed;
  z-index: 100;
  top: 85%;
  right: 20px;
  height: 75px;
  width: 75px;
  margin-left: 8px;
}

@media (max-width: 600px) {
  .derechos-rita {
    right: 2px;
    height: 45px;
    width: 45px;
    opacity: 0.5;
    top: 90%;
  }
}