@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body{
    margin: 0;
    background-color: #222222;
}

.Intro{
    background-image:url(INDEX.jpeg);
    height: 700px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}
.Intro h1{
    position: absolute;
    font-size: 120px;
    top: 1%;
    color: white;
    background-image: url("ARG.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-position: center;
}
/*Cards*/
h2{
    text-align: center;
    margin-top: 20px;
    color: #178A8C;
    font-weight: 700;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}
.Tarjetas_mas_info{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
/*Cards*/
.container-card{
    width: 100%;
    display: flex;
    max-width: 1100px;
    margin: auto;
}
.title-cards{
    width: 100%;
    max-width: 1080px;
    padding: 20px;
    margin: 20px auto auto;
    text-align: center;
    color: white;
}
.card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: black;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease-out;
    cursor: default;
}
.card:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-3%);
}
.card img{
    width: 100%;
    height: 210px;
}
.card .contenido-card{
    padding: 15px;
    text-align: center;
}
.card .contenido-card h3{
    margin-bottom: 15px;
    color: #7a7a7a;
}
.card .contenido-card p{
    line-height: 1.8;
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}
.card .contenido-card a{
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #2fb4cc;
    border: 1px solid #2fb4cc;
    border-radius: 4px;
    transition: all 400ms ease;
    margin-bottom: 5px;
}
.card .contenido-card a:hover{
    background: #2fb4cc;
    color: #fff;
}

/*Formulario*/

main {
    box-sizing: border-box;
}

main .main_container {
    background: #181818; /* Color Parte de afuera del From*/
    color: white;
    line-height: 1.6;
    font-family: Poppins, sans-serif;
    padding: 0 1.5em 1.5em 1.5em;
}


.main_container h1 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", cursive;
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 5rem;
    cursor: pointer;
    transition: 0.3s linear;
    color: black;
    -webkit-text-stroke: 2px #259b9b;
}

.main_container h1:hover{
    color: #259b9b;
    transition: color 1s ease-out;
    text-shadow: 0 0 20px rgba(0, 255, 255, .5) }




.main_container {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}

main ul {
    list-style: none;
    padding: 0;
}

.main_logo {
    text-align: center;
    font-size: 3em;
}

.Contacto{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.Contacto > * {
    padding: 1em;
}

.Contacto_Form {
    background: #4444; /* Color de fondo del Formulario*/
}

.Contacto_Form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.Contacto_Form form label {
    display: block;
}

.Contacto_Form form p {
    margin: 0;
    padding: 1em;
}

.Contacto_Form form .submit {
    grid-column: 1 / 3;
}

.Contacto_Form form button,
.Contacto_Form form input,
.Contacto_Form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #178A8C;
}

.Contacto_Form form button {
    background: #259b9b;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}

.Contacto_Form form button:hover,
.Contacto_Form form button:focus {
    background:white;
    color: #25a7a9;
    transition: background-color 1s ease-out;
    outline: 0;
}




/*Clientes*/
.clientes{
    background: #181818;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.Clientes p{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    text-align: center;

}
.logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 100px;
    background: silver;

}
.Techint{
    transition: 0.5s;
}
.Techint:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.Fate{
    transition: 0.5s;
}
.Fate:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.J{
    transition: 0.5s;
}
.J:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
.aluar{
    transition: 0.5s;
}
.aluar:hover{
    transform: scale(1.2);
    transition: 0.5s;
}
@media only screen and (min-width:320px) and (max-width:768px) {
    .container-card {
        flex-wrap: wrap;
    }

    .card {
        margin: 15px;
    }
}

select{
    background: transparent;
    border: none;
    color: white;
    width: 200px;
}
option{
    background: #222222;
    color: white;
}