@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: black;
    list-style: none;
}

body{
    /*background: #232323;*/
    background-color: #fff;
    overflow-x: hidden;
}

header{

    width: 100%;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    position: relative;

}

@media only screen and (max-width: 991.98px) {
    header{

        background-color: rgb(77, 00, 00);
    }
}

.navbar{
    padding: 15px 10px !important;
}

.logo{
    font-weight: 600;
    color: rgba(255, 255, 255, 0.848) !important;
}

#normal{
    display: block;
}

#minimizado{
    display: none;
}

.nav-item{
    margin: 0px 10px;
}

.nav-item .nav-link{
    color: rgba(0, 0, 0, 0.92);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.nav-link::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    background-color: rgb(77, 0, 0);
    width: 0%;
    height: 3px;
    transition: 0.4s ease-in-out;
}

.nav-item:hover .nav-link::after{
    width: 100%;
}

.nav-link:hover{
    color: rgb(77, 0, 0);
}

/* home section start */

#row-carrousel{
    padding-bottom: 25px;
}

.container{
    max-width: 1100px;
}

/* Seccion Acerca de */

.about-us-container{
    width: 100%;
}

.about-us{
    width: 100%;
    height: 280px;
    background-color: rgb(77, 0, 0);
    margin-top: 75px;
    position: relative;
    margin-bottom: 75px;
}

.content-about{
    padding: 10px 38px;
}

.heading-about{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    margin-bottom: 34px;
    position: relative;
}

.heading-about::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    background-color: rgb(255, 255, 255);
    width: 46px;
    height: 2px;
}

.para-about{
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.695);
    line-height: 21px;
    margin: 25px 0px;
}

.link-about{
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 22px;
    position: relative;
    z-index: 22;
}

.link-about:hover{
    color: rgb(77, 0, 0);
}

.span-about{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: 0.4s ease-in;
}

.link-about:hover .span-about{
    width: 100%;
}

.fa-arrow-right{
    color: rgb(255, 255, 255);
    font-size: 11px;
    margin-left: 5px;
}

.fa-arrow-right:hover{
    color: rgb(77, 0, 0);
}

.img-about{
    height: 350px;
    width: 50%;
    position: absolute;
    top: -36px;
    right: 20px;
}

/* Secciòn Mision */

.img-mision{
    height: 305px;
    position: absolute;
    top: -20px;
}

.mision{
    width: 100%;
    height: 260px;
    background-color: rgb(77, 0, 0);
    margin-top: 125px;
    position: relative;
    margin-bottom: 60px;
}

.para-mision{
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.695);
    line-height: 21px;
    margin: 25px 0px;
}

.heading-mision{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    margin-bottom: 34px;
    position: relative;
}

.heading-mision::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    background-color: rgb(255, 255, 255);
    width: 46px;
    height: 2px;
}

.mision .especial2{
    display: none;
}

/* Sección de Servicios */

.heading-services {
    font-size: 30px;
    font-weight: bold;
    color: rgb(77, 0, 0);
    position: relative;
    display: inline-block; /* Clave para que el ::after se alinee con el texto */
}

.heading-services::after {
    content: '';
    position: absolute;
    left: 0; /* Se alinea al inicio del texto */
    bottom: 0px; /* Puedes ajustar este valor según lo que necesites */
    background-color: rgb(77, 0, 0);
    width: 30px;
    height: 2px;
}

#row-servicios{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.title-cards{
    font-size: 30px;
    font-weight: bold;
    color: rgb(77, 00, 00);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 75px;
    position: relative;
}

/* ******************** */

/* Contacto principal */
#row-contacto{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}

#row-contacto .titulo{
    margin-bottom: 35px;
    font-family: "Montserrat", sans-serif;
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
}

#row-contacto .row .titulo{
    font-size: 12px;
}

#row-contacto .row .texto{
    color: rgb(77, 0, 0);
    font-size: 80% !important;
}

#row-contacto .row .texto a{
    color: rgb(86, 173, 232);
    text-decoration: none;
}

#row-contacto .row .texto a:hover{
    color: rgb(0, 55, 92);
    text-decoration: none;
}

#row-contacto .boton{

    width: 210px;
    margin: 10px auto;
    padding: 25px 20px;
    background: #4d0000;
    background: -moz-linear-gradient(top, #4d000053 0%, #4d0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d000053 ), color-stop(100%,#4d0000));
    border-radius: 10px;
    font: bold 15px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 0px;
    background-color: #4d0000;

}

#row-contacto a.boton:hover{
    background-color: #fff;
    text-decoration: underline;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* ****************** */

/* Contacto */
.contact-form{
    width: 100%;
    height: 100vh;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.heading-contact{
    font-size: 34px;
    color: rgb(255, 129, 57);
    margin-bottom: 75px;
    position: relative;
}

.heading-contact::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    color: rgb(255, 129, 57);
    width: 56px;
    height: 2px;
}

.form-origin{
    width: 100%;
    height: 480px;
    background-color: rgb(42, 41, 42);
    padding: 50px 30px;
    border-radius: 8px;
}

.form-origin input{
    color: #777;
    font-size: 14px;
    border: 1px solid #e4e3e3;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    padding: 16px 22px;
    margin-bottom: 40px;
}

::placeholder{
    color: rgba(255, 255, 255, 0.874) !important;
}

.form-origin textarea{
    height: 200px;
    padding: 20px;
    font-size: 14px;
    background-color: transparent;
    color: #777;
}

.btn-contact{
    display: inline-block;
    font-size: 14px;
    border-radius: 25px;
    padding: 15px 25px;
    border: none;
    outline: none;
    background-color: #f4813f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1ex;
    text-decoration: none;
    margin: 20px 0px;
    border: 2px solid rgb(255, 129, 57);
}

.content-contact{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    flex-direction: column;
}

.heading-content{
    color: white;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.para-content{
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.918);
    margin: 16px 0px;
}

/* Footer */
/*footer{
    color: rgb(4, 4, 4);
    margin: 0px 0px !important;
    height: 10vh;
    margin-top: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.para-footer{
    margin: 0px 0px;
}

/* Sección Antigua */
.footer{
    color: #fff;
}

footer.footer h4 {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    color: white;
}

.footer .footer-top{
    background-color: #4d00009f;
    padding: 35px 0px;
}

footer .footer-bottom {
	background: #4d0000bc;
	padding: 15px 0px;
}

footer .enlaces-footer {
    list-style: outside none none;
    padding-left: 0px;
}

footer .enlaces-footer a {
    color:  #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none !important;
}

footer .enlaces-footer li a:hover{
    color: rgba(77, 0, 0);
}

footer p a {
    color: 	#fff;
    text-decoration: none !important;
}

footer p a:hover {
    color: 	rgba(77, 0, 0);
    text-decoration: none !important;
}

footer .enlaces-footer li a:hover, footer .enlaces-footer li:active a, footer .enlaces-footer li a:focus {
	color: rgba(77, 0, 0);
	text-decoration: none;
}

footer a.link {
	color: 	#ccc;
    text-decoration: none !important;
}

footer a.link:hover {
	color: rgba(77, 0, 0);
	text-decoration: none;
}

footer.footer p
{
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
    color: white;
}

.fa.fa-map-marker, .fa.fa-clock-o, .fa.fa-phone,
.fa.fa-copyright{
    color: white;
}

.footer-datos p{
    margin-bottom: 0px;
}

.btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 50px;
    bottom:25px;
    right:20px;
    background:#25d366;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}

.btn-wsp i{
    color:#FFF;
}

.btn_flecha{
    position:fixed;
    width:35px;
    height:35px;
    line-height: 35px;
    bottom:100px;
    right:35px;
    background:#000013;
    color:#FFF;
    border-radius:5px;
    text-align:center;
    font-size:18px;
    z-index:100;
    opacity: 0;
    transition: all 0.5s;
}

.btn-wsp:hover{
    background-color: #fff;
}

.btn-wsp:hover i{
    color: #20ba5a;
}

.btn_flecha:hover{
    background-color: #fff;
    color: #000013;
    border: 1px solid #000013;;
}

/* Sección Historia */

.historia{
    padding-top: 15px;
}

.historia .title-cards{
    margin: 20px auto;
}

.historia .contenido-historia{
    color: #3c3c3c;
}