/* Material Symbols Outlined */
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	src: url(../fonts/materialsymbolsoutlined.woff2) format('woff2');
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.top-navbar {
	position: relative;
	z-index: 10;
}

.top-navbar .navbar-brand img {
    width: 70px;
    height: 80px;
}

.top-navbar .navbar {
	padding: 3px 0px;
    background: rgba(255, 255, 255, 0.2);
	position: fixed;
	width: 100%;
	border-radius: 0px 0px 30px 30px;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.top-navbar .navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto Slab', serif;
	color: #010101;
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
    margin:0rem 0.5rem;
	text-transform: uppercase;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
	background: #cf6969;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover {
	background: #cf6969;
}

.btn-general {
    font-weight: bold;
    color: #cac7c7;
    padding: 0.4rem 1rem;
}

.btn-consultar {
    background: rgba(0, 0, 0, 0.7);
}

.btn-llamar {
    background: #cf6969;
}

.btn-whatsapp {
    background: #36a336;
}

/*------------------------------------------------------------------
    Sliders
-------------------------------------------------------------------*/

.cover-slides {
    position: relative;
    height: 100vh;
}

.slides-container {
    display: none;
}

.cover-slides .container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 100%;
}

.cover-slides h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	font-size: 4rem;
	color: #fff;
}

.cover-slides p {
	font-size: 1.4rem;
    font-family: 'Crimson Text', serif;
	color: #cf6969;
}

.btn {
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*------------------------------------------------------------------
    arrows navigation
-------------------------------------------------------------------*/
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 70%;
    width: 100%;
}

.slides-navigation a {
    background: #cf6969;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 20px;
    display: block;
    color: #fff;
    border-radius: 4px;
    line-height: 63px;
    text-align: center;
}

.slides-navigation a:hover {
    background: #010101;
}

.slides-navigation a.prev {
    left: 0;
}

.slides-navigation a.next {
    right: 0;
}

/*------------------------------------------------------------------
    buttons bottom pagination 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    head
-------------------------------------------------------------------*/
.socialwhat {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 15px; /* Establecemos la barra en la izquierda */
    top: 90%; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
    
.socialwhat a {
    display: inline-block;
    padding: 10px 10px;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50%;
}

.socialwhat a:hover {
    transform: scale(1.2);
}  
    
.socialwhat img {
    height: 2rem;
    width: 2rem;
}

.socialwhat .icon-whatsapp {
    box-shadow: 0rem 0rem 1rem #25D366;;
}

/*------------------------------------------------------------------
    nosotros
-------------------------------------------------------------------*/
.about-section-box {
	padding: 70px 0px;
	background: rgba(0, 0, 0, 2);
	background-size: cover;
}

.inner-column{
	text-align: left;
}

.inner-column h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 3rem;
	color: #ffffff;
	font-weight: 500;
}

.inner-column h4 {
	font-family: 'Lobster', cursive;
	font-size: 1.2rem;
	color: #cf6969;
	font-weight: 500;
}

.inner-column p {
    font-family: 'Crimson Text', serif;
	font-size: 1.2rem;
    color: #b1aeae;
}

.inner-column .column-btn {
    padding-top: 1rem;
}

.about-section-box .img-nosotros {
	box-shadow: 20px 20px 20px #cf6969;
    margin-left: 4rem;
    height: 35rem;
    width: 30rem;
}

@media screen and (max-width: 600px) {
    .about-section-box .img-nosotros{
        box-shadow: 20px 20px 20px #cf6969;
        margin-left: 4rem;
        height: 17rem;
        width: 17rem;
    }
}

/*------------------------------------------------------------------
    accion
-------------------------------------------------------------------*/
.qt-background {
	background: url(../images/accion.webp) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}

.qt-background p {
    font-family: 'Lobster', cursive;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #fff;
	margin-bottom: 1.8rem;
}

/*------------------------------------------------------------------
    servicios
-------------------------------------------------------------------*/
.menu-box {
    background: #000;
	padding: 70px 0px;
}

.heading-title {
	margin-bottom: 50px;
}

.heading-title h2 {
	color: #ffffff;
	font-size: 3rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
.heading-title p {
    font-family: 'Lobster', cursive;
    color: #cf6969;
	font-size: 1rem;
	font-weight: 200;
	margin: 0px;
}

.gallery-single {
	margin-bottom: 30px;
    height: 300px;
}

.gallery-single .img-servicios {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(214, 10, 10, 0.6);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.why-text .social {
    margin-top: 1rem;
    text-align: center;
    padding: 0.3rem;
}

.why-text .social img:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 0.3rem;
}

.why-text h4 {
	font-family: 'Roboto Slab', serif;
    color: #fff;
	font-size: 1rem;
	font-weight: 500;
}

.why-text p {
	color: #ffffff;
    font-family: 'Crimson Text', serif;
	font-size: 0.8rem;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.gallery-single:hover .why-text {
	bottom: 0px;
}

/*------------------------------------------------------------------
    testimonios
-------------------------------------------------------------------*/
.customer-reviews-box {
    background: #000;
    padding: 70px 0px;
}

.customer-reviews-box h2 {
    color: #cf6969;
}

.customer-reviews-box h5 {
    font-family: 'Roboto Slab', serif;
    color: #952929;
    font-size: 1.5rem;
    font-weight: 500;
}

.customer-reviews-box h6 {
    color: #cf6969;
    font-family: 'Lobster', cursive;
    font-weight: 500;
}

.customer-reviews-box p {
    font-family: 'Crimson Text', serif;
    color: #fff;
}

.carousel-inner .carousel-item .img-box {
	width: 135px;
	height: 135px;
}

.customer-reviews-box .img-testimonios {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    object-fit: cover;
}

.carousel-control-prev {
	left: -100px;
}

.carousel-control-next {
	right: -100px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p {
		font-size: 14px;
	}
	.carousel-control-prev {
		left: -5px;
	}
	.carousel-control-next {
		right: -5px;
	}
}

#reviews .carousel-control-prev {
	background: #cf6969;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-prev:hover {
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next {
	background: #cf6969;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}

#reviews .carousel-control-next:hover {
	background: #010101;
	color: #ffffff;
}

/*------------------------------------------------------------------
    info
-------------------------------------------------------------------*/
.contact-imfo-box {
    background: #000;
    padding: 70px 0px;
}

.info-box {
	background: #cf6969;
	padding: 30px 0;
	border-radius: 20px;
}

.contact-imfo-box span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	color: #cf6969;
	font-size: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
}

.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

/*------------------------------------------------------------------
    contactanos
-------------------------------------------------------------------*/
.page-breadcrumb {
    padding: 50px 0px;
    background: url(../images/contactanos.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}

.all-page-title .container {
	position: relative;
	z-index: 2;
}

.all-page-title::before {
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;	
}

.all-page-title h1 {
	font-size: 38px;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	padding: 0px;
	font-weight: 500;
}

.form-control {
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus {
	border: 1px solid #cf6969;
	box-shadow: none;
}

.btn-submit {
	color: #ffffff;
	background-color: #cf6969;
	border-color: #cf6969;
}

.btn-submit:hover {
	color: #ffffff;
	background-color: #333333;
	border-color: #cf6969;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/
.footer-area {
	padding: 30px 0px;
}

.bg-f {
	background-image: url("../images/footer.webp");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container {
	position: relative;
	z-index: 1;
}

.footer-area h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid rgba(207, 166, 113, 0.5);
	margin-bottom: 10px;
}

.footer-area p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.footer-area p.lead {
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 0px;
}

.footer-area p.lead a {
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-area p.lead a:hover{
	color: #cf6969;
}

.footer-area p a {
	font-size: 18px;
	color: #ffffff;
}

.footer-area p a:hover {
	color: #cf6969;
}

#back-to-top {
    position: fixed;
    bottom: 140px;
    left: 40px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #cf6969;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}