/*===================================================================================

														ESTILOS HOME CLOUD WEBSTORE

===================================================================================*/
.home-cloud{
	margin-bottom: 0px;
	margin-top: 0px;
}
/*------------------------------------------------
									 HEADER
------------------------------------------------*/

#container {
    padding-left: 0px !important;
}

.homecloud-hd{
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4D3377;
	padding: 2em 0 3em;
}
.box-cloudlogo{
	text-align: right;
}
.wh-cloudlogo{
	max-width: 100px;
}
.title-headCloud {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 35px;
    padding-bottom: 1em;
}
.cloud-firstcta{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	border: solid 1px #9DC41A;
	background-color: #9DC41A;
	padding: 10px 40px;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
  transition: background-color .5s;
}
.cloud-firstcta:hover{
	background-color: #669900;
	border: solid 1px #669900;
	text-decoration:none;
	color: #ffffff;
}
.cloud-secondcta{
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	background-color: #ffffff00;
	border: solid 1px #ffffff;
	padding: 10px 40px;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
  transition: background-color .5s;
}
.cloud-secondcta:hover{
	background-color: #ffffff;
	text-decoration:none;
	color: #4D3377;
}
.subtitle-head1Cloud {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 45px;
}
.subtitle-head2Cloud {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    font-size: 80px;
    line-height: 40px;
}

@media only screen and (min-width: 1024px){
header {
    height: 240px;
    line-height: 15px !important;
  }
}

.information-Request {
  margin-left: 65%;
  margin-top: -14%;
  background-color: white;

}
/*------------------------------------------------
									 INTRO
------------------------------------------------*/
.intro-cloud {
  font-family: 'Raleway', sans-serif;
  padding: 3em 0;
}
.intro-cloud h3{
	font-weight: bold;
	font-size: 30px;
	color: #1892ca;
}
.intro-cloud p{
	color: #000;
	font-size: 20px;
	    font-weight: lighter;
}
.vidCloud{
	text-align: right;
}
/*------------------------------------------------
								 DESPLEGABLES
------------------------------------------------*/
.bg-gray-cloud{
	background-color: #FBFBFB;
	padding: 2em 0;
}
.desplegables-cloud{
	font-family: 'Raleway', sans-serif;
	padding: 3em 0;
}
.desplegables-cloud h3{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #1892ca;
	padding: 1em 0;
}
.pic-partnerCloud {
    max-width: 100%;
}

.desplegables-cloud .panel{
	background-color: #ffffff00;
	box-shadow: none;
}
.desplegables-cloud .panel-default{
  border: none;
}
.tab-collapseCloud{
	border: 1px solid #1892ca;
	padding: 1.5em !important;
	border-radius: 5px;
	color: #1892ca;
	border-bottom: 1px solid !important;
	background-color: #fff;
}

.panel-default a:hover{
	text-decoration: none !important;
}

.arrow-cloud::before, .arrow-cloud::after{
	position: absolute;
    right: 24px;
    top: 19px;
    height: 2px;
    width: 13px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.arrow-cloud::before, .arrow-cloud::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 17px;
    height: 2px;
    width: 13px;
    background: #1892ca;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .arrow-cloud::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .arrow-cloud::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.pic-tools{}
.pic-tools img{
	max-width: 85px;
}
.cloud-tools{}
.cloud-tools ul li{
	font-size: 1em;
	color: #605f63;
}



/*------------------------------------------------
									PORTAFOLIO
------------------------------------------------*/
.portfolio-cloud{
	padding: 2em 0;
	font-family: 'Raleway', sans-serif;
}
.portfolio-cloud h3{
	text-align: center;
	color: #1892ca;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 2em;
}

.boxitem-port{
	text-align: center;
}
.boxitem-port button{
	background-color: #ffffff00;
	border:1px solid #1892ca;
	border-radius: 50px;
	color: #1892ca;
	font-weight: lighter;
	padding: 5px 30px;
	margin-bottom: 1em;

	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
  transition: background-color .5s;
}
.boxitem-port button:hover{
	background-color: #1892ca;
	color: #ffffff;
}
.pic-port{
	max-width: 150px;
	width: 100%;
}
.portfolio-cloud h4{
	text-align: center;
	color: #1892ca;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
.portfolio-cloud p{
	font-size: 11px;
	max-width: 350px;
	margin: 0 auto;
}
/*------------------------------------------------
									SERVICIOS
------------------------------------------------*/
.services-cloud{
	padding: 2em 0;
	font-family: 'Raleway', sans-serif;
	background-color: #1892ca;
	color: #ffffff;
	text-align: center;
}
.services-cloud h3{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 1em;
}
.services-cloud img{
	max-width: 350px;
	width: 100%;
}
.services-cloud h4{
	font-weight: bolder;
	font-size: 16px;
}
.services-cloud p{
	font-weight: lighter;
	font-size: 14px;
}
.services-cloud button{
	background-color: #ffffff00;
	border:1px solid #ffffff;
	border-radius: 50px;
	color: #ffffff;
	font-weight: lighter;
	padding: 5px 30px;
	margin-bottom: 1em;

	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
  transition: background-color .5s;
}
.services-cloud button:hover{
	background-color: #ffffff;
	color: #1892ca;
}

/*------------------------------------------------
									FORMULARIO
------------------------------------------------*/

.form-cloud{
	padding: 2em 0;
	font-family: 'Raleway', sans-serif;
}
.head-formCloud{
	font-size: 20px;
	color: #1892ca;
	text-align: center;
}
.form-cloud h4{
	color: #1892ca;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 1em;
}
.form-cloud textarea{
	height: 120px !important;	
}
.capcha-cloud{
	margin-left: 2px;

}
.formCloudSubmit{
	background-color: #9DC41A;
  border-radius: 50px !important;
  color: #ffffff;

  -webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
  transition: background-color .5s;
}
.formCloudSubmit:hover{
  background-color: #669900;
  text-decoration: none;
  color: #ffffff !important;
}


