
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
	margin:0;
	font-size: 100%;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h2,h3,h4,h5,h6{
	margin:0;

    
}	
p{
	margin:0;
	letter-spacing:0px;
    line-height: 2em;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
ul { list-style: none; }

.anchor {
      scroll-margin-top: 110px; /* Margen superior para compensar el sticky menu */
    }

#hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.hero-content h2 {
    color: white;
    font-size: 3rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}
.hero-content p {
    padding: 1em;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}

.splide__slide.is-active .hero-content h2 {
    opacity: 1;
    transform: translateY(0);
}

.splide__slide.is-active .hero-slide {
    transform: scale(1.1); /* Zoom in effect */
}

.splide__slide:not(.is-active) .hero-slide {
    transform: scale(1); /* Zoom out effect */
    opacity: 0; /* Fade out effect */
}

.btn_hero {
    display: block; 
    text-decoration:none;
    color: white;
    border: 1px solid #fff;
    padding: 1em 2em;
    border-radius: 5px;
    text-align: center;
    width: 180px;
    margin: 2em auto;
    
     }


 .banner {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     background-size: cover;
    background-position: center;
    color: #fff;
 }

  .banner2 {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 2em;
 }

  .banner2 h1{
    font-size: 3.4em;
    margin-bottom: 15px;
  }

  .aviso {
    width: 70%;
    margin: 0 15%;
  }      

#banner-nosotros {
    background-image: url(../img/banner-nosotros.jpg);
}

#banner-avisos {
    background-image: url(../img/banner-nosotros.jpg);
}

#banner-kirus-gym {
     background-image: url(../img/banner-gym.jpg);
}

#banner-kirus-rest {
     background-image: url(../img/banner-restaurantes.jpg);
}
#banner-kirus-meat {
     background-image: url(../img/banner-carnes.jpg);
}

#banner-punto-venta {
     background-image: url(../img/banner-punto-venta.jpg);
}

/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
    padding: 1.4em 0;

}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ff2d37;
    background:none;
}

.nav-link{
    letter-spacing: 1px;
    padding: 0 0 1em 0;
    margin: 0 0.5em;
    font-size: 0.9em;
padding: 8px 15px;
color: #FFFFFF!important;
text-align: center;
width: 110px;
line-height: 14px;
font-weight: 300;

}
.active a, .nav-link:hover { border-color: #fff; }

.navbar-nav {width: 100%;}
.navbar-nav > li > a {
    text-transform: uppercase;
}

a.navbar-brand {
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px rgba(74, 76, 76, 0.13);
}

a.navbar-brand i{
	color:#ff2d37;
}
.navbar-default .navbar-brand {
    color: #131212;
}

ul.nav.navbar-nav {
    margin-top: 15px;
}



/*-- //nav --*/
	@media (max-width: 767px){
	.navbar-brand {
		font-size: .8em;
	}
	.navbar-toggle {
		margin: 0.5em 0 0;
	}
	
	.navbar-nav {
		margin: 0;
		text-align:center;
	}
        .navbar-nav > li {
        border-bottom: 1px solid #9a9a9b;
    }
	.navbar-nav > li > a {
        display: inline-block;
		padding: 1em 0;
		font-size: 13px;
	}
   
   .nav-item .nav-link.active {
        color: #000!important;
    }

	.menu--iris .menu__item {
		margin: 6px 0;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #00a98f;
		padding:10px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	
	ul.nav.navbar-nav {
		margin: 0em 0 0em 0;
	}

	ul.nav.navbar-nav {
		margin: 1em 0;
	}
	
}

h1 {
    margin: 0;
}
.navegacion-ini { position: relative; }
.texto-ini p { display: block; width: 400px; height: auto; color: #fff; font-size: 2.2em; text-align: right; position: absolute; top: 380px; right: 0; font-weight: bold; line-height: 1.2em; border-right: 5px solid #0071BC; padding-right: 1em;

}
/*-- banner --*/
.header h1 {
    margin: 0;
}
.header {
    padding: 2em 2.5em;
}

.dropdown-toggle  { color: #fff; }

/*-- //banner --*/
/*-- banner_bottom --*/
.banner_bottom,.experience,#portfolio,.pro_cercles  {
    padding: 6em 0;
}

.banner_bottom_info {
    margin: 0 auto;
    text-align: center;
	width: 60%;
}
.banner_bottom_info h4{
    color: #2F2F2F;
    font-weight:500;
    line-height: 1.5;
	font-size:1.1em;
	letter-spacing:1px;
}
.banner_bottom_info h6{
    color: #2F2F2F;
    font-size: 1.6em;
    line-height: 1.9;
    letter-spacing: 3px;
    margin: 1.5em 0;
}
.banner_bottom_info p {
    color: #666;
}


p.sub_para {
    color: #00a98f;
}
/*-- banner_bottom --*/

.servicios-sec { width: 90%; margin: 4em 5% 0 5%;  }

h1.borde-azul, h1.borde-blanco {text-align: center; color: #0071BC; }
h1.borde-blanco {color: #fff; }

.img-info { margin-bottom: 1em; }



/*-- /productos--*/
#servicios {
    background-image: url(../img/banner-bkg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 6em 0;
    text-align: center;

}
#servicios h3 { 
    padding-left: 2em;
    text-align:left;
     color:#fff;
 }
p.prod_desc { padding: 1em 4em; text-align: justify; line-height: 1.6em; margin-bottom: 15px; }
.botones-prod { }
.btn_round a {font-size: 0.8em; display: inline-block; padding: 8px 15px; margin: 0 15px; border: 1px solid #fff; border-radius: 3px; color: #fff; }
.btn_round a:hover { background-color: #fff; color: #0071BC; 
   
    color: #222222;
}
.txt-info p {line-height: 1.8em; font-size: 0.9em;}
.btn_round-regresar a {font-size: 0.8em; display: inline-block; padding: 8px 25px; margin: 25px 15px; border: 2px solid #0071BC; border-radius: 100px; color: #0071BC; }
.btn_round-regresar a:hover {background-color: #0071BC; color: #fff; }


.banner_bottom_pos_grid p {
    color: #fff;
    margin-top: 0.8em;
}
.bottom_grid_left_grid i {
    font-size: 2em;
    color: #fcb314;
}

/*-- /services--*/


/*-- //testimonials_section--*/
/*-- contact --*/
.contact_sec {
    background: url(../images/contact.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
   
    padding-top: 6em;
    padding-bottom: 0;
    color: #6B6B6B;
    text-align: center;
}
.contact_sec form { text-align: left; }

.contact-info { margin-top:3em; }

.contact-info h3 { text-align: left;  }
.contact-info p {
    color: #eee;
    font-size: 14px;
    margin-top: 14px;
    color: #6B6B6B;
}
.contact-info span {
    color:#045858;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 76px;
}
.contact-info p a {
    text-decoration: none;
    color: #eee;
}
.contact-info p a:hover {
    text-decoration: none;
    color: #2b2b2b;
}
.contact-info-map-right {
    padding: 0;
}
.contact-info input[type="text"],.contact-info input[type="tel"],.contact-info input[type="email"],.contact-info textarea{
	outline: none;
    border: 1px solid #2b2b2b;
    padding: 15px 15px;
    background: transparent;
    color: #6B6B6B;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
    margin: 2em 0 1em 0em;
    position: relative;
    display: block;
	
}
.contact-info textarea{
    border: 1px solid #2b2b2b;
    padding: 15px 15px;
    background: transparent;
    color: #000;
    font-size: 14px;
    width:100%;
    letter-spacing: 2px;
	min-height: 100px;
    resize: none;
    margin: 1em 0;
    width: 100%;
	width:100%;
}
.contact-info input[type="submit"] {
    outline: none;
    border: 1px solid #2b2b2b;
    padding: 13px 54px;
    background: #fff;
    color: #6B6B6B;
    font-size: 17px;
    margin: 2em 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    letter-spacing: 1px;
    text-align: left;
}
.contact-info input[type="submit"]:hover{
    background: #6B6B6B;
    color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-textarea-placeholder  {
           color: gray;
        }
        input:focus::-webkit-input-placeholder, textarea:focus::-webkit-textarea-placeholder   {
            color: black;
        }

        /* Firefox < 19 */
        input:-moz-placeholder, textarea:-moz-placeholder {
            color: gray;
        }
        input:focus:-moz-placeholder, textarea:focus:-moz-placeholder  {
            color: gray;
        }

        /* Firefox > 19 */
        input::-moz-placeholder, textarea::-moz-placeholder  {
           color: gray;
            opacity: 1;
        }
        input:focus::-moz-placeholder, textarea:focus::-moz-placeholder  {
            color: black;
        }

        /* Internet Explorer 10 */
        input:-ms-input-placeholder, textarea:-ms-input-placeholder  {
          color: gray;
        }
        input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder  {
            color: black;
        }


          textarea::-webkit-input-placeholder {
            color: color: gray;
        }
         
        /* Firefox 18- */
        textarea:-moz-placeholder {
            color: gray; 
        }
         
        /* Firefox 19+ */
        textarea::-moz-placeholder {
            color: gray; 
        }
     
        textarea:-ms-input-placeholder {
            color: gray; 
        }
     
        textarea::placeholder {
            color: gray; 
        }
        textarea {
            color: black; 
        }


/*--placeholder-color--*/

::-webkit-input-placeholder{
	color:rgba(255, 255, 255, 0.65);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.65); 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.65);  
}

:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.65);  
}
/*--//placeholder-color--*/


/*-- //contact --*/
 .footer {
      background: #1c2331; color:#fff;
      padding: 4em 0;
      text-align: center;
    }
      .footer ul { list-style:none; margin:5px 0; padding:0 }
      .footer ul li { margin:5px; }
    
    .footer-logo {
      text-align: left;
    
    }
     .footer-logo img {
      margin-top: -20px;
      margin-bottom: 20px;
     }
    .footer h3 { font-size:1.3em; padding:0; margin:0; text-align:left; }
    
    .footer-links {
      margin-bottom: 20px;
    }
    
    .footer-social {
      margin-bottom: 20px;
    }
    
     .footer-links a,
    .footer-social a {
      margin-right: 10px;
      color: #fff;
      display: block;
      text-align: left;
      font-size: 0.9em;
      text-decoration: none;
    }

    .footer-links i { color:#999; }


    .leer { padding:1em; margin: 1em 0; background-color:#01183a; color:#fff; border:0; }


.bg-dark { background-color: rgba(53, 59, 55, 0.8)!important; }
#html5-watermark { display: none!important; }


.serv-info { padding: 2em 0; width: 90%; margin: 5%; }
.txt-info h1 {  color: #0071BC; font-size: 1.8em; margin-bottom: 1em; }
.form-inline2 { display: none; }
.txt-info {border-left: 2px solid #0071BC;}

.serv {padding: 10px 10px 30px 10px;
    background-color: #fff;
    width: 23.8%;
  margin: 0.6%;
      box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}

.serv h2 { text-align:center; font-size:1.2em; margin-top:1.4em;  }

p.prod_desc span { 
    font-weight:700;
     }
/*** boton wats */
#wats_btn { width: 70px; height: 70px; position: fixed; bottom: 60px; right: 5px; z-index: 99999; }
#wats_btn a {color: #ec1f25;}
#wats_btn img { width: 86%; height: auto; }


.testimoniales { padding:5em 0; }
.testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -24px;
    left: 28px;
    border: 12px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #dee2e6 transparent transparent transparent;
    z-index: 1;
}

.testimonial-text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -20px;
    left: 30px;
    border: 10px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
}

.text-primary {
    color: #0071BC !important;
}

.testimonial-item {color: #848484;}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.testimonial-carousel .owl-dot.active {
    background: #E45F4E;
}

.testimonial-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #dddddd;
}



.nosotros {
    width: 80%;
    margin: auto 10%;

}

.nosotros span, .aviso span {
    font-weight: 700;
    

}



.row-nosotros {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-aviso ul {

 padding: 1em 0.5em;

}

#mision {
    background-image: url(../img/bg-mision.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 6em 0;
    text-align: center;

}
#mision h3 { 
    padding-left: 2em;
    text-align:left;
     color:#fff;
 }

 .software {
    background-image: url(../img/bg-software.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 6em 0;
    text-align: center;

}
.software h3 { 
    padding-left: 2em;
    text-align:left;
     color:#fff;
 }



 .funciones {
    padding: 3em 5em;
 }

  .funciones li {
    list-style: disc;
    color: #fff;
    text-align: left;
    margin: 10px 0;
 }

 .row-paquetes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-paquetes p {

    line-height: 1.6em;
 }

 .row-paquetes p.instalacion {
    color: #ee5f08;
    font-weight: 500;
 }


 .paquete {
    padding: 1em 2em;
 }

  .paquete li {
    list-style: disc;
    text-align: left;
    margin: 5px 0;
    font-weight: 600;
    color: #093d83;
 }



/*--responsive--*/

@media(max-width:1440px){
	.banner_bottom, .experience, #portfolio, .pro_cercles,#services {
        padding: 5em 0;
    }
    .skill_info_wthree_agile {
        margin-top: 3em;
    }
    .stats {
        min-height: 454px;
        padding-top: 5em;
    }
    .testimonials_section {
        padding: 5em 0 7em 0;
    }
    .skill_section {
        min-height: 592px;
        padding-top: 6em;
    }
    .contact_sec {
      
        padding-top: 5em;
       
    }
    ul.address {
        margin: 2em auto 0 0;
        padding-top: 2em;
    }
}
@media(max-width:1366px){

    .banner {
        min-height: 680px;
    }

}
@media(max-width:1280px){
	.navbar-default .navbar-nav > li > a {
        padding: 0 0 1em 0;
        margin: 0 1em;
        font-size: 0.9em;
    }
    .banner_info_w3ls_agile h3 {
        font-size: 3.5em;
    }
    .banner_bottom_info {
        margin: 0 auto;
        text-align: left;
        width: 80%;
    }
    .banner_bottom_info h6 {
       font-size: 1.4em;
    }

}
@media(max-width:1080px){


}
@media(max-width:1050px){
	   
}
@media(max-width:1024px){
	.banner_info_w3ls_agile {
    
    .banner {
        min-height: 620px;
    }
}
@media(max-width:991px){
	
    .portfolio-grids {
        padding: 0;
        float: left;
        width: 49%;
    }
    .stats_left {
        padding: 35px 1px;
        width: 49%;
        margin-right:1%;
        float: left;
    }
     
    

}
@media(max-width:900px){
	.navbar-default .navbar-nav > li > a {
        padding: 0 0 1em 0;
        margin: 0 0.5em;
        font-size: 0.85em;
    }
    .banner_info_w3ls_agile h3 {
        font-size: 3em;
    }
    .banner_bottom, .experience, #portfolio, .pro_cercles, #services {
        padding: 4em 0;
    }
    
    .contact_sec {
        
        padding-top: 4em;
        
    }
}
@media(max-width:800px){
	
    .banner {
        min-height: 538px;
    }
   
}
@media(max-width:768px){
	.banner_bottom_info {
        margin: 0 auto;
        text-align: left;
        width: 95%;
    }
     
}

@media (max-width:767px){
    .hero-content h2 {
    
    font-size: 2.2em;

}

.hero-content p{

    font-size: 1em;
    padding: 2em 5em;
}

.navbar-collapse { padding: 1em 0 0 0;
}
.form-inline { display: none;}
.form-inline2 { display: block; }
a.navbar-brand { width: 50%; }
a.navbar-brand img {
    
    width: 70%;
    text-align: center;
 margin: 0 15%;
}
.nav-link {
    
    border: 0;
   
border-radius: 0px;
}

  .banner h1{
    font-size: 2.4em;
  }      

.banner h4{
   text-align: center;
    padding: 0 4em;
    font-size: 1.2em;
  }     

.txt-info {border:none;}

#servicios h3 {
  padding-left: 0;
    
}

 .serv {
    width: 50%;
  margin: 0%;
      
}

 p.prod_desc {
padding: 0;
line-height: 1.8em;
text-align: left;
 }

.skill_info {
 display:none;
  }

.footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
   
}

.nosotros {

    width: 100%;
    margin: 0;
}

.nosotros h2 {

    margin-top: 2em;
}

.funciones {
    padding: 1em;
 }

}

@media(max-width:736px){


    .banner {
        min-height: 478px;
    }
 
    a.navbar-brand {
        padding: 0;
        font-size: 1em;
        line-height: 40px;
    }
    ul.address {
        margin: 1em auto 0 0;
        padding-top: 1em;
    }
}
@media(max-width:667px){
	.banner_bottom_info h6 {
        font-size: 1.3em;
        letter-spacing: 2px;
    }
}
@media(max-width:640px){
	
  
   
    .address li {
        list-style: none;
        display: block;
        margin-right: 0;
    }
    .address li a {
          margin-right:10px;
    }
    ul.address {
        margin: 1em auto 0 0;
        padding-top: 1em;
        text-align: left;
    }
    p.sub_para {
        font-size: 0.9em;
    }
   
}
@media(max-width:600px){
    .banner {
    
    height: 350px;
    position: relative;
}
.texto-ini p { display: block; width: 380px; height: auto; color: #fff; font-size: 1.9em;  position: absolute; top: 180px; right: 0; font-weight: bold; line-height: 1.2em; border-right: 5px solid #0071BC; padding-right: 1em;

}
	
}
@media(max-width:568px){
    .navbar {

    margin-bottom: 0;
    padding: 1.4em 0.6em;

}
	.banner_bottom, .experience, #portfolio, .pro_cercles, #services {
        padding: 3em 0;
    }
    
    .map iframe {
        width: 100%;
        min-height: 300px;
        padding: 1.5em;
    }
}
@media(max-width:480px){
	
    .banner {
        min-height: 447px;
    }
    
    p {
        margin: 0;
        
        line-height: 1.8em;
        font-size: 0.9em;
    }
    
}
@media(max-width:440px){
	a.navbar-brand {
        padding: 0;
        font-size: 0.9em;
        line-height: 40px;
    }
    
    .banner {
        min-height: 420px;
    }
    .banner_bottom_info h4 img {
        width: 13%;
    }
    .banner_bottom_info h6 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }
    .banner_bottom_info h4 {
        font-size: 1em;
        letter-spacing: 1px;
    }

}
@media(max-width:414px){
	.banner_bottom, .experience, #portfolio, .pro_cercles, #services {
        padding: 2.5em 0;
    }
    

    .contact-info input[type="text"], .contact-info input[type="email"], .contact-info textarea {
        padding: 12px 12px;
        font-size: 13px;
        margin: 1em 0 0em 0em;
        float: left;
    }
    .contact_sec {
     
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .skill_info_wthree_agile {
        margin-top: 1.3em;
    }
    p.sub_para {
        font-size: 0.8em;
    }

}
@media(max-width:384px){
	a.navbar-brand {
        padding: 0;
        font-size: 0.8em;
        line-height: 40px;
    }
    
    .contact-info input[type="submit"] {
        outline: none;
        border: none;
        padding: 13px 43px;
        font-size: 17px;
        margin: 1em 0;
    }

    .address li, .address li a {
       font-size: 13px;
    }
    .contact_sec {
       
        padding-top: 2em;
        padding-bottom: 1em;
    }
   
    .testimonials_section {
        padding: 2.5em 0 6em 0;
    }
    .map iframe {
        width: 100%;
        min-height: 200px;
        padding: 1em;
    }
    .footer p {
       font-size: 13px;
    }

    .serv-info {
    padding: 6em 0 0 0;
    width: 100%;
    margin: 0%;
}

}

@media(max-width:320px){

        a.navbar-brand {
            width: 130px;     
            margin: 0 auto;
        }
        a.navbar-brand img {
            width: 90%;
            margin: 0 5%;
        }
    
    .banner {
        min-height: 347px;
    }

.banner h4{
   
    padding: 0 3em;
    font-size: 1.1em;
  }  

    .banner_bottom_info h4 {
        font-size: 0.8em;
        letter-spacing: 1px;
    }
    .banner_bottom_info h6 {
        font-size: 1em;
        letter-spacing: 1px;
        margin: 1em 0;
    }

}
/*--//responsive--*/
