body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}

p{
 margin: 0px;   
}
.headertecno{
background-color: #eeeeee;
height: auto;

}
.header-tecno{
 padding: .5em 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 1em; */
    align-items: center;
    align-content: space-around;
}
.header-logo{
width: 250px;

}
.header-logo img{
   width: 100%;
   height: auto; 
}
.header-tecno-content{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:2em;
    align-items: center;
}
.header-tecno a, .header-tecno p{color:#0d0d0d;}
.nav-tecno{
position: relative;
    top: 0;
    width: 100%;
    background-color: white;
    /* padding: 2em; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    left: 0;
    right: 0;
    transition: top 0.5s ease-in-out;
}
.nav-tecno .container {
  margin-left:5%; 
}
.navbar-brand {
  width: 60%;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    animation: fadeInDown 1s ease-in-out;
}
@keyframes fadeInDown{

0% {
    top: -50px;
}
100% {
    top: 0;
}
}
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 nav div ul li {
    position: relative;
}
.navbar,.navbar-brand {
    padding:0;
}

.logo {
    width: 70%;
    margin-top: 1em;
    border-top: black 2px solid;
    border-bottom: red 2px solid;
}

.logo img {
    max-width: 100%;
}

nav div ul li{
    color: black;
    letter-spacing: 0.1px;
    margin-bottom: 1em;
}

 nav div ul li a{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    color: black;
    margin: 0 1.5rem;
    text-decoration: none;

}

nav div ul li a.active,  nav div ul li a:hover {
   border-bottom:2px solid red;
   border-top:2px solid black;
}



.negro {
    width: 100%;
    height: 2px;
    background-color: black;
}

.rojo {
    width: 100%;
    height: 2px;
    background-color: red;
}




.carousel-caption h1 {
    color: white;
    justify-content: center;
    font-size: 50px;
}

.carousel-caption h2 {
    font-size: 50px;
    justify-content: center;
    margin-bottom: 42%;
}

#bomba1 h1 {
    font-size: 60px;
    margin-left: 70%;
}

#bomba2 h1 {
    font-size: 70px;
    margin-left: 75%;
}


/* contenido*/

.secciones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.secciones h2,
.secciones1 h2 {
    text-align: center;
    width: 80%;
    background-color: #eeeeee;
    margin-top: 2rem;
}

.secciones p {
    text-align: center;
    padding: 2rem
}

.conten1 img {
    max-width: 100%;
    align-items: center;
}

.borde {
    background-color: #eeeeee;
    margin-top: 5%;
    justify-content: space-around;
}

.conten {
    align-items: center;
}

.conten2 {
    margin-top: 2rem;
    width: 32%;
}

.conten2 img {
    margin-bottom: 3%;
    width: 100%;
}

.conten2 p {
    margin: 2%;
}

.conten2 h4 {
    text-align: center;
    color: red;
    border-bottom: black 2px solid;
}

.conten2 h4:hover {
    color: black;
    border-bottom: red 2px solid;
}

.secciones2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 5%;
    margin-top: 2%;
}


/* estilos formulario*/

ul {
    list-style: none;
    padding: 0;
}

.logoformulario {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 2%;
    border-top: black 2px solid;
    border-bottom: red 2px solid;
}

.logoformulario span {
    color: #B70E21;
}

.contact-form {
    background: #dfdbdb;
}

.contact-form h3 {
    margin-top: 7%;
    margin-left: 50px;
    text-align: center;
    border-top: black 2px solid;
    border-bottom: red 2px solid;
}

.contact-form form label {
    display: block;
}

.contact-form p {
    margin-left: 50px;
    margin-bottom: auto;
}

.contact-form form .block {
    grid-column: 1;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #d63031;
}

.contact-form form button {
    background: #B70E21;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus {
    background: #d63031;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}


/* CONTACT INFO */

.contact-info {
    text-align: center;
}

.contact-wrapper h2 {
    margin-top: 12%;
}

.contact-info span {
    color: #B70E21;
}

.contact-info ul,
.contact-info h1 {
    text-align: center;
    margin: 5%;
}
.contact-info li{
    margin-top: 1em;

}
.mapa {
    margin-top: 15%;
    margin-bottom: 3%;
}

.footer-tecno .header-logo {
 width: 150px;
}
@media (min-width:730px) {
    .conten {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .conten1 {
        flex: 1;
        width: 120%;
    }
}

@media (max-width:730px) {
    .conten {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .conten img {
        margin-bottom: 1rem;
    }
}

@media (max-width:930px) {
    .conten2 {
        width: 100%;
    }
}

@media (max-width:839px) {
    .inicio1 {
        display: none;
    }
    .menu1 {
        display: none;
    }
}

@media (min-width:840px) {
    .inicio2 {
        display: none;
    }
    .menu2 {
        display: none;
    }
}

@media (max-width:374px) {
    .logo2 {
        width: 25%;
    }
}


/* LARGE SIZE */

@media(min-width: 1024px) {
    .contact-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


/* fin estilo formulario*/