@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
 ::before,
 ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*inicio logo libre*/
.logoub{
    display: flex; 
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}


/*inicio logo libre*/

/*inicio cuadro libre*/


.intro_servicios h3 {
    color:#000000 !important;

}

.intro_servicios p {
    z-index:20;
    text-align: justify;
    color:#FFFFFF !important;

}

/*inicio cuadro libre*/


.fullscreen-container {
    position:relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-video {
    width: auto;
    height: auto
  }
}
/* -----nuevo formulario----- */
/*.logo{
  font-family: "museo-slab";  
  font-size:20px;
  text-align: center;
  padding: 20px 20px 0;
  margin:0;
}*/

.container {
	
  border-radius: 5px;
 
  width:50px;
  display: flex;  
  flex-direction: column;
}

.login-item {
    border: 1px solid #fff;
	color: #ffff !important;
	padding:25px 25px 0;	
	border-radius: 10px;
    width: 80% ;



    
  
}

input {
    
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.user{
    background-image: url("https://codigodigital.co/imagenes/empresa.png");
background-repeat: no-repeat ;  
background-size: 20px;
background-position:center ;
opacity: 0.5;
}

.telefono{
    background-image: url("https://codigodigital.co/imagenes/telefono.png");
background-repeat: no-repeat ;  
background-size: 20px;
background-position:center ;
opacity: 0.5;
}
.correo{
    background-image: url("https://codigodigital.co/imagenes/correo.png");
background-repeat: no-repeat ;  
background-size: 20px;
background-position:center ;
opacity: 0.5;
}
.texto{
    height: 200px;
    background-image: url("https://codigodigital.co/imagenes/texto.png");
background-repeat: no-repeat ;  
background-size: 20px;
background-position:center ;
opacity: 0.5;
}


.form-login label,
.form-login input[type="text"],
.form-login input[type="phone"],
.form-login input[type="email"], 
.form-login input[type="submit"]{
  border-radius: 0.25rem;
  padding: 1rem;
  color: #3A3F44;  
}

.form-login label {
  background-color:#222222;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.form-login input[type="text"], .form-login input[type="password"] {
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-login input[type="text"]:focus, .form-login input[type="text"]:hover, .form-login input[type="password"]:focus, .form-login input[type="password"]:hover {
  background-color: #eeeeee;
}
.form-login input[type="submit"] {
  background-color: #00B9BC;
  color: #eee;
  font-weight: bold;
  text-transform: uppercase;
}
.form-login input[type="submit"]:focus, .form-login input[type="submit"]:hover {
  background-color: #197071;
}
.form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 2rem; */
}


.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text--center {
  text-align: left;
}


/* -----fin nuevo formulario----- */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #FBFEFD;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s ease-out;
}

body.dark {
    background-color: #1d1d1d;
    transition: all 0.5s ease-out;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #4d4c4c;
}


/*==============SCROLL=========*/

.scrolltop {
    position: fixed;
    right: 1rem;
    bottom: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
    background: #01abc1;
    border-radius: .4rem;
    z-index: 10;
    transition: .4s;
    visibility: hidden;
}

.scrolltop:hover {
    background-color: #01abc1;
}

.scrolltop__icon {
    font-size: 1.8rem;
    color: #fff;
}

.show-scroll {
    visibility: visible;
    bottom: 1.5rem;
    text-decoration: none;
}


/*=====================HEADER==================*/

.header {
    width: 100%;
}

.barra_nav {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0px 20px;
    z-index: 999;
    background: transparent;
    transition: background 0.5s ease-out;
}

/* .scroll-barra_nav {
  
    background: linear-gradient(17deg, rgba(84, 58, 183, 1) 0%, rgba(1, 171, 193, 1) 100%);
    transition: all 0.5s ease-out;
} */

.scroll_barra_nav {
    padding: 10px 15px;
    background: linear-gradient(130deg, rgb(255 255 255) 36%, rgba(1, 171, 193, 1) 100%);
    transition: background 0.5s ease-in;
}

.scroll_barra_nav.dark {
   
    background: #1d1d1d;
    transition: all 0.5s ease-out;
}


/*------------------LOGO-----------------*/

.logo_content {
    width: 15%;
}

.logo_blanco {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 1;
    padding: 20px;
}

.logo_blanco img {
    width: 100%;
    transition: all 0.5 ease-out;
}

.scroll-logo_blanco {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.logo_azul {
    display: none;
    justify-content: flex-end;
    align-items: center;
    visibility: hidden;
    padding: 20px;
    opacity: 0;
}

.logo_azul img {
    width: 100%;
    transition: all 0.5 ease-out;
}

.scroll-logo_azul {
    visibility: visible;
    display: flex;
    position: relative;
    opacity: 1;
    transition: all 0.5 ease-out;
}


/*-------------------MENU-----------------*/

.menu_item_container {
    width: 100%;
}

.menu_content {
   
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_item {
   
    list-style: none;
    padding: 0.5rem 1rem;
}

.menu_item a {
   
    color:white !important;
}


/*submenu*/

.menu_content li ul a:hover {
    background-color:#434343;
     
}


.menu_content li ul {
    
    padding: 0.5rem 1rem;
    background: linear-gradient(17deg, rgba(84, 58, 183, 1) 0%, rgba(1, 171, 193, 1) 100%);
    display:none;
    position:absolute;
    list-style: none;
    min-width:140px;
}

.menu_content li:hover > ul {
 width: auto;
 height: auto;
        display:block;
}

.menu_content li ul li {
    position:relative;
}
/*final submenu*/





.enlace {
    color: #1d1d1d;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s;
    transition: all 0.5s ease-out;
}

.enlace.dark {
    color: #FBFEFD;
    transition: all 0.5s ease-out;
}


/*------------------MODO OSCURO------------------------*/

.btn_dark {
  background-color: white;
    width: 5%;
    display: none;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease-out;
}

.btn_dark button {
    border: none;
    background-color: transparent;
}

.bx-moon {
    color: #1d1d1d;
    font-size: 1rem;
    cursor: pointer;
}

.bx-sun {
    color: white;
    text-shadow: 0px 0px 5px #fff;
    transition: all 0.5s ease-out;
}


/*----------------SHOW MENU-------------*/

.menu_hamburguesa {
    width: 50px;
    display: none;
    background: #eeeeee;
    border-radius: 30px;
}

/*--------------LANGUAJES------------------*/

.langaueje_btn {
    width: 25px !important;
    height: 25px !important;
    border: none !important;
    border-radius: 50% !important;
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
}

.eng{
    background-image: url(../imagenes/bandera-de-reino-unido.jpg);
    background-size: cover;
    transition: display 1s ease-in;
    cursor: pointer;
}

.esp {
    background-image: url(../imagenes/bandera-colombia.jfif );
    background-size: cover;
    transition: display 1s ease-in;
    cursor: pointer;
}


/*=============MAIN=============*/


/*=================INICIO===============*/

.inicio {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: left;
    color: #000;
    background: linear-gradient(180deg, rgba(1, 171, 193, 1) 0%, rgb(255 255 255) 60%);
    padding-top: 4rem;
    scroll-snap-align: start;
}
.container_welcome {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.welcome_text {
    font-size: 100pt;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(252,192,112,1) 20%, rgba(1,171,193,1) 60%, rgba(255,255,255,1) 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: bgText 6s linear infinite;
}

@keyframes bgText {
    to{
        background-position: 200% center;
    }
}

.cuadro_texto_inicio {
    padding: 10px 10px 10px 40px;
    width: 50%;
    display: flex;
   
    display: block;
    justify-items: left !important;

}



   

.inicio_titulo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    font-size: 40px;
    color: #FBFEFD;
}

.inicio_subtitulo {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    font-size: 20px;
    color: #FBFEFD;
}
.cuadro_texto_inicio p{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    font-size:15px;
    color: #FBFEFD;
}


.barra_social {
    color: white !important;
   width: 5%;
   justify-content: center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    margin-top: 20px;*/
}

/*.content_barra_social {
    background-color: #1d1d1d;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: flex;
    font-size: 30px;
}

.content_barra_social i {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.content_barra_social i:hover {
    transform: scale(1.2);
}*/

.img_home {
    width: 40%;
    display: flex;
    display: block;
    justify-content: right !important;
    align-items: right !important;
}

.img_home img {
    width: 80%;
    border-radius: 10px;
}

.content {
    position: relative;
    height: 20%;
    text-align: center;
    background-color: white;
}



/*boton inicio*/


.myButton a {
    text-decoration: none;
    color: #000;}
    .myButton a:hover {
        text-decoration: none;
        color: #fff;}
.myButton {
    width: 100px !important;
    justify-items: left;
    align-items: left;
    font-size: 14px;
    background: #eeeeee;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 5px 5px;
    letter-spacing: 0px;
 }
 
 .myButton:hover {
    background: linear-gradient(17deg, rgba(84, 58, 183, 1) 0%, rgba(1, 171, 193, 1) 100%);;
    color: #fff !important;
 }

/* final boton inicio*/




/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}

/*ventana modal*/
.movedown {
    margin: 0 auto;
}

.resize {
    overflow-y: scroll;
    text-align:justify;
    color:#000;
    width:0;
    height:0;
    padding: 30px;
}

.resize h1{
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #01abc1;
  
}
.resize h2{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #01abc1;
  
}
.resize p{
    font-family: 'Poppins', sans-serif;
}

.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
    width:500px;
    height:600px;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #FAAC58;
    color:#222;
}
/* final ventana modal*/
/*----------------waves---------------*/


.waves {
    position: absolute;
    width: 100%;
    min-height: 50px;
    max-height: 80px;
    left: 0;
    bottom: 0;
}

.onda1 {
    transition: all 0.5s ease-out;
}

.onda1.dark {
    fill: rgba(77, 77, 77, 0.9);
    transition: all 0.5s ease-out;
}

.onda2 {
    transition: all 0.5s ease-out;
}

.onda2.dark {
    fill: hsla(0, 0%, 24%, 0.902);
    transition: all 0.5s ease-out;
}

.onda3 {
    transition: all 0.5s ease-out;
}

.onda3.dark {
    fill: #2d2d2d;
    transition: all 0.5s ease-out;
}

.onda4 {
    transition: all 0.5s ease-out;
}

.onda4.dark {
    fill: #1d1d1d;
    transition: all 0.5s ease-out;
}


/*------------ANIMATION-------------*/

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*===================SERVICIOS=================*/

.servicios {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    scroll-snap-align: start;
}

.cuadro_texto_servicios {
    width: 100%;
    
}

.servicios_titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #363636;
    font-size: 40px;
}

.servicios_subtitulo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(70, 69, 69);
    transition: all 0.5s ease-out;
}

.servicios_subtitulo.dark {
    color: rgb(190, 190, 190);
    transition: all 0.5s ease-out;
}


/*------------------CUADROS DE SERVICIOS---------------------*/

.container_cuadros_servicios {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: center;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 1rem;
    position: relative;
}

.cuadros_servicios {  
    padding: 30px;
    width: 300px;
    min-height: 350px;
    height: auto;
    box-shadow: 0px 0px 5px rgba(70, 69, 69, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center !important;
}

.cuadros_servicios img {
    width: 80px;
}

.cuadros_servicios h3 {
    margin-bottom: 20px;
    color: rgb(70, 69, 69);
}

.cuadros_servicios.dark h3 {
    color: rgb(190, 190, 190);
}


.detalles_servicios {

    color: rgb(70, 69, 69);
}

.detalles_servicios.dark {
  
    color: #FBFEFD;
}

.leer_mas_servicios {
    background-color: #01abc1;
    border: none;
    border-radius: 10px;
    height: 30px;
    width: 100px;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.leer_mas_servicios.show {
    visibility: hidden;
    position: absolute;
}

.ver_menos_servicios {
    background-color: #01abc1;
    border: none;
    border-radius: 10px;
    height: 30px;
    width: 100px;
    color: white;
    font-size: 17px;
    cursor: pointer;
}

.ver_menos_servicios.show {

    visibility: hidden;
    position: absolute;
}

.intro_servicios.show {
    visibility: hidden;
    position: absolute;
}

.container_detalles_servicios {
    
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.container_detalles_servicios.show {
    visibility: visible;
    position: relative;
    color: rgb(70, 69, 69);
    transition: all 0.5s ease-out;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}


/*-----------------SCROLL DE SERVICIOS-------------*/

.container_cuadros_servicios::-webkit-scrollbar {
    display: none !important;
    width: 10%;
    height: 5px;
}

.container_cuadros_servicios::-webkit-scrollbar-thumb {
    display: none !important;
    background: #01abc1;
    border-radius: 5px;
}


/*===================NOSOTROS====================*/

.nosotros {
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    scroll-snap-align: start;
    background: #ffffff;
}

.intro_nosotros {
    display: flex;
    height: 100vh;
    transition: all 0.5s ease-out;
}

.intro_nosotros.show {
    opacity: 0;
    position: absolute;
}

.img_nosotros {
    width: 50%;
    text-align: center;
    visibility: hidden;
}

.img_nosotros img {
    width: 60%;
    border-radius: 5%;
    margin-top: 60px;
}

.cuadro_texto_nosotros {
    width: 50%;
    padding-left: 20px;
}

.nosotros_titulo {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #01abc1;
}

.nosotros_subtitulo {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(54, 54, 54);
    font-weight: bold;
    font-size: 40px;
    width: 80%;
}

.nosotros_subtitulo.dark {
    color: #FBFEFD;
}

.cuadro_texto_nosotros p {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 75%;
    color: rgb(126, 126, 126);
}

.leer_mas_nosotros {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #01abc1;
    border: none;
    border-radius: 10px;
    height: 50px;
    width: 160px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


/*--------------------VALORES--------------------*/

.detalles_nosotros {
    width: 100%;
    height: 80vh;
    padding: auto;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.detalles_nosotros.show {
    visibility: visible;
    transition: all 0.5s ease-out;
    opacity: 1;
    position: relative;
}

.detalles_titulo_contain {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.bx-left-arrow-alt {
    text-align: center;
    color: #01abc1;
    padding-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.valores_titulo {
    text-align: center;
    color: #01abc1;
    padding-bottom: 60px;
    font-size: 30px
}

.container_cuadros_nosotros {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.cuadro_nosotros {
    width: 270px;
    height: 340px;
    box-shadow: 0px 0px 5px rgba(70, 69, 69);
    border-radius: 10px;
    padding: auto;
    align-items: center;
}

.titulo_valor {
    margin-top: 15px;
    color: #01abc1;
    text-align: center;
}

.detalle_valor {
    margin-top: 15px;
    text-align: center;
    color: rgb(70, 70, 69);
    padding-left: 3px;
    padding-right: 3px;
}

.detalle_valor.dark {
    color: #FBFEFD
}


/*====================CONTACTOS=====================*/

.fondo{
    background-image: url("../imagenes/fondo.jpg");
    width: 50%;
    padding: 30px;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
}
.fondo2{
    padding: 30px 30px 30px 80px;
    width: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactos {
    display: flex;
    width: 100%;
    height: 100vh;
    text-align: center;
    scroll-snap-align: start;
}

.cuadro_texto_contactos {
    width: auto;
    height:auto ;
    width: 100%;
    flex-wrap: wrap;
}

.contactos_titulo {
    color: #01abc1;
    margin-bottom: 5px;
}

.contactos_subtitulo {
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px;
}

.contactos_subtitulo.dark {
    color: #FBFEFD;
}

.cuadro_texto_contactos p {
    color: #000000;}


.formulario_contacto {
    margin-top: 5em;
    transform: none !important;
}

.campo_informacion{
    margin: auto;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    color: #01abc1;
    font-weight: 500;
}

.datos {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(70, 69, 69, 0.5);
    background: transparent;
    margin-bottom: 13px;
}

:focus {
    outline-color: #01abc1;
}

.datos:focus {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: rgb(70, 69, 69);
    font-weight: 500;
    font-size: 15px;
}

.datos:valid {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: rgb(70, 69, 69);
    font-weight: 500;
    font-size: 15px;
    background: transparent;
}

.datos:placeholder-shown {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: rgba(70, 69, 69, 0.7);
}

.descripcion_contacto {
    max-height: 100px;
    min-width: 50%;
    min-height: 100px;
    height: 100px;
    width: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(70, 69, 69, 0.5);
    background: transparent;
    padding: 0 0.5rem;
}

.descripcion_contacto:focus {
    font-family: 'Poppins', sans-serif;
    color: rgb(70, 69, 69);
    font-weight: 500;
    font-size: 15px;
}

.descripcion_contacto:valid {
    font-family: 'Poppins', sans-serif;
    color: rgb(70, 69, 69);
    font-weight: 500;
    font-size: 15px;
}

.boton_enviar {
    margin-top: 20px;
    text-align: center;
}

.enviar {
    background-color: #01abc1;
    border: none;
    color: #fff;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.container_solicitud_contacto {
    width: 80%;
    height: 100%;
    margin: auto;
}

.Mensaje_envio_exitoso {
    padding-top: 6rem;
    font-size: 50px;
    color: #01abc1;
    text-align: center;
}

.container_boton_atras {
    text-align: center;
    padding-top: 3rem;
}

.boton_atras {
    z-index: 1000;
    background-color: #01abc1;
    border: none;
    color: #FBFEFD;
    text-decoration: none;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.boton_atras a {
    color: #FBFEFD;
    text-decoration: none;
}


/* ========RECAPTCHA======= */

.g-recaptcha{
    position: absolute !important;
}

.grecaptcha-badge{
    position: fixed !important;
    right: -5rem !important;
    visibility: hidden;
}


/* ==================FOOTER==================*/

footer {
    background-color: #000000;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 6rem;
    /*padding-bottom: 50px;*/
    margin: auto;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        width: 20%;
    }
}

.container_cuadros_footer {
    display: flex;
    gap: 60px;
}


.cuadro_footer_1 h3 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    padding-left: 10px;
    
}

.icon_redes_footer {
    font-size: 25px;
    color: rgb(255, 255, 255);
    a {
        text-decoration: none;
        color: #ffffff;
    }
}

.icon_redes_footer.dark {
    color: #FBFEFD;
    transition: all 0.5s ease-out;
}*/

.cuadro_footer_2 {
    color: #01abc1;
    font-size: 22px;
}

.cuadro_footer_2 h3 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    padding-left: 10px;
}

.cuadro_footer_2.dark h3 {
    color: #01abc1;
    transition: all 0.5s ease-out;
}

.lista_footer {
    list-style: none;
    color: rgb(255, 255, 255);
}

.lista_footer li {
    margin-bottom: 2.5px;
}

.politic-cont{
    padding-top: 30px;
    a{
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
}

/*==============CSS EMPLEADOS========*/


/*---------HEADER EMPLEADOS--------*/

.header_empleados {
    width: 100%;
    top: 0;
    position: relative;
    z-index: 100;
}

.barra_nav_empleados {
    display: flex;
    align-items: center;
    padding: 1rem 0rem;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 7px rgba(70, 69, 69);
}


/*--------LOGO EMPLEADOS--------*/

.logo_content_empleados {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_empleados {
    color: #01abc1;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0.5rem;
}


/*-----------MODO DARK------------*/

.mood_dark {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------------CAMPO DE USUARIO----------*/

.user_content {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.user_icon {
    background-color: #2d2d2d;
    height: 44px;
    width: 44px;
    border-radius: 44px;
    border: Solid 2px #2d2d2d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.perfil_usuario {
    margin: auto;
    border: Solid 2px #FBFEFD;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    color: #FBFEFD;
    text-align: center;
    line-height: 2.2;
}

.btn_user_panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

.bxs-caret-down-circle {
    color: #2d2d2d;
    padding-left: 10px;
    cursor: pointer;
}

.panel_user {
    visibility: hidden;
    position: absolute;
    height: 320px;
    width: 250px;
    text-align: center;
    margin-top: 50px;
    margin-right: 10px;
    padding: 1rem 1rem;
    border-radius: 5px;
    background-color: rgb(235, 231, 231);
    box-shadow: 0px 0px 7px rgba(70, 69, 69);

}

.nombre_empleado{
color: #01abc1;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-bottom: solid 1px #FBFEFD;
}

.email_empleado{
    color: #01abc1;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #FBFEFD;
}

.user_empleado{
    color: #01abc1;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #FBFEFD;
}

.restablecer_contraseña{
    color: #01abc1;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #FBFEFD;
}

.close_session{
    margin-top: 1.5rem;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    font-size:  15px;
    background-color:#01abc1;
    color:#FBFEFD;
    border:none;
}

.panel_user.show {
    visibility: visible;
}


/*=============MAIN EMPLEADOS============*/

.main_empleados {
    width: 100%;
    height: 82%;
    padding-top: 6rem;
    display: flex;
}


/*--------------MENU EMPLEADOS--------*/

.menu_empleados {
    height: 80vh;
    width: 20%;
    box-shadow: 0px 0px 7px rgba(70, 69, 69);
    margin: auto;
    border-radius: 5px;
}

.menu_content_empleados {
    text-align: center;
    list-style: none;
}

.enlace_empleados {
    padding: 2rem 0rem;
}

.enlace_empleados a {
    text-decoration: none;
    color: #01abc1;
}


/*------------CONTENIDO PRINCIPAL---------*/

.contenido_principal {
    margin: auto;
    height: 80vh;
    width: 75%;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(70, 69, 69);
}


/*===========MEDIA QUERY=============*/

@media screen and (max-width: 1300px) {
    .nosotros {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 1230px) {
    .inicio_titulo {
        font-size: 40px;
    }
    .servicios_subtitulo {
        font-size: 20px;
    }
    .img_home img {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1150px) {
    .inicio_titulo {
        margin-top: 85px;
    }
    .inicio_subtitulo {
        font-size: 25px;
    }
    .nosotros_titulo {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .nosotros_subtitulo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cuadro_texto_nosotros p {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .cuadro_texto_nosotros button {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1050px) {
    .container_cuadros_footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width:1000px) {
    .barra_nav{
    align-items: center !important;        
    width:100% ;
    }
    .container_cuadros_servicios{
        display: block !important;
        width:50% ;
      
    }
    .servicios_titulo {
        font-size: 20pt;
    }

    .cuadros_servicios{
        width:85% ;
        margin: 30px 30px 30px 30px !important;
    }
    .fondo2
    {padding: 0px;}   
    .menu_item_container {
        
        visibility: hidden;
        position: absolute;
        padding-top: 30rem;
        width: 100%;
    }
    .menu_content {
        visibility: hidden;
        opacity: 0;
    }
    .menu_content.show {
        display: block;
        visibility: visible;
        background: linear-gradient(17deg, rgba(84, 58, 183, 1) 0%, rgba(1, 171, 193, 1) 100%);
        transition: all 0.5s ease-in-out;
        opacity: 1;
    }
    .menu_item {
        text-align: center;
        padding: 2rem 0;
    }
    .btn_dark {
        width: 60%;
    }
    .btn_dark button {
        margin: auto;
    }
    .menu_hamburguesa {
        width: 20%;
        display: unset;
        text-align: center;
    }
    .menu_hamburguesa.dark {
        color: #FBFEFD;
    }
    .inicio {
        height: 100%;
        display: block;
    }
    .cuadro_texto_inicio {
        width: 100%;
        margin-top: 10px;
    }
    .inicio_titulo {
        margin-top: 15px;
    }
  
    .inicio_subtitulo {
        margin-top: 10px;
    }
    .barra_social {
       width: 50%;
        margin-top: 10px;
    }
    .myButton{
        width: 50%;
    }
    .img_home {
        width: 100%;
        margin-top: 15px;
    }
    .img_home img {
        width: 40%;
        height: 40%;
    }
    .servicios{
        padding-top: 5rem;
        height: 100%;
    }
    .nosotros {
        height: 100%;
    }
    .intro_nosotros {
        display: block;
    }
    .img_nosotros {
        width: 60%;
        margin: auto;
    }
    .cuadro_texto_nosotros {
        width: 95%;
        margin: auto;
        text-align: center;
    }
    .nosotros_titulo {
        text-align: center;
        margin: auto;
    }
    .nosotros_subtitulo {
        text-align: center;
        margin: auto;
    }
    .cuadro_texto_nosotros p {
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
    .cuadro_texto_nosotros button {
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width:800px) {
    .container_cuadros_servicios{
      
        width:100% !important;
      
    }
    .menu_content li ul {
     
        width:100% !important;
    }

 .img_home img {
        width: 45%;
        height: 45%;
    }
    .contactos {
        display: block;
      
    }
    .fondo2{  width: 100% !important;padding: 30px;}
    .fondo{  width: 100% !important;
    padding: 30px;}
    .cuadro_texto_contactos {
        padding-bottom: 3rem;
    }
    .campo_informacion {
        text-align: center;
    }
    footer {
        padding-top: 15rem;
    }
}

@media screen and (max-width:650px) {
    .barra_nav {
        justify-content: space-between;
    }
    .inicio {
        background: linear-gradient(180deg, rgba(1, 171, 193, 1) 0%, rgb(255 255 255) 35%);
    }
    .welcome_text {
        font-size: 30pt;
    }

    .logo_content {
        width: 50%;
    }
    .contactos{
        width:100%;
    }
    .fondo{
        width:100%;
        padding: 0px;
    }
    .fondo2{
        width:100%;
        padding: 30px 35px 30px 30px;
    }
    .login-item{
        width:100%;
    }
    
    .fondo{width:100% }
    .fondo1{width:100%;}
    .img_home img {
        width: 50%;
        height: 50%;
    }

    .container_cuadros_servicios {
        display: flex !important;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        justify-content: flex-start;
        flex-wrap: nowrap
    }
    .cuadros_servicios {
        min-width: 90%;
    }
    .nosotros {
        height: 100%;
        padding-top: 0;
    }
    .intro_nosotros, .detalles_nosotros {
        height: 100%;
    }
    .nosotros_subtitulo {
        font-size: 20pt;
        width: 90%;
    }
    .cuadro_texto_nosotros {
        padding: 0;
    }
    .contactos {
        width:100%;
        display: block;
        margin: auto;
    }
    .cuadro_texto_contactos {
        width: 80%;
        text-align: center;
    }
    .contactos_subtitulo {
        font-size: 30px;
    }
    footer {
        padding: 6rem 2rem 2rem 2rem;
    }
    .footer_logo {
        img {
            width: 100%;
        }
    }
}

@media screen and (max-width:635px) {
    
    
    .inicio_titulo {
        padding-top: 3rem;
    }
    .img_home img {
        width: 60%;
        height: 60%;
    }
    .nosotros.show {
        height: 240%;
    }
    .datos {
        width: 300px;
    }
    .descripcion_contacto {
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }
    .Mensaje_envio_exitoso {
        font-size: 30px;
    }
}

@media screen and (max-width:600px) {
    .modalbox{width: 90% !important;}
    .logo_blanco img {
        padding-left: 0;
        width: 100%;
        height: auto;
    }
    .logo_azul img {
        padding-left: 20px;
        width: 350px;
        height: 25px;
    }
        /*inicio adaptacion movil*/

        .logoub{
            padding: 30px 0px  30px  0px !important;
           /*display: block;*/
            width: 50% !important;
            margin-left: 10px;
         align-items: center !important;
        }
        .logo_blanco{
            width: 100%;
            height: auto;

        }
        .logo_blanco img {
            padding-left: 0;
            width: 100%;
            height: auto;
    }
        
        /*final adaptacion movil*/
    
}

@media screen and (max-width:400px) {
  
    .cuadros_servicios{
        width:90% !important;
       }
    .logo_blanco img {
        padding-left: 0;
        width: 100%;
        height: auto;
    }
    .logo_azul img {
        padding-left: 20px;
        width: 100px;
        height: 20px;
    }
    .inicio_titulo {
        font-size: 30px;
    }
    .img_home img {
        width: 70%;
        height: 70%;
    }
    .waves {
        height: 50px;
        max-height: 50px;
    }
    .container_cuadros_servicios {
        gap: 30px;
        padding: 1rem 0.3rem;
       
    }
    .cuadros_servicios {
        width: 200px;
        height: 350px;
    }
    .nosotros_subtitulo {
        font-size: 30px;
    }
    .contactos_subtitulo {
        font-size: 20px;
    }
    .datos {
        width: 200px;
    }
    .descripcion_contacto {
        max-width: 200px;
        min-width: 200px;
        width: 200px;
    }
    .container_cuadros_footer {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .cuadro_footer_2 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:330px) {
    .container_cuadros_servicios{
        width:100% !important;
    }
   .cuadros_servicios{
    width:100% !important;
   }
    /*inicio adaptacion movil*/

    .logoub{
        display: block;
        padding: 30px 30px  30px  30px !important;
       /*display: block;*/
        width: 100% !important;
        margin-left: 10px;
     align-items: center !important;
     height: auto;
    }


    
    /*final adaptacion movil*/
    .logo_blanco img {
        padding-left: 0px;
        width: 100%;
        height: auto;
    }
    .logo_azul img {
        padding-left: 0px;
        width: 90px;
        height: auto;
    }
}

@media screen and (max-width:261px) {
    .cuadro_nosotros {
        height: 360px;
    }
    .Mensaje_envio_exitoso {
        font-size: 20px;
    }
}