﻿/* Set padding to keep content from hitting the edges */
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media only screen and (min-height: 800px) {
      .mouse_scroll  {
            display:none !important;
   }
 }
 
 .infocontact {
	display: flex;
    justify-content: space-between;
    align-items: center;
 }
 
.mouse_scroll_product {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    position: absolute;
    top: 70%;
    right: 200px;
    /* z-index: 99; */
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	position:absolute;
	top: 50%;
	right: -80px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid black;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

body {
    background: url(/img/logo3.jpg) no-repeat;
	background-size: contain;
    text-align: center;
    /*background-size: cover;*/
    background-position: top center;
    background-color: #9E9E9E;
}

.body-cont {
    background:black;
    overflow-x:hidden;

}
.body-content {
    width:100%;
}

.mb100 {
    margin-top: 100px;
}
.mb150 {
    margin-top: 220px;
}
.mb200 {
    margin-top: 200px;
}
.cont-brand1 {
    padding-left:30px;
    padding-top:10px;
}
.cont-brand2 {
    padding-top: 10px;
    display:none;
}

.btn-index {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    border-radius: 3px 3px 3px 3px;
    padding: 15px 30px 15px 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}


.ok-success {
    padding-top: 4em !important;
    padding-bottom: 5em !important;
    color: #000000 !important;
    padding-left: 2em;
    padding-right: 1em;
}
.text-sm-center {
}

@media screen and (max-width: 800px) {
    .mb100 {
        margin-top: 3em;
    }

    .mb200 {
        margin-top: 3em;
    }
    footer p {
        text-align: center;
    }
    .mb150 {
        margin-top:0px;
    }
    .text-sm-center {
     text-align:center;
    }
}


.jumbotron {
    margin-bottom: 0px;
    background-color: transparent;
    /*padding-left: 15px;
    padding-right: 15px;*/
}
.button-5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #2060ff;
    padding: 10px 16px;
    display: inline-block;
    border: 2px solid #2060ff;
    line-height: 1.2;
    text-align: center;
    max-width: 400px;
    transition: .2s background-color,.2s color;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.button-5:hover {
        background: #fff !important;
        color: #2060ff !important;
        text-decoration: none;
}

@media screen and (min-width: 991px) {
    .jumbotron {
        width:100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin:0 px !important;
        overflow-x:hidden;
        margin-top:0px !important;
    }
}

    body {
        background-color: black;
    }

    footer {
        color: white;
    }

a.navbar-brand {
    color: #ffffff !important;
    text-align: center !important;
}
a.tittle-index, a.tittle-index:link, a.tittle-index:hover, a.tittle-index:visited {
    font-family: 'Calibri';
    font-size: 40px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1em;
}
.hh3_subtitle {
    font-family: Calibri;
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1em;

}
.hh4_subtitle {
    font-family: Calibri;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.1em;
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    max-width: 400px;
    transition: .2s background-color,.2s color;
    border-radius: 5px;
/*    cursor: pointer;*/
}

.btn-index {
    width: 270px;
    height: 50px;
    color: #fff;
    background: #2060ff;
    padding: 10px 28px;
    display: inline-block;
    border: 2px solid #2060ff;
    line-height: 1.2;
    text-align: center;
    max-width: 400px;
    transition: .2s background-color,.2s color;
    border-radius: 5px;
/*    cursor: pointer;*/
}


.navbar-brand {
    display: inline-block !important;
    float: none !important;
    font-size: 18px !important;
    height: 100% !important;
    padding: 0 !important;
    vertical-align: middle !important;
}
h5 {
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
}

.btn-tel {
    height:30px;
    padding-right:2em;
}
.btn-mail {
    height: 46px;
    padding-right: 2em;
}
.btn-whatsapp {
    height:35px;
}
.btn-cerrar {
    height: 20px;
    padding-right: 2em;
}
.tittle {
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }
	
	.site-logo{
		margin-left: 25px;
	}
	
	.mouse-scroll, .mouse_scroll_product {
		display: none !important;
	}
	.hogar{
		margin-top:15px;
	}
    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .btn-space {
        margin-top: 1em;
    }
    a.tittle-index, a.tittle-index:link, a.tittle-index:hover, a.tittle-index:visited {
        font-size: 36px;
    }
	.contacto{
		display:none !important;
		}
	.ocultar{
		display:none !important;
		}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 999px)  {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }
	
	.mouse-scroll, .mouse_scroll_product {
		display: none !important;
	}
	
    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }

    .btn-space {
        margin-top: 1em;
    }
    a.tittle-index, a.tittle-index:link, a.tittle-index:hover, a.tittle-index:visited {
        font-size: 36px;
    }
    #brand1 {
        margin: 0 auto;
    }
	
	.contacto{
		display:none !important;
		}
	.ocultar{
		display:none !important;
		}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }
	
	.mouse-scroll, .mouse_scroll_product {
		display: none !important;
	}

    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .btn-space {
        margin-top: 1em;
    }
    a.tittle-index, a.tittle-index:link, a.tittle-index:hover, a.tittle-index:visited {
        font-size: 36px;
    }
    #brand1 {
        margin: 0 auto;
    }
	.contacto{
		display:none !important;
		}
	.ocultar{
		display:none !important;
		}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }

	.mouse-scroll, .mouse_scroll_product {
		display: none !important;
	}
	
    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .cont-cent {
        display: none;
    }

    a.tittle-index, a.tittle-index:link, a.tittle-index:hover, a.tittle-index:visited {
        font-size: 36px;
    }
	.contacto{
		display:none !important;
		}
	.ocultar{
		display:none !important;
		}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .logo2 {
        display: none;
    }
	
	.mouse_scroll  {
            display:none !important;
   }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }

    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .cont-cent {
        display: none;
    }
	.contacto{
		display:none !important;
		}
	.ocultar{
		display:none !important;
		}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .logo2 {
        display: none;
    }

    .logo1 {
        display: block;
    }

    footer p {
        text-align: center;
    }

    .cont-brand1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 0px;
    }
    .cont-cent {
        display: none;
    }
	.contacto{
		display:none !important;
		}	
	.ocultar{
		display:none !important;
		}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) {
    .cont-brand1 {
        padding-left: 30px;
        padding-top: 10px;
        text-align:left;
    }

    .cont-brand2 {
        padding-top: 10px;
        display:block;
    }
    .cont-cent {
        display:block;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .cont-brand1 {
        padding-left: 30px;
        padding-top: 10px;
        text-align: left;
    }

    .cont-brand2 {
        padding-top: 10px;
        display:block;
        float:right !important;
    }
    .cont-cent {
        display: block;
    }
 }

@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : portrait) {
    .cont-brand1 {
        padding-left: 30px;
        padding-top: 10px;
        text-align: left;
    }

    .cont-brand2 {
        padding-top: 10px;
        display: none;
    }

    .cont-cent {
        display: none;
    }
}

@media only screen and (max-width : 990px) {
    .modal-footer {
        text-align: left !important;
    }
}


    .box-promo {
        width: 375px;
        background-color: #00a2e8;
        color: #fff;
        padding-top: 1.5em;
        margin-top: 0.75em;
        padding-bottom: 1.5em;
        font-size: 16px;
        margin:auto;
    }


@media only screen and (max-width : 990px) {
    .box-promo {
        width: 300px;
        background-color: #00a2e8;
        color: #fff;
        padding-top: 1.5em;
        margin-top: 0.75em;
        padding-bottom: 1.5em;
        font-size: 16px;
        margin: auto;
    }

    #chat-application {
       display:none !important;
    }
}
    .promo-time {
        font-size: 13px;
    }
    .cont-promo {
        margin-top:10px;
    }

.button-1 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #2060ff;
    padding: 10px 16px;
    display: inline-block;
    border: 2px solid #2060ff;
    line-height: 1.2;
    text-align: center;
    max-width: 400px;
    transition: 0.2s background-color, 0.2s color;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

    .button-1:hover {
        background: #fff;
        color: #2060ff;
    }



@media (min-width: 576px) {

    .d-sm-inline-block {
        display: inline-block !important;
    }
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.solutions {
    text-align: center;
    margin: -70px 0 0;
    background-color: #ffffff;
  /*  padding-left: 15px;
    padding-right: 15px;*/
  margin-bottom:0px !important;
      padding-bottom:0px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  /* margin-right: -15px;
    margin-left: -15px;*/
}

.row--custom-spacing {
    padding: 0 5px;
    /*margin-right: 10px;*/
}

.solutions__item {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    border-radius: 2px;
    background: #fff;
    padding: 30px 22px 20px;
    width: 100%;
    position: relative;
    height: 100%;
}

.solutions__name__link__mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.solutions__icon-container {
    min-height: 65px;
    width: 100%;
}
@media (max-width: 1199px) {
    .solutions__icon-container {
        min-height: 5px;
        width: 100%;
    }
}
.solutions__info-container {
    /*height: 100%;*/
    width: 100%;
}

.solutions__name {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
}

.solutions__text {
    color: #666;
    font-size: 13px;
    height: 100%;
}

.solutions__button-container {
    padding-top: 15px;
}

.solutions__name {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
}

.solutions__name__link {
    color: inherit;
}

.solutions__text {
    color: #666;
    font-size: 13px;
    height: 100%;
}
@media (min-width: 1200px) {
    .solutions__text {
        color: #666;
        font-size: 13px;
        min-height: 82px;
    }
}
    .solutions__button-container {
        padding-top: 15px;
    }

    
    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.display-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .d-block {
        display: block !important;
    }

    .awards {
        /*padding: 60px 0;*/
       /* padding-top:70px;*/
        padding-bottom:60px;
       background-color: #ffffff;
        /* padding-left: 15px;
    padding-right: 15px;*/
    }

    @media (max-width: 1199px) {
        .awards {
            clear: both;
            margin-top: 1em;
            padding: 20px 0;
            background-color: #ffffff;
            /* padding-left: 15px;
    padding-right: 15px;*/
        }
    }

    .products {
        position: relative;
        top: -50px;
        margin: auto;
    }

    @media (max-width: 1199px) {
        .products {
            width: 100%;
        }

        .solutions .container {
            padding-right: 0px;
            padding-left: 0px;
        }
    }

    @media (max-width: 1199px) {
        .products {
            position: relative;
            top: 0px;
            margin: 0 !important;
        }

        .row--custom-spacing {
            padding: 0px;
        }

        .row {
            padding: 0px;
        }
    }

    @media (max-width: 1199px) {
        .corporativo {
            margin-top: 0em;
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .hogar {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
    }

    .justify-content-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .awards__title__text {
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 5;
        padding: 0 10px 0 0;
    }

    .awards__title::before {
        content: "";
        height: 1px;
        background: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .awards__title {
        font-size: 18px;
        font-weight: 700;
        position: relative;
        margin: 0 0 10px;
        text-align: left;
    }

    @media screen and (max-width: 575px) {
        .awards__title__text {
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 575px) {
        .awards__title {
            text-align: center;
        }
    }

    @media screen and (max-width: 991px) {
        .awards__title {
            font-size: 22px;
        }
    }

    .awards__subtitle {
        color: #666;
        margin: 0 0 30px;
        text-align: left;
    }


    .button-2 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        padding: 12px;
        display: block;
        border: 2px solid #000;
        border-radius: 5px;
        line-height: 1.2;
        text-align: center;
        max-width: 400px;
        transition: .2s background-color,.2s color;
        cursor: pointer;
        text-decoration: none;
    }

        .button-2:hover {
            background: #000;
            color: #fff;
            text-decoration: none;
        }

    .button-2--blue {
        border-color: #2060ff;
        color: #2060ff;
    }

        .button-2--blue:hover {
            background: #2060ff
        }





    .button-7 {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #2060ff;
        padding: 10px 16px;
        display: inline-block;
        border: 2px solid #2060ff;
        line-height: 1.2;
        text-align: center;
        max-width: 400px;
        transition: .2s background-color,.2s color;
        border-radius: 5px;
        cursor: pointer;
    }


    @media screen and (max-width: 575px) {
        .solutions {
            text-align: left;
            background: black;
        }
		
		.mouse_scroll{
			display: none !important;
		}
    }

    @media screen and (max-width: 767px) {
        .solutions {
            margin-top: 30px;
            background: black;
        }
    }

    @media (max-width: 1199px) {
        .solutions {
            margin-top: 30px;
            background: black;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__item {
            padding: 10px 15px;
        }
    }

    @media screen and (max-width: 991px) {
        .solutions__item {
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__icon-container {
            width: 60px;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__icon {
            max-width: 45px;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__info-container {
            padding: 0 0 0 10px;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__name {
            padding: 15px 0 5px;
            font-size: 20px;
            /*  margin-top: 15px;*/
        }
    }

    @media screen and (max-width: 575px) {
        solutions__text {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 575px) {
        .solutions__name__link {
            background: url(/img/arrow-right-blue.svg) no-repeat 100% 50%/14px !important;
            padding-right: 20px;
        }
    }

    .d-none {
        display: inline !important;
    }

    @media (max-width: 1199px) {
        .d-none {
            display: none !important;
        }
    }

.botonera {
    position: fixed;
    bottom: 80px;
    right: 5px;
}
@media (max-width: 1199px) {
    .botonera {
        position: sticky;
        text-align: right;
		z-index: 99;
		margin-right: 5px;
		bottom: 10rem;
    }
}
.toolbar ul {
        display: table-row;
        list-style: none;
}

ul.toolbar li {
        margin-bottom: 1em;
        list-style: none;
}

.toolbar ul li {
        display: table-cell;
        height: 100px;
        list-style-type: none;
        margin: 10px;
        vertical-align: middle;
        margin: 10px 0;
}

.toolbar ul li a {
            display: table-cell;
            vertical-align: middle;
            height: 100px;
            border: solid 1px black;
}

.toolbar ul li.button a {
            height: 50px;
            border: solid 1px black;
}

.flo-nav-tel {
    width: 70px;
    height: 70px;
}