.dat{
    position: relative;
    overflow: hidden;
}

.dat::after{
    display: block;
    content: '';

    width: 380px;
    height: 450px;
    
    position: absolute;
    bottom: -250px;
    right: -30px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/img/web/Contacto/otro-bg-map.png');
}


.barra{
    display: block;
    width: 25px;
    height: 5px;
}

.degrado-top{
    display: block;
    width: 20%;
    height: calc(100% - 15px);
    background: rgba(102,197,241,1);
    background: -moz-linear-gradient(top, rgba(102,197,241,1) 0%, rgba(0,155,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,197,241,1)), color-stop(100%, rgba(0,155,227,1)));
    background: -webkit-linear-gradient(top, rgba(102,197,241,1) 0%, rgba(0,155,227,1) 100%);
    background: -o-linear-gradient(top, rgba(102,197,241,1) 0%, rgba(0,155,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,197,241,1) 0%, rgba(0,155,227,1) 100%);
    background: linear-gradient(to bottom, rgba(102,197,241,1) 0%, rgba(0,155,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c5f1', endColorstr='#009be3', GradientType=0 );
}

.img{
    display: block;
    width: 100%;
    height: calc(100% - 15px);

    background-image: url('/img/web/Contacto/llamada.png');
}

.imagen-llamada{
    position: absolute;
    top: -120px;
    left: -83px;
    height: 250px;

    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;

    flex-flow: row wrap;
    
    justify-content: space-between;
    align-items: center;
}

.btn-icons{
    display: block;

    width: 50px;
    height: 50px;

    font-size: 2em;
    color:#fff;
    text-align: center;

    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
}

.whatsapp{
    background-image: url('/img/web/Contacto/wsp.png');
}
.facebook{
    background-image: url('/img/web/Contacto/fb.png');
}
.phone{
    background-image: url('/img/web/Contacto/call.png');
}

.btn-icons,
.btn-icons:hover{
    background-color: #009be3;
}

.contacto{
    background-image: url('/img/web/Contacto/bg-form.png');
}

.contacto h4{
    color: #fff;
}

.btn-icons#phone{
    transform: rotateY(180deg);
}

.input{
    margin-bottom: 20px;
}

input[type="submit"]{
    color: #888;
    font-size: 1em;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
}

.map{
    position: relative;
    margin-top: 40px;

    width: 100%;
    height: 450px;
}

.map iframe{
    position: absolute;
    top: 0;
    left: -80px;

    border: 0;
    
    width: 60vw;
    height: 100%;
}

input[type="submit"],
input[type="date"],
input[type="email"],
input[type="file"],
input[type="name"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"], select{
    font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,Avenir,"Avenir Next","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif !important;
}

/* =================================================================
						Responsive slider
================================================================= */
@media only screen and (max-width: 1040px){
    .imagen-llamada {
        left: -65px;
    }

    @media only screen and (max-width: 1000px){
        .imagen-llamada {
            left: -59px;
        }

        @media only screen and (max-width: 900px){
            .imagen-llamada {
                position: relative;
                width: 170px !important;
                left: 0;
            }

            .col-2.wtp#wtp{
                margin-left: 0 !important;
            }

            .col-2{
                width: 16.66666% !important;
            }
        }
    }
}

@media only screen and (max-width: 600px){
    a.col-2{
        width: 20% !important;
    }

    .map::after{
        left: -30px !important;
    }
}

@media only screen and (max-width: 550px){
    .col-4.imagen-llamada{
        width: 50% !important;

        top: 0;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 400px){
    .col-4.imagen-llamada{
        width: 100% !important;
    }

    a.col-2 {
        width: 33% !important;
    }
}

@media only screen and (max-width: 900px){
    .map iframe{
        left: -50px;
    }

    @media only screen and (max-width: 770px){
        .map iframe{
            left: -60px;
            width: 100vw;
        }

        @media only screen and (max-width: 560px){
            .map iframe {
                left: -55px;
                width: 100vw;
            }

            @media only screen and (max-width: 500px){
                .map iframe {
                    left: -50px;
                    width: 100vw;
                }

                @media only screen and (max-width: 400px){
                    .map iframe {
                        left: -30px;
                        width: 100vw;
                    }
                }
            }
        }
    }
}