@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {

    padding: 0;
    margin: 0;
    font-family: 'Raleway-Medium',Helvetica,Arial,Lucida,sans-serif;
    overflow-x: hidden;
}

.bg-img {
    background-image: url('./img/Imagen_mineria.jpg');
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;

}


.bg-img h2 {
    font-family: 'Raleway-Medium',Helvetica,Arial,Lucida,sans-serif;
    color: #fff;
    padding: 90px;
    font-size: 35px;
}

header img {
    max-width: 500px;
}

.main-section {
    display: flex;
    background-size: cover;
    background-position: left -1% center;
    background-image: linear-gradient(187deg,rgba(141, 68, 68, 0) 0%,#FFFFFF 91%), url(img/pantalla3.2.png);
    align-items: center;
    justify-content: center;
    align-items: stretch;
    background-repeat: no-repeat;
    background-color: #b5c3ce;
}

.main-info {
    padding: 0;
    display: flex;
    align-items: center;
}

.main-form {
    width: 70%;
 }

.main-ebook{
    display: flex;
}

.main-ebook img {
    max-width: 586px;
    min-width: 150px;
}

.main-text h3 {
    color: #666;
    font-size: 25px;
}

.main-text h4 {
    color: #666;
}

ul li {
    padding-bottom: 10px;
}

.main-form {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 364px;
    padding: 12px 35px 0;
    background-color: #d4d4d4;
    border-radius: 5px;
    margin-right: 50px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
 
}

.main-form-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}

.main-form h4 {
    color: #fff;
    padding-bottom: 20px;
}

.main-form h1 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #393c43;
}

.divisor-top, .divisor-bottom{

    display: block;
    height: 100%;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}

.divisor-top{

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0Y0RjNGMyI+PHBhdGggZD0iTTEyODAgMTQwVjBTOTkzLjQ2IDE0MCA2NDAgMTM5IDAgMCAwIDB2MTQweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 20px;
    transform: scale(1,1);
    background-color: #393c43;
}
.row_two {
    display: flex;
    padding-bottom: 20px;
}

.row_two_single {
    width: 50%;
}

.main-form > form > div{
    padding: 2px 0;
}

.row_two_single input {
    width: 90%;
}

label {
    color: #393c43;
    font-size: 14px;
}



input {
    width: 90%;
    height: 23px;
    font-size: 16px;
    padding-left: 10px;
    border: 1px solid #393c43;
    border-radius: 6px;
}

input[type=checkbox] {
    height: 20px;
    width: unset;
    padding-right: 20px;
}

select{
    border: 1px solid #425b76;
    height: 28px;
    width: 93%;
    padding-right: 20px;
    border-radius: 6px;
    
}
.acepto {
    font-size: 13px;

}

p {
    font-size: 0.9em;
    
}

.naked_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #FFFFFF;
    padding: 50px 12px;
    
}


.text_container{
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.naked_container h1{
    font-size: 1.5rem;
    color: #393c43!important;
    line-height: 1.1em;
    font-weight: 300;
}

.naked_container p{
    font-size: 0.9rem;
    color: #393c43;
    line-height: 1.4em;
    
}

p.description_soluciones{
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #393c43;
    text-align: center;
}
.img_container {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}

.img_container_sp{
    width: 4%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}
.img_ic{

    display: flex;
    align-self: center;
}

.img_ic img {
    height: 120px;
    width: 120px;
    padding-bottom: 15px;
}


.iti__country-list {
    position: fixed;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

footer {

    background-color: #222221 !important;
    color: #FFFFFF;
    padding: 20px;
}

.footer_first {
    padding: 30px;
    display: flex;
    align-items: start;
    gap: 3em;
    justify-content: center;
}

.footer_first p {
    font-size: 16px;
}

.footer_redes {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}

.footer_TEL{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.final_footer {
    padding-top: 50px;
    border-top: 1px solid #cccccc;
}

.g-recaptcha{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0;
}

.g-recaptcha > div{

    overflow: hidden;
}

@media screen and (max-width: 1024px) {

    
    .main-section {
        flex-direction: column;
        background-image: none;
    }

    .main-info {
        padding: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .main-text {
        padding: 30px;
    }

    .main-form-wrapper {
        width: 92%;
    }

    .row_two {
        flex-direction: column;
    }

    .row_two_single input{
        width: 95%;
    }


    .row_two_single{
        width: 100%;
    }

    .naked_container {
        flex-direction: column;
        align-items: center;
        gap: 2em;
        padding: 10px 12px;
    }

    .img_container {
        width: 80%;
    }

    .text_container{
        width: 90%;
    }

    .footer_first {
        padding: 30px 2px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .img_container_sp {
        display: none;
    }
}