/*------------Contacto--------formulario----------------*/
.dos-columnas {
    margin: 0;
    margin-top: 50px;
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    :focus {
        outline: none;
    }

    .formulario {
        width: 50%;
        color: #444;
        padding: 10px 10px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .formulario h4 {
        margin-left: 20px;
        font-size: 35px;
        color: #444;
        text-transform: inherit;
        font-weight: bold;
    }

    .data-r{
        display: grid;
        justify-content: center;
        align-items: center;
        width: 40%;
        height: 100%;
    }

    .datos {
        color: #444;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        gap: 60px;
    }


    .caja-1 {
        width: 85%;
        height: 40px;
        margin: 20px 35px;
        padding: 10px;
        font-size: 14px;
        border-radius: 4px;
        border: none;
        border-bottom: 2px solid #999;
        font-family: sans-serif;
        color: #5a5a5a;
    }

    .caja-2 {
        width: 85%;
        height: 150px;
        margin: 20px 35px;
        padding: 10px;
        font-size: 14px;
        min-height: 150px;
        max-height: 200px;
        border-color: #888;
        border-radius: 4px;
        border: none;
        border-bottom: 2px solid #999;
        font-family: sans-serif;
        color: #5a5a5a;
    }

    .correr {
        margin: 20px 20px;
        padding: 10px;
        background: #278cd9;
        background-color: visible;
    }

    button.correr, [type='button'], [type='reset'], [type='submit'] {
        -webkit-appearance: button;
        background-color: #278cd9;
        background-image: none;
    }

    .enviar {
        background: #278cd9;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 0px;
        letter-spacing: 1px;
        width: 140px;
        box-sizing: border-box;
        border-radius: 5px;
        float: left;
        margin-left: 40px;
    }

    .limpiar {
        margin: 20px 20px;
        padding: 10px;
    }
    .enviar {
        margin-left: 50px;
    }

    .borrar {
        background: #278cd9;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 0px;
        letter-spacing: 1px;
        width: 140px;
        box-sizing: border-box;
        border-radius: 5px;
        float: right;
        margin-right: 9%;
    }

    .borrar:hover {
        background: #4091ec;
    }

    .enviar:hover {
        background: #4091ec;
    }

@media (max-width: 480px) {
    form {
        width: 100%;
    }
}

    .datos-contacto {
        list-style: none;
        text-align: center;
    }

    .datos-contacto li {
        color: #444;
        padding-bottom: 5px;
        cursor: pointer;
        font-family: quick;
    }

    .datos-contacto li i {
        cursor: pointer;
        font-size: 44px;
        color: #0872be;
    }

    .datos-contacto i {
        width: 80px;
        height: 80px;
        text-decoration: none;
        box-shadow: rgb(17 17 26 / 15%) 0px 5px 20px;
        margin: 0 30px;
        border-radius: 50%;
        overflow: hidden;
        transition: transform 0.5s;
        position: relative;
    }

    .datos-contacto li i {
        line-height: 80px;
        position: relative;
        z-index: 10;
        transition: color 0.5s;
    }

    .datos-contacto i::after:hover {
        content: '';
        width: 100%;
        height: 100%;
        top: -90px;
        left: 0;
        position: absolute;
    }

    .datos-contacto i:hover::after {
        top: 0;
    }

    .datos-contacto li i:hover {
        background: linear-gradient(-45deg, #55AAAA, #4674B9);
        transition: 0.5s;
        color: #fff;
    }

    .datos-contacto i:hover {
        transform: translateY(-10px);
    }

    .datos-contacto h4 {
        color: #444;
        font-size: 15px;
        font-family: quick;
    }

    iframe {
        width: 80%;
        margin: 0 11%;
    }

    .horario-xoscov {
        float: left;
        margin-top: 20px;
        padding: 40px 30px 30px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
        border-radius: 5px;
        text-align: center;
        position: relative;
    }

    .horario-xoscov img {
        width: 60px;
        height: 60px;
        line-height: 1 !important;
        border: none !important;
        background-color: transparent !important;
        border-radius: 0;
        display: block;
        font-weight: 400;
        position: absolute;
        margin-left: 40px;
        -webkit-font-smoothing: antialiased;
    }

    .horario-xoscov p {
        color: #444;
    }

    .horario-xoscov h3 {
        font-weight: bold;
        color: #444;
        margin-top: -5px;
        margin-bottom: 40px;
        text-align: center;
        margin-left: 50px;
    }
    
    .flotar {
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        left:40px;
        background-color:#25D366;
        color:#fff;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow:2px 2px 3px #999;
        z-index:100;
        animation-duration:6s;
        animation-iteration-count:infinite;
    }
    
    .flotar:hover {
        cursor:pointer;
        text-decoration:none;
        color:#FFF;
        background:#128C7E;
        animation:none;
    }
    
    .flotar .fa-whatsapp {
        margin-top:16px
    }


/*----------------------RESPONSIVE-------------------*/
@media only screen and (min-width: 901px) and (max-width: 1150px) {
.dos-columnas {
    width: 100%;
}

    .formulario {
        width: 75%;
        margin: 0;
        margin-left: 2%;
        margin-right: 4%;
    }

    .datos {
        width: 100%;
    }

    .correr {
        width: 100%;
    }

    .caja-1 {
        margin-left: 8%;
        width: 80%;
    }

    .caja-2 {
        margin-left: 8%;
        width: 80%;
    }

    .enviar {
        width: 30%;
        float: left;
        margin: 0 0 10px 12%;
    }

    .limpiar {
        width: 100%;
    }

    .borrar {
        width: 30%;
        float: right;
        margin: 0 12% 10px 10px;
    }

    .datos-contacto li i {
        font-size: 35px;
    }

    .datos-contacto {
        margin-top: 5%;
    }

    .datos-contacto li {
        font-size: 14px;
    }

    .datos-contacto li h4 {
        font-size: 14px;
    }

    #redes li {
        margin-bottom: 10px;
    }

    #redes li i {
        margin-top: 40px;
    }

    #redes .icon-linkedin {
        margin-top: -10px;
    }

    #redes .fa-instagram {
        margin-top: -10px;
    }


    .horario-xoscov {
        float: none;
        margin-left: 10%;
        margin-right: 10%;
        padding: 30px 20px 20px;
    }

    .horario-xoscov img {
        margin-left: 10%;
    }

    .horario-xoscov p {
        font-size: 15px;
    }

    .horario-xoscov h3 {
        margin-top: -5px;
    }

    iframe {
        margin: 0 10%;
    }

}

@media only screen and (min-width: 601px) and (max-width: 900px) {
.dos-columnas {
    width: 100%;
    flex-direction: column;
}

    .formulario {
        width: 85%;
        margin: 0;
    }

    .datos {
        width: 100%;
        gap: 150px;
        margin-top: 20px;
    }

    .correr {
    width: 100%;
    }

    .caja-1 {
    width: 86%;
    }

    .caja-2 {
    width: 86%;
    }

    .enviar {
    width: 30%;
    float: left;
    margin: 0 0 10px 12%;
    }

    .limpiar {
    width: 100%;
    }

    .borrar {
    width: 30%;
    float: right;
    margin: 0 12% 10px 10px;
    }

    .datos-contacto li i {
    font-size: 35px;
    }

    .datos-contacto li {
    margin-top: 8%;
    font-size: 14px;
    }

    .datos-contacto li h4 {
    margin-top: -6%;
    font-size: 14px;
    }

    .horario-xoscov {
        margin-top: 50px;
        padding: 40px 10px;
    }

    .horario-xoscov img {
        width: 50px;
        height: 50px;
        margin-left: 25%;
    }

    .horario-xoscov p {
    font-size: 15px;
    }

    .horario-xoscov h3 {
    font-weight: bold;
    color: #222;
    margin-top: -10px;
    margin-bottom: 40px;
    }

    #redes li {
    margin-bottom: 10px;
    }

    #redes li i {
    margin-top: 30px;
    font-size: 35px;
    }

    #redes .icon-linkedin {
    margin-top: -30px;
    }

    #redes .fa-instagram {
    margin-top: -30px;
    }

    iframe {
    width: 80%;
    }

}


@media only screen and (max-width: 600px) {
.dos-columnas {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
}

    .formulario {
        width: 100%;
    }

    .datos {
        width: 100%;
        margin: 0;
    }
    
    .correr {
        width: 100%;
    }
    
    .caja-1 {
        width: 85%;
        margin-left: 6%;
        margin-right: none;
    }
    
    .caja-2 {
        width: 85%;
        margin-left: 6%;
        margin-right: none;
    }
    
    .enviar {
        width: 30%;
        float: left;
        margin: 0 0 10px 12%;
    }
    
    .limpiar {
        width: 100%;
    }

    .borrar {
        width: 30%;
        float: right;
        margin: 0 12% 10px 10px;
    }


    .datos-contacto li i {
        margin-top: 30px;
        font-size: 35px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
    }


    .datos-contacto li {
        margin-top: 10%;
        font-size: 10px;
    }
    
    .datos-contacto li {
        margin-top: -5%;
        font-size: 12px;
    }
    
    .datos-contacto h4 span {
        font-size: 12px;
    }
    
    .horario-xoscov {
        padding: 30px 30px 30px;
        margin: 60px 20px;
    }

    .horario-xoscov img {
        width: 40px;
        height: 40px;
        margin-left: 10%;
    }
    
    .horario-xoscov p {
        font-size: 15px;
    }

    .horario-xoscov h3 {
        margin-top: -15px;
    }

    #redes li {
        margin-bottom: 10px;
    }

    #redes li i {
        margin-top: 25px;
    }

    /* --------- Mapa de contacto ---------- */
    iframe {
        width: 80%;
    }
}

