body
{
padding: 0px !important;
margin: 0px !important;
background: black !important;

}

.container
{
padding: 0px !important;
width: 100% !important;	
}



/*begin nav*/
nav
{
z-index: 1000;
width: 100% !important;
 background: rgba(42,42,42,0.8);
 border-bottom: transparent;
 font-size: 14px;
 padding: 15px 0;
 font-family: 'Raleway', sans-serif;
 font-weight: normal;
color: white;
position: fixed;
padding-left: 10%;
}

.setlink
{
color: white !important;
text-decoration: none !important;	
}
.btn-title
{
font-family: 'Kaushan Script', cursive;
font-size: 30px;

margin-right: 50%;
}

.btn-title:hover
{
color: #FF96D6;
}


.btn-button
{
padding: 5px;
}

.btn-button:hover
{
color: #FF96D6;
text-decoration: underline;
}


/*end nav*/



/*begin main*/

.ocultar1{
display: none;	
}

.ocultar1-i{
display: none;	
}

.ocultar2{
display: none;	
}

.ocultar2-i{
display: none;	
}

.ocultar3{
display: none;	
}

.ocultar2-i{
display: none;	
}

.main{
background:rgba(223,223,223,0.9);
background-image: url('../img/1.jpg');
background-size: cover;
color: white;
text-align: center;    
margin-top: 70px

}

.main-capa
{
padding-top: 50px;
background: rgba(255,104,196,0.7);
min-height: 400px;	
}

.main-title
{
font-size: 58px !important;	

}

.main p
{
color: black;
font-size: 30px;

}

/*end main*/


/*begin service*/
.service{

color: white;
padding: 50px;
padding-left: 10%;
padding-top: 80px !important;
background: #905677;
font-size: 15px;
clear: both;
text-align: center;
}

.service-span1
{
display: inline-block;
padding: 10px;
text-align: justify;
}

.service-span2
{
display: inline-block;
padding: 10px;
text-align: justify;
}

.service-span3
{
display: inline-block;
padding: 10px;
margin-left: 10px;
text-align: justify;

}

.service-span4
{
display: inline-block;
padding: 10px;
text-align: justify;
}
/*seteo los icon*/

.glyphicon{
   font-size: 40px;
    margin-left: 0%;
    margin-bottom: 5%;
}

.img.glyphicon{
   font-size: 30px !important;
    margin-left: 0px!important;
    margin-bottom: 0px !important;
}




/*end service*/

/*begin about*/
.about
{


color: white;

background-image:url("../img/2.jpg");
background-size: cover;
font-size: 25px;

}

.about-capa
{

background: rgba(255,104,196,0.7);
padding: 50px;
padding-top: 75px !important;	
min-height: 400px;
}

/*emd about*/



.color-white{
color: white!important;	
}

.f-p{
font-size: 30px;	
}



/*begin contact*/

.contac
{
text-align: center;
background: #905677;
color: white;
padding: 50px;
}

input,textarea
{
background: #905677;
min-width: 30%;
border-radius: 5px;
box-sizing:border-box;
min-height:40PX;
}



/*place holder style*/
::-webkit-input-placeholder { color:white;font-weight: bold;font-size: 15px; }
::-moz-placeholder { color:white; font-weight: bold;font-size: 15px;} /* firefox 19+ */
:-ms-input-placeholder { color:white;font-weight: bold;font-size: 15px; } /* ie */
input:-moz-placeholder { color:white;font-weight: bold;font-size: 15px;}

/*end placeholder style*/







/*end contact*/




/*begin footer*/

footer
{
background-color: black;
color: white;
padding: 20px;
text-align: center;
}
.footer-logo
{
font-family: 'Kaushan Script', cursive;	
}

.margin-top{
margin-top: 50px !important;
}


/*end footer*/