/* CSS Document */
@charset "utf-8";

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "ChampagneLimousines";
  src: url("../fonts/ChampagneLimousinesBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ChampagneLimousinesBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ChampagneLimousinesBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ChampagneLimousinesBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ChampagneLimousinesBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ChampagneLimousinesBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ChampagneLimousinesBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Comfortaa-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Comfortaa-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Comfortaa-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Comfortaa-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Comfortaa-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Comfortaa-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Comfortaa-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Comfortaa-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Comfortaa-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Comfortaa-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Comfortaa-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Comfortaa-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Comfortaa-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Comfortaa-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Comfortaa-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Comfortaa-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Comfortaa-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}
html,body {
	margin: 0px;	
	height: 100%;
  font-family: Roboto;
  font-size: 14px;
  background-color: #454545;
}
body{
  overflow-x: hidden;
}
hr {
  border: 0.3px solid #bbb;
  margin: 8px -10px;
}
img {
  width: 100%;
}

/* GENERALES */
.bg_blue {
  background-color: #283891;
}
.bg_red {
  background-color: #ef3e36;
}
.txt_short {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.txt_right {
  text-align: right;
}
.txt_center {
  text-align: center;
}
.txt_white {
  color: white !important;
}
#spinner {
  display: none; 
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.85); 
  padding: 200px 0px; 
  z-index: 2000;
}
.bg_modal {
  display: none; 
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.85); 
  padding: 200px 0px; 
  z-index: 2000;
}
.subtitulo_section {
  font-size: 1.2em;
  color: white;
  margin: 0px 25px 0px;
  padding: 30px 0px 0px;
}
.titulo_section {
  font-family: ChampagneLimousines;
  font-weight: bold;
  font-size: 2.5em;
  text-transform: uppercase;
  color: white;
  padding: 30px 0px 0px;
  text-align: center;
}
.texto_section {
  color: #7ead38;
  padding: 30px 0px 40px 0px;
}
.col-xs-0, 
.col-sm-0,
.col-md-0,
.col-lg-0 {
  flex: 0 0 0;
  max-width: 0;
}

/* ENCABEZADO */
#header { 
	font-size: 12px;
	color:#555; 
	height: 75px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  position: absolute;
  z-index: 800;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  border-bottom: solid 1px rgba(255, 255, 255, .3);
}
#header a {
  text-decoration: none;
  color: #555;
}  
.menu_botones {    
  position: absolute;
  right: 0px;
  width: 73px;
  height: 100vh;
  background-color: rgba(255,255,255,.3);
  border-left: solid 1px rgba(255, 255, 255, .3);
  z-index: 900;
}
.menu_vig {    
  position: absolute;
  left: 0px;
  top: 74px;
  width: 73px;
  height: 100vh;
  background-color: rgba(255,255,255,.3);
  border-left: solid 1px rgba(255, 255, 255, .3);
  z-index: 900;
}
.logo_vig {
  width: 50px;
  position: absolute;
  left: 10px;
  top: 30px;
}
.seg_fogacoop {
  display: none;
  position: relative;
  top: -220px;
  z-index: 3000;
}
.logo_seg {
  width: 220px;
  position: absolute;
}
.entidades_header1 {
  display: none;
  width: 40px;
  margin: 20px 16px 0px;
  position: absolute;
  bottom: 10px;
}
.entidades_header_pse {
  display: none;
  width: 50px;
  margin: 20px 12px 0px;
  position: absolute;
  bottom: 130px;
}
.entidades_header2 {
  display: none;
  width: 40px;
  margin: 20px 16px 0px;
  position: absolute;
  bottom: 70px;
}
.entidades_fogacoop {
  display: none;
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.entidades_fogacoop2 {
  width: 40px;
  margin: 20px 16px 0px;
  position: absolute;
  bottom: 90px;
}
.icono_header {
  width: 180px;
}
.icono_header:hover {
  opacity: .6;
}
.logo_header {
  width: 200px;
  margin-right: 75px;
}
.logo_header img {
  max-width: 180px;
  min-width: 120px;
  margin: 0px auto;
}
.sep_header {
  width: 3px;
  margin: 0px 0px 0px 10px;
}
.menu_header {
  width: 70px;
  margin-bottom: 15px;
}
.menu_header:hover {
  background-color: rgba(255,255,255,.4);
}

.social_header {
  width: 70px;
}
.social_header:hover {
  opacity: .5;
}

#inicio_sesion_header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  top: 0px;
}
.menu_right {
  display: none;
}
.navbar {
  display: flex;
  justify-content: flex-end;
  background-color: transparent !important;
}
.navbar-collapse {
position: fixed;
top: 51px;
right: 0px;
background-color: white;
z-index: 100;
padding: 15px;
}
.navbar-toggler {
  padding: 10px 4px;
  font-size: 1.7rem;
  border: 0px;
  margin-bottom: 25px;  
}
.menu {
  width: 70%; 
  font-weight: bold;
  margin: 0px auto;
}
.navbar-nav {    
  margin-right: 20px;
  text-align: right;
}
.nav-link {
  color: white;
}
.nav-link:hover {
  color: #7ead38;
}
.btns_menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 2rem);  
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, .9);
  text-align: right;
}
.servicios_menu {
  font-size: 16px;
}

/* PROTECCION DE DATOS */
.modalprotdatos {
  background-image: url("../images/bg_protdatos.jpg");
  background-size: cover;
  padding: 0px 20px;
}
.modalsocial {
  background-image: url("../images/bg_social.jpg");
  background-size: cover;
  padding: 0px 20px;
}
.modaloficina {
  background-image: url("../images/bg_oficina.jpg");
  background-size: cover;
  padding: 0px 20px;
}
.modal-titulo {
  font-family: Comfortaa;
  font-weight: bold;
  font-size: 2em;
  text-shadow: 1px 1px 2px #777;
  color: #668731;
}
.modal-texto {
  width: 35%;
  font-size: 15px;
  padding: 15px 0px 35px;
}

.whatsapp_pop {
  position: fixed;
  left: 90px;
  bottom: 30px;
  width: 80px;
  z-index: 2000;
  filter: drop-shadow(5px 5px 5px #222);
}
.pse_pop {
  position: fixed; 
  right: 60px; 
  bottom: 20px; 
  width: 150px;
  z-index: 1000;
}
.pse_pop img {
  opacity: .5;
}
.pse_pop:hover img {
  opacity: 1;
}

/* SLIDER INICIO */
#slider_inicio {
  overflow: hidden;
  background-color: black;
  max-height: 100vh;
}
.carousel-item img {
  opacity: 1;
  height: 100vh;
  object-fit: cover;
}
.carousel-control-next, .carousel-control-prev {
  width: 40px;  
  position: relative;
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0) 40%/70% 70%;
  border-radius: 5px;
  padding: 2px 0px;
}
.carousel-control-next-icon i {
  font-size: 36px;
  margin: 1px 0px 0px 3px;
}
.carousel-control-prev-icon i {
  font-size: 36px;
  margin: 1px 3px 0px 0px;
}
.carousel-indicators {
  position: relative;
  display: block;
  margin-bottom: 3px;
}
.carousel-indicators li {
  text-indent: 0;
  color: white;
  border: 14px solid transparent;
  background-color: transparent;
}
.carousel-caption {
  top: 100px;
  right: 100px;
  left: 50%;
  text-align: right;
}
.carousel-caption h5 {  
  font-family: Comfortaa;
  font-weight: bold;
  font-size: 3.5em;
  text-shadow: 2px 2px 8px #000000;
}
.carousel-caption p {  
  font-family: sans-serif;
  font-size: 1.8em;
  text-shadow: 2px 2px 5px #000000;
  position: relative;
  margin: -20px 5px 10px;
}
.carousel-caption span {  
  font-family: sans-serif;
  font-size: 1.2em;
  text-shadow: 2px 2px 5px #000000;
  position: relative;
  margin: 10px 5px 10px 19%;
  display: block;
  width: 80%;
}
.button_slider_inicio {  
  font-family: sans-serif;
  box-shadow: 2px 2px 8px #333333;
  background-color: #7c9e46;
  padding: 10px 35px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.button_slider_inicio:hover {  
  text-decoration: none;
  color: white;
  background-color: #668731;
}
#bajar_pagina {
  position: absolute;
  top: calc(100vh - 75px);
  text-align: center;
  width: 100%;
  z-index: 890;
}
.bajar_pagina {
  width: 65px;
}
.sep_slider {
  width: 60px;
  height: 4px !important;
  margin-right: 8px;
}

/* PRODUCTOS */
#productos {
  background-image: url("../images/servicios.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.cont_prods {
  display: flex;
}
.cont_prods a {
  text-decoration: none;  
  width: 25%;
}
.servicios_det {
  height: 300px;
}
.servicios_det:hover .servicio_texto {
  top: -150px;
  height: 150px;
  opacity: .9;
}
.servicios_det:hover .serv_text_desc {
  visibility: visible;
}
.servicio_num { 
  position: absolute; 
  width: 70px;
  color: white;
  font-family: Comfortaa;
  font-weight: bold;
  font-size: 50px;
  padding: 0px 0px 0px 15px;
  margin: 10px 0px 0px 5px;
}
.servicio_texto {  
  color: white;
  font-family: Comfortaa;
  font-weight: bold;
  position: relative;
  top: -42px;
  text-align: center;
  font-size: 18px;
  height: 42px;
  padding: 10px;
}
.serv_text_tit {
  font-size: 16px;
}
.serv_text_desc {
  visibility: hidden;
  font-size: 12px;
  padding: 10px;
}
.servicio_img {
  height: 300px;
}
.servicio_img img {
  height: 100%;
  object-fit: cover;
}

.img_serv_1 {
  border-radius: 15px 0px 0px 15px;
}
.img_serv_4 {
  border-radius: 0px 15px 15px 0px;
}

.texto1 {
  border-radius: 0px 0px 0px 15px;  
  background-color: #399f9d;
}
.texto2 {  
  background-color: #2d8b89;
}
.texto3 {  
  background-color: #257d7b;
}
.texto4 {  
  border-radius: 0px 0px 15px 0px;
  background-color: #1b6b69;
}

/* NOTICIAS */
#noticias {
  overflow: hidden;
  padding: 0px 0px 50px 0px;
}
#noticias a {
  text-decoration: none;
}
.noticia_det {
  display: flex;
  align-items: center;
  margin: 1px 0px;
  border-radius: 15px;
  height: 90px;
  line-height: 1.4;
}
.noticia_det.activo {
  background-color: #7c9e46;
}
.noticia_num {
  width: 70px;
  color: #399f9d;
  font-family: Comfortaa;
  font-weight: bold;
  font-size: 50px;
  padding: 0px 0px 0px 15px;
  margin: 15px 0px 15px 15px;
}
.noticia_det.activo .noticia_num {
  color: white;
}
.noticia_tit {
  width: calc(45% - 70px);
  color: #399f9d;
  font-family: Comfortaa;
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding: 0px 15px;
}
.noticia_sub {
  width: calc(55% - 130px);
  color: #399f9d;
  font-family: Roboto;
  font-size: 16px;
  color: white;
  padding: 0px 15px;
  visibility: hidden;
}
.noticia_det.activo .noticia_sub {
  visibility: visible;
}
.noticia_img {
  width: 130px;
  height: 100%;
  visibility: hidden;
}
.noticia_det.activo .noticia_img {
  visibility: visible;
}
.noticia_img img {
  border-radius: 0px 15px 15px 0px;
  height: 100%;
  object-fit: cover;
}

/* CONVENIOS */
#convenios {
  height: 350px;
  padding: 10px 0px;
}
.cont_convs {  
  display: flex;
  height: 130px;
  overflow: hidden;
}
.cont_convs a {
  text-decoration: none;
}
.convenios_det {
  height: 130px;  
  transition: width 2s;
}
.convenios_det:hover .convenio_texto {
  opacity: .9;
  width: 50%;
}
.convenios_det:hover .textoc4 {
  border-radius: 0px; 
}
.convenio_texto {  
  color: white;
  font-family: Comfortaa;
  font-weight: bold;
  position: relative;
  top: -130px;
  text-align: center;
  font-size: 16px;
  height: 130px;
  padding: 10px;  
  width: 100%;
  transition: all 1s;
}
.serv_text_tit {
  font-size: 16px;
}
.convenio_img {
  height: 130px;
}
.convenio_img img {
  height: 100%;
  object-fit: cover;
}
.icon_conv {
  width: 80px;
}
.img_conv_1 {
  border-radius: 15px 0px 0px 15px;
}
.img_conv_4 {
  border-radius: 0px 15px 15px 0px;
}

.textoc1 {
  border-radius: 15px 0px 0px 15px;  
  background-color: #399f9d;
}
.textoc2 {  
  background-color: #2d8b89;
}
.textoc3 {  
  background-color: #257d7b;
}
.textoc4 {  
  border-radius: 0px 15px 15px 0px;
  background-color: #1b6b69;
}
.card-conv {
  background-color: gray;
  border-radius: 10px;
  height: 220px;
}
.card-conv-amp {
  height: 330px;
}
.card-conv h4 {
  padding-top: 1rem;
}
.card-conv-img {
  background: white;
  border-radius: 10px 0 0 10px;
  height: 100%;
  padding-top: 1rem;
}
.card-conv-text {
  height: 100%;
}
.asesor {
  color: #333;
  position: absolute;
  bottom: 12px;
}


/* LINKS DE INTERES */
#links_interes {
  background-color: #1b6b69;
  padding: 0px 0px 40px;
}
#content_link_interes {
  display: flex;
  justify-content: space-between;  
}
.link_interes {
  background-color: white;
  border-radius: 15px;
  height: 150px;
  margin: 25px 5px 15px;
}
.link_interes img {
  max-height: 100%;
}

/* FOOTER */
#footer {
  background-color: #333;
  color: white;  
  position: relative;
  padding: 50px 0px 10px;
}
#footer a {
  text-decoration: none;
  color: white;
}
.content_footer {
  padding: 0px 0px 0px;
}
.logo_emp {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.logo_footer {
  width: 180px;
  text-align: center;
  font-size: 12px
}
.logo_exodo {
  text-align: center;
  font-size: 9px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-bottom: 40px;
}
.exodo {
  width: 60px;
  text-align: right;
}
.redes_sociales_footer {
  display: flex;
  justify-content: space-evenly;
  padding: 5px 0px 8px;
}
.content_footer .datos_coop {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.btn_ulises_m {
  display: none;
}
.pago_pse {
  background: white url('../images/pago_pse.jpg') no-repeat center center;
  background-size: contain;
  text-align: center;
}
.pago_pse img {
  width: 250px;
  margin: 8rem 0;
}

#emprendimientos {
  background: url('../images/bg-emprendimientos.png') no-repeat center center;
  background-size: cover;
}
.container_emprendimientos {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}
.cont_emprendimiento {
  flex-basis: 300px;
  /* background: rgba(255, 255, 255, .5); */
  border-radius: .7rem;
  margin: 1.5rem 0 4rem 0;
  color: white;
  font-family: Comfortaa;
  padding: 0px 20px;
}
.cont_emprendimiento:hover {
  opacity: .8;
}
.cont_emprendimiento a {
  color: white;
  text-decoration: none;
}
.cont_emprendimiento .categoria {  
  position: relative;
  top: -15px;
  left: -20px;
  text-align: center;
  font-size: 1rem;
  padding: 5px;
  border-radius: 1rem;
  background-color: #399f9d;
  width: 150px;
}
.cont_emprendimiento .textos-cont-emp {
  display: flex;
  flex-direction: column;
  height: calc(100% - 180px);
}
.cont_emprendimiento .titulo {
  padding: 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #257d7b;
}
.cont_emprendimiento .descrip {
  font-size: 1.1rem;
  padding: 1.5rem;
  background-color: #2d8b89;
}
.cont_emprendimiento .btn_ver_mas {  
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 42px;
  padding: 10px;
  border-radius: 0 0 .7rem .7rem;  
  background-color: #399f9d;
}
.cont-emp-fotos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: .9rem;
}
.cont-emp-fotos-2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: .9rem;
}
.emp-foto-1 {
  width: 60%;
  height: 450px;
}
.emp-foto-2 {
  height: 220px;
}
.cont-emp-fotos img {
  height: 100%;
  object-fit: cover;
  border: 1px solid white;
  border-radius: .5rem;
  cursor: pointer;
}
.cont-emp-fotos img:hover {
  opacity: .8;
  box-shadow: 0 0 .5rem white;
}
.cont-emp-informacion {
  display: flex;
  justify-content: space-between;
}
.emp-informacion {
  width: 60%;
  padding: 2rem;
}
.emp-contacto {
  width: 35%;
  padding: 2rem;
  background: rgba(255, 255, 255, .5);
  border-radius: .7rem;
}
.subtitulo-emp {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.cont-emp-fotos-p {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  padding: .8rem 0 0;
  width: 100%;
}
.cont-emp-fotos-p img {
  height: 100px;
  width: auto;
  border: 1px solid white;
  border-radius: .5rem;
}
.emp-redes {
  width: 30px;
  border: none!important;
  margin-right: .8rem;
}
.cont-emp-fotos .emp-redes:hover {
  box-shadow: none!important;
}



@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  /* HEADER */
  .header_left {
    display: none;
  }
  .btn_ulises_m {
    display: block;
  }
  #inicio_sesion_header {
    right: unset;
  }
  .menu_right {
    display: block;
  }  
  .logo_header {
    margin-right: unset;
  }
  .pse_pop {
    display: none;
  }

  /* SLIDER */
  .carousel-caption {
    left: 0;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    bottom: 0px;
    padding: 30px 100px 100px 30px;
    top: unset;
  }
  .carousel-caption h5 {  
    font-size: 1.9em;
  }
  .carousel-caption p {  
    font-size: 1.1em;
    margin: -10px 5px 10px;
  }
  .carousel-caption span {  
    font-size: 1em;   
    margin: 10px 5px 10px 0px;
    width: 100%;
  }
  .menu_vig {
    display: none;
  }
  .seg_fogacoop {
    display: none;
  }
  .entidades_header1 {
    display: block;
  }
  .entidades_header2 {
    display: block;
  }
  .entidades_header_pse {
    display: block;
  }

  /* NOTICIAS */
  .noticia_num {
    font-size: 40px;
  }
  .noticia_tit {
    width: calc(90% - 70px);
    font-size: 13px;
  }
  .noticia_sub {
    display: none;
  }

  /* SERVICIOS */  
  #productos {
    height: auto;
  }
  .cont_prods {
    flex-direction: column;
  }  
  .cont_prods a { 
    width: 100%;
  }
  .servicios_det {
    margin-bottom: 20px;
  }
  .servicio_texto {
    top: -150px;
    height: 150px;
    opacity: .9;
    border-radius: 0px 0px 15px 15px; 
  }
  .serv_text_desc {
    visibility: visible;
  }
  .servicio_img img {
    border-radius: 15px;
  }

  /* CONVENIOS */
  #convenios {
    height: auto;
  }
  .cont_convs {
    flex-direction: column;
    height: auto;
  }
  .convenios_det {    
    margin-bottom: 15px;
  }
  .convenio_img img {
    border-radius: 15px;
  }
  .convenio_texto {
    border-radius: 15px;
  }
  .convenios_det:hover .convenio_texto {
    opacity: .9;
    width: 50%;    
    border-radius: 15px 0px 0px 15px;
  }
  .card-conv {
    height: auto;
  }
  .card-conv-img {
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .card-conv-text {
    height: auto;
  }

  /* LINKS DE INTERES */
  #content_link_interes {
    display: block;
  }
  .link_interes {
    width: 100%;
    margin: 15px 0px 0px;
  }

  .nav-link {
    font-size: 22px;
    padding: 5px 0px;
  }

  .pago_pse {
    background: white url('../images/pago_pse_p.jpg') no-repeat center center;
    height: 810px;
    padding: 18rem 0 0;
  }
  .whatsapp_pop {
    left: 30px;
    width: 60px;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  /* SLIDER */
  .carousel-caption h5 {  
    font-size: 4em;
  }
  .carousel-caption p {  
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .btns_menu {
    display: none; 
  }
  
}
@media only screen and (min-width: 1200px) {
  .btns_menu {
    display: none; 
  }
  
}