/*#####HOJA DE ESTILO HELP-DESK#####*/

/*####ESTILOS GLOBALES HELP DESK*/
body {
  font-family: 'Roboto', sans-serif;
}

/******** ESTILOS NUESTROS SERVICIOS GENERAL ********/
.demo{ background: white; }
.n-servicios{
    margin: 0 20px 40px;
    align-items: center;
}
.n-servicios .n-servicios-content{
    padding: 5px;
    margin-bottom: 35px;
    /*** Color fondo carta***/
    background: #fff;
    /*** Color borde carta **/
    border: 2px solid #28badbff;
    border-radius: 5px;
    position:relative;
}
.n-servicios-content .n-servicios-icon:before{
    content: "";
    /*** Color esquina detlle***/
    border-bottom: 16px solid white;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.n-servicios .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    /*** Color Nombre ***/
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
/***TEXTOS DESCRIPTIVOS Y TITULO ***/
.n-servicios .description-titulo{
    color: #28badbff;
    font-weight: 600;
    font-style: italic;
}
.n-servicios .description-serv{
    color: #4c7eb6ff;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}
/***TEXTOS DESCRIPTIVOS Y TITULO ***/
.n-servicios .post{
    display: block;
    font-size: 14px;
    /*** Color Titulo**/
    color: #28bbdb;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    /*** Color indicador ***/
    background: #4c7eb6;
}
.n-servicios-btn:hover{
    box-shadow: -5px 5px 10px rgba(104, 102, 102, 0.5);
    background-color: #4c7eb6;
    text-decoration: none;
    color: white;
    font-weight: 600;
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
/******** FIN ESTILOS NUESTROS SERVICIOS GENERAL********/

/******** ESTILOS PERSONALIZA TU SERVICIO ********/
.p-servicio-description{
    color: #4c7eb6ff;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}
.p-margen-f{
    margin-bottom: 3.3rem;
    margin-top: 1rem;
}
.p-margen-f-1{
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
/******** ESTILOS PERSONALIZA TU SERVICIO ********/
.barra-nav {
	background-color: #28badbff;
}
.titular-barra-nav {
	color: #fff;
	font-weight: 500;
}
.titular-barra-nav:hover {
	color: #fff;
	font-weight: bold;
}
.img-header {
	height: 25px;
}
footer {
	background-color: #4c7eb6;
}
.contenido-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.inferior-footer {
	background-color: #28bbdb;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 1rem;
}
.btn-flotante-whatsapp {
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante-whatsapp:hover {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
/*####FIN ESTILOS GLOBALES HELP DESK*/

/*####ESTILOS MÓVILES HELP DESK*/
@media screen and (max-width:767.98px){

    /*###NAVBAR MÓVIL###*/
    .titular-barra-nav {
      margin-top: 2px;
      margin-bottom: 2px;
      border-bottom: 1px white solid;
    }
  /*###FIN NAVBAR MÓVIL###*/

  /*###FLYER 1 MÓVIL###*/
    /*TAMAÑO DE FONDO*/
    .fondo-flyer1 {
      width: 100%;
      height: calc(36vw + 10px);
      object-fit: cover;
    }
  /*###FIN FLYER 1 MÓVIL###*/

  /*###NUESTROS SERVICIOS MÓVIL###*/
  /******** ESTILOS NUESTROS SERVICIOS MOVIL ********/

.n-servicios .description{
    font-size: 18px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 23px;
    margin: 0;
}
.n-servicios-btn{
    background: #28badbff;
    color: white;
    font-style: oblique;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 40px;
    padding: 0.5rem 0.2;
}
/******** FIN ESTILOS NUESTROS SERVICIOS MOVIL ********/

  /*###FIN NUESTROS SERVICIOS MÓVIL###*/

  /*###FLYER 2 MÓVIL###*/
    /*TAMAÑO DE FONDO*/
    .fondo-flyer2 {
      width: 100%;
      height: calc(36vw + 10px);
      object-fit: cover;
    }

    /*ESTILO CONTENEDOR TEXTO*/
    .con-texto-flyer2 {
      width: 66vw;
      padding: 1vw;
      background-color: rgba(255, 255, 255, .7);
      border-radius: 1vw;
      margin-top: calc(14vw - 15px);
      margin-left: 17vw;
      position: relative;
    }

    /*ESTILOS DE TEXTO*/
    .texto-flyer2 {
      color: #4c7eb6;
      font-weight: 600;
      font-size: calc(33vw / 12);
      font-style: italic;
      text-align: center;
    }
  /*###FIN FLYER 2 MÓVIL###*/

  /*###BENEFICIOS MÓVIL###*/


      /*TAMAÑO DE FONDO*/
      .fondo-beneficios {
        width: 100%;
        height: calc(40vw + 10px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-beneficios {
        width: calc(65vw + 5px);
        border-radius: 1vw;
        top: calc(3vw - 15px);
        left: calc(17.5vw - 2.5px);
        position: relative;
      }

      /*ESTILOS DE TEXTO*/
      .texto-beneficios {
        color: #28badb;
        font-weight: bold;
        font-size: calc(33vw / 7);
        text-align: center;
        /* -webkit-text-stroke: 0.2vw white; */
      }

      /*ESTILO CONTENEDOR TEXTO2*/
      .con-texto2-beneficios {
        width: calc(60vw + 5px);
        padding: 1vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 1vw;
        top: calc(6vw - 15px);
        left: calc(16vw - 2.5px);
        position: relative;
      }

      .texto2-beneficios {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 16);
        text-align: center;
        font-style: italic;
      }

      /*INDICADORES CAROUSEL*/
      .indicadores-beneficios .active {
        background-color: white;
        border: .2vw white solid;
        box-shadow: 0px 0px 0.2vw 0.2vw #28badb;
      }

      .indicadores-beneficios li {
        background-color: gray;
        border: .2vw gray solid;
      }

  /*###FIN BENEFICIOS MÓVIL###*/

  /*###PERSONALIZA MÓVIL###*/
  /******** ESTILOS PERSONALIZA TU SERVICIO MOVIL ********/
  .p-servicio-titulo{
    background-color: #28badbff;
    color: white;
    font-style: italic;
    font-weight: 600;
    font-size: 25px;
    font-family: Roboto;
}
.p-servicio .description{
    font-size: 18px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 23px;
    margin: 0;
}
.p-servicio-btn{
    background: #4c7eb6ff;
    color: white;
    font-style: oblique;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 40px;
    padding: 0.5rem 0.2;
}
/******** FIN ESTILOS PERSONALIZA TU SERVICIO MOVIL ********/

  /*###FIN PERSONALIZA MÓVIL###*/

    /*###FLYER 3 MÓVIL###*/
      /*TAMAÑO DE FONDO*/
      .fondo-flyer3 {
        width: 100%;
        height: calc(38vw + 10px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-flyer3 {
        width: 60vw;
        padding: 1vw;
        background-color: rgba(255, 255, 255, 1);
        border-radius: .3vw;
        margin-top: calc(16vw - 15px);
        margin-left: 14vw;
        position: relative;
      }
      /*ESTILOS DE TEXTO*/
      .texto-flyer3 {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 14);
        font-style: italic;
        text-align: center;
      }

      .texto2-flyer3 {
        color: #28badb;
        font-weight: 600;
        font-size: calc(33vw / 18);
        text-align: center;
      }

      /*TAMAÑO Y POSICIÓN CONTACTA WHATS*/
      .contacta-flyer3 {
        height: 6vw;
        top: 1vw;
        margin-left: 30vw;
        position: relative;
      }

  /*###FIN FLYER 3 MÓVIL###*/

  /*###SIGUENOS MÓVIL###*/

      /*TAMAÑO DE FONDO*/
      .fondo-siguenos {
        width: 100%;
        height: calc(40vw + 10px);
        object-fit: cover;
      }
      /*CONTENEDOR ICONOS*/
      .cont-icon-siguenos {
        width: calc(70vw + 5px);
        position: relative;
        top: calc(12.5vw - 5px);
        left: calc(30vw - 5px);
      } 

      .icono-siguenos {
        height: calc(8vw + 5px);
        margin-left: .5vw;
      }

  /*###FIN SIGUENOS MÓVIL###*/

  /*###FOOTER MÓVIL###*/
  .columna-servicios-footer {
		border-right: 1px #fff solid;
		text-align: center;
	}
	.columna-jdsuite-footer {
		border-left: 1px #fff solid;
		text-align: center;
	}
	.columna-jdmarketing-footer {
		border-top: 1px #fff solid;
		text-align: center;
		margin-bottom: 20px;
	}
	.columna-comunidad-footer {
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
		text-align: center;
		margin-top: 10px;
	}
	.columna-contactoyform-footer {
		text-align: center;
		align-content: center;
		margin-top: 10px;
	}
	.titular-servicios-footer,
	.titular-jdsuite-footer,
	.titular-contacto-footer,
	.titular-comunidad-footer{
		color: #fff;
		font-weight: 600;
		text-align: center;
		padding-left: 10px;
		font-size: 4.5vw;
	}
	.titular-jdmarketing-footer{
		margin-top: 2vw;
		color: #fff;
		font-weight: 600;
		text-align: center;
		padding-left: 10px;
		font-size: 4.5vw;
	}
	.links-servicios-footer,
	.links-jdsuite-footer,
	.links-contacto-footer,
	.links-jdmarketing-footer {
		text-align: center;
		font-size: calc(1.6vw + 5px);
	}
	.links-comunidad-footer {
		border-bottom: 3px #fff solid;
		width: 80%;
		margin-left: 10%;
	}
	.link-texto-footer {
		color: white;
		font-weight: 500;
	}
	.link-texto-footer:hover {
		color: white;
		font-weight: 600;
	}
	.img-comunidad-footer {
		height: 8vw;
	}
	.con-texto-comunidad-footer {
		text-align: center;
	}
	.texto-comunidad-footer {
		color: white;
		font-weight: 600;
		font-size: 4vw;
	}
	.whats-footer {
		width: 95%;
		margin-left: 5%;
		display: grid;
		grid-template-columns: 10% 50%;
	}
	.ubi-footer {
		margin-top: 2vw;
		width: 95%;
		margin-left: 5%;
		display: grid;
		grid-template-columns: 10% 90%;
	}
	.ubi-footer div {
		text-align: left;
	}
	.email-footer {
		margin-top: 2vw;
		width: 95%;
		margin-left: 5%;
		text-align: left;
		display: grid;
		grid-template-columns: 10% 90%;
	}
	.img-contacto-footer {
		height: 6vw;
	}
	.img-ubi-contacto-footer {
		height: 6vw;
		margin-top: 1.5vw;
	}
	.link-contacto-footer {
		color: #fff;
		font-weight: 600;
		font-size: 3.7vw;
  }
      /*TARJETA*/
.form-contacto{
  margin-left: 5%;
  margin-top: 3vw;
  width: 100%;
	background-color: #e2f6fa;
	border: 2px #fff solid;
  border-radius: .5vw;
}
/*ENCABEZADO*/
.titular-form-contacto {
	background-color: #28bbdb;
  border-radius: .5vw;
  color: white;
  font-size: 4.5vw;
  font-weight: 600;
}
.formulario-contacto{
  background-color:#e2f6fa;
}
.form-control{
  font-size: calc(3vw + 5px);
}
.card-body{
  margin:8px 0 8px 0;
  padding:0;
}
.md-form{
  margin:8px 10px 8px 10px;
  padding:0;
}
.fondo-etiqueta-contacto{
  background-color:#fff;
  height: 9vw;
}
/*BOTÓN FORM PIE DE PÁGINA*/
/*BASE*/
.button-form {
	background-color:  #28bbdb;
	border: none;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 4vw;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 10px;
}
.button-form:hover {
	background-color:  #4c7eb6;
	border: none;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 4vw;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 10px;
}
	.icon-flotante-whatsapp {
		width: calc(8vw + 10px);
		margin: 0;
		position: absolute;
		top: 100%;
		left: 70%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
  /*###FIN FOOTER MÓVIL###*/

}
/*####ESTILOS MÓVILES HELP DESK*/

/*####ESTILOS MEDIANA HELP DESK*/
@media screen and (min-width:768px) and (max-width:991.98px){

  /*###NAVBAR (IPADS&TABLES)###*/
	.titular-barra-nav {
		margin-top: 2px;
		margin-bottom: 2px;
		border-bottom: 1px white solid;
	}
/*###FIN NAVBAR (IPADS&TABLES)###*/

/*###FLYER 1 (IPADS&TABLES)###*/
    /*TAMAÑO DE FONDO*/
    .fondo-flyer1 {
      width: 100%;
      height: calc(36vw + 10px);
      object-fit: cover;
    }

/*###FIN FLYER 1 (IPADS&TABLES)###*/

/*###NUESTROS SERVICIOS (IPADS&TABLES)###*/
/******** ESTILOS NUESTROS SERVICIOS TABLET ********/

.n-servicios .description{
    font-size: 20px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 29px;
    margin: 0;
}
.marg-top-text{
    margin-top: 24px;
}
.marg-top-btn{
    margin-top: 70px;
}
.marg-top-btn-1{
    margin-top: 20px;
}
.n-servicios-btn{
    background: #28badbff;
    color: white;
    font-style: oblique;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 40px;
    padding: 0.5rem 0.4rem;
}
/******** FIN ESTILOS NUESTROS SERVICIOS TABLET ********/

/*###FIN NUESTROS SERVICIOS (IPADS&TABLES)###*/

/*###FLYER 2 (IPADS&TABLES)###*/
    /*TAMAÑO DE FONDO*/
    .fondo-flyer2 {
      width: 100%;
      height: calc(33vw + 5px);
      object-fit: cover;
    }
    /*ESTILO CONTENEDOR TEXTO*/
    .con-texto-flyer2 {
      width: calc(35vw + 5px);
      padding: 1.5vw;
      background-color: rgba(255, 255, 255, .7);
      border-radius: 1vw;
      top: calc(33vw / 32);
      margin-left: 60vw;
      position: relative;
    }

    /*ESTILOS DE TEXTO*/
    .texto-flyer2 {
      color: #4c7eb6;
      font-weight: 600;
      font-size: calc(33vw / 20);
      font-style: italic;
      text-align: justify;
    }
/*###FIN FLYER 2 (IPADS&TABLES)###*/

/*###BENEFICIOS (IPADS&TABLES)###*/


      /*TAMAÑO DE FONDO*/
      .fondo-beneficios {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-beneficios {
        width: calc(58vw + 5px);
        padding: 1vw;
        border-radius: 1vw;
        top: calc(4vw - 15px);
        left: calc(2vw - 2.5px);
        position: relative;
      }

      /*ESTILOS DE TEXTO*/
      .texto-beneficios {
        color: #28badb;
        font-weight: bold;
        font-size: calc(33vw / 7);
        text-align: center;
        /* -webkit-text-stroke: 0.2vw white; */
      }

      /*ESTILO CONTENEDOR TEXTO2*/
      .con-texto2-beneficios {
        width: calc(60vw + 5px);
        padding: 1vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 1vw;
        top: calc(3vw - 15px);
        left: calc(2vw - 2.5px);
        position: relative;
      }

      .texto2-beneficios {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 18);
        font-style: italic;
      }

      /*INDICADORES CAROUSEL*/
      .indicadores-beneficios .active {
        background-color: white;
        border: .7vw white solid;
        box-shadow: 0px 0px 10px 2px #28badb;
      }

      .indicadores-beneficios li {
        background-color: gray;
        border: .7vw gray solid;
      }

/*###FIN BENEFICIOS (IPADS&TABLES)###*/

/*###PERSONALIZA (IPADS&TABLES)###*/
/******** ESTILOS PERSONALIZA TU SERVICIO TABLET ********/
.p-servicio-titulo{
    background-color: #28badbff;
    color: white;
    font-style: italic;
    font-weight: 600;
    font-size: 35px;
    font-family: Roboto;
}
.p-servicio .description{
    font-size: 20px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 29px;
    margin: 0;
}
.p-servicio-btn{
    background: #4c7eb6ff;
    color: white;
    font-style: oblique;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 40px;
    padding: 0.5rem 0.4rem;
}
.p-servicio-marg{
    margin-top: -40px;
}
.p-servicio-marg-1{
    margin-top: -10px;
}
/******** FIN ESTILOS PERSONALIZA TU SERVICIO TABLET ********/

/*###FIN PERSONALIZA (IPADS&TABLES)###*/

  /*###FLYER 3 (IPADS&TABLES)###*/
      /*TAMAÑO DE FONDO*/
      .fondo-flyer3 {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-flyer3 {
        width: 50vw;
        padding: 1vw;
        background-color: rgba(255, 255, 255, 1);
        border-radius: .3vw;
        top: calc(17vw - 15px);
        margin-left: 4vw;
        position: relative;
      }

      /*ESTILOS DE TEXTO*/
      .texto-flyer3 {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 16);
        font-style: italic;
      }

      .texto2-flyer3 {
        color: #28badb;
        font-weight: 600;
        font-size: calc(33vw / 20);
      }

      /*TAMAÑO Y POSICIÓN CONTACTA WHATS*/
      .contacta-flyer3 {
        height: 5vw;
        margin-left: 65vw;
        position: relative;
        top: calc(13.5vw - 15px);

      }

/*###FIN FLYER 3 (IPADS&TABLES)###*/

/*###SIGUENOS (IPADS&TABLES)###*/


      /*TAMAÑO DE FONDO*/
      .fondo-siguenos {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*CONTENEDOR ICONOS*/
      .cont-icon-siguenos {
        width: calc(50.5vw + 5px);
        position: relative;
        top: calc(12.5vw - 5px);
        left: 35vw;
      }

      .icono-siguenos {
        height: calc(8vw + 5px);
        margin-left: .5vw;
      }


/*###FIN SIGUENOS (IPADS&TABLES)###*/

/*###FOOTER (IPADS&TABLES)###*/
.columna-servicios-footer {
  border-right: 1px #fff solid;
  text-align: center;
  margin-bottom: 20px;
}
.columna-jdsuite-footer {
  border-left: 1px #fff solid;
  border-right: 2px #fff solid;
  text-align: center;
  margin-bottom: 20px;
}
.columna-jdmarketing-footer {
  text-align: center;
  margin-bottom: 20px;
}
.columna-contactoyform-footer {
  padding-top: 3vw;
  border-top: 2px #fff solid;
  text-align: center;
  align-content: center;
}
.columna-contacto-footer {
  border-right: 2px #fff solid;
  text-align: center;
  align-content: center;
}
.columna-comunidad-footer {
  text-align: center;
}
.titular-servicios-footer,
.titular-jdsuite-footer,
.titular-contacto-footer,
.titular-comunidad-footer,
.titular-jdmarketing-footer {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-left: 10px;
  font-size: 2vw;
}
.links-servicios-footer,
.links-jdsuite-footer,
.links-contacto-footer,
.links-jdmarketing-footer {
  text-align: center;
  font-size: calc(1.2vw + 5px);
}
.links-comunidad-footer {
  border-bottom: 3px #fff solid;
  width: 90%;
  margin-left: 5%;
}
.link-texto-footer {
  color: white;
  font-weight: 500;
}
.link-texto-footer:hover {
  color: white;
  font-weight: 600;
}
.img-comunidad-footer {
  height: 3.5vw;
}
.con-texto-comunidad-footer {
  text-align: center;
}
.texto-comunidad-footer {
  color: white;
  font-weight: 600;
  font-size: 1.4vw;
}
.whats-footer {
  width: 100%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 10% 40%;
}
.ubi-footer {
  margin-top: 1vw;
  width: 100%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 10% 80%;
}
.ubi-footer div {
  text-align: left;
}
.email-footer {
  margin-top: 1vw;
  width: 100%;
  margin-left: 5%;
  text-align: left;
  display: grid;
  grid-template-columns: 10% 90%;
}
.img-contacto-footer {
  height: 2vw;
}
.img-ubi-contacto-footer {
  height: 2vw;
  margin-top: 1.5vw;
}
.link-contacto-footer {
  color: #fff;
  font-weight: 600;
  font-size: calc(1.2vw + 5px);
}
  /*TARJETA*/
.form-contacto{
width: 90%;
height: 100%;
margin-left: 7.5%;
background-color: #e2f6fa;
border: 2px #fff solid;
border-radius: .5vw;
}
/*ENCABEZADO*/
.titular-form-contacto {
background-color: #28bbdb;
border-radius: .5vw;
color: white;
font-size: 2vw;
font-weight: 600;
}
.formulario-contacto{
background-color:#e2f6fa;
}
.form-control{
  font-size: calc(.8vw + 5px);
}
.card-body{
  margin:5px 0 5px 0;
  padding:0;
}
.md-form{
  margin:5px 10px 5px 10px;
  padding:0;
}

.fondo-etiqueta-contacto{
background-color:#fff;
height: 3vw;
}
/*BOTÓN FORM PIE DE PÁGINA*/
/*BASE*/
.button-form {
background-color:  #28bbdb;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.2vw;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 10px;
}
.button-form:hover {
background-color:  #4c7eb6;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.2vw;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 10px;
}
.icon-flotante-whatsapp {
  width: 50px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 70%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*###FIN FOOTER (IPADS&TABLES)###*/

}
/*####ESTILOS MEDIANA HELP DESK*/

/*####ESTILOS DESKTOP HELP DESK*/
@media screen and (min-width:992px){

  /*###NAVBAR DESKTOP###*/
	.titular-barra-nav {
		margin-right: 2px;
		border-left: 2px white solid;
		padding: 0;
	}
/*###FIN NAVBAR DESKTOP###*/

/*###FLYER 1 DESKTOP###*/
/*
.color-flyer1{
  background-color: #28badbff;
}/*
/*TAMAÑO DE FONDO*/
.fondo-flyer1 {
  width: 100%;
  height: calc(36vw + 10px);
  object-fit: cover;
}
/*###FIN FLYER 1 DESKTOP###*/

/*###NUESTROS SERVICIOS DESKTOP###*/
/******** ESTILOS NUESTROS SERVICIOS ESCRITORIO ********/

.n-servicios .description{
    font-size: 23px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 40px;
    margin: 0;
}
.n-servicios-btn{
    background: #28badbff;
    color: white;
    font-style: oblique;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 10px;
    padding: 0.5rem 1.2rem;
}
.n-servicios-btn:hover{
    box-shadow: -7px 7px 2px rgba(104, 102, 102, 0.5);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
/******** FIN ESTILOS NUESTROS SERVICIOS ESCRITORIO ********/

/*###FIN NUESTROS SERVICIOS DESKTOP###*/

/*###FLYER 2 DESKTOP###*/
    /*TAMAÑO DE FONDO*/
    .fondo-flyer2 {
      width: 100%;
      height: calc(33vw + 5px);
      object-fit: cover;
    }

    /*ESTILO CONTENEDOR TEXTO*/
    .con-texto-flyer2 {
      width: calc(35vw + 5px);
      padding: 1.5vw;
      background-color: rgba(255, 255, 255, .7);
      border-radius: 1vw;
      top: calc(33vw / 32);
      margin-left: 60vw;
      position: relative;
    }

    /*ESTILOS DE TEXTO*/
    .texto-flyer2 {
      color: #4c7eb6;
      font-weight: 600;
      font-size: calc(33vw / 22);
      text-align: justify;
      font-style: italic;
    }
/*###FIN FLYER 2 DESKTOP###*/

/*###BENEFICIOS DESKTOP###*/

      /*TAMAÑO DE FONDO*/
      .fondo-beneficios {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-beneficios {
        width: calc(52vw + 5px);
        padding: 1vw;
        border-radius: 1vw;
        top: calc(5vw - 15px);
        left: calc(6vw - 2.5px);
        position: relative;
      }

      /*ESTILOS DE TEXTO*/
      .texto-beneficios {
        color: #28badb;
        font-weight: bold;
        font-size: calc(33vw / 8);
        text-align: center;
        /* -webkit-text-stroke: 4px white; */
      }

      /*ESTILO CONTENEDOR TEXTO2*/
      .con-texto2-beneficios {
        width: calc(60vw + 5px);
        padding: 1vw;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 1vw;
        top: calc(8vw - 15px);
        left: calc(2vw - 2.5px);
        position: relative;
      }

      .texto2-beneficios {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 20);
        font-style: italic;
      }

      /*INDICADORES CAROUSEL*/
      .indicadores-beneficios .active {
        background-color: white;
        border: 5px white solid;
        box-shadow: 0px 0px 10px 2px #28badb;
      }

      .indicadores-beneficios li {
        background-color: gray;
        border: 5px gray solid;
      }

/*###FIN BENEFICIOS DESKTOP###*/

/*###PERSONALIZA DESKTOP###*/
/******** ESTILOS PERSONALIZA TU SERVICIO ESCRITORIO ********/
.p-servicio-titulo{
    background-color: #28badbff;
    color: white;
    font-style: italic;
    font-weight: 600;
    font-size: 62px;
    font-family: Roboto;
}
.p-servicio .description{
    font-size: 23px;
    font-style:normal;
    /*** Color letra ***/
    color: #28badb;
    line-height: 40px;
    margin: 0;
}
.p-servicio-btn{
    background: #4c7eb6ff;
    color: white;
    font-style: oblique;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 40px;
    padding: 0.5rem 1.2rem;
}
.p-servicio-btn:hover{
    box-shadow: -7px 7px 2px rgba(104, 102, 102, 0.5);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
/******** FIN ESTILOS PERSONALIZA TU SERVICIO ESCRITORIO ********/

/*###FIN PERSONALIZA DESKTOP###*/

  /*###FLYER 3 DESKTOP###*/
      /*TAMAÑO DE FONDO*/
      .fondo-flyer3 {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*ESTILO CONTENEDOR TEXTO*/
      .con-texto-flyer3 {
        width: calc(39.3vw + 5px);
        padding: 1.5vw;
        background-color: rgba(255, 255, 255, 1);
        border-radius: .3vw;
        top: calc(33vw / 2);
        margin-left: 2vw;
        position: relative;
      }

      /*ESTILOS DE TEXTO*/
      .texto-flyer3 {
        color: #4c7eb6;
        font-weight: 600;
        font-size: calc(33vw / 20);
        font-style: italic;
      }

      .texto2-flyer3 {
        color: #28badb;
        font-weight: 600;
        font-size: calc(33vw / 24);
      }

      /*TAMAÑO Y POSICIÓN CONTACTA WHATS*/
      .contacta-flyer3 {
        height: 3.5vw;
        top: calc(33vw / 2.5);
        margin-left: 65vw;
        position: relative;
      }

/*###FIN FLYER 3 DESKTOP###*/

/*###SIGUENOS DESKTOP###*/


      /*TAMAÑO DE FONDO*/
      .fondo-siguenos {
        width: 100%;
        height: calc(33vw + 5px);
        object-fit: cover;
      }

      /*CONTENEDOR ICONOS*/
      .cont-icon-siguenos {
        width: calc(45vw + 5px);
        position: relative;
        top: 13vw;
        left: 45vw;
      }

      .icono-siguenos {
        height: calc(7vw + 5px);
        margin-left: .5vw;
      }


/*###FIN SIGUENOS DESKTOP###*/

/*###FOOTER DESKTOP###*/
.columna-jdsuite-footer,
.columna-comunidad-footer,
.columna-contactoyform-footer,
.columna-jdmarketing-footer {
  border-left: 4px #fff solid;
  text-align: center;
}
.titular-servicios-footer,
.titular-jdsuite-footer,
.titular-jdmarketing-footer {
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  font-size: 1.5vw;
}
.titular-comunidad-footer,
.titular-contacto-footer {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.5vw;
}
.links-servicios-footer,
.links-jdsuite-footer,
.links-contacto-footer,
.links-jdmarketing-footer {
  text-align: left;
  font-size: calc(.7vw + 5px);
}
.links-comunidad-footer {
  border-bottom: 5px #fff solid;
  width: 100%;
}
.link-texto-footer {
  color: white;
  font-weight: 500;
}
.link-texto-footer:hover{
  color: white;
  font-weight: 600;
}
.img-comunidad-footer {
  height: 2.3vw;
}


.con-texto-comunidad-footer {
  text-align: center;
}
.texto-comunidad-footer {
  color: white;
  font-weight: 600;
  font-size: 1.2vw;
}
.whats-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 60%;
}
.ubi-footer {
  margin-top: 1vw;
  width: 100%;
  display: grid;
  grid-template-columns: 15% 85%;
}
.ubi-footer div {
  text-align: left;
}
.email-footer {
  margin-top: 1vw;
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 15% 85%;
}
.img-contacto-footer {
  height: 1.5vw;
}
.img-ubi-contacto-footer {
  height: 2vw;
}
.link-contacto-footer {
  color: #fff;
  font-weight: 600;
  font-size: calc(.7vw + 4px);
}
.link-contacto-footer:hover {
  color: #fff;
  font-weight: 600;
  font-size: calc(.7vw + 4px);
}
/*TARJETA*/
.form-contacto{
width: 100%;
background-color: #e2f6fa;
border: 2px #fff solid;
border-radius: .5vw;
}
/*ENCABEZADO*/
.titular-form-contacto {
background-color: #28bbdb;
border-radius: .5vw;
color: white;
font-size: 1.3vw;
font-weight: 500;
text-align: center;
padding: .5vw 2vw .5vw 2vw;
}
.form-control{
  font-size: calc(.7vw + 5px);
}
.card-body{
  margin:5px 0 5px 0;
  padding:0;
}
.md-form{
  margin:5px 10px 5px 10px;
  padding:0;
}
.formulario-contacto{
background-color:#e2f6fa;
}
.etiqueta-form-contacto{
color: black;
}
.fondo-etiqueta-contacto{
background-color:#fff;
}
/*BOTÓN FORM PIE DE PÁGINA*/
/*BASE*/
.button-form {
background-color:  #28bbdb;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 10px;
}
.button-form:hover {
background-color:  #4c7eb6;
border: none;
color: white;
padding: 5px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 10px;
}
.icon-flotante-whatsapp {
  width: 70px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 70%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*###FIN FOOTER DESKTOP###*/

}
/*####ESTILOS DESKTOP HELP DESK*/