@import url('https://fonts.googleapis.com/css2?family=Forum&family=Gugi&family=Open+Sans:wght@300;400&family=Roboto:wght@100&display=swap');
/*Importar google font*/
body{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
/*a:link, a:visited, a:active{
    text-decoration: none;
    color: black;
    
}*/
:root{
    --light-gray:#2b3032a1;
    --primary-color:#45ccb8;
    --border:#2b303218;
    --text-color:#ff686b;
    --roboto:"Roboto", sans-serif;
    --gugi:"Gugi", cursive;
    --sofia:"Sofia", cursive;
    --forum:'Forum', cursive;
    --openSans:'Open Sans', sans-serif;
}

.text-color{
    color:var(--text-color);
}

.font-roboto{
font-family: var(--roboto);
}

 /*header*/
 header{
     background-color:rgb(255, 255, 255);
     font-family: Arial, Helvetica, sans-serif;
     box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
     
 }
 header.menu{
     position: sticky;
     overflow: visible;
     top: 0;
     z-index: 10000;
 }
a{
    text-decoration: none;
 }
 .container .dropdown-toggle,
 .container .dropdown-item{
     font-size: 0.9em;
 }
.header-links a{
font-size: 0.9em;
text-decoration: none;
color: white;
}
.carousel-caption{
    transition: all 3000ms ease-out;
}
.carousel-caption{ 
    position: absolute;
    top: 50%;
    bottom: auto;
}
.carousel-item{
position: relative;
}

@media (max-width: 767.97px) {
    .carousel-caption span{
        font-family: var(--openSans);
        font-size:  30px !important;
        font-weight: bold;
    }

.carousel-caption p{
    font-size:  15px !important;
}
    }
  
  /* Medium devices (tablets, less than 992px)*/
  @media (max-width: 991.98px) { 
    .carousel-caption span{
        font-family: var(--openSans);
        font-size:  35px !important;
        font-weight: bold;
    }
   }
  
  /* Large devices (desktops, less than 1200px)*/
  @media (max-width: 991.99px) and (max-width: 1199.97px) {
    .carousel-caption span{
        font-family: var(--openSans);
        font-size:  35px !important;
        font-weight: bold;
    }
    .carousel-caption p{
        font-size:  20px !important;
    }
    }
  
  /* X-Large devices (large desktops, less than 1400px)*/
  @media (min-width:1199.98px)  { 
    .carousel-caption span{
        font-family:var(--forum);
        font-size:  80px !important;
        font-weight: bold;
    }
    .carousel-caption p{
        font-family: var(--openSans);
        font-size:  40px !important;
    }
   }

/* Menu de navegacion */
.navbar-nav{
    padding: 0.8em 0em;
    font-size: 0.9em;
    
}
.navbar-nav .nav-link{
    font-size: 0.8em;
    font-weight: bold;
}
.navbar-nav .navbar-item .nav-link{
padding: 0 1.3em;

}
.assets-logo{
    min-height: 5vh;
    max-height: 8vh;
    min-width: 10vh;
    max-width: 24vh;
    font-size: 2rem;
    font-weight: bold;
    align-items: center;
    position: relative;
    display: flow-root;
    color: rgba(100, 100, 100, 1);
    fill: #0000FF !important;
}


@media (max-width:346px){
    .menu a.assets-logo{
        font-size: 1em;
        
    }
}
@media (min-width:347px) and (max-width:576px){
    .menu a.assets-logo{
        font-size: 1.6em;
        
        
    }
}
@media (min-width:577px) and (max-width:776px) {
    .menu a.assets-logo{
        font-size: 1.7em;
       
    }
}



ul li a.active{
    color: black;

}

#submenu{
    color: var(--light-gray);
}
#submenu:hover{
    color: black;
}
/*
submenu de submenu
*/
.dropdown-menu{
    font-size: 0.9em;
    background-color: rgba(0, 0,0, 1);
    text-align: center;
    border-radius: 0;
    padding: 0;
 }

 .dropdown-menu li a{
     color: white;
     border-bottom: 0.1rem solid  rgba(255, 255, 255, 0.5);
 }
 .dropdown-menu li a:hover{
    color: white;
    background-color: rgba(100, 100, 100, 0.7);
}
.slide img{
    width: 100%;
    height: 75vh;
    
}

@media (max-width:1200px) {
    .slide img{
        width: 100%;
        height: 70vh;
        
    }
}
@media (max-width:992px) {
    .slide img{
        width: 100%;
        height: 65vh;
        
    }
}
@media (max-width:768px) {
    .slide img{
        width: 100%;
        height: 55vh;
        
    }
}


/*
.navbar-nav .basket-icon{
    margin-right: 6.5rem !important;
}
*/
.navbar-nav{
    padding-right: 3.5rem !important;
 
}

.subnavbar{
    padding: 0  4.5rem 0 3.0rem !important;
    font-size: 0.9em;
    

}
.subnavbar i{
    font-size: 0.9em;
    color: white;
}
.subnavbar .form-inline span{
    color: white;
}
.subnavbar{
    background-color: rgba(0, 0,0, 0.8);
}

@media screen and (max-width: 1000px) {
    .subnavbar {
    display: none;
    }
   
  }

.site-slider-two .product img{
    width: 90%;
    margin: auto;
}

/*Menu*/
.carousel-caption span{
    color: white;
    font-size: 4em;
     
 }
.carousel-caption p{
   color: white;
   font-size: 1em;
    
}
div.carousel-caption {
    background-color: rgba(60, 60, 60, .3);
     
 }
 nav .navbar-brand{
     justify-content: center;
 }
 .head{
     background-color: rgba(0, 0,0, 1);
 }
 .head span {
     font-size: 0.9em;
     color: white;
   
 }
 .head a{
     font-family:  var(--openSans);
     font-weight: bold;
     color: black;
     font-size: 0.8em;
     border-radius: 0px;
     border: none;
     border:1px solid white;
 }
 .head a:hover{
     background-color: black;
     color: white;
     border:1px solid white;
 }


 .slider button span.fa-chevron-left,.slider button span.fa-chevron-right{
     background-color: rgba(0, 0, 0, 0.8);
     padding: 0.8rem 1rem;
     border-radius: 20rem;
 }
h1,h5,p{
    font-family: Arial, Helvetica, sans-serif;
}
hr{
    border: 1px solid rgba(0,0,0, 1);  
}

.responsive img{
    height: 15rem;
    width: 19rem;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.8);
    
}
.position-top{
    border: none;
    display: inline;
    top: -25vh;
}
 .container-fluid .slider__one
{
    display: inline-flex;
    position: relative;
    right: 40%;
   color: black;
    padding: 0.5rem 0.7rem;
}
.container-fluid .slider__two{
    display: inline-flex;
    position: relative;
    color: black;
    padding: 0.5rem 0.7rem;
    left: 40%;
    
}

.slider__one:hover,
.slider__two:hover{
    opacity: 1;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 400ms ease-out;
}

  /* X-Small devices (portrait phones, less than 576px)*/
  @media (max-width: 575.98px) { 
    .position-top{
        top: -20 !important ;
    };
    .servicios div.row{
        margin: 0;
        padding: 0;
        width: 100vh;
        font-size: 0.7rem;
    }
   }
  
  /* Small devices (landscape phones, less than 768px)*/
  @media (max-width: 767.98px) {
    .position-top{
        top: -5vh;
    }
    }
  
  /* Medium devices (tablets, less than 992px)*/
  @media (max-width: 991.98px) { 
    .position-top{
        top: -20vh;
    }
   }
  
  /* Large devices (desktops, less than 1200px)*/
  @media (max-width: 1199.98px) {
    .position-top{
        top: -20vh;
    }
    }
  
  /* X-Large devices (large desktops, less than 1400px)*/
  @media (max-width: 1399.98px) {  }
  header.sticky{
      background-color: rgba(0, 0, 0, 0.8);
      
    
  }
  header.sticky .nav-item a#submenu{
    color: white ; 
}
header.sticky .assets-logo{
    color: red ; 
}
.nuestros_servicios .container  .servicios_icon{
    text-align: center;
}
.nuestros_servicios .container .card-title{
    text-align: left;
    font-family: var(--openSans);
    font-weight: bold;
}
.nuestros_servicios .container .card{
    box-shadow: 0  0.1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
    border: none;
}

p.text-secondary{
    text-align: justify;
    font-family: var(--openSans);
}
.ns-detalles{
    position: relative;
    left: 1rem;
    display:grid;
    align-items: center;
    justify-content: center;
   
}

.nuestros_servicios i{
    font-size: 2em;
    text-align: center;
    padding: 1.3rem ;
     border-radius: 20rem ;
    color: white;
    background-color: blue;
    border: 0.1rem solid black;
}

.nuestros_servicios i:hover{
    color: black;
    border: 0.1rem solid black;
    background-color: white;

}
.servicios button{
    border-radius: 0rem;
    background-color: rgba(0, 0,0, 0.8);
    background-color: rgba(0, 0,0, 0.8);}
@media(max-width:992px){
    .about .text-center{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.accordion-button i{
    border: 0.1rem solid black;
    margin: 1rem;
    
}
.accordion-button span{
    padding-left: 0.8rem;
    
}

.accordion-button[aria-expanded="true"] i.fa-minus-square {
    display: contents;

}
.accordion-button[aria-expanded="true"]  {
background-color: rgba(0, 0,0, 0.8);
color: rgba(255, 255, 255, 1);
font-weight: bold;
}
.accordion-button[aria-expanded="false"]  {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
    font-weight: bold;

    }
.accordion-button[aria-expanded="true"] i.fa-plus-square {
    display: none;
} 
.accordion-button[aria-expanded="false"] i.fa-minus-square {
    display: none;
}
.accordion-button[aria-expanded="false"] i.fa-plus-square {
    display: contents;
}     

footer .container .row .one ,
footer .container .row .two ,
footer .container .row .three  {
padding-right: 2rem;
}
.footer{
background-color: rgba(60, 60, 60, 1);
    }
.footer-title{
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    font-family: var(--forum);
    padding-bottom: 0.3rem;
   
}
.linea{
    border: 0.09rem solid gray;
    width: 3.5rem;
    background-color: gray;
}
.footer-body{
    padding-top: 0.7rem;
    color: gray;
    text-align: justify;
}
.footer-body a{
    color: gray;
}
.footer-body span{
    font-weight: bold;
}
@media (max-width:768px) {
    .footer-body{
        padding-bottom: 2rem;
    }
    
}
.footer-navbar{
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
}

.detalles{
    text-align: right;
    padding-right: 3%;
    font-style: var(--openSans);
}
.footer-navbar .detalles{
    font-size: 0.8em;
    
}
 

.footer-navbar .detalles a{
    color: white;
  }
  
  .footer-navbar .detalles a:hover{
    color: rgb(255, 238, 0);
  }
  
  
@media  (max-width:768px) { 
    .detalles{
        text-align: center;
        padding-right: 4rem;
    }
    .footer-navbar .navbar-nav{
        padding-bottom: 0rem;
        text-align: center;
    }
   }
   @media screen and (max-height:960px){
   
    .menu .navbar{
        height: 66px;
    }
    
}
@media (max-width:992px) {
    .navbar-collapse{
        justify-content: center;
        position: fixed;
        top: 4.2rem;
        left: 0rem;
        padding-top: 0rem;
        background-color: rgba(0,0, 0, .7);
       
    }
    .menu ul li #submenu{
        border-bottom: 0.06em solid white;
        width: 100vw;
        color: white;
    }
    .menu ul{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .menu ul li a#submenu:hover,
    .menu ul li ul.dropdown-menu li a#servicio-submenu:hover{
        background-color: rgba(100, 100, 100, 0.7);
    }   
}
/* Logo Wassap*/
.logo-whatsapp{
    position: fixed;
    display: grid;
    right: 1rem;
    bottom: 2rem;
    z-index: 99999;
    background-color: rgba(2, 185, 45, 1);
    color: white;
     padding: 0.8rem 1rem;
     border-radius: 25rem;
     box-shadow: 0 0 10px 0 rgba(2, 185, 45, 0.7);
     font-size: 2rem;
     transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}

.logo-whatsapp:hover{
    color: rgba(2, 185, 45, 1);
    background-color: rgb(255, 255,255, 1);
    box-shadow: 0 0 10px 0 rgba(2, 185, 45, 1);
    transform: scale(1.1);
    transition: 0.3s;
}
@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(2, 185, 45, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(2, 185, 45, 0);
    }
}
section .container .row{
  display: flex;
  align-items: center;
    justify-content: center;
    width: 100%;
}