*{
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
    text-decoration: none;
}

body{
    margin: 0px;
    padding: 0px;
}

.footer-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer{
    width: 100%;
    height: 15rem;
    background-color: #004987;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-item-1{
    width: 25%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-item-1 a,
.footer-item-2 a,
.footer-item-3 a{
    color:white;
    text-decoration: none;
}

.footer-item-2{
    width: 25%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-item-3{
    width: 25%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.footer-item-1 img{
    width: 190px;
    margin-bottom: 20px;
}

.footer-item-1 h6{
    font-size: 13px;
    font-family: 'Roboto';
    font-weight:bolder;
    margin-top: 2px;
    color: rgb(255, 255, 255);
}

.footer-item-2 h6{
    font-size: 13px;
    font-family: 'Roboto';
    font-weight:bolder;
    margin-top: 2px;
    color: rgb(255, 255, 255);
}

.footer-item-3 h6{
    font-size: 13px;
    font-family: 'Roboto';
    font-weight:bolder;
    margin-top: 2px;
    color: rgb(255, 255, 255);
}

.footer-item-1 h5{
    border-bottom: solid 3px white;
    width: 15px;
    padding: 0;
    margin-top: -10px;
}

.footer-item-2 h5{
    border-bottom: solid 3px white;
    width: 15px;
    padding: 0;
    margin-top: -20px;
}

.footer-item-3 h5{
    border-bottom: solid 3px white;
    width: 15px;
    padding: 0;
    margin-top: -20px;
}

.footer-item-1,.footer-item-2,.footer-item-3 span{
    font-size: 12px;
    font-family: 'Roboto';
    font-weight:normal;
    margin-top: 2px;
    color: white;
    margin-top: -5px;
}

.input-suscribirse{
    width: 80%;
    display: flex;
}

.input-suscribirse input{
    height: 35px;
    border: white;
    color:#004987;
    padding-left: 10px;
}

.input-suscribirse input::placeholder{
    font-weight: bolder;
    color:#004987;
    font-size: 14px;
}

.input-suscribirse input:focus{
    outline: none;
    border: none;
}

.input-suscribirse button{
    height: 35px;
    width: 50px;
   background-color: #0088ff;
   color: white;
   border: none;
   margin-left: 5px;
}

.input-suscribirse input:active{
    border: white;
}

.iconos-redes{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconos-facebock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 140px;
}

.iconos-redes i{
    color: white;
    margin-right: 20px;
}

.iconos-redes h6{
    margin-right: 35px;
    border-bottom: solid 3px rgb(255, 255, 255);
    width: 10px;
}

.iconos-redes i:hover{
    color: #0088ff;
}

.copyright{
    width: 100%;
    height: 4rem;
    background-color: #022e53;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-copyright{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-copyright span{
    text-align: center;
    font-size: 10px;
    color: white;
    font-weight: lighter;
    font-family: 'Roboto';
}

.footer-movil {
    display: none;
}

@media screen and (max-width:2000px) {
    
    .footer-container{
        width: 100%;
        height:30rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 25rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer .footer-item-1{
        width: 30%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    
    .footer-item-1 a,
    .footer-item-2 a,
    .footer-item-3 a{
        color:white;
        text-decoration: none;
    }

    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-1 img{
        width: 200px;
        margin-bottom: 20px;
    }

    .footer-item-1 h6{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }

    .footer-item-2 h6{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }

    .footer-item-3 h6{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }

    .footer-item-1 h5{
        border-bottom: solid 3px white;
        width: 20px;
        padding: 0;
        margin-top: -10px;
    }

    .footer-item-2 h5{
        border-bottom: solid 3px white;
        width: 20px;
        padding: 0;
        margin-top: -20px;
    }

    .footer-item-3 h5{
        border-bottom: solid 3px white;
        width: 20px;
        padding: 0;
        margin-top: -20px;
    }

    .footer-item-1,.footer-item-2,.footer-item-3 span{
        font-size: 17px;
        font-family: 'Roboto';
        font-weight:normal;
        margin-top: 2px;
        color: white;
        margin-top: -5px;
    }

    .input-suscribirse{
        width: 80%;
        display: flex;
    }

    .input-suscribirse input{
        height: 50px;
        border: white;
        color:#004987;
        padding-left: 10px;
    }

    .input-suscribirse input::placeholder{
        font-weight: bolder;
        color:#004987;
        font-size: 20px;
    }

    .input-suscribirse input:focus{
        outline: none;
        border: none;
    }

    .input-suscribirse button{
        height: 50px;
        width: 50px;
        background-color: #0088ff;
        color: white;
        border: none;
        margin-left: 5px;
    }

    .input-suscribirse input:active{
        border: white;
    }

    .iconos-redes{
        width: 70%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .iconos-facebock{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 140px;
    }

    .iconos-redes i{
        color: white;
        font-size: 25px;
        margin-right: 30px;
    }

    .iconos-redes h6{
        margin-right: 35px;
        border-bottom: solid 3px rgb(255, 255, 255);
        width: 10px;
    }

    .iconos-redes i:hover{
        color: #0088ff;
    }

    .copyright{
        width: 100%;
        height: 20%;
        background-color: #022e53;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-copyright{
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .content-copyright span{
        text-align: center;
        font-size: 17px;
        color: white;
        font-weight: lighter;
        font-family: 'Roboto';
    }


}

@media screen and (max-width:1800px) {
    *{
        font-family: 'Roboto';
        padding: 0;
        margin: 0;
        text-decoration: none;
    }
    
    .footer-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-1 a,
    .footer-item-2 a,
    .footer-item-3 a{
        color:white;
        text-decoration: none;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-3{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-1 img{
        width: 190px;
        margin-bottom: 20px;
    }
    
    .footer-item-1 h6{
        font-size: 13px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }
    
    .footer-item-2 h6{
        font-size: 13px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }
    
    .footer-item-3 h6{
        font-size: 13px;
        font-family: 'Roboto';
        font-weight:bolder;
        margin-top: 2px;
        color: rgb(255, 255, 255);
    }
    
    .footer-item-1 h5{
        border-bottom: solid 3px white;
        width: 15px;
        padding: 0;
        margin-top: -10px;
    }
    
    .footer-item-2 h5{
        border-bottom: solid 3px white;
        width: 15px;
        padding: 0;
        margin-top: -20px;
    }
    
    .footer-item-3 h5{
        border-bottom: solid 3px white;
        width: 15px;
        padding: 0;
        margin-top: -20px;
    }
    
    .footer-item-1,.footer-item-2,.footer-item-3 span{
        font-size: 12px;
        font-family: 'Roboto';
        font-weight:normal;
        margin-top: 2px;
        color: white;
        margin-top: -5px;
    }
    
    .input-suscribirse{
        width: 80%;
        display: flex;
    }
    
    .input-suscribirse input{
        height: 35px;
        border: white;
        color:#004987;
        padding-left: 10px;
    }
    
    .input-suscribirse input::placeholder{
        font-weight: bolder;
        color:#004987;
        font-size: 14px;
    }
    
    .input-suscribirse input:focus{
        outline: none;
        border: none;
    }
    
    .input-suscribirse button{
        height: 35px;
        width: 50px;
       background-color: #0088ff;
       color: white;
       border: none;
       margin-left: 5px;
    }
    
    .input-suscribirse input:active{
        border: white;
    }
    
    .iconos-redes{
        width: 70%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .iconos-facebock{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 140px;
    }
    
    .iconos-redes i{
        color: white;
        margin-right: 5px;
        font-size: 20px;
    }
    
    .iconos-redes h6{
        margin-right: 35px;
        border-bottom: solid 3px rgb(255, 255, 255);
        width: 10px;
    }
    
    .iconos-redes i:hover{
        color: #0088ff;
    }
    
    .copyright{
        width: 100%;
        height: 4rem;
        background-color: #022e53;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .content-copyright{
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .content-copyright span{
        text-align: center;
        font-size: 10px;
        color: white;
        font-weight: lighter;
        font-family: 'Roboto';
    }
    
    .footer-movil {
        display: none;
    }
}

@media screen and (max-width:1125px){
    
    body{
        width: 100vw;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-container{
        width: 100%;
        height: 18rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3 form{
        width: 100%;
    }

    .footer-item-3 .iconos-redes{
        width: 80%;
    }
}

@media screen and (max-width:965px){
    
    body{
        width: 100vw;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-container{
        width: 100%;
        height: 20rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer-item-1 h5,
    .footer-item-2 h5,
    .footer-item-3 h5{
        margin-top: 5px;
        text-align: center;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3 form{
        width: 100%;
    }

    .footer-item-3 .iconos-redes{
        width: 90%;
    }
}

@media screen and (max-width:965px){
    
    body{
        width: 100vw;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-container{
        width: 100%;
        height: 25rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer-item-1 h5,
    .footer-item-2 h5,
    .footer-item-3 h5{
        margin-top: 5px;
        text-align: center;
    }

    .footer-item-1 span,
    .footer-item-2 span,
    .footer-item-3 span{
        font-size: 12px;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3 form{
        width: 100%;
    }

    .footer-item-3 .iconos-redes{
        width: 100%;
    }
}

@media screen and (max-width:865px){
    
    body{
        width: 100vw;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-container{
        width: 100%;
        height: 25rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer-item-1 h5,
    .footer-item-2 h5,
    .footer-item-3 h5{
        margin-top: 5px;
        text-align: center;
    }

    .footer-item-1 span,
    .footer-item-2 span,
    .footer-item-3 span{
        font-size: 12px;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3 form{
        width: 100%;
    }

    .footer-item-3 .iconos-redes{
        width: 100%;
    }
}

@media screen and (max-width:795px){
    
    body{
        width: 100vw;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-container{
        width: 100%;
        height: 28rem;
        display: flex;
        flex-direction: column;
    }
    
    .footer{
        width: 100%;
        height: 15rem;
        background-color: #004987;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer-item-1 h5,
    .footer-item-2 h5,
    .footer-item-3 h5{
        margin-top: 5px;
        text-align: center;
    }

    .footer-item-1 span,
    .footer-item-2 span,
    .footer-item-3 span{
        font-size: 12px;
    }
    
    .footer-item-1{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .footer-item-2{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .footer-item-3 form{
        width: 100%;
    }

    .footer-item-3 .iconos-redes{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .iconos-redes .iconos-facebock{
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:695px){
    .footer-container{
        width: 100%;
        height:auto;
        display: flex;
        flex-direction: column;
    }
   
    .footer{
        display: none;
    }

    .footer-movil{
        display: block;
        width: 100%;
        height: auto;
        background-color: #004987;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .footer-movil .img-logo-movil{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-logo-movil img{
        width: 50%;
    }

    #accordionFlushExample{
       width: 90%;
       height: auto;
       margin-bottom: 30px;
    }

    #acordion-body{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    #acordion-body span{
        margin-top: 4px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: 'Roboto';
    }

    #acordion-body-Four{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #acordion-body-Four p{
        margin-top: 4px;
        color: white;
        font-size: 13px;
        font-family: 'Roboto';
    }

    #acordion-body p{
        margin-top: 4px;
        color: white;
        font-size: 13px;
        font-family: 'Roboto';
    }

    .iconos-redes{
        margin-top: 20px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .iconos-redes i{
       font-size: 25px;
       margin-left: 50px;
    }

    #accordionFlushExample .accordion-item{
        width: 100%;
        background-color: transparent;
    }

    .accordion-item .accordion-button{
        background-color: transparent;
        color: white;
    }

    .accordion-item .accordion-button::after{
        background-color: white;
        border-radius: 2em;
        border: #ffffff;
    }

    .copyright span{
        font-size: 9px;
        width: 100%;
        font-weight:300;
    }
}

