@font-face {
    font-family: oswald-bold;
    src: url('../fonts//oswald-bold.ttf');
}
@font-face {
    font-family: oswald-regular;
    src: url('../fonts/oswald-regular.ttf');
}
/* Global */
    section{
        overflow: hidden;
    }
/* Global */
/* header */
.main-menu-btn {
    position: relative;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 60px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 10px;
    color: #313449;
    border: 2px solid #253C57;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 17px;
    height: 2px;
    width: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background: #253C57;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu-btn-logo-separator {
    margin-right: 0.222em;
    padding-right: 0.5em;
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked)~#main-menu {
    display: none;
}
#main-menu-state:checked~#main-menu {
    display: block;
}
.sm {
    position: relative;
    z-index: 10;
}
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0px 5px;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm ul {
    display: none;
}
.sm li,
.sm a {
    position: relative;
}
.sm a {
    display: block;
}
.sm a.disabled {
    cursor: not-allowed;
}
.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-items a,
.menu-items a:hover,
.menu-items a:focus{
    padding: 10px 10px;
    background: transparent;
    font-family: oswald-bold;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #313449;
}
.menu-items a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.menu-items a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}
.menu-items ul {
    background: transparent;
}
header .container-logo img{
    width: 16vw;
    margin: 0;
    
}
header .container-logo{
    padding: 0vw 0vw;
    display: block;
    position: absolute;
    left: -5vw;
    z-index: 2;
    height: 100%;
    margin-left: 0;
}
header .container-menu{
    margin-top: 4vw;
    background: transparent;
    padding-right: 4vw;
}
header .line{
    height: 15px;
    position: absolute;
    top: 15px;
    right: -0.7vw;
    border-right: solid 1px transparent;
}
header .active a{
    color: #47D3EA !important;
    font-weight: 600;
}
.menu-items a,
.menu-items a:focus{
    color:black !important;
}
.menu-items a:hover{
    color: #47D3EA !important;
}
/* Fixed Top */
.fixed-top {
    border: none;
    justify-content: center !important;
    -webkit-animation-name: fixed-top;
    animation-name: fixed-top;
    padding-right: 0vw;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1005 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    background: white;
    color: white;
}
.fixed-top .container-text-menu {
    flex: 0 0 100%;
    max-width: 100%;
}
.fixed-top .container-menu {
    margin-top: 4vw;
}
.fixed-top .container-logo img {
    width: 17vw;
}
header .fixed-top .line {
    border-right: solid 1px #a1a7ab;
}
@media(min-width:992px){
    .fixed-top .container-logo {
        flex: 0 0 30%;
    }
}
@-webkit-keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Responsive*/
@media (min-width: 768px) {
    /* HEADER */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }

    .menu-items ul {
        position: absolute;
        width: 12em;
    }

    .menu-items li {
        float: left;
    }

    .menu-items.sm-rtl li {
        float: right;
    }

    .menu-items ul li,
    .menu-items.sm-rtl ul li,
    .menu-items.sm-vertical li {
        float: none;
    }

    .menu-items a {
        white-space: nowrap;
    }

    .menu-items ul a,
    .menu-items.sm-vertical a {
        white-space: normal;
    }

    .menu-items .sm-nowrap>li>a,
    .menu-items .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        font-size: 14px;
        background: #233a74;
        color: white !important;
    }

    .menu-items .sm-nowrap>li>a:hover {
        background: white;
        color: #233a74 !important;
    }

    .menu-items {
        background: transparent;
    }

    .menu-items a span.sub-arrow {
        /* icon menu movil */
        top: auto;
        margin-top: 0;
        bottom: 13px;
        right: -4px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: white transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        display: none;
    }

    .menu-items a.highlighted span.sub-arrow:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .menu-items a,
    .menu-items a:hover,
    .menu-items a:focus,
    .menu-items a:active {
        font-size: 1.55vw;
    }
}

@media (max-width: 767px) {
    header .container-logo{
        padding: 0;
        position: relative;
        left: 0vw;
        margin: 15px 0px;
    }
    .menu-items i{
        display: none;
    }
    header .container-logo img{
        width: 30%;
        margin: auto !important;
        padding: 0;
        display: block;
    }
    .sm li {
        margin: 0px!important;
    }
    header nav {
        justify-content: flex-start !important;
    }
    header .container-menu{
        display: inherit !important;
        background-color: azure;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    header .line{
        display: none;
    }
    header .pl-4, .px-4{
        padding: 0px !important;
    }
    .fixed-top .container-menu {
        margin-top: 0vw;
    }
    .fixed-top .container-logo {
        display: none !important;
    }
    .menu-items a,
    .menu-items a:hover,
    .menu-items a:focus,
    .menu-items a:active {
        font-size: 15px;
    }
    .fixed-top .container-text-menu {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* header */
/* Icono-whatsapp */
.scrollToTop {
    display: none;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: 29px;
    text-align: center;
    z-index: 1005 !important;
    border-radius: 30px;
    background-color: #87F8D8;
    color: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65);
}
/* Icono-whatsapp */
.icono-whatsapp{
    position: fixed;
    bottom: 150px;
    right: 2vw;
    z-index: 10;
    text-align: center;
}
.icono-whatsapp a i{
    background-color: #25D366;
    border-radius: 50%;
    font-size: 50px;
    padding: 8px 10px;
    color: white;
}
.icono-whatsapp i:hover{
    opacity: 0.5;
}

@media(max-width:500px){
    .icono-whatsapp{
        width: 64px;
        right: 5px;
    }
}
/* Icono-whatsapp */
/* Banner */
.banner{
    background-image: url(../images/banner/bg-banner.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner .col-md-6{
    z-index: 3;
}
.elemento-banner{
    position: absolute;
    width: 88%;
    right: 0;
}
.banner-contenedor-texto{
    padding: 15% 12%;
    overflow: hidden;
}
.banner-contenedor-texto h2{
    font-size: 5vw;
    font-family: oswald-bold;
    padding-bottom: 4%;
    color: #313449;
}
.banner-contenedor-texto h3{
    font-family: oswald-regular;
    color: #313449;
    font-size: 2.5vw;
    padding-left: 15%;
    padding-top: 4%;
}
.banner-contenedor-texto p{
    font-family: oswald-regular;
    color: #313449;
    font-size: 1.5vw;
    padding-left: 4%;
    text-align: justify;
}
.contenedor-nuevo-producto{
    position: relative;
}
.banner-contenedor-texto img{
    width: 20%;
    position: absolute;
}
.banner-contenedor-texto .btn{
    font-size: 2.5vw;
    border-radius: 40px;
    font-weight: 800;
    padding: 2.5% 5%;
    background-color: #6363bd;
    color: white;
    font-family: oswald-bold;
    margin-left: 15%;
}
.banner-contenedor-texto .btn:hover{
    color: white;
    background-color: #47D3EA;
}
.img-gel-banner img{
    padding-top: 12%;
    width: 85%;
}
@media(max-width:767px){
    .img-gel-banner{
        text-align: center;
    }
    .banner-contenedor-texto h2{
        font-size: 10vw;
    }
    .banner-contenedor-texto h3{
        font-size: 6vw;
    }
    .banner-contenedor-texto p{
        font-size: 3vw;
    }
    .banner-contenedor-texto .btn{
        font-size: 4.5vw;
    }
}
/* Banner */
/* Nosotros */
.nosotros{
    background-image: url(../images/nosotros/bg-nosotros.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}
.nosotros .col-md-6{
    padding: 20% 5%;
    padding-top: 4%;
}
.nosotros h1{
    font-family: oswald-bold;
    font-size: 4vw;
    text-align: center;
    padding-bottom: 2%;
    color: #313449;
}
.nosotros p{
    font-family: oswald-regular;
    font-size: 1.5vw;
    text-align: center;
}
.elemento-nosotros{
    width: 25%;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media(max-width:767px){
    .nosotros .col-md-6{
        background-color: #e9dfdf66;
    }
    .nosotros h1{
        font-size: 5vw;
    }
    .nosotros p{
        font-size: 2.5vw;
    }
}
/* Nosotros */
/* Productos */
.productos{
    background-image: url(../images/productos/bg-productos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5% 4%;
    position: relative;
}
.productos h2{
    font-family: oswald-bold;
    font-size: 4vw;
    color: #313449;
}
.productos h3{
    font-family: oswald-regular;
    font-size: 2vw;
    color: #313449;
}
.productos p{
    font-family: oswald-regular;
    color: #313449;
}
.contenedor-producto{
    display: inline-flex;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 2;
}
.elemento-productos{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26vw;
    z-index: 0;
}
.contenedor-producto div{
    align-self: flex-end;
}
.producto-60ml{
    width: 11vw;
}
.producto-500ml{
    width: 11vw;   
}
.producto-1l{
    width: 15vw;
}
.producto-3l{
    width: 25vw;
}
@media(max-width:767px){
    .productos h2{
        font-size: 5vw;
    }
    .productos h3{
        font-size: 3vw;
    }
}
@media(max-width:400px){
    .contenedor-producto div{
        padding-top: 10%;
    }
    .producto-60ml{
        width: 20vw;
    }
    .producto-500ml{
        width: 25vw;   
    }
    .producto-1l{
        width: 40vw;
    }
    .producto-3l{
        width: 50vw;
    }
    .productos{
        background-size: cover;
    }
    .contenedor-producto{
        display: block;
    }
}
/* Productos */
/* Distribuidores */
.distribuidores{
    background-image: url(../images/distribuidores/bg-distribuidores.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 10%;
    position: relative;
}
.distribuidores h2{
    font-size: 4vw;
    font-family: oswald-bold;
    color: #313449;
    padding-bottom: 3%;
}
.distribuidores p{
    font-size:2vw;
    font-family: oswald-regular;
}
.distribuidores .btn{
    font-family: oswald-regular;
    background-color: #6363bd;
    border-radius: 40px; 
    color: white;
    padding: 0.5vw 4vw;
    font-size: 1.8vw;
    line-height: 1.2em;
}
.distribuidores .btn:hover{
    background-color: #47D3EA;
}
.contenedor-distribuidores{
    padding-top: 0%;
}
.contenedor-distribuidores img{
    width: 100%;
}
.btn-distribuidores{
    padding-top: 0%;
}
.elemento-distribuidores{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media(max-width:767px){
    .distribuidores h2{
        font-size: 5vw;
    }
    .distribuidores p{
        font-size: 3vw;
    }
    .distribuidores .btn{
        font-size: 3vw;
    }
}
/* Distribuidores */
/* puntode-venta-1 */
#Puntode-venta-1{
    background-image: url(../images/compraAqui/bg-puntode-venta1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4% 4%;
    padding-bottom: 10%;
    text-align: center;
}
.puntode-venta-1 h2{
    font-size: 4vw;
    font-family: oswald-bold;
    padding-top: 3%;

}
.puntode-venta-1 p{
    font-family: oswald-regular;
    font-size:2vw;
    padding-top: 2vw ;
    padding-bottom: 0vw !important;
}
.puntode-venta-1 img{
    width:75%;
}
.puntode-venta-1 .btn{
    font-family: oswald-regular;
    background-color: #6363bd;
    border-radius: 40px;
    color: white;
    padding: 1vw 2vw;
    font-size: 2.5vw;
    line-height: 1.2em;
    margin-top: 4%;
}
.puntode-venta-1 .btn:hover{
    background-color: #47D3EA;
}
.box-nubedica{
    padding-top: 2%;
}
/* puntode-venta-1 */
/* puntode-venta-2 */
#Puntode-venta-2{
    background-image: url(../images/compraAqui/bg-puntode-venta2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4% 4%;
    padding-bottom: 10%;
    text-align: center;
}
.puntode-venta-2 h2{
    font-size: 4vw;
    font-family: oswald-bold;
    padding-top: 3%;

}
.puntode-venta-2 p{
    font-family: oswald-regular;
    font-size:2vw;
    padding-top: 2vw ;
    padding-bottom: 2vw;
}
.puntode-venta-2 img{
    width:75%;
}
.puntode-venta-2 .btn{
    font-family: oswald-regular;
    background-color: #6363bd;
    border-radius: 40px;
    color: white;
    padding: 1vw 4vw;
    font-size: 2.5vw;
    line-height: 1.2em;
    margin-top: 4%;
}
.puntode-venta-2 .btn:hover{
    background-color: #47D3EA;
}
/* puntode-venta-2 */
/* puntode-venta-3 */
#Puntode-venta-3{
    background-image: url(../images/compraAqui/bg-comprar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4% 4%;
    padding-bottom: 15%;
    text-align: center;
}
.puntode-venta-3 h2{
    font-size: 4vw;
    font-family: oswald-bold;
    padding-top: 3%;

}
.puntode-venta-3 p{
    font-size:2vw;
    padding-top: 2vw ;
    padding-bottom: 2vw;
    font-family: oswald-regular;
}
.puntode-venta-3 img{
    width:73%;
}
.puntode-venta-3 .btn{
    font-family: oswald-regular;
    background-color: #6363bd;
    border-radius: 40px;
    color: white;
    padding: 1vw 2vw;
    font-size: 2.5vw;
    line-height: 1.2em;
    margin-top: 4%;
}
.puntode-venta-3 .btn:hover{
    background-color: #47D3EA;
}
.box-curaFarma{
    padding-top: 5%;
}
.box-amazon{
    padding-top: 10%;
}
.box-mercadoLibre{
    padding-top: 5%;
}
@media(max-width:767px){
    .puntode-venta-1 h2, .puntode-venta-2 h2, .puntode-venta-3 h2{
        font-size: 5vw;
    }
    .puntode-venta-1 p, .puntode-venta-2 p, .puntode-venta-3 p{
        font-size: 3vw;
    }
}
@media(max-width:600px){
    .puntode-venta-1 img,.puntode-venta-2 img,.puntode-venta-3 img{
        width:80%;
    }
    .puntode-venta-1 h2, .puntode-venta-2 h2, .puntode-venta-3 h2{
        font-size: 20px;
    }
    .puntode-venta-1 p, .puntode-venta-2 p, .puntode-venta-3 p{
        font-size: 14px;
    }
    .puntode-venta-1 .btn, .puntode-venta-2 .btn, .puntode-venta-3 .btn{
        font-size: 18px;
    }
}
/* puntode-venta-3 */
/* Video */
#Video{
    background-color: #313449;
}
.video{
    width: 80%;
    height: 40vw;
}
/* Video */
/* Footer */
footer{
    background-color: #313449;
    overflow: hidden;
    padding-bottom: 4%;
    padding-top: 5%;
    border-top: 4px solid #47D3EA;
}
footer h3{
    font-family: oswald-bold;
    font-size: 2.5vw;
    color: #ffff;
    padding-bottom: 1%;
    padding-top: 2%;
}
/* footer label{
    font-size: 20px;
    font-family: oswald-regular;
    color: #ffff;
    margin-left: 1%;
    margin-top: 2%;
}
footer input, footer select, footer textarea{
    border-radius: 20px !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    color: #ffff !important;
}
.footer-form{
    padding: 5% 5% 5% 5% !important;
}
footer select{
    color: #ffff !important;
}
footer option{
    color: #253C57;
}
.footer-form .btn{
    background-color: #6363bd;
    color: white !important;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: block;
    padding: 1.5% 12%;
    margin-top: 4%;
    font-family: oswald-regular;
}
.footer-form .btn:hover{
    color: #ffff !important;
    background-color: #47D3EA;
}
.footer-form p{
    text-align: center;
    color: white;
    font-family: oswald-regular;
    font-size: 1.7vw;
} */
/* .info-contacto{
    padding-left: 10%;
    padding-top: 14%;
} */
.info-contacto{
    text-align: center;
}
.logo-footer img{
    width: 60%;
    padding-bottom: 5%;
}
.info-contacto h4{
    font-family: oswald-regular;
    font-size: 3vw;
    color:#ffff;
    padding-top: 2%;
    padding-bottom: 2%;
}
.info-contacto a{
    font-family: oswald-regular;
    font-size: 2.3vw;
    color:#ffff ;
    text-decoration: none;
    letter-spacing: 0.2rem;
}
.info-contacto a:hover{
    color: #47D3EA;
}
.info-contacto .btn{
    font-size: 2vw;
    background-color: #6363bd;
    margin-bottom: 2%;
}
.info-contacto .btn:hover{
    background-color: #47D3EA;
    color: #ffff;
}
.icons-social{
    list-style: none;
    padding: 0;
}
.icons-social li{
    width: 5vw;
    display: inline-flex;
    padding-top: 5%;
}
.icons-social li a{
    font-size: 2.5vw;
    color: #ffff;
}
.icons-social li a:hover{
    opacity: 0.5;
}
@media(max-width:767px){
    footer h3{
        font-size: 30px;
    }
    .info-contacto{
        padding-left: 0%;
        text-align: center;
    }
    .icons-social li{
        width: 8vw;
        justify-content: center;
    }
    .icons-social li a{
        font-size: 30px;
    }
    footer .logo-footer img{
        width: 250px;
        display: block;
        margin: auto;
    }
    .info-contacto h4{
        font-size: 30px;
    }
    .info-contacto a{
        font-size: 30px;
    }
    .info-contacto .btn{
        font-size: 20px;
    }
    /* .footer-form label, .footer-form p{
        font-size: 16px;
    } */
    .footer-icon-social {
        padding: 5% 10% 5% 10% !important;
        text-align: center;
    }
}
/* Footer */
/* Correo pruebas---------*/
div#negro{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0%;
    right: 0;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
}

div#dialogo{
    position: fixed;
    top: 34%;
    width: 100%;
    height: auto;
    /* background-color: white; */
    border-radius: 3px;
    /* border: 1px solid #c3c3c3; */
    padding: 4%;
    z-index: 4;
}
.modal-center{
    background-color: white;
    border: 1px solid #c3c3c3;
    padding: 2%;
    width: 400px;
    margin: auto;
}
div#dialogo .img-modal img{
    margin: auto;
    display: block;
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}
div#dialogo .text-modal{
    text-align: center !important;
}
div#dialogo .modal-header{
    border-bottom: none;
}
div#dialogo .modal-footer{
    border-top: none;
}
div#dialogo .text-modal h5{
	color: #003666;
    font-size: 17px;
    font-family: 'avenir-black,sans-serif';
}
div#dialogo .text-modal h6{
	color: #596D80;
    font-size: 15px;
    font-family:'avenir-medium,sans-serif';
}
div#dialogo .text-modal span{
    color: #596D80;
    font-size: 13px;
}
div#dialogo .text-modal a{
    color: #1477CC;
    font-size: 13px;
}
@media (max-width:420px){
    div#dialogo .img-modal img{
        width: 64px;
        padding-right: 45px;
    }
    .modal-center{
        width: 290px;
        padding: 3%;
    }
    div#dialogo .text-modal h5{
        font-size: 15px;
    }
    div#dialogo .text-modal h6{
        font-size: 12px;
    }
    div#dialogo .text-modal span{
        font-size: 11px;
    }
    div#dialogo .text-modal a{
        font-size: 10px;
    }
}
/* estilo de mensaje enviado de correo */



  /*------------------------------------- Animated CSS--------------------------------------------------------- */
  /* Animated CSS Hover */
  /* Pulse */
  @-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
/* Pulse */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
/* Grow */