<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* New fonts from Karl 6/6/2016 */
@font-face {
    font-family: 'cataraman';
    src: url('../css/fonts/Catamaran-Regular.ttf')  format('truetype'),
         url('../css/fonts/Catamaran-Regular.ttf') format('woff2'),
         url('../css/fonts/Catamaran-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cataramanblack';
    src: url('../css/fonts/Catamaran-Black.ttf')  format('truetype'),
         url('../css/fonts/Catamaran-Black.ttf') format('woff2'),
         url('../css/fonts/Catamaran-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;

}
h2{
	font-family: cataramanblack,Arial, Helvetica, sans-serif;
}
p{
	font-family: cataraman,Arial, Helvetica, sans-serif;
}
.img-yp{
	width: 19%;
}
.logo-yp{text-align: right;}
.logo-yp img{width: 65%;}
.ftco-blocks-cover-1{
	background-image: url('../images/WebBuzon_fondo1.png'); 
	background-size: cover;
	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
	min-height: 500px;
}
.ftco-blocks-cover-2{
	background-image: url('../images/WebBuzon_fondo2.png'); 
	background-size: cover;
	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
	min-height: 500px;
}
.ftco-blocks-cover-1 .col-md-6{
	margin-top: -37px; 
}
.cont-form{margin-top: 80px !important;}
.form-yp .form-control{
	background-color: transparent;
	border: 1px solid #121212;
	
}
.form-yp .form-group{
	margin-bottom: 0.3rem;
}
.btn-yp{
	padding: 0.3rem 1.8rem;
    margin-top: 1em;
    font-size: 0.8em;
}
label{font-family: cataraman,Arial, Helvetica, sans-serif;font-size: 0.8em;margin-bottom: .2rem;margin-left: 5px;}
.quest{text-align: center;}
.quest img{width: 65%;margin-top: -90px;}
.yp-op h2{
	
	color: #2d2d2d;
    font-weight: bold;
    text-align: right;
    padding: 10px 45px;
}
.yp-op p{
	font-size: 1.2em;
    text-align: right;
    padding: 10px 44px 10px 40px;
    line-height: 20px;
}
.cont-agr img{width: 66%;margin-top: -43px;float: left;}
.cont-t{float: right; margin-top: -122px;margin-right: 100px; }
.cont-t h2{font-size: 2.6em;}
.cont-t p{font-size: 1.2em;width: 172px;line-height: 20px;}


::-webkit-input-placeholder { / Edge /
  color: white !important;
}

:-ms-input-placeholder { / Internet Explorer 10-11 /
  color: white !important;
}

::placeholder {
  color: white !important;
}

@media (max-width: 980px){
    .quest{display: none;}
    .img-yp {
        width: 38%;
    }
    .cont-agr img{display: none;}
    .yp-op{margin-top: 30px;}
    .cont-form {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }
    .yp-op h2{text-align: center;}
    .yp-op p{text-align: center;}
    .cont-t{
        text-align: center;
        float: none;
        margin-top: 5em;
        margin-right: 0;
    }
    .cont-t p{width: 100%;}
    .yp-op h2{padding: 10px 5px;}
    .yp-op p{padding: 10px 5px;}
}</pre></body></html>