@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
	margin: 0
	
}

h1 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
	letter-spacing: -0.4px;
}
h2{
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 30px;
	color: #2E2E2E;
	letter-spacing: -0.4px;
}
h3 {
	font-size:22px;
    font-weight:700;
	line-height: 1.2;
	color: #1F565F;
	letter-spacing: -0.4px;
	
}
p {
    font-size: 16px;
	line-height: 24px;
	color:#383838;
	font-weight: 400
}
a, a:link, a:hover, a:active, a:visited {
   text-decoration: none
}
p a {
	font-weight: 700;
	color: #70BC1F
}
p a:hover {
	color: #487D0F
}
hr {
    border-top: 1px solid rgba(0,0,0,.2);
}
picture {
    margin-bottom: 25px;
    display: block;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
ul li {
	font-size: 16px;
	line-height: 20px;
	color:#383838;
	font-weight: 400;
	padding-bottom: 10px;
}
ul {
  list-style: none;
}
ul li::before {
    content: "\2022";
    color: #70BC1F;
    font-weight: 800;
    font-size: 24px;
    width: 1em;
    margin-left: 0;
    margin-top: -2em;
    padding-right: 10px;
}
ul.numerado li::before {
    content: "";
    color: #383838;
    font-weight: 800;
    font-size: 24px;
    width: 0em;
    margin-left: 0;
    margin-top: 0em;
    padding-right: 0px;
}
header {
	width: 100%;
	height: 150px;
}
header .logo {
	width: 338px;
    height: auto;
    margin: auto;
    padding-top: 38px;
    display: block;
}
#main-banner{
	width: 100%;
	height: 336px;
	color: #fff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
}
#main-banner h1 {
	text-shadow: 3px 3px 10px #000000;
}
#main-banner p {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-shadow: 3px 3px 10px #000000;
}
#destacado {
	margin-top: 25px;
	width: 100%;
	height: auto
}
#destacado .aviso {
	background: #70BC1F;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}
#destacado .aviso p {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	line-height: 30px;
	margin-bottom: 0;
}
#gestiones{
	margin-top: 60px	
}
#gestiones p {
	padding-left: 38px
}
#gestiones h3 a {
	background-repeat: no-repeat;
    padding-left: 40px;
    color: #1F565F; 
	display: block;
	margin-bottom: 30px;
}
#gestiones h3 a.wsp {
	background-image: url(../images/ico-wsp.svg);
	background-position: 0px 3px;	
}
#gestiones h3 a.web {
	background-image: url(../images/ico-web.svg);
	background-position: 0px 3px;
}
#gestiones h3 a.mail {
	background-image: url(../images/ico-mail.svg);
	background-position: 0px 5px;
}
#gestiones h3 a.fb {
	background-image: url(../images/ico-fb.svg);
	background-position: 0px 1px;
}
#gestiones h3 a.tel {
	background-image: url(../images/ico-tel.svg);
	background-position: 0px 0px;
}
#pagos {
  width:100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
#pagos ul {
  margin-left:-40px
}
#pagos p a {
	font-weight: 700;
	color: #1F565F;
	font-size: 18px;
}

#pagos ul li a {
	font-size: 18px;
	font-weight: 700;
	color: #1F565F
}
#pagos ul li p {
	padding-left: 18px;
    padding-top: 5px;
	margin-bottom: 0
}
#pagos ul li ul {
	margin-left: -22px;
    padding-top: 5px;
}
#pagos ul li ul li {
	padding-bottom: 10px
}
#pagos .faq .card {
	border-radius: .60rem;
	padding-top: 10px;
    padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    margin-bottom: 15px;
}
#pagos .faq .card button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	white-space: normal;
}

#pagos .faq .card button.color h3 {
	font-size: 20px;
	color: #518816;
	padding-left:6px;
	transition: all 0.5s ease-out;
	text-align: left;
	padding-right: 16px;
}
#pagos .faq .card button.sincolor h3 {
	font-size: 20px;
	text-align:left;
	padding-left:6px;
	text-decoration: none;
	padding-right: 16px;
	transition: all 0.5s ease-out;	
}

#pagos .faq .card span.abajo::after {
	border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
	border-color: #1F565F;
	transition: all 0.3s ease-out;	
}
#pagos .faq .card span.arriba::after {
	border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    padding: 6px;
    transform: rotate(224deg);
	border-color: #518816;
	vertical-align: middle;
	transition: all 0.3s ease-out;	

}
#pagos .faq .card .card-body {
	border-top: 1px solid #DFDFDF;
	padding-bottom: 5px;
}




footer p {
	color: #ffffff;
	margin-bottom: 0
}
footer a {
	color: #ffffff;
	margin-bottom: 0
}
footer a:hover {
	color: #ffffff;
}
footer span {
	color: #ffffff;
}
footer .footer-top {
	width:100%;
	background-color: #878787;
	border-top: 4px solid #A9CC57;
	border-bottom: 4px solid #A9CC57;
	padding-top:30px;
	padding-bottom: 30px;
	
}
footer .footer-top ul.list-contact {
    padding-left: 0;
	margin-bottom: 0;
}
footer .footer-top ul.list-contact li::before {
    content: "";
    width: 0em;
    margin-left: 0;
    margin-top: 0em;
    padding-right: 0px;
}
footer .footer-top ul.list-contact li {
    padding-bottom: 20px
}
footer .footer-top ul.list-contact li:last-child {
    padding-bottom: 0px
}
footer .footer-top ul.list-contact li .tel, footer .footer-top ul.list-contact li .fb {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
    font-size: 20px;
}
footer .footer-top ul.list-contact li .tel {
	background-image: url(../images/ico-tel-footer.svg);
}
footer .footer-top ul.list-contact li .fb {
	background-image: url(../images/ico-fb-footer.svg);
}
footer .footer-bottom {
	width:100%;
	background-color: #E1E1E1
}
footer .footer-bottom p {
	font-size:11px;
	line-height: 16px;
	font-weight: 500;
	color:#464646;
	padding-bottom: 15px
}
footer .footer-bottom p a {
	color:#61a22c;
	font-weight: 500
}

















/*Media queries*/
@media screen and  (max-width: 320px) {
h1 {
    font-size: 28px !important;
}

}

@media screen and  (max-width: 640px) {
h1 {
    font-size: 34px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
p {
    font-size: 13px;
    line-height: 19px;
}
ul {
   padding-left: 30px
}
ul li {
    font-size: 13px;
    line-height: 15px;
}
ul li::before {
    font-size: 16px;
    padding-right: 8px;
}
header {
    height: 100px;
}
header .logo {
    width: 270px;
    padding-top: 20px;
}
#main-banner {
    height: 270px;
    background-image: url(../images/banner-m.jpg);
}
#main-banner p {
    font-size: 20px;
	line-height: 24px;
}
#destacado {
    margin-top: 0px;
}
#destacado .aviso p {
    font-size: 18px;
    line-height: 24px;
}
#gestiones h3 a {
    padding-left: 26px;
    margin-bottom: 18px;
}
#gestiones h3 a.wsp {
    background-position: 0px 2px;
    background-size: 20px;
}
#gestiones h3 a.web {
    background-size: 20px;
}
#gestiones h3 a.mail {
    background-position: 0px 3px;
    background-size: 20px;
}
#gestiones h3 a.fb {
    background-position: 0px 0px;
    background-size: 19px;
}
#gestiones h3 a.tel {
    background-size: 19px;
}
#gestiones p {
    padding-left: 26px;
}
#pagos img.logos-servicios {
    width: auto;
    height: 50px;
}
#pagos p a {
    font-size: 14px;
}
#pagos ul li {
    padding-bottom: 10px;
}
#pagos .faq .card button.sincolor h3 {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 10px;
    line-height: 22px;
}
#pagos .faq .card button.color h3 {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 10px;
    line-height: 22px;
}
#pagos .faq .card span.abajo::after {
    padding: 4px;
}
#pagos .faq .card span.arriba::after {
    padding: 4px;
}
#pagos ul {
    margin-left: -32px;
	margin-bottom: 0
}
#pagos ul li {
    padding-bottom: 6px;
    line-height: 18px;
}
#pagos ul li p {
    padding-left: 15px;
}
#pagos ul li a {
    font-size: 14px;;
}
#pagos ul li ul {
    margin-left: -12px;
}
#pagos .efectivo-tit{
    line-height: 18px;
    font-size: 14px;
    padding-top: 12px;
}
footer .logo img {
    width: 176px;
}
footer .footer-top ul.list-contact {
    margin-top: 20px;
}
footer .footer-top ul.list-contact li .tel, footer .footer-top ul.list-contact li .fb {
    padding-left: 25px;
    font-size: 16px;
}
footer .footer-top ul.list-contact li .fb, footer .footer-top ul.list-contact li .tel {
    background-size: 18px;
}

}

