@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,500,700);

/* Font Families */
.roboto{
	font-family: 'Roboto', sans-serif;
}

.open_sans{
	font-family: 'Open Sans', sans-serif;
}


/* override page width */
.bloque3 .bloque3-descripcion,.mainwrapper{
    vertical-align: top;
    margin: 0 auto;

}
.mainwrapper{
	padding: 0;
}
.h1,h3{
	padding: 0;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: top;
}


/* Selector Modifications */
.white_color{
	color: white !important;
}
.regular_width{
	width: 960px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.regular_width img{
	max-width: 100%;
}


.regular_text p{
	color: #555555;
    line-height: 20px;
    margin: 10px 0;
    font-size: 16px;
}
.title_size_tall{
	font-size: 70px;
	padding: 10px 15px;
}

.title_size_medium{
	font-size: 35px;
    margin: 35px 0 25px;
	padding: 0px 15px;
}

.title_size_small{
	font-size: 20px !important;;
	line-height: normal;
}

.font_w_100{
	font-weight: 100;
}

.font_w_normal{
	font-weight: normal;
}
.transparent_black{
	background-color: rgba(0, 0, 0, 0.3);
}

.text_center{
	text-align: center;
}

/* page elements */
.responsive_width_img {
	width: 100%;

	/* Location of the image in file*/
/*   background-image: url(http://ftp3.syscom.mx/usuarios/ftp/single_page/energia_solar_inteligente/header.jpg); */
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  background-size: auto;
  background-color:#02053C;
/*   height: 450px; */
}
    
    
.full_width_img img{
	width: 100%;
	position: absolute;
	z-index: 1;
}


.img_footnote{
	color: #FFFFFF;
	padding: 15px;
    box-sizing: border-box;
	position: absolute;
    bottom: 20px;
	width: 95%;
    z-index: 10;
    margin-left: 2.5%;
	line-height: 20px;
}

.img_blocks > div{
	width: 32%;
	box-sizing: border-box;
	display: inline-block;
	color: #616161;
}

.img_blocks > div img{
	width: 100%;
	margin: 10px 0;
}

.img_blocks > div p{
    font-size: 12px;
}

.product_link div {
    width: 24%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.cta_button {
    text-decoration: none;
    color: #FFFFFF;
    background: rgb(11, 126, 195);
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;

}


.text_indent{
	    text-indent: -9999px;
}

.open_sans{
	font-family: 'Open Sans', sans-serif;
}
.text_center{
	text-align: center;
}
.absolute_right{
	right: 0;
}


 .tx_slide{
  width: 980px;
  margin: 0px auto 50px;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}


.inner-wrapper {
	width: 984px;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}


.overflow-wrapper {
  width: 501%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

	  
.boton{
background-color: color;
	
}
.boton{
margin-top:20px;
width:980px;
height:20px; 	
clear: both;
text-align: 
}
.boton_1{
background-color:#FFC916;
color:black;
display:block;
margin: 0 auto;
border-radius: 15px;
padding: 1em;
font-weight: 500;
font-size:17px ;
width: 10em;
height: 1em;
text-align: center;	
	
}
.boton_1:hover{
	background-color:#f2af39;
}
.boton a{
text-decoration: none;
}
.boton_1 a:link {
    color:#FFC916;
    
}




.boton_1 a:active {
    color: #B31B1E;
	
}	

.text_carrusel_cont{
	position: relative;
	height: 50px;
	font-weight: 600;
	font-size: 40px;
	margin: 30px 0 60px;
}
.text_carrusel {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

p {
color: #333;
}

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

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

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

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

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

.idisazul {
  color: #0067B2;
}

.idisnaranja {
  color: #EE9B00;
}

.idisverde {
  color: #009CB0;
}

.idismorado {
  color: #7C74B1;
}

.idiscyan {
  color: #459ED8;
}

.spec_row-3 > div{
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin: 0 10px;
}

.spec_row-3 img {
    width: 165px;
}

.spec_row-3 p {
    font-size: 14px;
    padding: 15px 5px;
}

.button{
	    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.round_button{
	    display: inline-block;
background: rgb(54, 118, 142);

background: #36768e; /* Old browsers */
background: -moz-linear-gradient(top,  #36768e 0%, #36768e 67%, #006489 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #36768e 0%,#36768e 67%,#006489 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #36768e 0%,#36768e 67%,#006489 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36768e', endColorstr='#006489',GradientType=0 ); /* IE6-9 */

    padding: 10px 15px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 15px;
    text-shadow: -0.8px -0.7px 0px black;
    }
    
    
.round_button_mobil{
	display: inline-block;
	background: rgb(54, 118, 142);
	
	background: #36768e; /* Old browsers */
	background: -moz-linear-gradient(top,  #36768e 0%, #36768e 67%, #006489 100%); 
	background: -webkit-linear-gradient(top,  #36768e 0%,#36768e 67%,#006489 100%); 
	background: linear-gradient(to bottom,  #36768e 0%,#36768e 67%,#006489 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36768e', endColorstr='#006489',GradientType=0 ); 
    padding: 20px 45px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 15px;
    text-shadow: -0.8px -0.7px 0px black;
    }


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-right: 40px;
}

.btn-circle:focus{
	outline:0;
	color: #00a3b9;
	}
.idis_color {
color: #00a3b9;
}

.idis_color_bg {
background: #00a3b9;
}

.btn-circle img{
	width: 35px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 7px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.slide_img_buttons{
	position: relative;
}
.icon_buttons{
	position: absolute;
	bottom: 30px;
	left: 50px;
}

.text_on_img {
    position: absolute;
    padding: 30px 5px;
	max-width: 527px;
}


.text_on_img h2{
font-size: 40px;

}

.text_on_img p {
    color: #8A8A8A;
    font-size: 26px;
    font-weight: 800;
}
.video_imgs img{
	display: inline-block;
	
}

.material{
	background-image: url('http://ftp3.syscom.mx/usuarios/ftp/syscom_mx/idis_contact_bg.jpg');
	text-align: center;
}
.registro{
	width: 80%;
	background: white;
	padding: 15px;
    box-shadow: rgba(51, 51, 51, 0.43) 1px 1px 23px 1px;
    display: inline-block;
    margin: 20px 0;
    text-align: left;
	
}

.box_shadow{
-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.border_divider{
	width: 100%;
    border-top: solid 3px #aeaeae;
    border-bottom: solid 3px #cdcdcd;
    margin: 70px 0;
}




.youtube_icon{
	display: inline-block;
	position: relative;
	background: #000000;
}
.youtube_icon img{
	opacity: 0.7;
	-webkit-transition: opacity 0.5s ease; /* Safari */
    transition: opacity 0.5s ease;
}

.youtube_icon:hover > img{
	opacity: 1;
}
.youtube_icon:hover{
	cursor: pointer;
}
.youtube_icon:after {
      content: '';
    position: absolute;
    background: url(https://ftp3.syscom.mx/usuarios/ftp/syscom_mx/Youtube-icon.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
     background-position: center; 
     opacity: 0.8;
}

/* Material inputs ======================================= */

.material input	{
  font-size:18px;
  padding:10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #9B9B9B;
  box-sizing: border-box;
}

.material input:focus 		{ outline:none; }

.registro{
	transition:opacity 1s linear;	
	opacity: 
}


.material label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.material input:focus ~ label,.material  input:valid ~ label 		{
  top:-10px;
  font-size:12px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.material .bar 	{ position:relative; display:block; width:300px; }
.material .bar:before,.material  .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}


.material .bar.required:before,.material .bar.required:after 	{
  background:#eb9316; 
}
.material .bar:before {
  left:50%;
}
.material .bar:after {
  right:50%; 
}

/* active state */
.material input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.material .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.material input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

.material .group {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
}

.material_btn{
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 36px;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
    perspective-origin: 60.4844px 18px;
    transform-origin: 60.4844px 18px;
    background: rgb(38, 166, 154) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 15px / 36px Roboto, sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    overflow: hidden;
    padding: 0px 30px;
    transition: all 0.3s ease-out 0s;
    margin-top: 15px;
}


/* Material inputs ======================================= */



/******** Esta es la query de CSS para detectar dispositivos. Procura que quede siempre hasta al último ***********/
/* Small devices (tablets, 768px and up) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.regular_width{
		padding: 0 30px;
	}	

	.round_button_mobil{
		width: 100%;
		font-size: 1.5em;
		padding: 20px 45px;
		}
}

