@font-face {
  font-family: 'DTL Argo';
  src: url('fonts/DTLArgoSTBold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DTL Argo';
  src: url('fonts/DTLArgoTBlack.otf') format('otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DTL Argo';
  src: url('fonts/DTLArgoTLight.otf') format('otf');
  font-weight: lighter;
  font-style: italic;
}

body {
  font-family: 'DTL Argo', sans-serif !important;
  background-color: #E0DED9 !important;
}

.convenios .swiper {
  width: 100%;
  height: 100%;
}

.convenios .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.convenios .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.convenios .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.convenios .swiper-slide {
  background-size: cover;
  background-position: center;
}

.convenios .mySwiper2 {
  height: 80%;
  width: 100%;
}

.convenios .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.convenios .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.convenios .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.convenios .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.mySwiperBan .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mySwiperBan .swiper-slide img {
  display: block;
  width: 100%;
}

.seccion-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
}

.seccion-menu-mobile {
  display: none;
}

.logo img {
  width: 45%;
}

.home .swiper-pagination {
  position: relative;
  padding: 10px;
  top: 0;
  display: flex;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6306897759103641) 0%, rgba(0, 0, 0, 0.63) 7%, rgba(0, 0, 0, 1) 32%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6306897759103641) 0%, rgba(0, 0, 0, 0.63) 7%, rgba(0, 0, 0, 1) 32%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6306897759103641) 0%, rgba(0, 0, 0, 0.63) 7%, rgba(0, 0, 0, 1) 32%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  align-items: center;
  justify-content: center;
}

.home .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 17px;
  height: 17px;
  opacity: 1;
}

.home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(127, 81, 27);
  background: -moz-linear-gradient(90deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
  background: linear-gradient(90deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f511b", endColorstr="#7f511b", GradientType=1);
  border: 2px solid #fff;
}

.home section.def {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}

.home section.def .itemsn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 4rem 2rem 0;
}

.home section.def .itemsn>div {
  width: 30%;
  background: rgb(66, 66, 66);
  background: -moz-linear-gradient(90deg, rgba(66, 66, 66, 1) 0%, rgba(30, 30, 30, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(66, 66, 66, 1) 0%, rgba(30, 30, 30, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(66, 66, 66, 1) 0%, rgba(30, 30, 30, 1) 50%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#424242", endColorstr="#000000", GradientType=1);
  color: #e0ded9;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 15px;
}

.itemsn h2 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
  border-left: 3px solid;
  border-right: 3px solid;
  border-image: linear-gradient(1deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%) 1;
}

.diferencial>div {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 20px;
  display: flex;
  margin-top: 3rem;
}

.diferencial>div>div:first-child {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  justify-content: center;
  align-items: center;
}

.diferencial>div div:last-child {
  width: 50%;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 80px;
}

.difitem {
  display: flex;
  align-items: center;
  margin: .2rem 0;
  width: 80%;
}

.difitem img {
  width: 3%;
  margin-right: .5rem;
}

.difitem h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.diferencial>div>div:first-child a {
  position: absolute;
  left: 30%;
  bottom: 4%;
  width: 35%;
}

footer.footer {
  background-color: #A89589;
  padding-top: 5rem;
  position: relative;
}

footer.footer>div {
  background-color: #272525;
  padding: 5rem 4rem 5rem;
}

footer.footer>div.form {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 7%;
  padding: 2rem;
  border: 3px solid transparent;
  border-radius: 15px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(#ebebeb, #ebebeb) padding-box, linear-gradient(92deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
}

footer.footer>div>a>img {
  width: 30%;
}

.footer .enlaces {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.footer .enlaces a {
  width: 50%;
  margin: .5rem 0;
  color: #E0DED9;
  display: flex;
  align-items: center;
}

.footer .enlaces a>img {
  width: 15%;
}

.footer .enlaces a>h2 {
  font-weight: lighter;
  font-size: 1.4rem;
  margin: 0 1rem 0;
}

section.sect1 {
  background-color: #E9E9E9;
  display: flex;
  padding: 2rem;
  align-items: center;
}

.nosotros {
  color: #8A7F72;
}

section.sect1>div {
  width: 44%;
}

section.sect1 h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

section.sect1>div:first-child {
  border-right: 1px solid #000;
  padding-right: 4rem;
  width: 56%;
}

section.sect1>div:last-child {
  padding: 0 4rem;
  text-align: justify;
}

section.mision {
  background-color: #fff;
  padding: 2rem;
}

.tit1 {
  display: flex;
  align-items: center;
}

.linea {
  width: 98%;
  margin-left: 2%;
  border-bottom: 1px solid #000;
  height: 1%;
}

.tit1 h2 {
  font-weight: bold;
}

section.mision>div:last-child {
  display: flex;
}

section.mision>div:last-child>div {
  width: 42%;
  text-align: justify;
}

section.valores {
  background-color: #fff;
}

.valores>div:last-child {
  background-color: #e9e9e9;
  padding: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
}

.valores .tit1 {
  padding: 2rem;
}

section.dif .item {
  width: 50%;
  padding: .5rem 3rem;
  display: flex;
  align-items: flex-start;
}

.valores .item {
  width: 50%;
  padding: 1rem 3rem;
  text-align: justify;
}

.valores .item h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}

section.dif {
  background-color: #fff;
  padding: 3rem 3rem 12rem;
}

section.dif>div:first-child {
  text-align: center;
}

section.dif>div:last-child {
  display: flex;
  flex-wrap: wrap;
}

section.dif .item>div {
  height: 100%;
  text-align: justify;
  padding: 0 .5rem 0;
  font-size: 1.3rem;
}

.dif .item img {
  width: 4%;
  margin-top: .5rem;
}

.dif h2 {
  font-weight: bold;
}

.servicios section.items {
  padding: 2rem 4rem 12rem;
}

.servicios section.items>div {
  background-color: #fff;
  border-radius: 20px;
  color: #8A7F72;
  position: relative;
  display: flex;
  padding: 2rem;
  margin-bottom: 4rem;
}

.servicios section.items>div a {
  position: absolute;
  bottom: -10%;
  right: 10%;
  cursor: pointer;
}

section.items>div>div:first-child {
  position: relative;
  width: 40%;
  padding: 1rem;
}

section.items>div>div:first-child img:first-child {
  width: 32%;
  position: absolute;
  left: 10%;
}

section.items>div>div:nth-child(2) {
  width: 60%;
  padding: 1rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.items>div>div:first-child img:last-child {
  border-radius: 15px;
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

section.items>div>div:nth-child(2) h2 {
  font-weight: bold;
  line-height: 1.4rem;
  font-size: 1rem;
}

section.items>div>div:nth-child(2) p {
  font-size: 1rem;
  line-height: 1.4rem;
}

section.items>div>div:nth-child(2) h4 {
  font-weight: bold;
  font-size: 1rem;
  width: 70%;
}

.servicio section.items {
  padding: 3rem 4rem 12rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.servicio section.items>div {
  width: 31%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.servicio section.items>div a>div {
  position: absolute;
  bottom: 6%;
  background-color: #272525;
  width: 100%;
  padding: 1rem .5rem;
  display: flex;
  border-image: linear-gradient(90deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%) 1;
  border-bottom: 3px solid;
  border-top: 4px solid;
  box-sizing: border-box;
  align-items: center;
}

.servicio section.items a {
  position: relative;
  color: #fff;
  height: 100%;
}

.servicio section.items>div h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

.servicio section.items>div h3 {
  font-size: .7rem;
  width: 70%;
}

.servicio section.items a>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.servicio section.items>div a>div img {
  width: 25%;
}

.servicio section.items>div a>div>div {
  width: 75%;
}

.single-convenios footer.footer {
  margin: 0;
}

.single-convenios div#content {
  padding-bottom: 12rem;
  background-color: #fff;
}

.convenio {
  padding: 3rem 3rem 0;
}

.convenio section.info {
  background-color: #e4e4e4;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  color: #8A7F72;
}

.convenio .info .imagenes {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.convenio .info .infodto {
  width: 45%;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.convenio .info .empresa {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.convenio .info .imagenes .mySwiper2 {
  width: 80%;
  height: 23rem;
}

.convenio .info .imagenes .mySwiper {
  width: 20%;
  padding-left: 1rem;
  height: 23rem;
}

.convenio .info .infodto h2 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 2rem;
}

.convenio .info .infodto .fechas {
  display: flex;
  text-transform: uppercase;
  text-align: center;
  justify-content: space-around;
  margin-top: 2rem;
}

.convenio .info .infodto .fechas>div>div {
  background-color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.convenio .info .infodto .fechas>div {
  width: 40%;
}

.convenio .info .infodto .fechas>div>h3 {
  font-size: 1.1rem;
}

.convenio .info .empresa .redes {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.convenio .info .empresa .redes a {
  width: 3rem;
  border: 2px solid #000;
  border-radius: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem;
  margin-bottom: .5rem;
}

.convenio .info .empresa .redes a>img {
  width: 80%;
}

.convenio section.descripcion {
  color: #8a7f72;
  width: 70%;
  text-align: justify;
  padding: 2rem 0;
}

.convenio section.descripcion h2 {
  font-size: 1.5rem;
}

.form .msj {
  text-align: center;
  font-weight: bold;
  font-size: .8rem;
  line-height: 1rem;
}

.form .confirm>p {
  display: flex;
  flex-direction: column;
}

.form span.wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}

div.form form>p {
  display: flex;
  flex-direction: column;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 100%;
  border: none;
  padding: .5rem;
  text-transform: uppercase;
  background-color: #DDDAD5;
  border-radius: 6px;
  font-size: .7rem;
}

.form span.wpcf7-form-control-wrap.recaptcha>span {
  width: 100%;
}

.itemsserv {
  display: flex;
  margin-top: 5rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2rem;
  justify-content: space-evenly;
}

.itemsserv>div {
  width: 32%;
  margin-bottom: 1rem;
  display: flex;
}

.itemsserv>div a {
  position: relative;
  width: 100%;
}

.itemsserv>div .masc {
  position: absolute;
  top: 0;
  background-color: #ded7cbcf;
  z-index: 999;
  color: #000;
  padding: 1rem;
  height: 100%;
}

.itemsserv>div>a>div:first-child>img:first-child {
  position: absolute;
  width: 32%;
  left: 10%;
  z-index: 9;
}

.itemsserv>div a>div>img:last-child {
  width: 100%;
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
}

.itemsserv>div a>div {
  position: relative;
  z-index: 9;
}

.masc>img {
  position: absolute;
  width: 9vh;
  left: 38%;
  z-index: 9;
  top: 0;
}

.itemsserv>div .masc>div {
  text-align: center;
  opacity: 1;
  border: 3px solid transparent;
  border-radius: 15px;
  height: 100%;
  padding: 5rem 1rem 0;
  background: linear-gradient(#ebebeb, #ebebeb) padding-box, linear-gradient(1deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
}

.itemsserv>div .masc>div>img {
  width: 40%;
  padding-top: 1rem;
}

.itemsserv>div .masc>div h2 {
  font-size: 1rem;
  font-weight: bold;
}

.itemsserv>div .masc {
  opacity: 0;
  -webkit-opacity: 0;
  /* Para versiones antiguas de Safari */
  transition: .5s opacity;
  -webkit-transition: .5 opacity;
}

.itemsserv>div:hover .masc {
  opacity: 1;
  -webkit-opacity: 1;
  /* Para versiones antiguas de Safari */
}

.convenioshome {
  padding: 3rem 10rem 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.convenioshome #contact-tab-pane>div,
.convenioshome #profile-tab-pane>div {
  width: 31%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.convenios div a {
  position: relative;
  color: #fff !important;
  height: 100%;
  cursor: pointer;
}

.convenios div a>img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.convenios div a>div {
  position: absolute;
  bottom: 0;
  background-color: #272525;
  width: 100%;
  padding: 1rem .5rem;
  display: flex;
  border-image: linear-gradient(90deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%) 1;
  border-bottom: 3px solid;
  border-top: 4px solid;
  box-sizing: border-box;
  align-items: center;
}

.convenios div a>div>div {
  width: 75%;
}

.convenios div a>div>img {
  width: 200px;
  position: absolute;
  bottom: 10%;
  right: 2%;
}

.convenios div a>div>div h2 {
  font-size: 1.1rem;
  font-weight: bold;
}

.convenios div a>div>div h3 {
  font-size: .7rem;
  width: 70%;
}

.imagenes img {
  border-radius: 13px;
  width: 100%;
}

.convenioshome #profile-tab-pane>div:first-child,
.convenioshome #contact-tab-pane>div:first-child {
  width: 70%;
}

.convenioshome #profile-tab-pane>div:nth-child(2),
.convenioshome #contact-tab-pane>div:nth-child(2) {
  position: absolute;
  left: 72%;
  width: 25%;
  height: 48%;
  top: 0;
}

.convenioshome #profile-tab-pane>div:nth-child(3),
.convenioshome #contact-tab-pane>div:nth-child(3) {
  position: absolute;
  left: 72%;
  bottom: 0;
  width: 25%;
  height: 48%;
}

.menu-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  left: 0;
  padding: .5rem 5rem;
}

.afiliadon section.banner {
  display: flex;
  color: #fff;
  background-color: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(138, 127, 114, 1) 18%);
  padding: 2rem 3rem 5rem;
}

.afiliadon .banner>img {
  width: 40%;
}

.afiliadon section.banner>div {
  width: 60%;
  padding: 0 0rem 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: justify;
  align-items: center;
}

.afiliadon section.banner>div a {
  width: 40%;
  margin-top: 6rem;
  position: relative;
  left: 10%;
}

.afiliadon section.banner>div p {
  width: 100%;
}

.afiliadon section.informacion {
  display: flex;
  flex-wrap: wrap;
}

.afiliadon .informacion .contenido {
  width: 50%;
  color: #8A7F72;
  padding: 6rem 3rem 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: justify;
}

.afiliadon .informacion>div:nth-child(2) {
  width: 50%;
  padding: 3rem 3rem 0;
}

.afiliadon .informacion>div:last-child {
  width: 100%;
  text-align: center;
  color: #8A7F72;
}

.afiliadon .informacion>div:last-child h2 {
  font-weight: bold;
}

.afiliadon .informacion>div:nth-child(2) img {
  position: relative;
  top: -5rem;
}

.afiliadon .informacion .contenido>div {
  margin-bottom: 4rem;
}

.afiliadon .informacion .contenido>div a img {
  width: 40%;
}

.acceso-afiliado {
  background-color: #000;
  padding: .5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.acceso-afiliado a {
  color: #fff;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

section.links {
  display: flex;
  padding: 4rem 2rem 2rem;
  justify-content: space-evenly;
}

section.links a {
  background-color: #232121;
  border-radius: 10px;
  color: #fff;
  width: 30%;
  padding: 7rem 1rem 1rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

section.links a img {
  width: 64%;
}

section.links a h2 {
  font-size: 1.2rem;
  margin: 0;
}

.contentimg {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 100%;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translate(-50%, 0);
  border: 3px solid transparent;
  background: linear-gradient(#ebebeb, #ebebeb) padding-box, linear-gradient(92deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
}

.contacto {
  background-color: #fff;
}

section.mapa .acf-map {
  height: 400px;
  border-radius: 17px;
}

section.mapa {
  padding: 3rem 5rem 12rem;
}

section.mision>div:last-child>div:first-child {
  padding: 2rem 4rem 0;
  width: 58%;
}

section.convenios.def {
  padding-bottom: 12rem;
}

.convenio .imagenes .titulo {
  width: 100%;
  color: #000;
}

.convenio .imagenes .titulo h2 {
  font-size: .9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.convenio .info .empresa>img:first-child {
  width: 8rem;
}

.imagenes .mySwiper img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.surcursal>div {
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.surcursal>div>img {
  margin-right: .5rem;
}

.afiliadon {
  padding-bottom: 12rem;
}

.convenioshome>ul {
  width: 100%;
  margin-bottom: 2rem;
}

div#myTabContent {
  width: 100%;
}

div#contact-tab-pane,
div#profile-tab-pane {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.convenioshome>ul a {
  color: #000 !important;
}

.convenioshome #profile-tab-pane>div:nth-child(2)>a>div,
.convenioshome #profile-tab-pane>div:nth-child(3)>a>div,
.convenioshome #contact-tab-pane>div:nth-child(2)>a>div,
.convenioshome #contact-tab-pane>div:nth-child(3)>a>div {
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem;
}

.convenioshome #profile-tab-pane>div:nth-child(2) h2,
.convenioshome #profile-tab-pane>div:nth-child(3) h2 {
  font-size: .8rem;
  width: 100%;
  margin: 0;
}

.convenioshome #profile-tab-pane>div:nth-child(2)>a>div>div,
.convenioshome #profile-tab-pane>div:nth-child(3)>a>div>div,
.convenioshome #contact-tab-pane>div:nth-child(2)>a>div>div,
.convenioshome #contact-tab-pane>div:nth-child(3)>a>div>div {
  width: 100%;
}

.convenioshome #profile-tab-pane>div:nth-child(2)>a>div>img,
.convenioshome #profile-tab-pane>div:nth-child(3)>a>div>img,
.convenioshome #contact-tab-pane>div:nth-child(2)>a>div>img,
.convenioshome #contact-tab-pane>div:nth-child(3)>a>div>img {
  width: 90px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-footer-menu #mega-menu-footer-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  border: 2px solid transparent;
  background: linear-gradient(#050505, #0a0a0a) padding-box, linear-gradient(92deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
  color: #fff;
}

.servicios section.items>div a>img {
  width: 14rem;
}

.modal-body>div {
  color: #fff;
  display: flex;
  padding: 2rem;
  text-align: center;
  border-radius: 17px;
  box-shadow: 0 0 8px 3px black;
  border: 3px solid transparent;
  background: linear-gradient(#232121, #232121) padding-box, linear-gradient(92deg, rgba(127, 81, 27, 1) 0%, rgba(167, 137, 49, 1) 12%, rgba(231, 216, 156, 1) 50%, rgba(167, 137, 49, 1) 90%, rgba(127, 81, 27, 1) 100%);
  flex-direction: column;
  align-items: center;
}

.modal-body>div a {
  width: 50%;
  display: flex;
  margin-bottom: 1rem;
}

.modal-body>div h2 {
  margin-bottom: 2rem;
}

.valores .item>div {
  font-size: 1.3rem;
}

section.banner>img {
  width: 100%;
}

form#adminbarsearch {
  display: none;
}

section.asociar {
  padding: 5rem 12rem 12rem;
  text-align: center;
}

section.asociar h2 {
  font-weight: 800;
}

.home section.def .itemsn>div a {
  color: #fff;
}

section.lead {
  padding: 3rem 4rem 0;
}

.checking>p {
  display: flex;
  margin-bottom: 3rem;
}

.checking>p>span {
  position: absolute;
  width: 14% !important;
}


.checking>p>a {
  padding-left: 16%;
}

.checking span.wpcf7-list-item-label {
  display: none;
}

/* #RESPONSIVE************************** */
@media only screen and (max-width: 768px) {
  .seccion-menu-mobile {
    display: block;
  }

  .menu {
    display: none;
  }

  .seccion-menu {
    padding: 1rem;
  }

  .acceso-afiliado a {
    width: 51%;
  }

  .home section.def {
    padding: 1rem 2rem;
  }

  .home section.def .itemsn {
    flex-direction: column;
    padding: 1rem;
  }

  .home section.def .itemsn>div {
    width: 100%;
    margin-bottom: 1rem;
  }

  .itemsn h2 {
    padding: 1rem;
  }

  .diferencial>div {
    flex-direction: column-reverse;
  }

  .diferencial>div div:last-child {
    width: 100%;
  }

  .diferencial>div>div:first-child {
    width: 100%;
  }

  .difitem {
    width: 100%;
  }

  .diferencial>div>div:first-child a {
    position: relative;
    left: auto;
    margin-top: 1rem;
    width: 50%;
  }

  .difitem h3 {
    font-size: 1rem;
  }

  .itemsserv {
    margin-top: 1rem;
    padding: 0;
  }

  .itemsserv>div {
    width: 100%;
  }

  .convenioshome {
    padding: 0;
  }

  .convenioshome #contact-tab-pane>div,
  .convenioshome #profile-tab-pane>div {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .convenioshome #profile-tab-pane>div:nth-child(2),
  .convenioshome #contact-tab-pane>div:nth-child(2) {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .convenioshome #profile-tab-pane>div:nth-child(3),
  .convenioshome #contact-tab-pane>div:nth-child(3) {
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
  }

  .convenios div a>div>img {
    width: 100px;
  }

  .convenioshome #profile-tab-pane>div:nth-child(2) h2,
  .convenioshome #profile-tab-pane>div:nth-child(3) h2 {
    font-size: 1rem;
  }

  footer.footer>div.form {
    position: relative;
    width: 100%;
    right: 0;
  }

  footer.footer {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem 1rem;
  }

  footer.footer>div {
    padding: 2rem 1rem;
  }

  .footer .enlaces {
    width: 100%;
    padding: 2rem 0;
  }

  .footer .enlaces a {
    width: 100%;
  }

  .footer .enlaces a>h2 {
    font-size: 1rem;
  }

  footer.footer>div>a>img {
    width: 65%;
  }

  .form .msj {
    font-size: 1rem;
  }

  .menu-footer {
    display: none;
  }

  section.sect1 {
    flex-direction: column;
  }

  section.sect1>div {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
  }

  section.sect1>div:last-child {
    padding: 0;
  }

  section.sect1>div:last-child {
    margin-top: 1rem;
  }

  section.mision>div:last-child {
    flex-direction: column;
  }

  section.mision>div:last-child>div {
    width: 100% !important;
    padding: 0 !important;
  }

  section.mision>div:last-child>div:first-child {
    margin-top: 1rem;
  }

  .valores>div:last-child {
    padding: 1rem;
  }

  .valores .item {
    width: 100%;
    padding: 1rem;
  }

  section.dif {
    padding: 1rem;
  }

  section.dif .item {
    width: 100%;
    padding: 0 1rem;
  }

  .dif .item img {
    width: 10%;
  }

  .servicios section.items {
    padding: 1rem;
  }

  section.items>div>div:first-child {
    width: 100%;
    padding: 0;
  }

  section.items>div>div:nth-child(2) {
    width: 100%;
  }

  .servicios section.items>div {
    flex-flow: wrap;
    padding: 1rem;
    justify-content: center;
  }

  section.items>div>div:nth-child(2) h4 {
    width: 100%;
  }

  .servicios section.items>div a {
    position: relative;
    right: 0;
    bottom: 0;
  }

  .afiliadon section.banner {
    padding: 1rem;
    flex-direction: column;
    background: #8a7f72;
  }

  .afiliadon section.banner>div {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
  }

  .afiliadon .banner>img {
    width: 100%;
  }

  .afiliadon section.banner>div a {
    width: 80%;
    margin-top: 1rem;
    left: 0;
  }

  .afiliadon .informacion .contenido {
    width: 100%;
    padding: 3rem 2rem 0;
  }

  .afiliadon .informacion .contenido>div {
    margin-bottom: 2rem;
  }

  .afiliadon .informacion .contenido>div a img {
    width: 60%;
  }

  .afiliadon .informacion>div:nth-child(2) {
    width: 100%;
    padding: 1rem;
  }

  .afiliadon .informacion>div:nth-child(2) img {
    top: 0;
  }

  .afiliadon {
    padding: 0 0 2rem;
  }

  section.links {
    padding: 2rem 1rem 0;
    flex-flow: wrap;
  }

  section.links a {
    width: 100%;
    margin-bottom: 1rem;
  }

  section.mapa {
    padding: 1rem 1rem 2rem;
  }

  .servicio section.items {
    padding: 1rem;
  }

  .servicio section.items>div {
    width: 100%;
  }

  .convenio {
    padding: 1rem;
  }

  .convenio .info .imagenes {
    width: 100%;
  }

  .convenio section.info {
    flex-direction: column;
    padding: 1rem;
  }

  .convenio .info .infodto {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .convenio .info .empresa {
    width: 100%;
    align-items: center;
  }

  .convenio .info .empresa .redes {
    flex-direction: row;
    margin-top: 2rem;
  }

  .convenio section.descripcion {
    width: 100%;
  }

  .single-convenios div#content {
    padding: 1rem 0 0;
  }

  .convenio .imagenes .titulo h2 {
    font-size: 1.2rem;
  }

  section.asociar {
    padding: 2rem;
  }
}