body {
    width: 100%;
}

header {
    background-image: url("../img/he2-1200x480.jpg");
    height: 150px;
}

    .navbar-toggler-icon{
        background-image: url("../icon/menu.svg"); 
    }

    .bg-color-green {
        background-color: #0d553f;
    } 

    .subtitle {
        display: flex;
        height: 39px;
        margin-top: 55px;
        color: white;
        background-color: #0d553f;
        opacity: 0.7;
    }

    .eslogan {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 25px;
    }

    @media screen and (max-width: 768px) {
        .subtitle {
            display: block;
            height: 75px;
            margin-top: 20px;
            color: white;
            background-color: #0d553f;
            opacity: 0.7;
        }
        .eslogan {
            margin-top: 3px;
            font-size: 20px;
        }
    }

    .icon-whatsapp{
        border-radius: 50px;
        width:60px;
        height:60px;
    }
    
    .btn-wsp{
        position:fixed;
        width:60px;
        height:60px;
        bottom:25px;
        right:25px;
        border-radius:50px;
        text-align:center;
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        transition: all 300ms ease;
        opacity: 0.6;
        top: 230px;
        right: 40px;
        color: #0d553f;
        text-decoration: none;
    }
    
    .btn-wsp:hover{
        opacity: 1;
    }
    
    @media screen and (max-width: 992px) {
    
        .btn-wsp{
            right: 60px;
        }
    }

.servicios {
    padding-top: 15px;
    margin-bottom: 13%;
}

#contenedor iframe {
    width: 100%;
    display: inline-block;
}

.ifr {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 40px;
}

.contacto {
    padding: 15px;
}

.mensaje {
    width: 60%;
}

.mensaje-titulo {
    margin-bottom: 20px;
}

.form-control {
    margin-top: 5px;
    margin-bottom: 20px;

}

.form-control:focus {
    border-width: 2px;
}

.btn-success {
    background-color: #0d553f;
}

.sec {
    flex-wrap: wrap;
    width: 70%; 
    margin: 10px;
}

    .secur {
        height: 40px;
        margin-top: 10px;
        margin-left: 15px;
        text-align: center;
        background-color: #566573;
        border-radius: 5px;
        width: 135px; 
        font-size: 27px;
    }

    .secure {
        height: 40px;
        margin-top: 10px;
        margin-left: 15px;
        text-align: center;
        width: 135px; 
        font-size: 27px;
        text-transform: lowercase;
    }

    .label {
        height: 40px;
        margin-left: 15px;
        margin-top: 15px;
    }

    @media screen and (max-width: 768px) {
        .label {
            margin-top: -10px;
        }
    }

    #captcha {
        background-color: #566573;
        border-radius: 5px;
        width: 135px; 
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    #userInput {
        margin-left: 15px;
        border-radius: 5px;
        width: 135px; 
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        border: 1px solid #0d553f;
        margin-bottom: 20px;
    }

    .btn {
        margin-top: 15px;
        margin-bottom: 20px;
        height: 60px;
        width: 135px; 
        font-size: 24px;
    }

/* Footer inicio */    

footer {
    color: white;
    background-color: #0d553f;
}

.content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .contacto {
        margin-top: 25px;
        width: 28%;
    }

    .redes {
        display: flex;
        }

    .redes img{
        width: 120px;
    }

        .face {
            margin-top: 50px;
        }

        .insta {
            margin-top: 50px;
        }

        .what {
            margin-top: 50px;
        }

        .face:hover {
            margin-top: 45px;
        }

        .insta:hover  {
            margin-top: 45px;
        }

        .what:hover  {
            margin-top: 45px;
        }

    .convenio, #h2 {
        text-align: center;
    }

    .convenio {
        margin-top: 35px;
        margin-left: 30px;
    }

    .convenio:hover {
        margin-top: 20px;
    }

@media screen and (max-width: 992px) {

    .imag{
        width: 100%;
    }
    footer {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .content{
        flex-wrap: wrap;
        width: 50%;
        flex-direction: column;
        flex-basis: content;
    }
    .contacto {
        margin-left: 33%;
        width: 60%;
    }
    .redes {
        margin-left: 3%;
        width: 100%;
    }
    .convenio {
        margin-left: 10%;
        width: 100%;
    }
}

.div-foot {
    text-align: center;
}