
*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}


.container-contacto{
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-contacto form{
    width: 45%;
    margin: 0px;
    padding: 0px;
}

.container-contacto .map{
    width: 45%;
    height: 400px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-contacto .map iframe{
    width: 80%;
    height: 100%;
    margin: 0px;
    padding: 0px;
   
}


/*inputs color tamaño*/
form .col-md-6 input,
form .col-md-12 input{
    background-color:#F3F3F3;
    height: 50px;
}

form .col-md-12 textarea{
    background-color:#F3F3F3;
    height: 100px;
}

form label{
    font-weight: bold;
    font-family: 'Roboto';
}

form .form-check input{
    width: 20px;
    height: 20px;
}

form .tel{
    display: flex;
    flex-direction: column;
}

form .enviar{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
    height: auto;
}

form .enviar button{
    --color: #004a87;
    font-family: 'Roboto';
    display: inline-block;
    width: 200px;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    color: var(--color);
    text-decoration: none;
    text-align: center;
}
   
.enviar button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 300px;
    border-radius: 50%;
}
   
.enviar button:hover {
    color: #fff;
}
   
.enviar button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}
   
.enviar button:hover:before {
    top: -30px;
    left: -30px;
}
   
.enviar button:active:before {
    background: #004a87;
    transition: background 0s;
}



.tel{
    display: flex;
    flex-direction: column;
}

.tel input::selection{
    width: 100px;
}

.iti__selected-flag{
    background-color: rgb(233, 233, 233);
}

.iti__country-list{
    width: 400px;
    background-color: rgb(255, 255, 255);
    padding-left: 100px;
}

.iti__country-list li{
    display: block;
    padding-left: 10px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: normal;
    color: black;
}

.iti__country-list li:hover{
    background-color: #004A87;
    color: white;
}

.tel label{
    font-weight: bold;
}


@media screen and (max-width:2000px) {
 
    .container-contacto{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 80vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-contacto form{
        width: 45%;
        margin: 0px;
        padding: 0px;
    }

    .container-contacto .map{
        width: 45%;
        height: 400px;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-contacto .map iframe{
        width: 80%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }


    /*inputs color tamaño*/
    form .col-md-6 input,
    form .col-md-12 input{
        background-color:#F3F3F3;
        height: 50px;
    }

    form .col-md-12 textarea{
        background-color:#F3F3F3;
        height: 100px;
    }

    form label{
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 18px;
    }

    form .form-check input{
        width: 20px;
        height: 20px;
    }

    form .tel{
        display: flex;
        flex-direction: column;
    }

    form .enviar{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    form .enviar button{
        --color: #004a87;
        font-family: 'Roboto';
        font-weight: bold;
        display:flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 50px;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 18px;
        color: var(--color);
        text-decoration: none;
        text-align: center;
    }
    
    .enviar button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .enviar button:hover {
        color: #fff;
    }
    
    .enviar button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .enviar button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .enviar button:active:before {
        background: #004a87;
        transition: background 0s;
    }


}

@media screen and (max-width:1800px) {
    .container-contacto{
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-contacto form{
        width: 45%;
        margin: 0px;
        padding: 0px;
    }

    .container-contacto .map{
        width: 45%;
        height: 400px;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-contacto .map iframe{
        width: 80%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    
    }


    /*inputs color tamaño*/
    form .col-md-6 input,
    form .col-md-12 input{
        background-color:#F3F3F3;
        height: 50px;
    }

    form .col-md-12 textarea{
        background-color:#F3F3F3;
        height: 100px;
    }

    form label{
        font-weight: bold;
        font-family: 'Roboto';
    }

    form .form-check input{
        width: 20px;
        height: 20px;
    }

    form .tel{
        display: flex;
        flex-direction: column;
    }

    form .enviar{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    form .enviar button{
        --color: #004a87;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        color: var(--color);
        text-decoration: none;
        text-align: center;
    }
    
    .enviar button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .enviar button:hover {
        color: #fff;
    }
    
    .enviar button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .enviar button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .enviar button:active:before {
        background: #004a87;
        transition: background 0s;
    }


}

@media screen and (max-width:1400px) {
    .container-contacto{
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        height: 80vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-contacto form{
        width: 45%;
        margin: 0px;
        padding: 0px;
    }

    .container-contacto .map{
        width: 45%;
        height: 400px;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-contacto .map iframe{
        width: 80%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    
    }


    /*inputs color tamaño*/
    form .col-md-6 input,
    form .col-md-12 input{
        background-color:#F3F3F3;
        height: 50px;
    }

    form .col-md-12 textarea{
        background-color:#F3F3F3;
        height: 100px;
    }

    form label{
        font-weight: bold;
        font-family: 'Roboto';
    }

    form .form-check input{
        width: 20px;
        height: 20px;
    }

    form .tel{
        display: flex;
        flex-direction: column;
    }

    form .enviar{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    form .enviar button{
        --color: #004a87;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        color: var(--color);
        text-decoration: none;
        text-align: center;
    }
    
    .enviar button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .enviar button:hover {
        color: #fff;
    }
    
    .enviar button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .enviar button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .enviar button:active:before {
        background: #004a87;
        transition: background 0s;
    }


}

@media screen and (max-width:931px) {
    .container-contacto{
        width: 100%;
        margin-top: 10%;
        height: auto;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-contacto .container{
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .container-contacto .map{
        width: 100%;
        height: 400px;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-contacto .map iframe{
        width: 90%;
        height: 90%;
        margin: 0px;
        padding: 0px;
    }


    /*inputs color tamaño*/
    form .col-md-6 input,
    form .col-md-12 input{
        background-color:#F3F3F3;
        height: 50px;
    }

    form .col-md-12 textarea{
        background-color:#F3F3F3;
        height: 100px;
    }

    form label{
        font-weight: bold;
        font-family: 'Roboto';
    }

    form .form-check input{
        width: 20px;
        height: 20px;
    }

    form .tel{
        display: flex;
        flex-direction: column;
    }

    form .enviar{
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    form .enviar button{
        --color: #004a87;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        color: var(--color);
        text-decoration: none;
        text-align: center;
    }
    
    .enviar button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .enviar button:hover {
        color: #fff;
    }
    
    .enviar button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .enviar button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .enviar button:active:before {
        background: #004a87;
        transition: background 0s;
    }
}
