.mb30{
    margin-bottom: 30px;
}

.img-stopped{
    width: 100%;
    height: fit-content;
}

/*---------General-------------------------*/
.footer {
    display: -webkit-inline-box;
    min-height: 260px;
    height: auto;
    background-color: #FFFFFF;
    /* position: absolute; */
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    padding-bottom: 1rem;
    clear: both;
    margin-top: 40px;
    
}
.footer .fondo {
    max-width: 100%;
    position: relative;
    bottom: 5px;
}

.f11{
    font-size: 11px;
}

.footer .cuadro2, .cuadro3, .cuadro4 i{
    font-size: 13px;
    line-height: 25px;
}
/*---------Cuadro 1-------------------------*/
.footer .cuadro1 img {
    max-width: 250px;
    padding-top: 30px;
    padding-left: 10%
}

.footer .cuadro1 h3 {
    max-width: 250px;

    color:#000;
    padding-left: 2%;
    font-size: 16px;
    font-weight: 600;
}
.footer .cuadro2 h3 {
    font-size: 16px;
}
.footer .cuadro3 h3 {
    font-size: 16px;
}
.footer .cuadro4 h3 {
    font-size: 16px;
}
.footer .cuadro1 .lista-app, .lista-redes {
    padding-left: 10%
}

.footer ul {
    list-style: none;
}

.footer .lista-app li .fa-apple{
    color: #000;
    font-size: 29px
}

.footer .lista-app li .fa-android {
    color: #2c9664;
    font-size: 29px
}

.footer .lista-redes li i {
    color: #000;
    font-size: 25px
}

.footer .lista-redes li .fa-facebook-square {
    color: #4469B0;
    font-size: 25px;
}

.footer .lista-redes li .fa-twitter {
    color: #59ADEB;
    font-size: 25px
}

.footer .lista-redes li .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 25px
}

.footer .lista-redes li .fa-linkedin {
    color: #1178B3;
    font-size: 25px
}

.footer .lista-redes li .fa-youtube {
    color: #FC0D1B;
    font-size: 25px
}

/*---------Cuadro 2-------------------------*/
.footer .cuadro2 {
    color: #000;

}
.footer .cuadro2 h3, ul{
    padding-left: 10%
}

/*---------Cuadro 3-------------------------*/
.footer .cuadro3 {
    color: #000;

}
.footer .cuadro3 h3, ul{
    padding-left: 10%
}
/*---------Cuadro 4-------------------------*/
.footer .cuadro4 {
    color: #000;

}
.footer .cuadro4 h3, ul{
    padding-left: 10%
}
.footer .cuadro4 ul img{
    max-height: 18px;
    margin-bottom: 10px;
}

.footer .cuadro4 ul a{
    color: #000;
}
.footer .cuadro4 ul a:hover{
    color: #000;
    text-decoration: none;
}

@import url(../css/animate.css);

body {
    font-family: 'Poppins', sans-serif;
}

.ribbon {
    margin-left: 10%;
    width: 0px;
    height: 150px;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;
    border-bottom: 35px solid transparent;
    opacity: .8;
    position: absolute;
    top: 0;
}

.ribbon img {
    height: 140px;
    width: 110px;
    left: -55px;
    top: 0;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    -webkit-animation: anim2 13s linear infinite;
}
@-webkit-keyframes anim2 {

   from { transform: rotateY(0deg);
	  -o-transform: rotateY(0deg);
	 -webkit-transform: rotateY(0deg);*/ 
	 }
	 
	 to { transform: rotateY(360deg);
	 -o-transform: rotateY(360deg);
	 -webkit-transform: rotateY(360deg); */ 
	 }
}
.container-portada {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(https://www.rural-ftp.com/images/images/IKSGmHUUF03J6XXV.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-image: url(https://www.rural-ftp.com//images/images/5Hh1hGsjx1DszLkp.jpeg);
    background-repeat: no-repeat;
    background-size: 200%;
    animation: movimiento 140s infinite linear alternate;*/
}

@keyframes movimiento {
    from {
        background-position: bottom left;
    }

    20% {
        background-position: top right;
    }

    50% {
        background-position: bottom right;
    }

    to {
        background-position: top left;
    }
}

.navbar {
    border: none;
}

.navbar-collapse {
    border-top: none;
}

.navbar-collapse li {
    margin: 30px;
    padding: 5px;
    border: none;
    border-radius: 34px !important;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.navbar-collapse li:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    color: #2C9664;
    box-shadow: inset 0 0 0 3px #2C9664;
}

.navbar-right {
    margin-top: 30px
}

.capa-gradient {
    width: 99%;
    height: 100%;
    position: absolute;
    /*    background: -webkit-linear-gradient(left, black, #0672d0);*/
    opacity: 0.5;
}

.container-details {
    width: 99%;
    position: relative;
    margin: auto;
    margin-top: 120px
}


.details {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: -86px;
    color: white;
}

.details h1 {
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

.details h1 strong {
    font-size: 40px;
    font-weight: 500;
    vertical-align: 10%;
    margin-right: 5px
}

@media (max-width: 766px) {
    .ribbon {
        margin-left: 10%;
        width: 0px;
        height: 130px;
        border-left: 60px solid #fff;
        border-right: 60px solid #fff;
        border-bottom: 35px solid transparent;
        opacity: .8;
        position: absolute;
    }

    .ribbon img {
        height: 130px;
        width: 100px;
        left: -50px;
        top: 0;
        position: relative;
        margin-top: 0;
        padding-top: 0;
        -webkit-animation: anim2 6s linear infinite;
    }

.container-portada {
    width: 100%;
    height: 300px;
    position: relative;
    /*background-repeat: no-repeat;
    background-size: 200%;*/
}
    .details {
        top: -2px;
        width: 100%;
        max-width: 100%;
        position: relative;
        color: white;
    }

    .details h1 {
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }

    .details h1 strong {
        font-size: 30px;
        font-weight: 700;
        vertical-align: 10%;
        margin-right: 5px
    }
}

.details i {
    font-size: 35px;
    color: red;
    font-weight: 300;
    vertical-align: 15%;
    will-change: transform;
    transform-style: preserve-3d;
    animation: pulse 1.5s infinite;
}
