



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:300,400,600,700,800|Raleway:300,400,600,700');

/*

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;

*/

:root {
    --primaryColor: #01759E;
    --secondColor: #373435;
  }

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

a {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
}

body .container {
    max-width: 1280px;
}

button.owl-dot {
    background: none;
    border: none;
}

#owl-servicios .owl-nav button.owl-prev, #owl-servicios .owl-nav button.owl-next {
    border: none;
    background: none;
    color: var(--secondColor);
    font-size: 30px;
}

/*////////////	CABECERA	/////////////*/
#header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 25px 0;
	box-sizing: initial;
	    background-color: #373435cc;
   /* background-color: var(--primaryColor);*/
    -webkit-transition: -webkit-transform .4s,-webkit-box-shadow .4s;
    transition: -webkit-transform .4s,-webkit-box-shadow .4s;
    transition: transform .4s,box-shadow .4s;
    transition: transform .4s,box-shadow .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
}

#header .logo, #nav-overlay .logo {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 30%;
    height: 60px;
    line-height: 60px;
    text-decoration: none!important;
}

#header .logo img, #nav-overlay .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#header .logo .img-logo-1 {
    display: block;
}

#header .logo .img-logo-2 {
    display: none;
}

#header img.img-iso {
    position: absolute;
    margin-top: -13px;
    display: block;
}
lottie-player {
    position: absolute;
    margin-top: -13px;
    display: block;
}

#header nav {
    float: right;
    width: 70%;
}

#header nav .nav-primary {
    float: right;
    margin-top: 28px;
}

#header nav .nav-primary>li:not(:last-of-type) {
    margin-right: 40px;
}

#header nav .nav-primary>li {
    position: relative;
    float: left;
}

#header nav .nav-primary>li>a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: white;
}

#header nav .nav-primary>li>a:hover {
    text-decoration: none;
    /*color: var(--secondColor);*/
	color: var(--primaryColor);
}

#header nav .nav-primary>li ul, #header.header-dynamic.headroom--unpinned nav .nav-primary>li ul {
    display: none;
    /* position: absolute; */
    padding: 10px;
    /* margin: 10px 0 0 -20px; */
    background-color: var(--primaryColor);
    /* border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; */
    /* border-radius: 6px; */
    /* -webkit-box-shadow: 0 0 0 2px rgba(74,86,105,0.1), 0 15px 30px rgba(74,86,105,0.1);
    box-shadow: 0 0 0 2px rgba(74,86,105,0.1), 0 15px 30px rgba(74,86,105,0.1); */
}

#header .clientes:hover ul{
    display: block;
}
.clientes:hover .button {
    border-bottom-left-radius: initial !important;
    border-bottom-right-radius: initial !important;
}
.clientes li a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    display: block;
}
.clientes li a:hover {
    color: var(--secondColor);
}
.clientes div.button-secondary {
    padding: 0 16px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    background-color: var(--primaryColor);
    font-weight: 600;
    height: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}


#header nav .nav-primary>li>a.button {
    padding: 0 16px;
    border-radius: 4px;
	color: #4a5669;
}

#header nav .nav-primary>li>a.button.button-secondary {
    /*color: #4a5669;
    background-color: #fc3;*/
	color: #fff;
	background-color: var(--primaryColor);
    font-weight: 600;
}

#header nav .nav-primary>li>a.button.button-secondary:hover {
    /*color: rgba(74,86,105,0.6);*/
	color: #fff;
    /* background: var(--secondColor); */
}

#header nav .nav-secondary {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

#header nav .nav-secondary li:not(:last-of-type) {
    margin-right: 30px;
}

#header nav .nav-secondary li {
    float: left;
}

#header nav .nav-secondary li a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

#header nav ul {
    list-style-type: none;
}

.icon-left {
    margin-right: .5em;
}

.icon-menu .menu-icon {
    font-size: 30px;
    color: #fff;
    /* padding: 0; */
    position: relative;
    top: -10px;
    right: 20px;
    /* margin: 0 0 0 10px; */
}






.header {
    position: fixed;
    z-index: 21; 
    width: 100%;
	height: 0px;
}
.icon-menu {
	display: none;
	position: relative;
	float: right;
	z-index: 1;
	cursor: pointer;
	padding: 20px 0 0 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.icon-menu:hover {
    opacity: 0.6;
}

.numero-contratos {
    position: absolute;
    padding: 10px 0 0 0;
}

.contratos {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #cd3132;
    font-size: 44px;
    padding: 0 0 0 10px;
    margin: 0px;
}

.contratos span {
    color: #fff;
	padding: 0 0 0 5px;
}

img.num-head {
    position: relative;
    top: -8px;
}


/*////////////	MENU SECUNDARIO	/////////////*/
.back-menu {
	position: fixed;
    background: rgba(80, 113, 28, 0.8);
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    z-index: 20;
}

nav {
    position: relative;
    width: 100%;
}

ul.nav {
    
    display: block;
    text-align: center;
}

ul.nav li {
    font-size: 40px;
    /* color: #fff; */
    /* display: block; */
}

ul.nav a {
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

ul.nav a:hover {
    color: #e73225;
    /* background: #ffffff; */
    text-decoration: none;
    
}




/*////////////	INICIO	/////////////*/
#inicio{
	
}
.bg-principal {
	background: url(../img/bg-1.png?v1.0.8);
	/*background-color: var(--primaryColor);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
	    position: relative;
    overflow: hidden;
}

.overlay-inicio {
    /* background-color: rgba(1, 117, 158, 0.79); */
    width: 100%;
    height: 100%;
    position: absolute;
}


.bg-principal::before {
    background-image: url(../img/nube-skynet-izq.png?v1.0.8);
	right: 50%;
    padding-right: 320px;
    background-position: left bottom;
	box-sizing: initial;
}

.bg-principal::after {
    left: 50%;
    padding-left: 320px;
    background-position: right bottom;
    background-image: url(../img/nube-skynet-der.png?v1.0.8);
	box-sizing: initial;
}


.bg-principal::before, .bg-principal::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 1046px;
    height: 178px;
    background-size: 1046px 178px;
    background-repeat: no-repeat;
}


/*/////////////   ROTACION DE TEXTO BANNER     //////////////*/


.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}




/*/////////////    NUBES     //////////////*/

.nubes {
    position: relative;
    top: 120px;
    /* margin: 0 auto; */
    /* display: block; */
    /* width: 100%; */
}

.nubes img {
    position: absolute;
    top: 0;
    z-index: 1;
}

.nubes img.cloud1 {
    top: 30px;
    -webkit-animation: cloud1 45s linear 1s infinite;
    animation: cloud1 45s linear 1s infinite;
    opacity: 0;
}

@-webkit-keyframes cloud1 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

@keyframes cloud1 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

.nubes img.cloud2 {
    top: 25px;
    -webkit-animation: cloud2 35s linear 6s infinite;
    animation: cloud2 35s linear 6s infinite;
    opacity: 0;
}

@-webkit-keyframes cloud2 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

@keyframes cloud2 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

.nubes img.cloud3 {
    top: 115px;
    -webkit-animation: cloud3 30s linear 11s infinite;
    animation: cloud3 30s linear 11s infinite;
    opacity: 0;
}

@-webkit-keyframes cloud3 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

@keyframes cloud3 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

.nubes img.cloud4 {
    top: 70px;
    -webkit-animation: cloud4 55s linear 16s infinite;
    animation: cloud4 55s linear 16s infinite;
    opacity: 0;
}

@-webkit-keyframes cloud4 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

@keyframes cloud4 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

.nubes img.cloud5 {
    top: 200px;
    -webkit-animation: cloud5 25s linear 20s infinite;
    animation: cloud5 25s linear 20s infinite;
    opacity: 0;
}

@-webkit-keyframes cloud5 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}

@keyframes cloud5 {
    0% {
        opacity: 0;
        right: 0
    }

    10% {
        opacity: 1;
        right: 70px;
    }

    90% {
        opacity: 1;
        right: 1000px
    }

    100% {
        opacity: 0;
        right: 1088px
    }
}







/*/////////////    BANNER     //////////////*/

.imgs-banner {
    position: relative;
    float: right;
}

.carousel {
    position: relative;
    float: right;
}

#carousel-banner .globo-banner {
	animation-delay: 1.5s;
}

.bg-edificios {
    position: relative;
    top: 130px;
}

.img-vehiculo {
    position: absolute;
    top: -50px;
    left: 20%;
    /* right: 25%; */
}

img.globo-banner {
    position: relative;
    top: -240px;
    left: 50px;
}

.text-banner {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
	line-height: 56px;
	top: 25%;
    width: 40%;
    position: absolute;
}

p.text-banner2 {
    position: relative;
    padding-top: 40px;
}

p.desc-banner {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    padding-right: 50px;
}

#carousel-banner .icon-banner {
    font-size: 30px;
}

/*/////////////    SERVICIOS    //////////////*/


.minh-100 {
			height: 100vh;
		}





/*////////////	SCROLL  /////////////*/

.abajo {
    position: absolute;
    bottom: 80px;
    margin-left: auto;
    margin-right: auto;
	z-index: 3;
    left: 0;
    right: 0;
    text-align: center;
}

.scroll-slider1 {
    width: 37px;
    height: 55px;
    border: 4px solid #ffffff;
    border-radius: 20px;
    margin-left: -19px;
    position: absolute;
}

.scroll-slider1::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    /* border: 2px solid #6b6b6b; */
    background: white;
    border-radius: 90px;
    position: absolute;
    left: 9px;
    top: 8px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.scroll-slider1:hover {
    background-color: rgba(255,255,255,0.3);
}

.scroll-slider1:hover:before {
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
}


/*////////////	SERVICIOS   /////////////*/


#servicios {
	background: rgba(255, 255, 255, 0.91);
    text-align: center;
	padding-top: 130px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}

.contenido-servicios {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #504f50;
	padding: 50px 0 0 0;
	width: 45%;
    margin: 0 auto;
}

#servicios .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondColor);
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1;
	z-index: 1;
}

#servicios .titulo span {
    color: var(--primaryColor);
}

#servicios .subtitle {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	letter-spacing: 1px;
    color: #707070;
	z-index: 1;

}

#servicios .subtitle-ser {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--primaryColor);
	padding-bottom: 20px;

}

.contenido-servicios p {
	font-family: 'Open Sans', sans-serif;
    padding-bottom: 30px;
    font-size: 20px;
    color: #707070;
    font-weight: 300;
	line-height: 30px;
}

a.btn.btn-servicios {
    padding: 17px 70px;
    background: #e73225;
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 300;
}

.icons {
    /* width: 40px; */
    text-align: center;
    font-size: 82px;
    color: #373435ed;
    padding-bottom: 10px;
}

a.btn.btn-servicios:hover {
    background: #409b46;

}

#owl-servicios.owl-theme .owl-dots .owl-dot span {
    background: #bcbcbc;
}

#owl-servicios.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
}


.slider-nav {
    position: absolute;
    /* display: inline-table; */
    top: 0px;
    /* margin: 0 auto; */
    /* width: 100%; */
    /* overflow: hidden; */
    align-items: center;
    left: 50%;
    margin-left: -220px;
}

.thumbs {
    position: absolute;
    top: -90px;
    margin: 0 auto;
    text-align: center;
    /* display: -webkit-box; */
    /* overflow: hidden; */
}

.thumb {
    position: absolute;
}

.icons2 {
    /* width: 40px; */
    text-align: center;
    font-size: 450px;
    color: #f8f8f8;
    padding-bottom: 10px;
	-webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
}

.thumb.active .icon-asesoria, .thumb.active .icon-instalacion, .thumb.active .icon-monitoreo, .thumb.active .icon-soporte{ opacity: 1;	}

.thumb .icon-asesoria, .thumb .icon-instalacion, .thumb .icon-monitoreo, .thumb .icon-soporte { opacity: 0; }

.icons2.icon-asesoria {
    margin-left: -45px;
}


/* .dotas {
    position: absolute;
    bottom: -200px;
    background: var(--primaryColor);
    width: 10px;
    height: 10px;
    z-index: 99;
}/*/

/*////////////	SERVIDOR   /////////////*/

#servidor {
	background: url(../img/bg-4.png?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
	position: relative;
    overflow: hidden;
	padding: 74px 0 20px 0;
}

#servidor .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.1;
}


#servidor .subtitle {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #fff;

}

.boton-servidor {
    float: right;
    top: -65px;
    position: relative;
    padding-left: 10px;
}

a.btn.btn-servidor {
    padding: 13px 40px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 600;
    border: 2px solid #fff;
}

a.btn.btn-servidor:hover {
    background: #ffffff;
    color: var(--primaryColor);
}


/*////////////	PLANES   /////////////*/

#planes {
	background: #363636;
	background: url(../img/bg-5.png?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
	position: relative;
    overflow: hidden;
	padding: 130px 0;
	text-align: center;
}

.owl-centered .owl-item > div {
  text-align: center;
}
.content-planes {
    width: 75%;
	margin: 0 auto;
	padding: 50px 0;
}


.contenido-planes {
    width: 100%;
    background: rgba(63, 189, 213, 0);
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
	    height: 460px;
  
}

#planes .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.1;
}

#planes .subtitulo {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	letter-spacing: 1px;
    color: #fff;

}

#planes .titulo span {
    color: var(--primaryColor);
}


#planes .subtitle {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
	background: var(--primaryColor);
	padding: 27px 0;

}

#planes .subtitle span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.contenido-planes p {
	font-family: 'Open Sans', sans-serif;
    /* padding-bottom: 50px; */
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    padding: 20px 0 6px 0;
}

.contenido-planes .descripcion p {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    padding: 38px 0 10px 0;
}

.contenido-planes .descripcion p span {
    text-decoration: line-through;
    color: #cecece;
}

.boton-planes {
    float: right;
    top: -65px;
    position: relative;
}

a.btn.btn-planes {
    padding: 13px 40px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 600;
    border: 2px solid #fff;
}

a.btn.btn-planes:hover {
    background: #ffffff;
    color: var(--primaryColor);
}


#owl-planes.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}


#owl-planes.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
}


.contenido-planes .icons {
    font-size: 120px;
    color: #fff;
	    padding: 70px 0 0 0;
}

.contenido-planes .icons.icon-premium {
    font-size: 150px;
    padding: 40px 0 0 0;
}

.contenido-planes span.title-equipo {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


.contenido-planes .front {
    position: absolute;
    background: #01759ee6;
    width: 100%;
    padding-bottom: 35px;
	height: 100%;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.contenido-planes .back {
    position: relative;
    background: var(--primaryColor);
    padding-bottom: 35px;
	opacity: 0;
	height: 100%;
	pointer-events: none;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}





/*////////////	PRODUCTOS  /////////////*/


#productos {
	background: var(--primaryColor);
	background: url(../img/bg-6b.png?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
	padding-top: 130px;
	padding-bottom: 150px;
	
}

.contenido-productos{
	padding: 10px 0 0 0;

    margin: 0 auto;
}

#productos .titulo {
	display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
	line-height: 1;
    padding: 15px 0 0 0;
	
}

#productos .titulo span {
    color: var(--secondColor);
}

#productos .subtitulo {
	display: block;
    position: relative;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
	
}

#productos .subtitle {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #fff;
	padding: 32px 0 0 0

}

.contenido-productos p {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    padding: 15px 0px 40px 0px;
    /* width: 85%; */
    margin: 0 auto;
    font-weight: 300;
    text-align: left;
}

.desc-product {
    padding: 40px 0;
}

.right {
    text-align: right;
}

#owl-productos img {
    display: block;
   width: auto;

}

#owl-productos .right img {
    display: initial;
    width: auto;
    position: relative;
    text-align: right;
    margin: 0 auto;
}

#owl-productos .equipo {
    text-align: -webkit-center;
	position: absolute;
    top: -20px;
    z-index: 0;
}

#owl-productos .equipo.jumbotron {
    background-color: #6dbedb29;
    border-radius: 50%;
	width: 400px;
    height: 400px;
    backdrop-filter: blur(2px);
}

#owl-productos .equipo img {
   
}

.contenido-productos .right p {
    text-align: right;
}

.circle {
    background: rgba(63, 189, 213, 0);
    width: 380px;
    height: 380px;
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 140px;
	opacity: 0;
	
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.circle:hover {
    background: #08789f8a;
	opacity: 1;
}

.circle span {
    display: block;
    font-size: 80px;
    line-height: 0.95;
    /* padding-bottom: 10px; */
    margin-bottom: 15px;
    width: 85px;
    height: 85px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 50%;
    border: 2px solid #fff;
}


#owl-productos.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}


#owl-productos.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondColor);
}


/*////////////	BENEFICIOS   /////////////*/


#beneficios {
	background: #1d1f1f;
    text-align: center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.contenido-beneficios {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #504f50;
	width: 70%;
    margin: 0 auto;
}

#beneficios .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.1;
}

#beneficios .titulo span {
    color: var(--primaryColor);
}

#beneficios .subtitulo {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
	letter-spacing: 1px;
    color: #fff;

}

#beneficios .subtitle {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #fff;

}
.contenido-beneficios p {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
    font-size: 20px;
    color: #9e9d9d;
    font-weight: 300;
	line-height: 30px;
	padding: 12px 0 30px 0;
}

#owl-beneficios img {
    width: auto;
	margin: 0 auto;
	padding: 70px 0 15px 0;
}

a.btn.btn-beneficios {
    padding: 17px 70px;
    background: #e73225;
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 300;
}

a.btn.btn-beneficios:hover {
    background: #409b46;

}

#owl-beneficios.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

#owl-beneficios.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
}

.owl-theme button:focus {
    outline: none;
}



/*////////////	SOCIAL  /////////////*/

#social {
	background: var(--primaryColor);
    position: relative;
    padding: 50px 0 48px 0;
    text-align: right;
}

#social .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.1;
}

#social .titulo span {
   color: var(--secondColor);
}

.boton-social {
    top: -3px;
    position: relative;
    display: inline;
    margin-left: 7px;
}

a.btn.btn-social {
    padding: 6px 0 0 1px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 600;
    border: 3px solid #fff;
}

a.btn.btn-social:hover {
    background: #ffffff;
    color: var(--primaryColor);
}





/*////////////	NOSOTROS  /////////////*/
.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.overlay-nosotros {
    background-color: rgba(63, 189, 213, 0);
    width: 100%;
    height: 100%;
    position: absolute;
	
	 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#nosotros {
    background: #fff;
	background: url(../img/bg-2.jpg?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
	height: 750px;
	position: relative;
	
}

.contenido-nosotros {
	padding: 130px 0 100px 0;
	text-align: left;
	position: absolute;
	left: 0;
}

.contenido-nosotros .img-nos {
    float: right;
    position: relative;
    margin: 0 auto;
    top: -30px;
}

.icon-nosotros {
    padding-bottom: 20px;
}

#nosotros .titulo {
    display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondColor);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0px;
}

#nosotros .titulo span {
	color: var(--primaryColor);
}

#nosotros .subtitle {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #707070;
    padding-bottom: 20px;
}



.contenido-nosotros p {
    font-size: 20px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    width: 40%;
    /* margin: 0 auto; */
    /*padding-bottom: 20px;*/
}

a.icon-ins {
    padding-right: 24px;
	
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
	
    -webkit-filter: grayscale(100%) brightness(130%);
    -moz-filter: grayscale(100%) brightness(130%);
    -ms-filter: grayscale(100%) brightness(130%);
    -o-filter: grayscale(100%) brightness(130%);
    filter: grayscale(100%) brightness(130%);
    opacity: 0.6;
}

a.icon-ins:hover {
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
    -ms-filter: grayscale(0%) brightness(100%);
    -o-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    opacity: 0.8;
}


.contenido-nosotros a.btn {
    padding-left: 20px;
}

a.btn.btn-nosotros {
    padding: 11px 38px;
    background: var(--primaryColor);
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 600;
    border: 2px solid var(--primaryColor);
	    margin-top: 26px;
}

a.btn.btn-nosotros:hover {
    background: var(--secondColor);
    color: #fff;
    border-color: var(--secondColor);
}

/* ////// CONOCER MAS ////// */

.conocer-mas {
    text-align: center;
	/*position: absolute;*/
	padding: 200px 0 100px 0;
	display: none;
	width: 100%;
}

.btn-mision {
    display: inline-block;
    padding: 0 120px 0 0;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.btn-vision {
    display: inline-block;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.btn-mision:hover, .btn-vision:hover {
    opacity: 0.6;
}

#nosotros .conocer-mas .subtitle {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.conocer-mas p {
    font-size: 22px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    width: 55%;
    display: block;
    margin: 0 auto;
    font-weight: 300;
    padding-bottom: 70px;
    padding-top: 20px;
}

.conocer-mas .icon-mision {
    font-size: 55px;
    color: white;
}

a.btn.btn-sobre-nosotros {
    padding: 11px 38px;
    background: var(--primaryColor);
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 45px;
    font-weight: 600;
    border: 2px solid #ffffff;
}

a.btn.btn-sobre-nosotros:hover {
    background: #ffffff;
    color: var(--primaryColor);
}

.descripciones {
    position: relative;
    height: 180px;
}

p.cont-vision {
    display: none;
}

p.cont-mision {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	right:0;
 } 



/* ////// COMO LO HACEMOS ////// */

#proceso {
	
	background: url(../img/bg-3.png?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
	padding-top: 130px;
	padding-bottom: 150px;
	overflow: hidden;
	
}

.contenido-proceso{
	padding: 50px 0 0 0;
	width: 85%;
    margin: 0 auto;
}

#proceso .titulo {
	display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
	line-height: 1;
    padding: 15px 0 0 0;
	
}

#proceso .titulo span {
    color: var(--secondColor);
}

#proceso .subtitulo {
	display: block;
    position: relative;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
	
}

.contenido-proceso p {
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    padding: 20px 0px 30px 0px;
    width: 85%;
    margin: 0 auto;
    font-weight: 300;
    text-align: center;
}

.proceso {
    padding: 80px 0;
	position: relative;
}

.item-proceso {
    margin: 40px 0;
	position: relative;
    margin: 0 auto;
    width: 60%;
}

.img-proceso {
    position: absolute;
	top: 30px;
    /* right: 0; 
    margin: 0 auto;
    width: 100%;*/
}

.img-proceso.right {
    width: 100%;
    text-align: right;
}


#proceso p.desccripcion-proceso {
	text-align: left;
    padding: 0 0 0 78px;
	width: 100%;
}

#proceso .num {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    position: absolute;
    color: #ffffff;
    top: -11px;
    font-weight: 600;
}

#proceso .title-proceso{
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    color: #409b46;
	padding-left: 20px;
	padding-left: 77px;
    font-weight: 600;
	text-align: left;
}

.trayecto {
    position: absolute;
}

.str0 {stroke:#fff;stroke-width:14.2042;/*stroke-dasharray:71.020908 14.204182*/}
.fil0 {fill:none}

.path {
	stroke-dasharray: 6000;
	stroke-dashoffset: 0;
}
			
			
.trazo1 {
	position: relative;
    margin: auto;
    top: 170px;
    width: 80%;
}



/* ////// FIN COMO LO HACEMOS ////// */




/*////////////	CONTACTO /////////////*/


#contacto {
	
	padding: 100px 0px;
}

#contacto .titulo {
	display: block;
    position: relative;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondColor);
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1;
    padding: 15px 0 0 0;
	
}

#contacto .titulo2 {
	display: block;
    position: relative;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondColor);
    font-weight: 600;
	line-height: 1;
    padding: 15px 0 0 0;
	
}

#contacto p {
    font-size: 16px;
    color: #868686;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 0px 10px 0px;
    font-weight: 400;

}

.info-mail, .info-cel, .info-direccion {
    padding-bottom: 20px;
}

.direccion .info-mail a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #868686;
}

.direccion .info-cel a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #868686;
	display: inline;
}

#contacto a.celular:hover {
    text-decoration: none;
    color: var(--primaryColor);
}

.direccion .info-direccion p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #868686;
	display: inline;
}

.direccion .icon {
    width: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--primaryColor);
}

.contact-form {
    padding: 70px;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, .1);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, .1);
    margin-bottom: -184px;
    width: 100%;
    background: #fff;
}


/*////////////	FORMULARIO  /////////////*/

form#contactform {
    padding: 20px 0;
}



form label.form-group {
    display: block;
    position: relative;
    font-weight: 400;
    cursor: text;

    margin: 0 auto;
    padding: 2px 0;
}

form .form-control:focus {
    color: var(--secondColor);
    background-color: #FBFBFB;
    border-color: inherit;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

form .form-control::placeholder { color: #bbb; -webkit-transition: all 0.375s ease-out; -moz-transition: all 0.375s ease-out; -o-transition: all 0.375s ease-out; transition: all 0.375s ease-out;}

form input.form-control {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0 28px;
    text-align: left;
    height: 3rem;
    font-size: 16px;
    color: #bbb;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form textarea.form-control {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    resize: vertical;
    line-height: 1.4em;
    display: block;
    background-color: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 0.25rem;
    outline: 0;
    padding: 10px 20px 15px 28px;
    font-size: 16px;
    color: #fff;
}

span.mensaje-confirmacion {
    display: none;
    font-family: 'Open Sans', sans-serif;
    color: var(--primaryColor);
    font-size: 16px;
    padding: 10px 0 0 0;
}

.btn-form {
    text-align: center;
}
button.btn.btn-enviar {
    background: var(--primaryColor);
    width: 100%;
    font-size: 16px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding-right: 0px;
    font-weight: 500;
    border: none;
    border-radius: inherit;
    padding: 15px;
}

button.btn.btn-enviar:hover {
    color: #fff;
	background: var(--secondColor);
}

button.btn.btn-enviar:focus {
    border-color: inherit;
    outline: none;
    text-decoration: none;
    box-shadow: none;
	border: none;
}



/*////////////	FOOTER /////////////*/

#main-footer {
    padding: 70px 0px 50px;
	background: var(--secondColor);
	background: url(../img/bg-footer.png?v1.0.8);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo img {
    padding: 0 0 17px 0;
}

#main-footer p {
    color: #cfd4d6;
	font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.footer-menu {
    float: right;
    padding-top: 110px;
}

.footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-menu ul li {
    float: left;
    margin-left: 30px;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

#main-footer hr {
    margin: 40px 0px;
	border-top: 1px solid #ffffff2e;
}

.footer-btm p a, #main-footer .footer-btm p {
    color: #c5c4c4b0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}


/* CHEQUEADORES*/

label span {
	padding-left: 20px;
    position: absolute;
    top: 18px;
    float: right;
    right: 8px;
	color: var(--primaryColor);
	}

label i.fa-check {
	color: #ffffff;
	}

label i.fa-close {
	color: #ed5566;
	}
label span .icon-close {
	color: #ed5566;
	}
	
label .fa {
    font-size: 18px;
}


/*////////////	FIN FORMULARIO  /////////////*/






/*////////////	RESPONSIVE /////////////*/

@media (max-width: 1199px){
	html {
    font-size: 55%;
	}
}

@media (max-width: 1142px){
	
	#header nav {
    display: none;
		
	position: fixed;
    background: var(--primaryColor);
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    z-index: 20;
	align-items: center;
    justify-content: center!important;	
}
	
	#header nav .nav-secondary {
    display: none;
}
	
	.icon-menu {
	display: block;
}
.clientes div.button-secondary {
    padding: 10px;
    font-size: 26px;
    font-weight: 600;
    }
.clientes li a {
    font-size: 25px;
}
.clientes ul {display: block !important}
	
	#header nav .nav-primary {
    float: none;
    margin-top: 0px;
	text-align: center;
	height: 100%;
    width: 100%;	
	display: grid;
    align-items: center;
    padding: 50px 0;
    justify-content: center!important;	
}
	
	#header nav .nav-primary>li {
    float: none;
    margin-right: 0px !important;
		font-size: 40px;
}
	
	#header nav .nav-primary>li>a {
    font-size: 26px;
    font-weight: 600;
    /* padding: 25px; */
}
	
	#header nav .nav-primary>li>a.button.button-secondary {
    margin: 30px;
    padding: 20px 30px 50px 30px;
}
	
}

@media (max-width: 991px){
	html {
    font-size: 53%;
	}
}

@media (max-height: 560px){
	.carousel-item, .carousel-item.active  {
    transform: scale(0.9); 
	}
	
	
}


@media (max-width: 1400px) and (max-height: 768px){
	.carousel {
    top: 50px;
	}
	
	
}




@media (max-width: 767px){
	html {
    font-size: 52%;
	}
	
	p.slogan {
    font-size: 26px;
	}
	
	.contratos {
    display: none;
	}
	
	img.num-head {
    top: 5px;
	}
	
	
	ul.nav li {
    font-size: 36px;
	}
	
	.bg-principal, .bg-principal2 {
    background-size: initial;
    background-position: center center !important;
	}
	
	#header {
    position: absolute;
	background: none;
	}
	
	
	#header .logo {
    max-width: 100%;
    margin-left: 10px;
	height: auto;
	}
	
	#header img.img-iso {;
    display: none;
	}
    lottie-player {
        display: none;
    }
	
	#header .logo .img-logo-1 {
    display: none;
	}
	
	#header .logo .img-logo-2 {
    display: block;
	}
	
	#header nav .nav-primary>li>a.button.button-secondary {
    padding: 20px 20px 50px 20px;
    font-size: 26px;
    font-weight: 600;
	}
    
    #header nav .nav-primary>li>a {
        padding: 0px; 
    }
	
	#header .icon-menu {
	display: block;
    position: fixed;
    right: 10px;
    background: var(--primaryColor);
    padding: 10px 20px;
    border-radius: 50%;
	}
	
	.icon-menu .menu-icon {
    top: 0;
    right: 0;
	}
	
	
	.contenido-servicios {
    width: 100%;
  
	}
	
	.content-planes {
    width: 100%;
	}
	
	.contenido-beneficios {
    width: 100%;

	}
	
	
	.text-banner {
		display: none;
    font-size: 36px;
    width: 100%; 
	}
	
	.carousel {
    float: none;
    top: 50px;
	margin: -15px;
	}
	
	
	
	.abajo {
    display: none;
	}
	
	
	.contenido-beneficios {
    font-size: 20px;
	}
	
	
	#beneficios .titulo {
    font-size: 46px;
	line-height: 1;
	}
	
	
	.contenido-beneficios p {
    padding-bottom: 20px;
    padding-top: 14px;
	}
	
	a.btn.btn-beneficios {
    padding: 18px 30px;
	}
	
	#proceso {
    background-size: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: repeat;
    background-attachment: initial;
    background-position: center center !important;
	}
	.proceso {
    padding: 50px 0;
    margin: -15px;
	}
	
	.trayecto {
    display: none;
	}
	
	.contenido-proceso {
    padding: 50px 0 50px 0;
	}
	
	#proceso .titulo {
    font-size: 45px;
	letter-spacing: 0px;
	}
	
	#proceso .contenido-proceso p {
    font-size: 22px;
    padding-left: 0px;
    width: 100%;
	}
	
	#proceso .titulo2 {
    font-size: 32px;
    letter-spacing: 0px;
	}
	
	#proceso .num {
    font-size: 40px;
    top: -9px;
	position: relative;
    text-align: left;	
	}
	
	.img-proceso {
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 0.3;
	}
	
	.item-proceso {
    margin: 0px 0;
	width: 100%;	
	}
	
	#proceso .title-proceso {
    font-size: 30px;
	padding-left: 44px;	
	}
	
	
	
	#nosotros {
    height: 850px;
    overflow: hidden;
    background-position: center center !important;
	}
	
	#nosotros .titulo {
    font-size: 46px;
	}
	
	#nosotros .subtitle {
    font-size: 20px;
	}
	
	.contenido-nosotros {
    padding: 80px 0 80px 0;
	margin: 15px;
	text-align: center;
	}
	
	.contenido-nosotros p {
    font-size: 22px;
    padding: 0 10px 30px 20px;
    line-height: 1.3;
    width: 100%;
	}
	
	.contenido-nosotros .img-nos {
    display: none;
	}
	
	.conocer-mas {
    padding: 210px 0 100px 0;
	}
	
	.btn-mision {
    padding: 0 60px 0 0;
	}
	
	.descripciones {
    height: 340px;
	}
	
	p.cont-mision, p.cont-vision {
    font-size: 24px;
    width: 100%;
	padding-top: 50px;
	}
	
	a.btn.btn-nosotros, a.btn.btn-sobre-nosotros {
    padding: 17px 40px;
	}
	
	
	.icons-avalados img {
    width: 80%;
	}
	
	a.icon-ins {
		padding: 0px;
    width: 30%;
    display: inline-block;
	}
	
	
	
	
	
	#planes {
    background-size: initial;
	padding: 100px 0 50px 0;
    background-repeat: repeat;
    background-position: center center !important;
	}
	
	
	
	#productos {
    background-size: initial;
	padding-top: 80px;
    padding-bottom: 40px;
    background-repeat: repeat;	
    background-position: center center !important;
    background-attachment: initial;
	}
	
	#owl-productos .equipo.jumbotron {
    background-color: #01759Ea3;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	}
	
	#owl-productos .equipo img {
    position: relative;
    top: 10px;
	}
	
	
	#owl-productos .equipo {
    position: relative;
	}
	
	.desc-product .right, .desc-product .left {
    display: none;
	}
	
	.circle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    left: 0px;
    top: 0px;
    font-weight: 600;
	font-size: 18px;
	padding: 0px;
	}
	
	
	
	
	#servidor {
    padding: 74px 0 70px 0;
    text-align: center;
    background-repeat: repeat;
    background-position: center center !important;
    background-attachment: initial;
	}
	
	
	.boton-servidor {
    float: none;
    top: 0px;
    padding-top: 20px;
	}
	
	
	
	
	#servicios {
    padding-top: 100px;
    padding-bottom: 50px;	
    background-position: center center !important;
	}
	
	
	
	#beneficios {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center center !important;
    }
    .playerBox {
        display: none;
    }
	
	
	#social {
    text-align: center;
    background-position: center center !important;
    
	}
	
	#social .titulo {
    padding: 15px 0 36px 0;
    display: flex;flex-wrap: wrap;justify-content: center;
	}
	
	.boton-social {
    top: 10px;
    padding: 0 5px;
    margin-left: 5px;
	}
	
	
	
	#contacto {
    padding: 60px 0px;
    text-align: center;
    background-position: center center !important;
	}
	
	#contacto p {
    font-size: 18px;
	}
	
	.direccion {
    font-size: 20px;
	}
	
	
	.contact-form {
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
	}
	
	.direccion .icon {
    font-size: 36px;
    display: block;
    margin: 0 auto;
	}
	
	
	
	
	#repertorio .titulo {
    font-size: 64px;
	}
	
	a.telefono {
    font-size: 38px;
	}
	
	a.celular {
    font-size: 20px;
    padding: 20px 0 0px 0;
	}
	
	.celular span {
    display: none;
	}
	
	
	.footer-menu {
    display: none;
	}
	
	
	
	.contenido-footer {
    padding: 100px 0px 250px 0px;
	}
	
	
	
	form label.form-group {
    width: 100%;
	}
	
	form input.form-control {
    padding: 0 20px;
    height: 6rem;
    font-size: 20px;
	}
	
	form textarea.form-control {
    line-height: inherit;
    padding: 10px 15px 15px 20px;
    font-size: 20px;
	}
	
	
	
	#inicio .carousel-indicators {
    display: none;
	}
	
	label span {
    font-size: 14px;
	}
	
	

	
}






@media (max-width: 480px){
	html {
    font-size: 50%;
	}
}







/* /////////// FIN MODIFICACIONES GENERALES ////////////// */


/* /////////// FONTS ICON ////////////// */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?v1.0.0');
  src:  url('../fonts/icomoon.eot?v1.0.0') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?v1.0.0') format('truetype'),
    url('../fonts/icomoon.woff?v1.0.0') format('woff'),
    url('../fonts/icomoon.svg?v1.0.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basico:before {
  content: "\e905";
}
.icon-premium:before {
  content: "\e906";
}
.icon-standard:before {
  content: "\e907";
}
.icon-asesoria:before {
  content: "\e900";
}
.icon-instalacion:before {
  content: "\e901";
}
.icon-monitoreo:before {
  content: "\e902";
}
.icon-pointer:before {
  content: "\e903";
}
.icon-soporte:before {
  content: "\e904";
}



/* /////////// DESVANECIMIENTO MAGNIFIC POPUP ////////////// */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* /////////// FIN DESVANECIMIENTO MAGNIFIC POPUP ////////////// */







