*{
    margin: 0rem;
    padding: 0rem;
}
html{
    scroll-behavior: smooth;
}





 






/* -------------------------------- 1920x1080 ----------------------*/

@media screen and (min-width: 960px) {
    section[id]{
        scroll-margin-top: 6vh;
    }
/* BARRA */

/* ordenamiento de la barra */
#barra{
    z-index: 9999;

    padding-left: 1.5%;

    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;

    background: rgb(255, 255, 255);

    transition: .5s;
    z-index: 99;
    height: 10vh;

    box-shadow: 1px 1px 2px rgb(202, 202, 202);
}
header div, header nav, header ul{
    display: flex;
    align-items: center;
}
header nav{
    width: 80%;
}

header ul{
    font-family: 'Ubuntu', sans-serif;

    list-style: none;
    
    padding: 0;
    gap: 18%;
    margin-left: 4.5%;
}

header a{
    color: #7c7b7c;
    font-size: 1rem;
    text-decoration: none;
}
#cont_logo{
    width: 20%;
}
header a:hover{
    color: #d2451e;
}
/* ordenamiento de la barra */

header{
    /*background: url("../fondos/fondo_horizontal_lineas.png") center/cover no-repeat;*/
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;

    justify-content: center;
}

header div a img{
    width: 100%;
}

/* BARRA */

/*---------------------------------------------------------------------------------------*/

/* HOME */

/*
#seccion1{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 6rem;

    background-image: url(/reajustes/img-home2.jpg);
    background-size: cover;
    text-align: center;
}


#titulo_home{
    font-family: 'Kanit', sans-serif;
    color: #ffffff;
    font-size: 3rem;
    line-height: 4rem;

    letter-spacing: .1rem;

    word-spacing: 1.5rem;

    margin-left: 3%;
    margin-top: 3%;

    text-shadow: 2px 2px 4px black;
}
*/
.slider-frame {
    height: 100vh;
    width: 100vw;
	overflow: hidden;
    position: relative;
}

#titulo_home_cont{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.slider-frame h2{
    z-index: 1;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    color: #ffffff;
    font-size: 3rem;
    line-height: 4rem;

    letter-spacing: .1rem;

    word-spacing: 1.5rem;

    text-shadow: 2px 2px 4px black;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide 20s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
}

@keyframes slide {
    /*
	0% {margin-left: 0;}
	30% {margin-left: 0;}
	
	33% {margin-left: -150%;}
	60% {margin-left: -150%;}
	
	63% {margin-left: -270%;}
	100% {margin-left: -270%;}
    */

    0% {margin-left: 0;}
	20% {margin-left: 0;}

    25% {margin-left: -150%;}
	40% {margin-left: -150%;}

    45% {margin-left: -270%;}
	60% {margin-left: -270%;}
    
    65% {margin-left: -150%;}
	85% {margin-left: -150%;}

    90% {margin-left: -0%;}
	100% {margin-left: -0%;}
}


/* HOME */

/*---------------------------------------------------------------------------------------*/

/* Quienes somos V2.0 */
#seccion2{
    display: grid;
    grid-template-areas: 
    "encabezado encabezado mapa mapa mapa"
    "texto texto mapa mapa mapa"
    "texto texto mapa mapa mapa"
    "boton boton boton boton boton";

    grid-template-columns: 1fr 1fr .4fr .4fr .4fr;

    height: 90vh;

    background-color: white;

    padding-top: 3rem;    
}

.encabezado_seccion{
    grid-area: encabezado;
    display: flex;
    height: 5rem;

    position: relative;
}
#banner_gris{
    position: absolute;
    height: 5rem;
    z-index: 0;
}
#icono_quienes_somos{
    height: 70%;
    align-self: center;
    margin-left: 12%;
    z-index: 0;
}
#texto_junto_logo_qs{
    align-self: center;
    margin-left: 2%;
    color: white;
    font-family: 'Kanit', sans-serif;
    z-index: 0;
    font-size: 2em;
    letter-spacing: .1rem;
}

#parrafos_qs{
    grid-area: texto;
    margin-top: 3rem;
    margin-left: 10rem;

    font-family: 'Kanit', sans-serif;

    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 2rem;

    color: #434041;
}

/* para el script*/
/*
#parrafo_1_qs{
    /*
    transition: .7s ease-in-out all;
    transition-delay: 1.4s;
    opacity: 0;
    
}
*/

/* para el script*/
#parrafo_1_qs.visible {
    opacity: 1;
}


#parrafo_2_qs{
    /*
    opacity: 0;
    transition: .7s ease-in-out all;
    transition-delay: 1.4s;
    */
    margin-top: 6rem;

}

/* para el script*/
#parrafo_2_qs.visible {
    opacity: 1;
    margin-top: 6rem;
}


#mapa_america{
    grid-area: mapa;
    height: 100%;
    margin-right: 5%;
    /* script */
    opacity: 0;
	transition: .7s ease-in-out all;
    transform: translateX(1rem);
}
    /* para el script*/
    #mapa_america.visible {
        opacity: 1;
        transform: scale(1) translateX(-7rem);
        transition: .7s ease-in-out all;
    }

#boton_mostrar{
    display: block;
    grid-area: boton;
    align-self: center;
    justify-self: center;

    margin: 1rem;
    
    background-color:#00000000;
    border-color: #00000000;

    margin-bottom: 2rem;

    height: 1.5rem;
    width: 6rem;
}

#boton_ocultar{
    grid-area: boton;
    align-self: center;
    justify-self: center;

    margin: 1rem;

    background-color:#00000000;
    border-color: #00000000;

    display: none;

    margin-bottom: 2rem;

    height: 1.5rem;
    width: 6rem;
}

.letra_gris{
    color: #d2451e;

}

/* Quienes somos*/

/*---------------------------------------------------------------------------------------*/

/* Bajo quienes somos*/

#cont_img_flecha_arriba{
    position: absolute;
    right: 45%;
    top: 184%;
    display: none;
    height: 30px;
}
.flecha_arriba{
    margin-left: 4.45%;
}
#bajo_qs{
    height:45vh;
    color: #ffffff;
    opacity: 0;

    transition: .3s;

    display: none;

    /* lo sube y lo transparenta 
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    transform: translateY(-540px);
    */
}
.textos_bajo_qs{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    align-items:first baseline;

    margin-top: 1rem;
}
#flechas_bajo_qs{
    height: 10%;
}
.textos_bajo_qs{
    height: 90%;
    font-family: 'Kanit', sans-serif;

}
.textos_bajo_qs h2{
    color: #434041;
    font-size: 1.5rem;
    margin-bottom: 5%;
}
.textos_bajo_qs h3{
    color: #d2451e;
    font-size: 1.3rem;
    line-height: 1.4rem;
}
#gris_bajo_qs{
    color:#434041 ;
}
#tecnovalores h3{
    line-height: 1.5rem;
}
#color_boton{
    background-color:#00000000;
    border-color: #00000000;
}
/* Bajo quienes somos*/

/*---------------------------------------------------------------------------------------*/

/* Tecnoservicios */

#seccion3{
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
}
#banner_naranja{
    position: absolute;
    height: 5rem;
}
#seccion3_1{
    display: flex;
    height: 10vh;
    align-items: center;
    position: relative;
    margin-bottom: 5rem;
}
#icono_tecnoservicios{
    height: 55%;
    margin-left:3%;
    z-index: 0;
    margin-left: 7.5%;
}

#texto_junto_logo_ts{
    z-index: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 2em;
    letter-spacing: .1rem;
    color: white;
    margin-left: 1rem;
}

/* SLIDER INICIO*/
#slider{
    width:100%;
    overflow:hidden;
}
  
.slides{
    overflow:hidden;
    animation-name:fade;
    animation-duration:.5s;
    display:none;
}

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

.slides img{
    height: 25rem;
}

.texto_junto_imagen{
    margin-top: 10%;
}

#texto_c_p{
    margin-top: 8%;
}
.subtexto_junto_imagen{
    font-family: 'Ubuntu';
    color: #737373;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
  
#dot{
    margin:0 auto;
    text-align:center;
}
.dot{
    display:inline-block;
    border-radius:50%;
    background:#d3d3d3;
    padding:8px;
    margin: 2rem .5rem;
}

.active{
    background:black;
}

.textos_junto_slider{
    width: 100%;
    margin-bottom: 10rem;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.texto_junto_imagen{
    color: #d2451e;
    font-family: 'Kanit', sans-serif;
    font-size: 3rem;
}
#texto_c_p{
    line-height: 4rem;
    margin-bottom: 0%;
}


/* Tecnoservicios */

/*---------------------------------------------------------------------------------------*/

/* Tecnoproyectos */

#seccion4{

    background-color: white;

    display: flex;
    flex-direction: column;

    padding-top: 2rem;
}
#seccion4_1{
    height: 15vh;
    display: flex;
    align-items: center;
    position: relative;
}
#icono_tecnoproyectos{
    height: 30%;
    margin-left:5%;
    z-index: 0;
}
#texto_junto_logo_tecnoproyectos{
    color: white;
    width: 24rem;

    margin-left: 1.1%;

    font-family: 'Kanit', sans-serif;

    font-size: 2rem;
    letter-spacing: .1rem;
    z-index: 0;

}
#seccion4_2{
    margin-top: 4rem;
    margin-bottom: 4rem;

    height: 80%;
    display: flex;

    align-items: center;

    padding-bottom: 5%;
}
#img_tecnoproyectos{
    width: 100%;
    height: auto;
}

#texto_tecnoproyectos{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: white;
    font-family: 'Kanit', sans-serif;

}
#texto_1{
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 330%;

    font-family: 'Kanit', sans-serif;

    transition: .5s;

    cursor: pointer;
}
#texto_1:hover{
    color: #87c0db;
    transition: .5s;
}
#texto_2{
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 330%;

    font-family: 'Kanit', sans-serif;

    transition: .5s;

    cursor: pointer;

}
.link_en_curso{
    text-decoration: none;
    color: #ffffff;
    transition: .5s;
}
.link_en_curso:hover{
    color: #ecc309;
    transition: .5s;
}
.link_finalizados{
    text-decoration: none;
    color: #ffffff;
    transition: .5s;
}
.link_finalizados:hover{
    color: #87c0db;
    transition: .5s;
}
/* Tecnoproyectos */

/*---------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------*/

/* Tecnocontacto */
#seccion6{

    background-color: white;
    display: grid;
    grid-template-rows: 20% 80%;
    padding-top: 3rem;
}
#seccion6_0{
    display: flex;
}
#seccion6_1{
    display: flex;
    height: 5rem;

    align-items: center;
}
#icono_tecnocontacto{
    height: 4rem;
    z-index: 0;
    margin-left: 20%;
}
#texto_junto_logo_tecnocontacto{
    font-family: 'Kanit', sans-serif;
    font-size: 2rem;
    letter-spacing: .1rem;
    margin-left: 5%;
    color: #ffffff;

    z-index: 0;
}

/* FORMULARIO */

#seccion6_3{
    display: flex;
    margin-left: 4rem;
    align-items: center;
}
#seccion6_3 h3{
    font-family: 'Ubuntu';
    color: #737373;
    font-size: 1.6rem;
    margin-left: 8rem;
    line-height: 2.1rem;
    text-align: justify;
}
form{
    margin-top: 4rem;
    margin-bottom: 5rem;
    
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    width: 40%;

    border: 2px solid rgb(255, 255, 255);

    backdrop-filter: blur(0.4rem); /* propiedad blur*/
    -webkit-backdrop-filter: blur(0.4rem); /*da la compatibilidad*/
    background-color: #d2451e82;
    border: 1px solid #00000000; /* Complementa el efecto de sombra*/
    box-shadow: 0 10px 20px #00000000; /*Da el efecto de sombraa*/
    border-radius: 20px;
    
}
.input_group{
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
}
form h2{
    color: rgb(255, 255, 255);
    text-align: left;
    font-family: 'Kanit', sans-serif;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
}
label{
    color: white;
}
input, textarea{
    width: 80%;
    height: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: #d2451e;
    color: black;
    outline: none;
}
textarea{
    height: 3rem;
}
input::placeholder, textarea::placeholder{
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-size: 1.5rem;
}
#boton{
    color: aliceblue;
    border-radius: 5px;
    background-color: #d2451e;
    cursor: pointer;
    height: 5%;
    width: 87%;
    margin-bottom: 2rem;
}
.boton:hover{
    background-color: black;
}

/* Tecnocontacto */

/*---------------------------------------------------------------------------------------*/

/* Trabaja con nosotros */
#seccion7{
    background-color: white;
}
#seccion7_1{
    height: 5rem;
    display: flex;
    align-items: center;
    position: relative;
}
#seccion7_2{
    height: 70%;
}
#icono_tecnoclientes_blanco{
    height: 4rem;
    margin-left: 3%;
    margin-top: .5rem;
    z-index: 0;
}
#texto_junto_logo_trabaja{
    color: white;
    font-family: 'Kanit', sans-serif;

    font-size: 2rem;
    letter-spacing: .05rem;

    margin-left: 1rem;

    z-index: 0;
}
#seccion7_2{
    display: flex;
    align-items: center;
}
#seccion7_2 form {
    width: 40%;
    margin-left: 4rem;
    background-color: rgba(0, 0, 0, 0.121);

}
#seccion7_2 h3{
    font-family: 'Ubuntu';
    color: #737373;
    font-size: 1.6rem;
    margin-left: 8rem;
    line-height: 2.1rem;
    text-align: justify;
}
.caja_naranja{
    background-color: #434041;
}
#boton_tcn{
    color: aliceblue;
    border-radius: 5px;
    background-color: #434041;
    cursor: pointer;
    height: 20%;
    width: 80%;
    margin-bottom: 1rem;
}
#boton_tcn2{
    color: aliceblue;
    border-radius: 5px;
    background-color: #434041;
    cursor: pointer;
    height: 20%;
    width: 87%;
    margin-bottom: 2rem;
}


.file{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    margin-bottom: 1rem;
}
.file h4{
    padding: 8px 21px;
    border: 1px solid black;
    text-align: center;
    background-color: #a1a1a1;
    width: 80%;
    font-family: 'Kanit', sans-serif;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file input{
    display: none;
}
.file label{
    display: block;
    padding: 8px 21px;
    border: 1px solid black;
    text-align: center;
    background-color: #434041;
    width: 20%;
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
}
/* Trabaja con nosotros */

/*---------------------------------------------------------------------------------------*/

/* Footer */
#footer{
    height: 20vh;
    display: grid;
    grid-template-areas: 
    'texto redes redes redes'
    'linea linea linea linea'
    'logo logo logo logo'
    ;
    grid-template-columns: repeat(4,1fr)
    ;
}
#texots_footer{
    grid-area: texto;
    align-self: center;
    margin-left: 5%;
    margin-top: .5rem;

}
#text_1{
    font-size: 1rem;
    line-height: 1.6rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
#text_2{
    color: #a2a2a2;
    font-size: .8rem;
    line-height: 1rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
#redes_footer{
    grid-area: redes;
    align-self: center;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;

}
.img_foot{
    height: 4rem;
}
#linea{
    grid-area: linea;
    height: 2px;
    width: 70%;
    background-color: #a2a2a2;
    justify-self: center;

    margin-top: 1rem;
    margin-bottom: 1rem;
}
#logo_estrategas{
    grid-area: logo;
    justify-self: center;
}
#logo_los_estrategas{
    height: 2rem;
    margin-bottom: 1rem;

}

/* Footer */

/*---------------------------------------------------------------------------------------*/


/* cambio de color de la barra*/
#barra.solid{
    background: white;
    transition: .5s;
}
/* cambio de color de la barra*/

/* ------------------------------------------------------------------- */


/* ---------------------------------    SACAR EL DISPLAY EN DESKTOP     ---------------------------------- */

.no_display_en_desk{
    display: none;
}

/* ---------------------------------    SACAR EL DISPLAY EN DESKTOP     ---------------------------------- */
 
/* ---------------------------------------------------------------------- */

/* galeria de fotos - Pagina principal */

.titulo_tecnoproyecto{
    margin-top: 12vh;
    margin-bottom: 4vh;
    position: relative;
    display: flex;
    align-items: center;
}
#banner_celeste{
    position: absolute;
    height: 5.5rem;
}
.seccion_fotos{
    background-color: white;    
    background-position: -12px;
    background-size: contain;
    padding-top: 1rem;
}

#icono_tecnoproyecto{
    height: 2.5rem;
    z-index: 0;
    padding-left: 2rem;
}
.texto_junto_logo_tecnoproyectos_fotos{
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    margin-left: 2%;
    font-size: 2rem;
    z-index: 0;
}
.contenedor_titulo_seccion_fotos{
    height: 5vh;
}
.titulo_seccion_fotos{
    color: #87c0db;
    font-family: 'Kanit', sans-serif;
    margin-left: 2.5%;
    font-size: 1.8rem;
}
/* donde se ve la foto */ 
.galeria{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    justify-content: center;
}
.columna{
    flex: 30%;
    max-width: 33%;
    padding: 0 px;
}
.columna img{
    margin-top: 1rem;
    vertical-align: middle;
    width: 98%;
    transition: all .3s ease;
}
.columna img:hover{
    cursor: pointer;
    box-shadow: 0 0 10px #000000;
    transform: scale(1.02);
}
.overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease;
    visibility: hidden;
    opacity: 0;
}
.overlay .slideshow{
    width: 63%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
}
.slideshow img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.btn_cerrar{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 35px;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all .2s ease;
}
.btn_cerrar:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.botones{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(255, 255, 255);
}
.botones:hover > .material-symbols-outlined{
    transform: scale(1.5);
    transition: all .2s ease;
}
.atras{
    left: -80px;
}
.adelante{
    right: -80px;
}
.mdi{
    pointer-events: none;
    transition: all .2s ease;

}

/* galeria de fotos - Pagina principal */

/* ---------------------------------------------------------------------- */

/* --------------------------------- EN CONSTRUCCION ------------------------------------- */

@font-face {
    font-family: 'Cafeta';
    src: url(/fuentes/cafeta/CAFETA__.TTF);
    font-weight: bold;
    font-style: bold;
}
.en_consruccion{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}
.en_consruccion a{
    color:#737373;
    transition: .5s;    
}
.en_consruccion a:hover{
    color:#000000;
    transition: .5s;       
}
.imagenes_construccion{
    padding-right: 4rem;
    padding-bottom: 10rem;
}
.textos_en_construccion{
    display: flex;
    flex-direction: column;
}
.textos_en_construccion h3{
    font-family: 'cafeta';
    font-size: 4rem;
    color: #737373;
}
.textos_en_construccion img{
    height: 3rem;
}
.boton_vovler_construccion{
    position: absolute;
    font-family: 'cafeta';
    font-size: 2rem;
    top: 1rem;
    left: 1rem;
}
/* --------------------------------- EN CONSTRUCCION ------------------------------------- */



.no_display_en_desk{
    display: none;
}
}



































































/*--- MAC ------------------------------------------------------------------------------------*/

@media screen and (min-width: 1400px) {

section[id]{
    scroll-margin-top: 6vh;
}
    /* BARRA */

/* ordenamiento de la barra */

#barra{
    box-shadow: 1px 1px 2px rgb(202, 202, 202);
    z-index: 10;
}
header div, header nav, header ul{
    display: flex;
    align-items: center;
}
header nav{
    width: 80%;
}

header ul{
    font-family: 'Ubuntu', sans-serif;

    list-style: none;
    
    padding: 0;
    gap: 10%;
    margin-left: 4.5%;
}

header a{
    color: #7c7b7c;
    font-size: 1.1rem;
    text-decoration: none;
}
#cont_logo{
    width: 20%;
}
header a:hover{
    color: #d2451e;
}
/* ordenamiento de la barra */

header div a img{
    width: 100%;
}

/* poner naranja */
.selected{
    color: #d2451e;
}
/* poner naranja */

/*---------------------------------------------------------------------------------------*/


/* cambio de color de la barra*/
#barra.solid{
    background: #282828(207, 206, 206);
    transition: .5s;
}
/* cambio de color de la barra*/

/* ------------------------------------------------------------------- */

/* BARRA */

/*---------------------------------------------------------------------------------------*/

/* HOME */


/* HOME */ 
/*---------------------------------------------------------------------------------------*/

/* Quienes somos*/

#banner_gris{
    height: 5rem;
}
#parrafos_qs{
    font-size: 1rem;
}

        /* para el script*/
        #parrafo_1_qs{
            /*
            transition: .7s ease-in-out all;
            transition-delay: 1.4s;
            opacity: 0;
            */
            opacity: 1;

        }
        
                /* para el script*/
                #parrafo_1_qs.visible {
                    opacity: 1;
                }
        
        
        #parrafo_2_qs{
        
          /*script*/
          /*
            opacity: 0;
            transition: .7s ease-in-out all;
            transition-delay: 1.4s;
        */
        margin-top: 6rem;

        }
        
            /* para el script*/
            #parrafo_2_qs.visible {
                opacity: 1;
                margin-top: 6rem;
            }
/* Quienes somos*/

/*---------------------------------------------------------------------------------------*/

/* Bajo quienes somos*/

#cont_img_flecha_arriba{
    position: absolute;
    right: 45%;
    top: 184%;
    display: none;
    height: 30px;
}
.flecha_arriba{
    margin-left: 4.45%;
}
#bajo_qs{
    height:45vh;
    color: #ffffff;
    opacity: 0;

    transition: .3s;

    display: none;

    /* lo sube y lo transparenta 
    opacity: 0;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    transform: translateY(-540px);
    */
}
.textos_bajo_qs{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    align-items:first baseline;

    margin-top: 1rem;
}
#flechas_bajo_qs{
    height: 10%;
}
.textos_bajo_qs{
    height: 80%;
    font-family: 'Kanit', sans-serif;
    margin-top: 2%;
}
.textos_bajo_qs h2{
    color: #434041;
    font-size: 2rem;
    margin-bottom: 5%;
}
.textos_bajo_qs h3{
    color: #d2451e;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
#gris_bajo_qs{
    color:#434041 ;
}
#tecnovalores h3{
    line-height: 2.5rem;
}
/* Bajo quienes somos*/

/*---------------------------------------------------------------------------------------*/

/* Tecnoservicios */

#seccion3{
    height: 90vh;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;

}
#seccion3_1{
    display: flex;
    height: 15%;
    align-items: center;
}
#icono_tecnoservicios{
    height: 55%;
    margin-left:3%;
}
#texto_junto_logo_ts{
    color: white;
    width: 24rem;

    margin-left: 1.1%;

    font-family: 'Kanit', sans-serif;

    font-size: 2rem;
    letter-spacing: .1rem;
}

#slider{
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
  
.slides{
    overflow:hidden;
    animation-name:fade;
    animation-duration:1s;
    display:none;
}

.slides_1{
    display:flex;
}

.slides img{
    height: 30rem;
}

#texto_c_p{
    margin-top: 8%;
}
  
#dot{
    margin:0 auto;
    text-align:center;
}
.dot{
    display:inline-block;
    border-radius:50%;
    background:#d3d3d3;
    padding:8px;
    margin: 2rem .5rem;
}

.active{
    background:black;
}



/* Tecnoservicios */

/*---------------------------------------------------------------------------------------*/

/* Tecnoproyectos */

#seccion4{

    display: flex;
    flex-direction: column;
}
#seccion4_1{
    display: flex;
    align-items: center;
}
#icono_tecnoproyectos{
    height: 30%;
    margin-left:3%;
}
#texto_junto_logo_tecnoproyectos{
    color: white;
    width: 24rem;

    margin-left: 1.1%;

    font-family: 'Kanit', sans-serif;

    font-size: 1.4rem;
    letter-spacing: .1rem;
}
#seccion4_2{
    height: 80%;
    display: flex;

    align-items: center;

    padding-bottom: 5%;
}
#img_tecnoproyectos{
    width: 100%;
    height: auto;
}

#texto_tecnoproyectos{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: white;
    font-family: 'Kanit', sans-serif;

}
#texto_1{
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 330%;

    font-family: 'Kanit', sans-serif;

    transition: .5s;

    cursor: pointer;
}
#texto_1:hover{
    color: #87c0db;
    transition: .5s;
}
#texto_2{
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 330%;

    font-family: 'Kanit', sans-serif;

    transition: .5s;

    cursor: pointer;

}
.link_en_curso{
    text-decoration: none;
    color: #ffffff;
    transition: .5s;
}
.link_en_curso:hover{
    color: #ecc309;
    transition: .5s;
}
.link_finalizados{
    text-decoration: none;
    color: #ffffff;
    transition: .5s;
}
.link_finalizados:hover{
    color: #87c0db;
    transition: .5s;
}
/* Tecnoproyectos */

/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/

/* Tecnocontacto */

    /* Usa la misma configuracion que en la resolucion menor */

/* Tecnocontacto */

/*---------------------------------------------------------------------------------------*/

/* Trabaja con nosotros */

        /* Usa la misma configuracion que en la resolucion menor */

/* Trabaja con nosotros */

/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */

/* galeria de fotos - Pagina principal */

.seccion_fotos{
    background-image: none;
    background-color: rgb(255, 255, 255);
    height: 100%;
    background-size: cover;
    padding-top: 2rem;
}

/* donde se ve la foto */
.galeria{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    justify-content: center;
}
.columna{
    flex: 30%;
    max-width: 33%;
    padding: 0 3px;
}
.columna img{
    margin-top: 1rem;
    vertical-align: middle;
    width: 98%;
    transition: all .3s ease;
}
.columna img:hover{
    cursor: pointer;
    box-shadow: 0 0 10px #000000;
    transform: scale(1.02);
}
.overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease;
    visibility: hidden;
    opacity: 0;
}
.overlay .slideshow{
    width: 75%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
}
.slideshow img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.btn_cerrar{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 35px;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all .2s ease;
}
.btn_cerrar:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.botones{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgb(255, 255, 255);
}
.botones:hover > .material-symbols-outlined{
    transform: scale(1.5);
    transition: all .2s ease;
}
.atras{
    left: -80px;
}
.adelante{
    right: -80px;
}
.mdi{
    pointer-events: none;
    transition: all .2s ease;
}

/* galeria de fotos - Pagina principal */

.separador{
    height: .5px;
    background-color: #737373;
}

/*---------------------------------------------------------------------------------------*/

/* Footer */
#footer{
    height: 20vh;
    display: grid;
    grid-template-areas: 
    'texto redes redes redes'
    'linea linea linea linea'
    'logo logo logo logo'
    ;
    grid-template-columns: repeat(4,1fr)
    ;
}
#texots_footer{
    grid-area: texto;
    align-self: center;
    margin-left: 5%;
    margin-top: .5rem;

}
#text_1{
    font-size: 1rem;
    line-height: 1.6rem;
    font-family: 'Ubuntu', sans-serif;
}
#text_2{
    color: #a2a2a2;
    font-size: .8rem;
    line-height: 1rem;
    font-family: 'Ubuntu', sans-serif;   /* poner un ubuntu menos bold */
}
#redes_footer{
    grid-area: redes;
    align-self: center;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;

}
.img_foot{
    height: 3.5rem;
}
#linea{
    grid-area: linea;
    height: 2px;
    width: 70%;
    background-color: #a2a2a2;
    justify-self: center;

    margin-top: 1rem;
    margin-bottom: 1rem;
}
#logo_estrategas{
    grid-area: logo;
    justify-self: center;
}
#logo_los_estrategas{
    height: 2rem;
    margin-bottom: 1rem;

}

/* Footer */

/*---------------------------------------------------------------------------------------*/


.no_display_en_desk{
    display: none;
}
}







































































/* -------------------------------- MOBILE ----------------------*/

@media screen and (max-width: 959px) {
    section[id]{
        scroll-margin-top: 9vh;
    }

    .display_en_mobile{
        display: block;
    }
    
    /* Header Mobile */
    
    #header_mobile{
        position: sticky;
        top: 0px;
        background-color: #ffffff;
        z-index: 99999;
    }
    .container {
      max-width: 1050px;
      width: 90%;
      margin: auto;
    }
    
    .navbar {
      width: 100%;
      box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
      
    }
    
    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
    }
    
    .navbar .menu-items {
      display: flex;
    }
    
    .navbar .nav-container li {
      list-style: none;
      margin-right: 12%;
    }
    
    .navbar .nav-container a {
      text-decoration: none;
      color: #d2451e;
      font-weight: 500;
      font-size: 2rem;
      padding: 0.7rem;
      font-family: 'Kanit', sans-serif;
    }
    
    .navbar .nav-container a:hover{
        font-weight: bolder;
    }
    
    .nav-container {
      display: block;
      position: relative;
      height: 60px;
    }
    
    .nav-container .checkbox {
      position: absolute;
      display: block;
      height: 32px;
      width: 32px;
      top: 12px;
      right: 12px;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
      
    }
    
    .nav-container .hamburger-lines {
      display: block;
      height: 26px;
      width: 32px;
      position: absolute;
      top: 17px;
      right: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    .hamburger-lines2{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2px;
        width: 100%;
        z-index: 2;
        background-color: #d2451e;
        margin-right: 13%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
    }
    
    .nav-container .hamburger-lines .line {
      display: block;
      height: 4px;
      width: 100%;
      border-radius: 10px;
      background: #d2451e;
    }
    

    
    .navbar .menu-items {
      padding-top: 80px;
      background-color: #ffffff;
      height: 100vh;
      width: 100%;
      transform: translate(-150%);
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: -60px;
      padding-left: 23%;
      transition: transform 0.5s ease-in-out;
      text-align: center;
      
    }
    
    .navbar .menu-items li {
      margin-bottom: 0rem;
      font-size: 1.5rem;
      font-weight: 500;
    }
    
    .logo {
        position: absolute;
        left: 20px;
        top: 5px;
        font-size: 1.2rem;
        color: #0e2431;
        z-index: 999;
    }





    .checkbox2 {
      position: absolute;
      display: block;
      height: 32px;
      width: 32px;
      top: 12px;
      right: 12px;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
      display: none;
    }

    .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
      
    .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }
      
    .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    /*
    
    .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
      
    .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }
      
    .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    
    .nav-container input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0);
    }
    
    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg);
    }
    
    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }
    
    .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-45deg);
    }
    
    .nav-container input[type="checkbox"]:checked ~ .logo{
      display: none;
    }

    */
    
    #logo_mobile{
        width: 200px;
        margin-top: 5%;
    }
    
    /* Header Mobile */
    
    /* Home Mobile */
    .slider-frame {
        height: 80vh;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }
    
    #titulo_home_cont{
        position:absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
        width: 100vw;
    }
    
    .slider-frame h2{
        z-index: 1;
        text-align: center;
        font-family: 'Kanit', sans-serif;
        color: #ffffff;
        font-size: 1.7rem;
        line-height: 2rem;
    
        letter-spacing: .1rem;
    
        word-spacing: .3rem;
    
        text-shadow: 2px 2px 4px black;
    }
    
    .slider-frame ul {
        display: flex;
        padding: 0;
        width: 300%;
        
        animation: slide 20s infinite alternate ease-in-out;
    }
    
    .slider-frame li {
        width: 100%;
        list-style: none;
    }
    
    .slider-frame img {
        height: 80vh;
    }
    
    @keyframes slide {
        /*
        0% {margin-left: 0;}
        30% {margin-left: 0;}
        
        33% {margin-left: -150%;}
        60% {margin-left: -150%;}
        
        63% {margin-left: -270%;}
        100% {margin-left: -270%;}
        */
    
        0% {margin-left: -100%;}
        20% {margin-left: -100%;}
    
        25% {margin-left: -360%;}
        40% {margin-left: -360%;}
    
        45% {margin-left: -600%;}
        60% {margin-left: -600%;}
        
        65% {margin-left: -360%;}
        85% {margin-left: -360%;}
    
        90% {margin-left: -100%;}
        100% {margin-left: -100%;}
    }
    
    /* Home Mobile */
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Quienes somos Mobile */

    #seccion2{
        display: grid;
        grid-template-areas: 
        "encabezado encabezado"
        "texto  mapa"
        "boton  boton";
    
        grid-template-columns: 1.4fr 1fr;
        grid-template-rows: 2rem 25rem 7rem;
    
    
        background-color: white;
    
        padding-top: 2rem;    
        position: relative;
    }
    .encabezado_seccion{
        grid-area: encabezado;
        display: flex;
        height: 2.5rem;
    
        position: relative;
        
    }
    #banner_gris{
        position: absolute;
        height: 2.5rem;
        z-index: 0;
    }
    #icono_quienes_somos{
        height: 70%;
        align-self: center;
        margin-left: 5%;
        z-index: 0;
    }
    #texto_junto_logo_qs{
        align-self: center;
        margin-left: 3%;
        color: white;
        font-family: 'Kanit', sans-serif;
        z-index: 0; 
        font-size: 1.1em;
        letter-spacing: .1rem;
    }
    #parrafos_qs{
        grid-area: texto;
        margin-top: 9rem;
        margin-left: 1rem;
    
        font-family: 'Kanit', sans-serif;
    
        font-size: .6em;
        letter-spacing: 0.05rem;
        line-height: 1rem;
    
        color: #434041;
    }
    #parrafo_2_qs{
        margin-top: 3rem;
    }
    .letra_gris{
        color: #d2451e;
    }
    #mapa_america{
        grid-area: mapa;
        width: 18rem;
        margin-top: 45%;
        /* script */
        opacity: 1;
        transition: .7s ease-in-out all;
        position: absolute;
        top: -2rem;
        left: -9rem;
    }



    #boton_mostrar{
        display: block;
        grid-area: boton;
        align-self: center;
        justify-self: center;
    
        margin: 1rem;
        
        background-color:#00000000;
        border-color: #00000000;
    
        margin-bottom: 0rem;
        margin-top: 3rem;
    
        height: 1.5rem;
        width: 6rem;
    }
    
    #boton_ocultar{
        grid-area: boton;
        align-self: center;
        justify-self: center;
    
        margin: 1rem;
    
        background-color:#00000000;
        border-color: #00000000;
    
        display: none;
    
        margin-bottom: 0rem;
        margin-top: 3rem;

    
        height: 1.5rem;
        width: 6rem;
    }
    #botoncito{
        height: 1.2rem;
    }
    /* Quienes somos Mobile */
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Bajo quienes somos mobile */

    #bajo_qs{
        font-family: 'Kanit', sans-serif;
        opacity: 0;
    
        transition: .3s;
    
        background-color: #ffffff;
        display: none;
    }
    .textos_bajo_qs{
        font-family: 'Kanit', sans-serif;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
    
        text-align: center;
    
        margin-top: 2rem;
        margin-bottom: 2rem;

    }
    .textos_bajo_qs h2{
        color: #434041;
        font-size: 1.5rem;
        margin-bottom: 5%;
    }
    .textos_bajo_qs h3{
        color: #d2451e;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    #tecnovalores{
        margin-bottom: 5%;
        line-height: 1.4rem;
    }
    #tecnovalores h3{
        line-height: 1.5rem;
    }
    .tecnomision{
        margin-top: 0%;
        margin-bottom: 2%;
    }
    .tecnomision h2{
        margin-bottom: 2%;
    }
    #tecnovision{
        margin-top: 5%;
        line-height: 1.4rem;
    }
    .lineas_qs{
        height: 12px;
        width: 80%;
        background-color: #d2451e;
    }
    /* Bajo quienes somos mobile */
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Tecnoservicios Mobile */
    #seccion3{
        display: flex;
        flex-direction: column;
        position: relative;
    }

    #seccion3_1{
        display: flex;
        height: 5rem;
        align-items: center;
    }
    #banner_naranja{
        position: absolute;
        height: 2.5rem;
    }
    
    #icono_tecnoservicios{
        height: 40%;
        margin-left:4.8%;
        z-index: 0;
    }

    #texto_junto_logo_ts{
        color: white;
        width: 24rem;
    
        margin-left: 2%;
    
        font-family: 'Kanit', sans-serif;
    
        font-size: 1.2rem;
        letter-spacing: .1rem;
        z-index: 0;
    }

    #slider{
        margin:0 auto;
        width:100%;
        overflow:hidden;
    }
      
    .slides{
        overflow:hidden;
        animation-name:fade;
        animation-duration:1s;
        display:none;
    }
    
    .slides_1{
        display:flex;
        flex-direction: column-reverse;
    }

    .textos_junto_slider{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .textos_junto_slider h2{
        margin-left: 0rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .textos_junto_slider h3{
        margin-bottom: 1rem;
    }
    .subtexto_junto_imagen{
        font-family: 'Ubuntu';
        color: #737373;
        font-size: .95rem;
        text-align: center;
    }

    .bajar h2{
        margin-bottom: 2.2rem;
    }
    .bajar h3{
        margin-bottom: 2.2rem;
    }
    
    .slides img{
        height: 15rem;
        width: 90%;
    }
    
    #texto_c_p{
        margin-top: 0%;
    }
      
    #dot{
        margin:0 auto;
        text-align:center;
    }
    .dot{
        display:inline-block;
        border-radius:50%;
        background:#d3d3d3;
        padding:8px;
        margin: 2rem .5rem;
        scale: .7;
    }
    
    .active{
        background:black;
    }
    
    .texto_junto_imagen{
        color: #d2451e;
        font-family: 'Kanit', sans-serif;
        font-size: 1.8rem;
        margin-bottom: 8%;
        margin-left: 5%;
    
    }
    #texto_c_p{
        line-height: 2rem;
    }
    /* Tecnoservicios Mobile */
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Tecnoproyectos mobile */

    #seccion4{    
        display: flex;
        flex-direction: column;
    }
    #seccion4_1{
        height: 5rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    #icono_tecnoproyectos{
        height: 1.6rem;
        margin-left:5%;
        z-index: 0;
    }
    #texto_junto_logo_tecnoproyectos{
        color: white;
        width: 24rem;
    
        margin-left: 1.1%;
    
        font-family: 'Kanit', sans-serif;
    
        font-size: 1.2rem;
        letter-spacing: .1rem;
        margin-top: 0;
        z-index: 0;
    }
    #seccion4_2{
        height: 20rem;
        display: flex;
    
        align-items: center;

        margin-top: 1rem;
    
        padding-bottom: 3rem;
    }
    #img_tecnoproyectos{
        width: 100%;
        height: auto;
    }

    #texto_tecnoproyectos{
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        color: white;
        font-family: 'Kanit', sans-serif;
    
    }
    #texto_1{
        width: 50%;
        display: flex;
        justify-content: center;
        font-size: 120%;
    
        font-family: 'Kanit', sans-serif;
    
        transition: .5s;
    
        cursor: pointer;
    
        margin-bottom: 80%;
    }
    #texto_2{
        width: 50%;
        display: flex;
        justify-content: center;
        font-size: 120%;
    
        font-family: 'Kanit', sans-serif;
    
        transition: .5s;
    
        cursor: pointer;
    
        margin-top: 80%;
    }
    .link_en_curso{
        text-decoration: none;
        color: #ecc309;
        transition: .5s;
    }
    .link_finalizados{
        text-decoration: none;
        color: #87c0db;
        transition: .5s;
    }

    #icono_tecnoproyectos_volver_a{
        height: 2rem;
        margin-left: 0%;
    
        position: absolute;
        right: 2%;
        top: 15%;
    }
    
    #icono_tecnoproyectos_volver_img{
        height: 70%;
    }
    /* Tecnoproyectos mobile */
    
    /*---------------------------------------------------------------------------------------*/
    
   
    /*---------------------------------------------------------------------------------------*/
    
    /* Tecnocontacto mobile*/

    #seccion6{    
        display: flex;
        flex-direction: column;
    }
    #seccion6_0{
        display: flex;
        flex-direction: column;
    }
    #seccion6_1{
        height: 5rem;
        display: flex;
        position: relative;
    }
    #icono_tecnocontacto{
        height: 45%;
        z-index: 0;
        margin-left:5%;
    }
    #texto_junto_logo_tecnocontacto{
        font-family: 'Kanit', sans-serif;
    
        font-size: 1.2rem;
        letter-spacing: .1rem;
        letter-spacing: .1rem;
        margin-left: 1%;
        color: #ffffff;

        margin-top: .4rem;

        z-index: 0;
    }


    #seccion6_3{
        height: 70%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #seccion6_3 h3{
        margin-top: 1rem;
        font-family: 'Kanit', sans-serif;
        color: #737373;
        line-height: 1.5rem;

    }
    form{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        text-align: center;
        height: 75%;
        width: 80%;
    
        margin-left: 0%;
        margin-bottom: 0rem;

        border: 2px solid rgb(255, 255, 255);
    
        backdrop-filter: blur(0.4rem); /* propiedad blur*/
        -webkit-backdrop-filter: blur(0.4rem); /*da la compatibilidad*/
        background-color: #d2451e82;
        border: 1px solid #00000000; /* Complementa el efecto de sombra*/
        box-shadow: 0 10px 20px #00000000; /*Da el efecto de sombraa*/
        border-radius: 20px;
        
    }
    .input_group{
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: center;
    }
    form h2{
        color: rgb(255, 255, 255);
        text-align: left;
        padding-left: 10%;
        font-family: 'Kanit', sans-serif;
        font-size: 1rem;
        margin-top: 5%;
        margin-bottom: 2%;
    }
    label{
        color: white;
    }
    input, textarea{
        width: 70%;
        height: 1rem;
        padding: 7px 20px;
        border-radius: 5px;
        margin-bottom: 20px;
        border: 2px solid rgba(0, 0, 0, 0);
        background-color: #d2451e;
        color: black;
        outline: none;
    }
    textarea{
        height: 1.5rem;
    }
    input::placeholder, textarea::placeholder{
        color: #ffffff;
        font-family: 'Kanit', sans-serif;
        font-size: .8rem;
    }
    #boton{
        color: aliceblue;
        border-radius: 5px;
        background-color: #d2451e;
        cursor: pointer;
        height: 2rem;
        width: 85%;
        margin-bottom: 8%;
    }

    /* Tecnocontacto mobile*/
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Trabaja con nosotros */

    #seccion7_1{
        height: 5rem;
        display: flex;
        align-items: center;
        position: relative;
    }
    #seccion7_2{
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    #seccion7_2 h3{
        text-align: center;
        margin-top: 1rem;
        font-family: 'Kanit', sans-serif;
        color: #737373;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    #icono_tecnoclientes_blanco{
        height: 40%;
        margin-left: 5%;
        z-index: 0;
    }
    #texto_junto_logo_trabaja{
        color: white;
        font-family: 'Kanit', sans-serif;
    
        font-size: 1rem;
        letter-spacing: .05rem;
        z-index: 0;

        margin-left: 2%;
    }

    #seccion7_2 form {
        background-color: rgba(0, 0, 0, 0.121);

        width: 80%;
    }
    #form2{
        margin-top: 2%;
        height: 95%;
    }
    .caja_naranja{
        background-color: #434041;
    }
    #boton_tcn{
        color: aliceblue;
        border-radius: 5px;
        background-color: #434041;
        cursor: pointer;
        height: 1.3rem;
        width: 70%;
        margin-bottom: 1rem;
    }
    #boton_tcn2{
        color: aliceblue;
        border-radius: 5px;
        background-color: #434041;
        cursor: pointer;
        height: 2rem;
        width: 83%;
        margin-bottom: 2rem;
    }

    .file{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        margin-bottom: 1rem;
    }
    .file h4{
        padding: 8px 21px;
        font-size: .5rem;
        border: 1px solid black;
        text-align: center;
        background-color: #a1a1a1;
        width: 80%;
        font-family: 'Kanit', sans-serif;
        border-radius: .3rem 0 0 .3rem;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .file input{
        display: none;
    }
    .file label{
        display: block;
        font-size: .5rem;
        padding: 8px 21px;
        border: 1px solid black;
        text-align: center;
        background-color: #434041;
        width: 20%;
        font-family: 'Kanit', sans-serif;
        cursor: pointer;
        border-radius: 0 .3rem .3rem 0;

    }
    /* Trabaja con nosotros */

    /*---------------------------------------------------------------------------------------*/
    
    /* Footer */
    #footer{
        height: 20vh;
        display: grid;
        grid-template-areas: 
        'texto texto texto texto'
        'redes redes redes redes'
        'linea linea linea linea'
        'logo logo logo logo'
        ;
        grid-template-columns: repeat(4,1fr)
        ;
    }
    #texots_footer{
        grid-area: texto;
        align-self: center;
        margin-top: 1rem;
        text-align: center;
    
    }
    #text_1{
        font-size: 1rem;
        line-height: 1.6rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
    }
    #text_2{
        color: #a2a2a2;
        font-size: .9rem;
        line-height: 1rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    #redes_footer{
        grid-area: redes;
        align-self: center;
        display: flex;
        justify-content: space-around;
        margin-top: 2rem;
    }
    .img_foot{
        height: 2rem;
    }
    #linea{
        grid-area: linea;
        height: 2px;
        width: 90%;
        background-color: #a2a2a2;
        justify-self: center;
    
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #logo_estrategas{
        grid-area: logo;
        justify-self: center;
    }
    #logo_los_estrategas{
        height: 25px; /* vambio 29/08*/
        margin-bottom: 2rem;
    
    }
    
    /* Footer */
    
    /*---------------------------------------------------------------------------------------*/
    
    /* Tecnoproyectos - Pagina principal*/
    
    #header_tecnoproyectos{
        background-color: white;
        height: 10vh;
        background-size: cover;
    }
    .seccion1_tecnoproyectos{
        height: 10vh;
        background-size: cover;
    }
    .seccion1_1_tecnoproyectos{
        display: flex;
    }
    #seccion4_1{
        display: flex;
        align-items: center;
    }
    #icono_tecnoproyectos_tecnoproyeetos{
        height: 2rem;
        margin-left: .5rem;
    }
 /*   #texto_junto_logo_tecnoproyectos{
        margin-top: 10%;
    } */

    #texto_junto_logo_tecnoproyectos_mobile{
        color: #434041;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        margin-left: .5rem;
    }

    /* imagenes que van a la iqz */


    .seccion_tecnoproyectos_img_izq{
        background-image: url(../fondos/fondo_gris_oscuro.jpg);
        background-size: cover;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        text-align: right;
        margin-bottom: .1rem;
    }

    .img_tecnoproyectos_izq{
        height: 17rem;
        margin-top: 10%;
    }

    .contenedor_texto_boton_tenoproyectos_der{
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        text-align: left;
    }           
    
    .tiulos_tecnoproyectos_der{
        font-family: 'Kanit', sans-serif;
        color: #ffffff;
        font-size: 2rem;
    }
    
    .subtiulos_tecnoproyectos_der{
        color: #ffffff;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 0rem;

        font-family: 'Ubuntu', sans-serif;
        font-weight: 300;
    }
    
    .boton_tecnoproyectos_der{
        height: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /* Imagenes que van a la der */

    .secciones_tecnoproyectos_img_der{
        height: 70vh;
        background-image: url(../fondos/fondo_gris_oscuro.jpg);
        background-size: cover;

        display: flex;
        flex-direction: column;
        align-items: end;
        text-align: left;
        margin-bottom: .1rem;
    }   

    .img_tecnoproyectos_derecha{
        height: 50%;
        margin-top: 10%;
    }

    .contenedor_texto_boton_tenoproyectos_izq{
        position: relative;
        display: grid;
        grid-template-areas: 
        "titulo"
        "subtitulo"
        'boton';
    }

    .tiulos_tecnoproyectos_izq{
        grid-area: titulo;
        font-family: 'Kanit', sans-serif;
        color: #ffffff;
        font-size: 2rem;
    }

    .subtiulos_tecnoproyectos_izq{
        grid-area: subtitulo;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1rem;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 300;
    }

    .boton_tecnoproyectos_izq{
        grid-area: boton;
        height: 2rem;
        margin-top: 1rem;
    }

    /* Tecnoproyectos - Pagina principal*/

    /*---------------------------------------------------------------------------------------*/

    /* galeria de fotos - Pagina principal */
    .titulo_tecnoproyecto{
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #banner_celeste{
        position: absolute;
        width: 95%;
    }
    #icono_tecnoproyecto{
        z-index: 0;
        height: 1.7rem;
        margin-left: .7rem;
        margin-right: .7rem;

    }
    .texto_junto_logo_tecnoproyectos_fotos{
        z-index: 0;
        font-size: .8em;
        font-family: 'Ubuntu', sans-serif;
        color: white;
    }

    .columna{
        flex: 100%;
        max-width: 100%;
    }
    .columna img{
        width: 100%;
    }


    /* galeria de fotos - Pagina principal */

    /*---------------------------------------------------------------------------------------*/

/* --------------------------------- EN CONSTRUCCION ------------------------------------- */

@font-face {
    font-family: 'Cafeta';
    src: url(/fuentes/cafeta/CAFETA__.TTF);
    font-weight: bold;
    font-style: bold;
}
.en_consruccion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
    width: 100vw;
}
.en_consruccion a{
    color:#737373;
    transition: .5s;    
}
.imagenes_construccion img{
    width: 90%;
    margin-left: 2rem;
}
.textos_en_construccion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.textos_en_construccion h3{
    font-family: 'cafeta';
    font-size: 2rem;
    color: #737373;
}
.textos_en_construccion img{
    height: 3rem;
}
.boton_vovler_construccion{
    position: absolute;
    font-family: 'cafeta';
    font-size: 2rem;
    top: 1rem;
    left: 1rem;
}
/* --------------------------------- EN CONSTRUCCION ------------------------------------- */

    .no_display_en_mobile{
            display: none;
        }
    }

/* -------------------------------- MOBILE ----------------------*/

