﻿/*Nosotros*/
.div-imagenNosotros {
    background: #26A69A;
    border-radius: 50%;
    margin: 40px;
}

.imagenNosotros {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    transition: all ease-in 300ms;
    cursor: move;
}

    .imagenNosotros:hover {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 0px 0px 15px 15px rgba(20,50,150,0.7);
        -webkit-box-shadow: 0px 0px 15px 15px rgba(20,50,150,0.7);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

/*    .imagenNosotros:hover {
        transform: scale(1.1);
    }
*/
.classVideo {
    border-radius: 50%;
    background: transparent;
}

    .classVideo:hover {
        background: #26A69A;
        transform: scale(1.1);
    }

@media (max-width: 960px) {
    .div-imagenNosotros {
        margin: 10px;
    }
}
