@import "./constants.css";

body {
    background-color: gray;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    user-select: none;
}

.wrapper {
    background-color: var(--white-color);
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

p {
    margin: 0;
    color: var(--text-color);
}

hr {
    border: 1px solid var(--red-color);
    margin: 2.5rem 0;
    width: 40px;
    opacity: 1;
}

.hr_start {
    direction: ltr;
}

.hr_end {
    direction: rtl;
}

h1,
h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.btn_red {
    padding: 0.5rem 1rem;
    border: none;
    font-size: 0.75rem;
    background-color: var(--red-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn_verde {
    padding: 0.55rem 1rem!important;
    font-size: 0.75rem;
    background-color: #4CAF50;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #4CAF50 !important;
}

@keyframes bounce {
  20%, 50%, 80% {
    transform: translate(0, 0);    
    -webkit-transform: translate(0, 0);    
  }
  40% {
    transform: translate(0, -20px);    
    -webkit-transform: translate(0, -20px);    
  }
  70% {
    transform: translate(0, -10px);    
   -webkit-transform: translate(0, -10px);    
  }
  90% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
}
.whats_footer{
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
}
.whats_footer img{
    height: 50px;
    width: 50px;
}
@media all and (max-width:720px){
   .whats_footer{
    width: 35px;
   } 
   .whats_footer img{
    width: 35px;
    height: 35px;
   } 
}

.whats_footer.animate{
    animation: bounce 1500ms infinite;
    -webkit-animation: bounce 1500ms infinite;
}

.btn_link {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    text-align: start;
}

.btn_link:active {
    background-color: var(--gray-color);
}

.button-section {
    text-align: center;
    margin-top: 20px;
}

.button-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.button {
    padding: 0.5rem 1rem;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
}

.contact-button {
/*    background-color: var(--red-color);*/
    background-color: #4CAF50;
    color: var(--white-color);
}

.icon-button {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.border-button {
    background-color: transparent;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

.dark-button {
    background-color: var(--black-color);
    color: var(--white-color);
}


/* Navbar */
.sticky-navbar {
    position: fixed;
    top: 0;
    max-width: 1920px;
    width: 100%;
    height: 65px;
    margin: 0px auto;
    z-index: 1000;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    font-size: 0.875rem;
    margin: auto;
    color: var(--black-color) !important;
    letter-spacing: 1px;
    margin-left: 75px;
}

.offcanvas {
    margin-right: 60px;
}

.navbar-nav {
    font-size: 0.75rem;
    font-weight: 600;
}

.navbar-nav .nav-item {
    padding: 0 1rem;
    letter-spacing: 1px;
}

.nav-item a {
    color: var(--black-color);
}

.nav_line {
    margin-top: 65px;
    background-color: var(--black-color);
    color: var(--white-color);
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    font-weight: 600;
}

.nav_line i {
    transform: scaleX(-1);
}

.nav_line__text {
    margin: 0 5px;
}

/* Fin Navbar */


/* Section Banner */

#banner {
    background-color: var(--white-color);
    width: 100%;
}

.banner__slider {
    position: relative;
}

.banner__slider .item {
    width: 100%;
/*    height: 500px;*/
    overflow: hidden;
}

.banner__slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow_circle_left {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    width: 32px;
    cursor: pointer;
}

.arrow_circle_right {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 1;
    width: 32px;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--red-color);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 0, 0, 0.5);
    transition: opacity .2s ease;
}

.banner__mobile {
    background-color: #F2ECE5;
    margin-bottom: 3rem;
}

.banner__content_logos {
    padding: 2rem;
    text-align: center;
}

.banner__content_logos img {
    width: 100%;
}

.banner__content_contacto {
    text-align: center;
}

.content_contacto__box_img {
    margin: 1rem 0;
}

.content_contacto__box_img img {
    width: 80%;
}

.content_contacto__contactanos {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem;
}

.content_contacto__contactanos img {
    width: 80px;
}

.banner__content_contacto .owl-dots .owl-dot {
    background-color: transparent;
    border: none;
    width: 20px;
}

/* Fin Section */



/* Section Info */
#info {
    background-color: var(--gray-color);
    margin-bottom: 2rem;
}

#info .container {
    padding: 4rem 0;
}

#info .container .row {
    text-align: center;
}

.info__content img {
    margin-bottom: 1.5rem;
    width: 32px;
    height: 32px;
}

.info__content h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.info__content h2 span {
    display: block;
}

/* Fin Section */



/* Section Category */
#category {
    background-color: var(--white-color);
}

#servicios .row{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (min-width:700px){
    #category .button-row{
        background-color: var(--white-color);
        justify-content: left;
    }
    #category .button-row button{
        margin-left: 0;
    }
}

#category .row .col-lg-4,
#category .row .col-md-6 {
    margin: auto;
}

.category__content_ovens_image,
.category__content_ovens_image img,
.category__content_refrigeration_image,
.category__content_refrigeration_image img,
.category__content_airs_image,
.category__content_airs_image img,
.category__content_electricity_image,
.category__content_electricity_image img,
.category__content_electronics_image,
.category__content_electronics_image img {
    width: 100%;
    text-align: center;
}

.category__content_ovens,
.category__content_ovens_image,
.category__content_refrigeration,
.category__content_refrigeration_image,
.category__content_airs,
.category__content_airs_image,
.category__content_electricity,
.category__content_electricity_image,
.category__content_electronics,
.category__content_electronics_image {
    margin-bottom: 3rem;
}

.category__content_ovens p,
.category__content_refrigeration p,
.category__content_airs p,
.category__content_electricity p,
.category__content_electronics p {
    margin-bottom: 1.5rem;
}

.category__content_refrigeration,
.category__content_electricity {
    text-align: end;
}

/* Fin Section */

/* Section Category Mobile*/
.category__mobile .col-md-8 {
    margin: auto;
}

.category__mobile .button-row button{
    width: 96%;
}

.category__mobile .button-row a{
    display: block;
    width: 50%;
}

.category__washer,
.category__fridge,
.category__screen,
.category__hydropneumatic,
.category__boiler,
.category__electricity {
    text-align: center;
    margin-bottom: 3rem;
}

.category__air {
    text-align: center;
}

.category__washer h2,
.category__fridge h2,
.category__screen h2,
.category__hydropneumatic h2,
.category__boiler h2,
.category__electricity h2,
.category__air h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1.5rem;
}

/* Fin Section */

/* Section Logos */

#logos {
    background-color: var(--gray-color);
}

.logos__slider {
    display: flex;
    align-items: center;
    height: 100px;
}

.carouse_logos .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.carouse_logos .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Fin Section */

/* Section About */

#about {
    background-color: var(--white-color);
    margin: 5rem 0;
}

#about .about__desktop h3,
#about .about__mobile h2 {
    color: var(--red-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

#about .about__desktop img {
    width: 85%;
}
#about .about__desktop .extra {
    float: right;
}

#about p {
    margin-bottom: 1.5rem;
}

#about p span {
    font-weight: 600;
}

/* Fin Section */

/* Section Map */

#map {
    background-color: var(--gray-color);
}

#map iframe {
    width: 100%;
}

/* Fin Section */

/* Section Footer */

#footer {
    background-color: var(--white-color);
}

.footer__footer_top {
    background-color: var(--gray-color);
    padding: 2.5rem 0;
}

.footer__footer_top .container-fluid {
    padding: 0 3rem;
}

.footer__footer_top .col-lg-5 {
    margin: auto;
}

.footer__footer_top h4 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_top__box_image img {
    width: 100%;
}

.footer__footer_legal {
    background-color: var(--red-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    padding: 0.75rem 0;
}

.footer_top__contact_us {
    margin-left: 5.5rem;
}

.footer_top__social_networks {
    margin-left: 3rem;
}

.footer_top__contact_content {
    display: flex;
    text-transform: uppercase;
}

.footer_top__content_phone,
.footer_top__content_whatsapp {
    display: flex;
}

.footer_top__content_phone {
    margin-right: 2rem;
}

.footer_top__content_phone img,
.footer_top__content_whatsapp img {
    width: 16px;
    margin-right: 5px;
}

.footer_top__social_content {
    display: flex;
    align-items: center;
}

.footer_top__social_content a {
    margin-right: 1rem;
}

.footer_top__social_content img {
    width: 24px;
}

.footer_top__social_content p {
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Fin Section */

@media (max-width: 1200px) {
    .banner__slider .item {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        margin-left: auto !important;
    }

    .offcanvas {
        margin-right: 0 !important;
    }

    .info__content h2 {
        font-size: 0.875rem !important;
    }

    .footer__footer_top .col-md-2 {
        margin: auto !important;
    }

    .footer__footer_top h4 {
        font-size: 0.875rem !important;
    }

    .footer_top__contact_content p {
        font-size: 0.875rem !important;
    }

    .footer_top__social_content p {
        font-size: 0.625rem !important;
    }

    .footer_top__contact_us {
        margin-left: 1rem !important;
    }

    .footer_top__social_networks {
        margin-left: 0 !important;
    }

}

@media (max-width: 767px) {
	
	header .navbar-brand{
	    font-weight: bold;
    	font-size: 20px;
	}

    .navbar-nav .nav-item {
        padding: 0 !important;
    }

    .footer__footer_top {
        text-align: center !important;
    }

    #about {
        background-color: var(--gray-color) !important;
        margin: 0 !important;
    }

    .about__mobile {
        text-align: center;
        padding: 3rem 1rem;
    }

    .footer_top__contact_us,
    .footer_top__social_networks {
        margin: unset !important;
    }

    .footer_top__contact_us h4 {
        font-size: 1.2rem !important;
        margin-bottom: 1.5rem !important;
    }

    .footer_top__contact_content {
        justify-content: center !important;
        margin-bottom: 1.5rem !important;
    }

    .footer_top__social_content {
        display: block !important;
    }

    .footer_top__social_content img {
        width: 32px !important;
        margin: 1rem !important;
    }

    .footer_top__social_content p {
        font-size: 0.625rem !important;
        font-weight: 300 !important;
    }

    .footer__footer_legal {
        font-weight: 300 !important;
        font-size: 0.625rem !important;
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .content_contacto__contactanos img {
        width: 100% !important;
    }
}