.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

.hide {
	display: none !important;
}

.gracias {
	text-align: justify !important;
	padding: 20px !important;
}

.compartir {
	text-align: center !important;
	padding: 20px !important;
}

.texto {
    font-size: 22px !important;
    line-height: 30px;
}

.pb_cover_v3 .heading {
    margin-bottom: 22px;
    font-size: 56px !important;
    margin-top: 132px;
}

#pb-navbar{
	left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    padding: 12px 0;
}

/*
.logo {
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.4);
}
*/

.logo {
    position:initial;
    top: 0;
    padding: 0;
    background: transparent;
    padding: 0px;
}

.logo img {
    max-height: 108px;
}

#msform {
    margin: 172px auto 0;
}

.img_pago_tb {
    /*max-width: 208px;*/
    margin: 34px auto 0px;
}

.img_pago_cmr {
    max-width: 65%;
    margin: 34px auto 0px;
}

.img_pago_enel {
    /*max-width: 208px;*/
    margin: 34px auto 0px;
}

.img_pago_presto {
    max-width: 65%;
    margin: 34px auto 0px;
}



/* Photo Banner */
.cont-slider-logos{
	height: 90px;
	overflow: hidden;
	margin-top: 26px;
}
#continuous-slider{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.continuous-slider--wrap{
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
#continuous-slider ul{
      display: block;
      list-style: none;
      position: relative;
      margin-left: -75px;
      margin-right: auto;
}
#continuous-slider li{
        display: block;
        float: left;
        position: relative;
        width: 150px;
        height: 90px;
        /*line-height: 200px;*/
        text-align: center;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 5px 0;
}
#continuous-slider img{
          vertical-align:super;
          max-width: 100%;
          max-height: 100%;
          -webkit-transition: 0 linear left;
          -moz-transition: 0 linear left;
          transition: 0 linear left;
          opacity: 1;
}

#msform fieldset {
    background: rgba(255,255,255,0.5);
}

#msform input, #msform textarea {
    background: rgba(255,255,255,0.4);
}
.fs-title {
    font-size: 15px;
    font-weight: bold !important;
	color: black;
}

.form-control {
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
}

/*============== MEDIQUERIES =================*/

/* Portrait */
@media only screen and (min-width: 175px) and (max-width: 812px) { 
	.col-xs-6{
		width: 25% !important;
	}
	.texto {
    font-size: 18px !important;
    line-height: 24px;
    text-align: justify;
	}
	.pb_cover_v3 .heading {
    margin-bottom: 22px;
    font-size: 46px !important;
    margin-top: 94px;
	}
	.img_pago_tb {
    /*max-width: 144px;*/
    margin-top: 0px;
    float: left;
    margin-bottom: 47px;
	}
	.img_pago_enel {
    /*max-width: 144px;*/
    margin-top: 0px;
    float: left;
    margin-bottom: 47px;
	}
	.img_pago_cmr {
    /*max-width: 144px;*/
    margin-top: 0px;
    float: left;
    margin-bottom: 47px;
	}
	.img_pago_presto {
    /*max-width: 144px;*/
    margin-top: 0px;
    float: left;
    margin-bottom: 47px;
	}
	.logo {
    padding: 0;
	}
	.logo img {
    max-height: 100px;
        max-width: 94px;
	}

	
	#continuous-slider ul {
    width: 143% !important;
    margin-left: 0;
    margin-right: auto;
}
	
	
}