@import url("animate.css");

/*@import url("../fonts/font-awesome/css/font-awesome.css");   */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
	text-rendering: optimizeLegibility;
}

a {
	color: #de283a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-rendering: optimizeLegibility;
}

a:hover,
a:focus {
	color: #de283a;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
}

p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

section {
	padding: 50px 0;
}

section h2 {
	font-size: 50px;
}

.bg-primary {
	background: #fdcc52;
	background: -webkit-linear-gradient(#fdcc52, #fdc539);
	background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
	color: #fdcc52;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.getintouch .btn-outline {
	color: #902a6c;
	border: 1px solid;
	border-color: #902a6c;
	margin-top: 20px;
}

.getintouch .btn-outline:hover,
.getintouch .btn-outline:focus,
.getintouch .btn-outline:active,
.getintouch .btn-outline.active {
	color: white;
	border-color: #fdcc52;
	background-color: #fdcc52;
}

.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mt-5 {
	margin-top: 50px;
}

/*main navbar=======================
=======================================*/
#mainNav {
	border-color: rgba(48, 61, 69, 0.05);
	background-color: #303D45;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

#mainNav .navbar-brand {
	color: #fdcc52;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
	color: #fcbd20;
}

#mainNav .navbar-toggler {
	font-size: 20px;
	padding: 15px 10px;
	color: #fff;
	cursor: pointer;
}

#mainNav .navbar-nav>li>a {
	font-size: 13px;
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#mainNav .navbar-nav>li>a.active {
	color: #fdcc52 !important;
	background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
	background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
	color: #fff;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
	color: #fdcc52;
}

@media (min-width: 992px) {
	#mainNav {
		border-color: transparent;
		background-color: transparent;
	}

	#mainNav .navbar-brand {
		color: fade(white, 70%);
	}

	#mainNav .navbar-brand:hover,
	#mainNav .navbar-brand:focus {
		color: white;
	}

	#mainNav .navbar-nav>li>a,
	#mainNav .navbar-nav>li>a:focus {
		color: rgba(255, 255, 255, 0.7);
	}

	#mainNav .navbar-nav>li>a:hover,
	#mainNav .navbar-nav>li>a:focus:hover {
		color: white;
	}

	#mainNav.navbar-shrink {
		border-color: rgba(48, 61, 69, 0.1);
		background-color: #303D45;
	}

	#mainNav.navbar-shrink .navbar-brand {
		color: #222222;
	}

	#mainNav.navbar-shrink .navbar-brand:hover,
	#mainNav.navbar-shrink .navbar-brand:focus {
		color: #fdcc52;
	}

	#mainNav.navbar-shrink .navbar-nav>li>a,
	#mainNav.navbar-shrink .navbar-nav>li>a:focus {
		color: #ffffff;
	}

	#mainNav.navbar-shrink .navbar-nav>li>a:hover,
	#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
		color: #fdcc52;
	}
}

/*FIN  NAV BAR*********************/
/* Navbar logo *********************/
.fixed-top .nav-logo-black {
	display: none;
}

.fixed-top .nav-logo-onscroll {
	display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll {
	display: none
}

.fixed-top.navbar-shrink .nav-logo-black {
	display: block
}

/* Fin Navbar logo *********************/
/*====Header==========================
====================================*/
header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	background: url(../productos/sigein/images/tras-dark.jpg) #e23445;
}

header.masthead .header-content {
	
	margin-bottom: 100px;
	text-align: center;
}

.header-content h1 {
	font-size:90px;
	color: #de283a;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: uppercase !important;
	font-weight: bold;
}

.header-content h5 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}

.header-content hr {
    border-color: #303D45;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}

header.masthead .device-container .screen img {
	border-radius: 3px;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		padding-bottom: 0;
	}

	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
	}

	header.masthead .device-container {
		max-width: 325px;
	}
}

/*====FIN Header==========================
====================================*/







/* Footer *************
**********************/
#footer {
	background: #222222;
	color: #ffffff;
	padding: 50px 0 ;
	text-align: left;
}

#footer p {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom:5px!important;
	color: rgba(255, 255, 255, 0.35);
}

#footer h5 {
	color: #fff;
}

#footer h5 {
	margin-bottom: 20px;
}

#footer ul li {
	list-style: none;
}

#footer ul {
	padding: 0px;
}

/* FIN Footer *************
**********************/









/*====botones=================
=============================*/

.btn-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(101,105,121,1);
    background-color: transparent;
    border-radius: 3rem;
    font-size: 10px;
    min-width: 0.76rem;
    min-height: 3rem;
    text-transform: uppercase;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 800;
    border: 2px solid rgba(228,228,229,1);
}

.btn-outline {
	border-radius:30px;
	padding: 10px 20px;
     letter-spacing: 0.36px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: white;
	border-color: #303D45;
	background-color: #303D45;
}



.btn-fill-gray {
	font-weight: bold;
	border-radius:30px;
	padding: 10px 20px;
     letter-spacing: 0.36px;
    border: 2px solid #303D45;
	background-color: #303D45;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;

}

.btn-fill-gray:hover,
.btn-fill-gray:focus,
.btn-fill-gray:active,
.btn-fill-gray.active {
	color: #303D45;
	border-color: #303D45;
	background-color: #ffffff;
}




.btn {

	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-xl {
	font-size: 11px;
	padding: 15px 45px;
}

/*====FIN botones=================
=============================*/




/*sections*/
.section-head h3 {
	font-size: 1.4em;
	margin: 0;
}

.section-head p {
	width: 80%;
	margin: 1em auto 0.8em auto;
	font-size: 0.875em;
}

.section-head {
	text-align: center;
	padding: 2em 0;
}

.section-head h3 {
	color: #282528;
	font-weight: 800;
	font-size: 1.6em;
}

.section-head h3 span {
	width: 10%;
	background: #8A888A;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel {
	width: 65%;
}

.text-color-sigein{
	color:#de283a;
}


.c-number__line {
    height: 2px;
    max-width: 1em;
    margin-bottom: 0.85em;
    background-color: #111517;
}
.c-number__label {
    display: block;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.c-number__value {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.03em;
}




.parrafoSection {
    margin: 0;
   
    font-size: 15px;
     color: rgb(71, 75, 87);
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}



/*****numero fondo rojo*****/
.number-red{
   
    background: #de283a;
    color: #fff;
    position: absolute;
	
}

.number-red.left{
	left: 0px;
}

.number-red.right{
	right: 0px;
}


.number-red.left span{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.number-red.right span{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.number-red span{


    font-weight: bold;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    display: inline-block;
    text-align: center;
}

/*-----320px-mediaquries----*/
@media (min-width:320px) {
	.number-red{
		width: 80px;
		height: 70px;
		top:0px;
		
	}

	.number-red span{
		font-size: 50px;
		}
		
}

/*****numero fondo gris*****/
.number-gris{
   
    background: #444;
    color: #fff;
    position: absolute;
	
}

.number-gris.left{
	left: 0px;
}

.number-gris.right{
	right: 0px;
}


.number-gris.left span{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.number-gris.right span{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.number-gris span{


    font-weight: bold;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    display: inline-block;
    text-align: center;
}

/*-----320px-mediaquries----*/
@media (min-width:320px) {
	.number-gris{
		width: 80px;
		height: 70px;
		top:0px;
		
	}

	.number-gris span{
		font-size: 50px;
		}
		
}
/*-----480px-mediaquries----*/
@media (min-width:480px) {
	
}

/*-----640px-mediaquries----*/
@media (min-width:640px) {

}

/*-----768px-mediaquries----*/
@media (min-width:768px) {

}

/*--responsive design--*/
@media (min-width:1024px) {
	.number-red, .number-gris{
		width: 150px;
		height: 285px;
		top:0px;
		
	}

	.number-red span, .number-gris span{
		font-size: 200px;
	}
}







.backPant {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: -13%;
    right: -10%;
    z-index: -10;
}


.cont-img-pant {
    -webkit-transform: translateX(0px) scaleX(1);
    -ms-transform: translateX(0px) scaleX(1);
    transform: translateX(0px) scaleX(1);
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}


.titleSection {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    color: rgba(45,47,51,1);
    text-align: left;
    font-weight: 300;
    margin-bottom: calc(1rem * 1.6);
}

.titleSection-productos {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 2rem;
    line-height: 4.2rem;
	color: #0E76A8;
    text-align: left;
    font-weight: 300;
    margin-bottom: calc(1rem * 1.6);
}


.parrafoCaract{
	font-family:'Barlow Condensed', sans-serif;
	color: rgb(71, 75, 87);
	text-transform:uppercase;
	font-weight: 500;
	margin:0 0 10px 0;


}
/**********ABOUTsIGEIN*******
********/
#about {
	background: #f2f2f2;
	
	padding-top: 120px;
	padding-bottom: 120px;
}


.nine_title {
    padding-bottom: 40px;
}

.nine_title h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #272727;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    letter-spacing: 6.2px;
    position: relative;
    display: inline-block;
}

.nine_title h2:before {
    content: "";
    width: 365px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    right: -400px;
    bottom: 4px;
}

.about_nine_area .ab_nine_text {
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}

.about_nine_area .ab_nine_text h4 {
    font-size: 25px;
    color: #272727;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.about_nine_area .ab_nine_text p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Heebo", sans-serif;
    color: #585858;
}

.about_nine_area .ab_nine_screen {
    text-align: center;
}





/*************juzgados***********/
#juzgados {
    min-height: 50vh;
    background-color: rgba(255,255,255,1);
 
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}






/*************amm***********/
#amm {
    min-height: 50vh;
    background-color:#f2f2f2;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}

.border-top-separator {
	width: 100%;
	height: 2px;
	background: #0E76A8;
}




/************sistemas complementarios*********/




/***** seccion del triangulo********/
.gfort-section {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
	
	
}


.main-background-color {
    background-color: #de283a;
}

.gfort-section h3 {
	font-weight: 300;
	color:#fff;
}
.triangle-section {
    z-index: 4;
    padding: 0;
}

.triangle-block {
border-color: #dd1d26;
    top: 0;
    width: 0;
    height: 0;
    z-index: 20;
    content: '';
    position: absolute;
    border-width: 15px;
    border-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;

}

.triangle-block-center {

    left: 50%;
    margin-left: -15px;

}

.txt-complementario {
	color: #dadada;
}


.thumb {
    background: #FFF;
    position: relative;
  
    margin: 1.25rem;
    text-shadow: none;
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(39,49,65,0.1);
    box-shadow: 0px 0px 10px 0px rgba(39,49,65,0.1);
}




   .thumb p {
	margin:0;
	padding:0
   }



   .thumb .thumb-label {
	position:absolute;
	display:block;
	top:-0.5rem;
	left:-0.5rem;
	width:50px;
	height:50px;
	border-radius:1.5rem;
	text-align:center;
	-webkit-box-shadow:0px 0px 10px 0px rgba(39,49,65,0.1);
	box-shadow:0px 0px 10px 0px rgba(39,49,65,0.1);
	letter-spacing:0px
   }

   .thumb .thumb-label {
    z-index: 400;
}


   .thumb .thumb-label-icon {
	text-transform:uppercase;
	font-size:12px;
	line-height:50px;
	background:rgb(204, 3, 46);
	color:#FFF
   }

   .thumb .thumb-image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


   .thumb .thumb-label-icon .thumb-label-icon-position {
	display:block;
	padding:0.875rem 0 0 0;
	line-height:50px;
   }



   .thumb .thumb-image {
	width:100%;
	height:auto;
	max-height:211px;
	overflow:hidden;
	border-bottom:1px solid #EEEEEE;
	top:0
   }
   .thumb .thumb-image img {
	margin:0;
	width:100%;
	height:auto;
	-webkit-transition-property:opacity;
	transition-property:opacity;
	-webkit-transition-duration:1s;
	transition-duration:1s
   }
   .thumb .thumb-image img:hover {
	opacity:0.75;
	-webkit-transition-duration:.1s;
	transition-duration:.1s
   }
   .thumb .thumb-info {
	padding:15px;
   }
   .thumb .thumb-info .thumb-title .thumb-name h2 {
	color:#dd1d26;
	padding:0;
	font-size:20px;
	margin-bottom:0.375rem;
	letter-spacing:-0.2px
   }
  
   .thumb .thumb-info .thumb-title .thumb-excerpt p {
	display:block;
	margin-bottom:0.5rem
   }
   
  
   .thumb .thumb-info .thumb-title .thumb-meta {
	margin-bottom:0.75rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
   }
  




/*ACTAS MANUALES DIGITALES APP PANTALLA*/

/* section principal *************
**********************/
.btn-volver {
	position: absolute;
	top: 25px;
	left: 25px;
}

.btn-volver a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.intro {
	/*
    margin-top: 80px;
	*/
    position: relative;
}

.SectionIntro--title {
    font-size: 1.75em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .5em;
    max-width: 320px;
}

.SectionIntro--description {
    max-width: 320px;
}



#left {
    min-height: 50vh;
    background-color: #ffffff;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}

#right {
    min-height: 50vh;
    background-color: #f5f5f5;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}




header.masthead-amd {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../productos/sigein/images/AMD/back-index.png);
	background-repeat: no-repeat;
    background-size: cover;
}

header.masthead-am {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../productos/sigein/images/AM/back-index.png);
	background-repeat: no-repeat;
    background-size: cover;
}



header.masthead-amd .header-content-amd, header.masthead-am .header-content-am {
	margin-bottom: 75px;
	text-align: center;
}


.header-content-amd h1 {
	font-size:60px;
	color: #f5f5f5;
	font-weight: bold;
}
.header-content-am h1 {
	font-size:45px;
	color: #f5f5f5;
	font-weight: bold;
}

.header-content-amd h5 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}
.header-content-am h5 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}

.header-content-amd hr, .header-content-am hr {
    border-color: #303D45;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}


header.masthead-amd .device-container, header.masthead-am .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}

header.masthead-amd header.masthead-am .device-container .screen img {
	border-radius: 3px;
}

@media (min-width: 992px) {
	header.masthead-amd, header.masthead-am {
		height: 100vh;
		padding-bottom: 0;
	}

	header.masthead-amd .header-content-amd, header.masthead-am .header-content-am {
		margin-bottom: 0;
		text-align: left;
	}

	header.masthead-amd .device-container, header.masthead-am .device-container {
		max-width: 325px;
	}
}









/*FIN MANUALES DIGITALES APP PANTALLA*/





/*ACTAS MANUALES PANTALLA*/



/*FIN MANUALES PANTALLA*/



/* shapes*/

.DeviceMockup {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 18em;
    height: 34em;
    transform: translate3d(0px, 7.42rem, 0px);
    transition-duration: 0.5s;
}

.DeviceMockup.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

.DeviceMockup--device {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 2.5em .375em;
    background: #fff;
    border-radius: 1.75em;
    --box-shadow: inset 0 .25em .5em .0625em #fff, inset 0 -.3em 1em rgba(0, 0, 0, .15), 0 .125em .375em rgba(0, 0, 0, .15), 0 .5em 1em rgba(0, 0, 0, .15);
    box-shadow: inset 0 .25em .5em .0625em #fff, inset 0 -.3em 1em rgba(0, 0, 0, .15), 0 .125em .375em rgba(0, 0, 0, .15), 0 .5em 1em rgba(0, 0, 0, .15);
}

.DeviceMockup--device-display-mockup-1 {
    background-image: url(../images/mockup-1.png);
    background-size: 100% 100%;
}

.DeviceMockup--device-display-mockup-2 {
    background-image: url(../images/agregaPines.png);
    background-size: 100% 100%;
}

.DeviceMockup--device-display-mockup-3 {
    background-image: url(../images/agregaTablero.png);
    background-size: 100% 100%;
}

.DeviceMockup--device-display {
    position: relative;
    height: 100%;
    width: 100%;
    --box-shadow: inset 0 0 0 .0625em rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 .0625em rgba(0, 0, 0, .1);
    border-radius: .25em;
    background: inset 0 0 0 .0625em rgba(0, 0, 0, .2);
}

.welcome-bg-shape {
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.3s;
}

.welcome-bg-shape.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

@media (max-width: 320px) {
    .welcome-bg-shape {
        top: -300px;
    }
}

@media (max-width: 412px) {
    .welcome-bg-shape {
        top: -300px;
    }
}

@media (max-width: 414px) {
    .welcome-bg-shape {
        top: -300px;
    }
}

@media (max-width: 768px) {
    .welcome-bg-shape {
        top: -100px;
    }
}

@media (max-width: 1024px) {
    .welcome-bg-shape {
        top: -100px;
    }
}

@media (max-width: 1366px) {
    .welcome-bg-shape {
        top: -100px;
    }
}

.make-bg-shape {
    position: absolute;
    top: -300px;
    right: 0;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.3s;
}

.make-bg-shape-right {
    position: absolute;
    top: -300px;
    right: 0;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.3s;
    z-index: -1;
}

.make-bg-shape-left {
    position: absolute;
    top: -300px;
    left: 0;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.3s;
    z-index: -1;
}

.make-bg-shape.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

@media (max-width: 320px) {
    .make-bg-shape {
        top: -300px;
    }
}

@media (max-width: 412px) {
    .make-bg-shape {
        top: -300px;
    }
}

@media (max-width: 414px) {
    .make-bg-shape {
        top: -300px;
    }
}

@media (max-width: 768px) {
    .make-bg-shape {
        top: -100px;
    }
}

@media (max-width: 1024px) {
    .make-bg-shape {
        top: -100px;
    }
}

@media (max-width: 1366px) {
    .make-bg-shape {
        top: -100px;
    }
}

.map-bg-shape {
    position: absolute;
    top: 30px;
    left: 217px;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.3s;
}

.map-bg-shape.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

@media (max-width: 320px) {
    .map-bg-shape {
        top: 30px;
        left: 217px;
    }
}

@media (max-width: 412px) {
    .map-bg-shape {
        top: 30px;
        left: 217px;
    }
}

@media (max-width: 414px) {
    .map-bg-shape {
        top: 30px;
        left: 217px;
    }
}

@media (max-width: 768px) {
    .map-bg-shape {
        top: -300px;
        left: 0px;
    }
}

@media (max-width: 1024px) {
    .map-bg-shape {
        top: -300px;
        left: 0px;
    }
}

@media (max-width: 1366px) {
    .map-bg-shape {
        top: -300px;
        left: 0px;
    }
}

.pines-bg-shape {
    position: absolute;
    top: 230px;
    left: 0px;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.5s;
}

.pines-bg-shape.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

@media (max-width: 320px) {
    .pines-bg-shape {
        top: 30px;
    }
}

@media (max-width: 412px) {
    .pines-bg-shape {
        top: 30px;
    }
}

@media (max-width: 414px) {
    .pines-bg-shape {
        top: 30px;
    }
}

@media (max-width: 768px) {
    .pines-bg-shape {
        top: -140px;
    }
}

@media (max-width: 1024px) {
    .pines-bg-shape {
        top: -140px;
    }
}

.insert-bg-shape {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    transform: translate3d(0px, 10.42rem, 0px);
    transition-duration: 0.5s;
    z-index: -1;
}

.insert-bg-shape.is-visible {
    transform: translate3d(0px, 0rem, 0px);
}

@media (max-width: 320px) {
    .insert-bg-shape {
        top: 50px;
    }
}

@media (max-width: 412px) {
    .insert-bg-shape {
        top: 50px;
    }
}

@media (max-width: 414px) {
    .insert-bg-shape {
        top: 50px;
    }
}

@media (max-width: 768px) {
    .insert-bg-shape {
        top: 983px;
    }
}

@media (max-width: 1024px) {
    .insert-bg-shape {
        top: 983px;
    }
}

.cont-section {
    padding: 2em 2em 15em;
}

@media (max-width: 320px) {
    .cont-section {
        padding: 2em 2em 15em;
    }
}

@media (max-width: 412px) {
    .cont-section {
        padding: 2em 2em 15em;
    }
}

@media (max-width: 414px) {
    .cont-section {
        padding: 2em 2em 15em;
    }
}

@media (max-width: 768px) {
    .cont-section {
        padding: 1.5em 1em;
    }
}

@media (max-width: 1024px) {
    .cont-section {
        padding: 1.5em 1em;
    }
}


























/*--responsive design--*/
@media (max-width:1024px) {
	.footer-divice img {
		width: 100%;
	}

	.footer-divice {
		margin-top: 15em;
	}
}

/*-----768px-mediaquries----*/
@media (max-width:768px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----640px-mediaquries----*/
@media (max-width:640px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----480px-mediaquries----*/
@media (max-width:480px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----320px-mediaquries----*/
@media (max-width:320px) {
	.footer-divice img {
		width: 100%;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}

	.getintouch {
		padding: 0em 0 0 0;
	}
}


.icon-linkedin{
	background:#666;
	
	border-radius:3px;
  color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
  }
  
  .icon-linkedin:hover{
	background:#0E76A8;
  }


/*PRELOADER*/
  div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgb(58, 58, 58) url('../productos/sigein/images/preloader.svg') no-repeat center center;
}