@font-face{ 
    font-family:"Especial Elite"; 
    src:url('fonts/SpecialElite.ttf');

}
@font-face{ 
    font-family:"Berkshire"; 
    src:url('fonts/berkshireswash-regular.ttf');

}
@font-face{ 
    font-family:"Amarillo"; 
    src:url('fonts/Amarillo.otf');

}

@font-face{ 
    font-family:"Quintessential"; 
    src:url('fonts/Quintessential-Regular.ttf');

}

h1 {
	font-size: 60px;
	font-family: 'Quintessential';
	text-decoration: none;
    margin: 10px 0px;
    color: rgb(204, 199, 5);
    text-align: center;

    padding-top: 10px;
}
 
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
    margin-bottom: 0px;
    columns: white;
    text-align: center;
}

p1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
    text-align: center;
    color: white;
}
a {
  color: #ccc;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
}
label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
    font-weight: bold;
    color: whitesmoke;
}

input[type=text], input[type=tel], input[type=email], input [type=message] {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}
 
textarea {
    width: 35%;
    height: 20px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
 
input[type=button], input[type=submit], input[type=reset] {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 10px;
}
 
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #ccc;
}

.servicios{
    font-size: 35px;
	font-family: 'Amarillo';
    margin: 20px 0px;
    color: rgb(204, 199, 5);
    text-align: center;

}

.testimonios{
    font-size: 60px;
	font-family: 'Quintessential';
    margin: 0px 0px;
    color: rgb(204, 199, 5);
    text-align: center;

}
.services{
    font-size: 60px;
	font-family: 'Quintessential';
    margin: 0px 0px;
    color: rgb(204, 199, 5);
    text-align: center;
    padding-bottom: 25px;
    padding-top: 50px;
    
}
.siguenos{
    font-size: 30px;
	font-family: 'Amarillo';
    color: rgb(204, 199, 5);
    border-bottom: 20px;
    text-align: center;
    border-top: 20px;

}
.policy{
    font-family: 'Georgia', serif;
	font-size: 26px;
	line-height: 28px;
	color: rgb(255, 255, 255);
	margin: 0;
	padding: 35px ;
}

.ppolicy{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #e9e9e9;
    margin: 0;
    padding: 0;
    margin-bottom: 11px;
    text-align: justify;
  
}
.direccion{

    font-size: 30px;
    font-family: 'Berkshire';
    margin: 0px 0px;
    color: rgb(204, 199, 5);
    border-bottom: 20px;
    text-align: center;
    
}

.service_list {
	color: hsl(0, 0%, 100%);
	-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    line-height: 130%;
    text-align: center;
}
.service_list:hover {
	color: #eb5368;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    line-height: 130%;
    text-align: center;
}

.footer_div{
    text-align: left;
    color: rgb(253, 249, 15);
    font-family: 'Amarillo';
    font-size: 15px;
    margin-top: 15px;

}
@media(max-width: 768px){
    .footer_div
    text-align: center;
}
@media(min-width: 768px){
    .footer_div
    text-align: center;
}

#pago{
	width: 100%;
	background-color:black;
}	

#seleccion
{
    font-size: 45px;
	font-family: 'Quintessential';
	text-decoration: none;
    margin: 15px 0px;
    color: rgb(204, 199, 5);
    text-align: center;

    padding-top: 10px;
}
.seleccion{
    color:#ffffff;
}
.cajaformulario{
    margin-top: 20px;
}