html{
	margin:0;
	padding:0;
}
body{
	max-width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.ul-precios{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.li-precios{
	float: left;
	width: 26%;
	margin: 1%;
	padding: 10px 20px;
	background-color: white;
}



.adds{
	
	list-style: none;
	margin: 0;
	padding: 0;
}

.adds li{
	
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.tit-precios{
	font-size: 24px;
	color: #fa686e;
	padding: 5px 0;
	margin: 5px 0;
}

.subtit-precios{
	font-size: 24px;
	color: #A5A5A5;
	padding: 5px 0;
	margin: 5px 0;
}

.spooty{
	    margin-bottom: 100px;
	padding-bottom: 100px;
}

.main-slider{
	max-height: 650px;
}
.menu-open {
    background-color: #fa686e;
    padding: 15px 25px;
    margin: 0;
}

.menu-text {
    font-size: 29px;
    cursor: pointer;
    padding: 10px;
    margin: 0;
    color: #fff;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #fa686e;
    overflow-x: hidden;
    transition: 0.5s;
}

input[type="submit"] {
    white-space: normal;
    width: 150px;
    float:right;
    text-align: right;
}

.form-group {
    position: relative;
    display: flex;
    width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

form > span {
  text-align: center;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 25px;
    color: #5f5f5f;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #565656;
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.form-group .form-field {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.form-field {
        display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    border-radius: 6px;
    -webkit-appearance: none;
    color: #454545;
    border: 1px solid #eee;
    background: #eee;
    transition: border 0.3s ease;
}

form > span:last-child, form .form-field:last-child {
    border-radius: 0 6px 6px 0;
}
form > span:first-child, form .form-field:first-child {
    border-radius: 6px 0 0 6px;
}

.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
    padding: 15px;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu-bot {
    padding: 0 20px;
    text-align: left;
}

.menu-bot a {
    padding: 5px;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.menu-bot a:hover {
    padding: 5px;
    text-decoration: none;
    font-size: 28px;
    color: #fa686e;
	background-color: #fff;
    display: block;
    transition: 0.3s;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-align: center;
    background-image: url(../images/spooty_wp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
	height: 100vh;
}

.fondo-slide {
    padding: 0;
    max-width: 100%;
    background-image: url(../img/spooty-web_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
	min-height: 580px;
}

.blanco{
	color: #fff;
}

.grisosc{
	color: #5f5f5f;
}

.txt_general{
	font-size: 18px;
	font-weight: 200;
	margin: 0;
	padding: 15px 0;
}

.titulo{
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}


.fondo-gris{
	background-color: #eeeeee;
	background-image: linear-gradient(0deg,#e1e1e8,#f4f4f7);
}

.fondo-negro{
	background-color: #282728;
}

.titulo{
	    font-size: 48px;
    margin: 0;
    padding: 0;
}

.header{
	border-bottom: 2px solid #fa686e;
}

.menu-lista{
	    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-lista li{
	    float: left;
    margin: 0 10px;
    padding: 30px 0;
}

.sesion-lista{
	    margin: 0;
    padding: 0;
    list-style: none;
}

.sesion-lista li{
	    float: right;
    margin: 0 10px;
    padding: 30px 0;
}

.menu_a{
	    padding: 10px;
    margin: 10px 0;
    /* background-color: #fe934c; */
    border-radius: 10px;
    text-decoration: none;
    color: #565656;
    min-height: auto;
    font-size: 18px;
}

.menu_a:hover{
	    padding: 10px;
    margin: 10px 0;
    background-color: #565656;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    min-height: auto;
    font-size: 18px;
}

.text-info{
	    font-size: 18px;
}

.botones{
	    width: 80%;
    margin: 0 auto;
}

.botones-naranja{
    padding: 10px;
    margin: 10px 0;
    background-color: #fe934c;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    min-height: auto;
    font-size: 18px;
}

.botones-naranja:hover{
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: #fe934c;
    min-height: auto;
    font-size: 18px;
}

.botones-rosa{
   padding: 10px;
    margin: 10px 0;
    background-color: #fa686e;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    min-height: auto;
    font-size: 18px;
}

.botones-rosa:hover{
    padding: 10px;
    margin: 10px 0;
    background-color: #C2C2C2;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    min-height: auto;
    font-size: 18px;
}

.logo{
	
	    max-width: 320px;
    margin: 0 auto;
    padding-top: 45vh;
}

.fondo-spooty{
	background-color: #fb686f;
}

.main-container{
	background-color: #fff;
	max-width: 640px;
	margin: 0 auto;
	    min-height: 100vh;
	
}

.padock{
	padding: 50px 40px;
}

.top-ribbon {
    overflow: hidden;
    width: 100%;
    height: 180px;
    background: -webkit-gradient(linear, left top, right top, from(#0073b1), to(#0c8996));
    background: linear-gradient(to right, #0073b1, #0c8996);
}

.top-ribbon .company-cover-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0;
}

.company-overview {
    padding: 7px 16px 16px;
    text-align: center;
}

.company-overview .company-photo-wrapper {
    position: relative;
    height: 40px;
}

.company-overview .company-photo-wrapper .company-photo-container {
   position: absolute;
    top: -60px;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,0.15), 0 1.5px 3px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,0.15), 0 1.5px 3px 0 rgba(0,0,0,0.15);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}

.company-overview .company-photo-wrapper .company-photo-container img, .company-overview .company-photo-wrapper .company-photo-container i {
       width: 140px;
    height: 140px;
    border-radius: 50%;
}

/*/////COLORES/////*/

.blanco{
	color: #fff;
}

.negro{
	color: #161616;
}

.naranja{
	color: #fe934c;
}

.spootycolor{
	color: #fb686f;
}


/*/////CLEARFIX/////*/


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.inline {
    display: inline-block;
}
.middle {
    vertical-align: middle;
}
.main{
	padding-top: 90px;
}

/*/////WIDTHS/////*/


.full{
	width: 100%;
}
.ninety{
	width: 90%;
}
.eighty{
	width: 80%;
}
.seventy{
	width: 70%;
}
.sixty{
	width: 60%;
}
.fifty{
	width: 50%;
}
.forty{
	width: 40%;
}
.thirty{
	width: 30%;
}
.twenty{
	width: 20%;
}
.ten{
	width: 10%;
}

.quarter{
	width: 25%;
}
.threee-quarters{
	width: 75%;
}



.inner-full{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.container{
	margin: 0 auto;
	padding: 50px 0;
}


/*////aligns////*/

.center{
	text-align: center;
}

.left{
	float: left;
}
.right{
	float: right;
}

.img img{
	width: 100%;
}

.pointer {
    cursor: pointer;
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}



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

.desktop{
	display: block;
}

.mobile{
	display: none;
}


.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}

.marger-y {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marger-x{
	margin-left:20px;
	margin-right:20px;
}

.padder-y{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padder-x{
	padding-left: 20px;
	padding-right: 20px;
}

.padder-y-big{
	padding-top: 80px;
	padding-bottom: 80px;
}

.padder-x-big{
	padding-left: 80px;
	padding-right: 80px;
}

.transition {
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -ms-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}


.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.subscribe {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}




.subscribe input {
 background: #fff;
    color: #484848;
    border: 0;
    outline: none;
    margin: 0;
    padding: 9px 5%;
    border-radius: 50px;
    font-size: 16px;
    width: 90%;
}

.subscribe button {
 border: 0;
    padding: 9px 25px;
    cursor: pointer;
    background: #fa686e;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
}

.subscribe button:hover {
  background: #e0072f;
}




@media screen and
(min-width : 300px)
and (max-width : 550px) {
	
	body{
		text-align: center !important;
	}
	
	
	.fondo-slide {
    background-position: left;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
    min-height: 580px;
}
	
	
	.full{
	width: 100%;
}
.ninety{
	width: 100%;
}
.eighty{
	width: 100%;
}
.seventy{
	width: 100%;
}
.sixty{
	width: 100%;
}
.fifty{
	width: 100%;
}
.forty{
	width: 100%;
}
.thirty{
	width: 100%;
}
.twenty{
	width: 100%;
}
.ten{
	width: 100%;
}

.quarter{
	width: 100%;
}
.threee-quarters{
	width: 100%;
}
	
	
	
	
	.padder-y{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padder-x{
	padding-left: 20px;
	padding-right: 20px;
}

.padder-y-big{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padder-x-big{
	padding-left: 20px;
	padding-right: 20px;
}
	
	
	.desktop{
	display: none;
}

.mobile{
	display: block;
}
	
	
	
}