@charset "UTF-8";
/*--------------
    Imports
---------------*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), url("https://fonts.gstatic.com/s/ptsans/v12/") format("woff2");
}
@font-face {
  font-family: "PT Sans Italic";
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), url("https://fonts.gstatic.com/s/ptsans/v12/") format("woff2");
}
@font-face {
  font-family: "PT Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), url("https://fonts.gstatic.com/s/ptsans/v12/") format("woff2");
}
@font-face {
  font-family: "PT Sans Bold Italic";
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), url("https://fonts.gstatic.com/s/ptsans/v12/") format("woff2");
}
/*--------------
    Variables
---------------*/
:root {
  --primary-color: #0E6E4C;
  --secondary-color: #FA6501;
}

/*------------
    General
--------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  text-shadow: none;
}

html, body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

@page {
  size: A4;
  height: 29.7cm;
  margin: 0 !important;
}
section {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  page-break-before: always;
}

.mt-3 {
  margin-top: 30px;
}
.presupuestos-header {
  padding: 10px;
  width: 100%;
  height: 60px;
  background-color: var(--primary-color);
  background-image: url("../../images/cotizaciones_clientes/logos/logo-negativo.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.presupuestos-header p {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.presupuestos-title {
  padding: 20px 5px;
  text-align: center;
  color: var(--primary-color);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.presupuestos-title small {
  display: block;
  line-height: 35px;
  font-size: 60%;
  line-height: 20px;
}
.presupuestos-title b {
  display: inline-block;
  padding: 10px;
  font-size: 80%;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 3px;
}
.presupuestos-title i {
  display: block;
  margin-top: 10px;
  font-size: 60%;
  color: #000;
}
.presupuestos-img {
  width: 100%;
  max-height: 350px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.presupuestos-img-small {
  height: 220px;
}
.presupuestos-list {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.presupuestos-list h3 {
  margin-left: 15px;
  color: var(--secondary-color);
}
.presupuestos-list ul.list-center {
  position: absolute;
  top: 0;
  width: 60%;
  margin: auto;
  left: 0;
  right: 0;
}
.presupuestos-list ul.list-center li p {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}
.presupuestos-list ul.list-center li::marker {
  color: var(--secondary-color);
}
.presupuestos-list ul.list-color {
  margin: 35px 20px;
  list-style-type: none;
}
.presupuestos-list ul.list-color li {
  position: relative;
  padding-left: 10px;
}
.presupuestos-list ul.list-color li::before {
  content: "•";
  color: var(--secondary-color);
  position: absolute;
  left: -5px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 20px;
}
.presupuestos-list ul.list-color li p {
  margin: 0;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}
.presupuestos-list ul.list-color li p span {
  color: var(--secondary-color);
}
.presupuestos-list ul.list-color li::marker {
  color: var(--secondary-color);
}
.presupuestos-list ul.list-color.mt-1 {
  margin-top: 10px;
}
.presupuestos-list ul.list-color.mt-2 {
  margin-top: 20px;
}
.presupuestos-list ul.list-color.mt-3 {
  margin-top: 30px;
}
.presupuestos-list ul.list-color.mb-1 {
  margin-bottom: 10px;
}
.presupuestos-list ul.list-color.mb-2 {
  margin-bottom: 20px;
}

.presupuestos-list-bg {
  position: relative;
  margin: 30px 20px 20px;
  padding: 35px;
  background-color: #eee;
  border-radius: 3px;
  page-break-inside: avoid;
}
.presupuestos-list-bg-budget {
  position: absolute;
  padding: 5px 10px;
  top: -15px;
  left: 0;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
}
.presupuestos-list-bg-budget > p {
  white-space: nowrap;
}
.presupuestos-list-bg h4 {
  margin: 5px 0;
  color: var(--primary-color);
}
.presupuestos-list-bg a {
  color: var(--primary-color);
}
.presupuestos-list-bg p {
  margin: 0;
}
.presupuestos-list-bg p span {
  display: block;
}
.presupuestos-list-horizontal ul {
  list-style-type: none;
}
.presupuestos-list-price {
  position: relative;
  margin: 30px 20px 20px;
  padding: 45px 35px 40px;
  min-height: 100px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 3px;
}
.presupuestos-list-price-budget {
  position: absolute;
  padding: 5px 10px;
  top: -15px;
  left: 0;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 3px;
}
.presupuestos-list-price-budget p {
  white-space: nowrap;
}
.presupuestos-list-price-text {
  margin: 0;
  font-size: 20px;
}
.presupuestos-divide {
  margin: 20px;
  width: calc(100% - 40px);
}
.presupuestos-divide-media {
  width: 30%;
  float: left;
}
.presupuestos-divide-media img {
  max-width: 100%;
  height: auto;
  display: block;
}
.presupuestos-divide-content {
  width: 70%;
  float: left;
}
.presupuestos-divide::after {
  content: "";
  display: table;
  clear: both;
}
.presupuestos-under {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: url("../../images/cotizaciones_clientes/socio/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.presupuestos-under-socio {
  background-image: url("../../images/cotizaciones_clientes/socio/footer.jpg");
}
.presupuestos-under::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../images/cotizaciones_clientes/socio/presupuestos-under-gd.png");
}
.presupuestos-under::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  width: 150px;
  height: 50px;
  background-image: url("../../images/cotizaciones_clientes/logos/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}


.presupuestos-list-color {
  margin: 30px 0;
  position: relative;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400; 
}
.presupuestos-list-color-budget {
  display: inline-block;
  margin: 20px 0 10px;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.presupuesto-list-color-center-item {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
.presupuesto-list-color-center-item h3 {
  margin: 15px 0;
}
.presupuesto-list-color-center-item ul li::marker {
  color: var(--secondary-color);
}
.presupuesto-list-color-center-item p b {
  font-weight: 700;
}

/*--------------
    Secciones
----------------*/
.presupuestos {
  height: 100%;
}
.presupuestos-portada {
  position: relative;
  background-image: url("../../images/cotizaciones_clientes/portada/1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  page: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 29.7cm;
  page-break-after: always;
  page-break-before: avoid;
}

.presupuestos-portada-caballos {background-image: url("../../images/cotizaciones_clientes/portada/caballos/1.jpg");}
.presupuestos-portada-ovinos {background-image: url("../../images/cotizaciones_clientes/portada/ovinos/1.jpg");}

.presupuestos-portada-angus {background-image: url("../../images/cotizaciones_clientes/portada/Angus.jpg");}
.presupuestos-portada-angus_2 {background-image: url("../../images/cotizaciones_clientes/portada/Angus_2.jpg");}
.presupuestos-portada-angus_3 {background-image: url("../../images/cotizaciones_clientes/portada/Angus_3.jpg");}
.presupuestos-portada-angus_4 {background-image: url("../../images/cotizaciones_clientes/portada/Angus_4.jpg");}
.presupuestos-portada-angus_hereford {background-image: url("../../images/cotizaciones_clientes/portada/Angus_Hereford.jpg");}

.presupuestos-portada-braford {background-image: url("../../images/cotizaciones_clientes/portada/Braford.jpg");}
.presupuestos-portada-braford_2 {background-image: url("../../images/cotizaciones_clientes/portada/Braford_2.jpg");}

.presupuestos-portada-brangus {background-image: url("../../images/cotizaciones_clientes/portada/Brangus.jpg");}
.presupuestos-portada-brangus_2 {background-image: url("../../images/cotizaciones_clientes/portada/Brangus_2.jpg");}
.presupuestos-portada-brangus_3 {background-image: url("../../images/cotizaciones_clientes/portada/Brangus_3.jpg");}

.presupuestos-portada-criollos {background-image: url("../../images/cotizaciones_clientes/portada/criollos.jpg");}
.presupuestos-portada-criollos_2 {background-image: url("../../images/cotizaciones_clientes/portada/criollos_2.jpg");}
.presupuestos-portada-criollos_3 {background-image: url("../../images/cotizaciones_clientes/portada/criollos_3.jpg");}

.presupuestos-portada-cuarto_de_milla {background-image: url("../../images/cotizaciones_clientes/portada/cuarto_de_milla.jpg");}
.presupuestos-portada-cuarto_de_milla_2 {background-image: url("../../images/cotizaciones_clientes/portada/cuarto_de_milla_2.jpg");}

.presupuestos-portada-hereford {background-image: url("../../images/cotizaciones_clientes/portada/Hereford.jpg");}
.presupuestos-portada-hereford_2 {background-image: url("../../images/cotizaciones_clientes/portada/Hereford_2.jpg");}
.presupuestos-portada-hereford_3 {background-image: url("../../images/cotizaciones_clientes/portada/Hereford_3.jpg");}
.presupuestos-portada-hereford_4 {background-image: url("../../images/cotizaciones_clientes/portada/Hereford_4.jpg");}

.presupuestos-portada-holando {background-image: url("../../images/cotizaciones_clientes/portada/Holando.jpg");}
.presupuestos-portada-holando_2 {background-image: url("../../images/cotizaciones_clientes/portada/Holando_2.jpg");}

.presupuestos-merinos {background-image: url("../../images/cotizaciones_clientes/portada/Merinos.jpg");}
.presupuestos-merinos_2 {background-image: url("../../images/cotizaciones_clientes/portada/Merinos_2.jpg");}
.presupuestos-merinos_3 {background-image: url("../../images/cotizaciones_clientes/portada/Merinos_3.jpg");}

.presupuestos-portada-nelore {background-image: url("../../images/cotizaciones_clientes/portada/Nelore.jpg");}
.presupuestos-portada-nelore_2 {background-image: url("../../images/cotizaciones_clientes/portada/Nelore_2.jpg");}

.presupuestos-portada-no-image {background-image: url("");}

.presupuestos-portada-clic {
  padding: 40px;
  position: relative;
  z-index: 4;
}
.presupuestos-portada-clic-logo {
  margin: auto;
  width: auto;
  display: block;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .presupuestos-portada-clic-logo {
    height: 80px;
  }
}
.presupuestos-portada-clic-slogan {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .presupuestos-portada-clic-slogan {
    font-size: 25px;
  }
}
.presupuestos-portada-content {
  padding: 40px 20px;
  background-color: #fbfbfb;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 4;
}
.presupuestos-portada-content p {
  text-align: center;
  color: var(--primary-color);
  font-size: 25px;
}
.presupuestos-portada-content p b {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .presupuestos-portada-content p {
    font-size: 18px;
  }
}
.presupuestos-portada::before, .presupuestos-portada::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.presupuestos-portada::before {
  border: 3px solid #fbfbfb;
  z-index: 2;
  top: 25px;
  right: 25px;
  left: 25px;
  bottom: 25px;
  width: auto;
  height: auto;
}
.presupuestos-portada::after {
  background-image: url("../../images/cotizaciones_clientes/portada/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.presupuestos-portada .presupuestos-portada-empresa-logo {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.presupuestos-portada .presupuestos-portada-empresa-logo img {
  height: 100px;
  width: auto;
}
.presupuestos-prices-table {
  margin: 30px 0;
}
.presupuestos-prices-table table {
  width: 100%;
  text-align: center;
}
.presupuestos-prices-table table thead tr th p {
  margin: 0;
  padding: 20px;
  font-size: 30px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.presupuestos-prices-table table tbody tr td {
  padding: 20px 5px;
}
.presupuestos-prices-table table tbody tr td p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 30px;
}
.presupuestos-prices-table table tbody tr td p b {
  color: #000;
}
.presupuestos-prices-table table tbody tr td p strong {
  color: var(--primary-color);
}
.presupuestos-prices-table table tbody tr td p span, .presupuestos-prices-table table tbody tr td p small {
  display: block;
  color: #000;
  font-weight: 400;
}
.presupuestos-prices-table table tbody tr td p small {
  font-size: 60%;
}
.presupuestos-prices-table table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.presupuestos-prices-condiciones {
  margin: 50px;
}
.presupuestos-prices-condiciones h3 {
  margin: 20px 0;
  color: var(--primary-color);
  font-style: italic;
}
.presupuestos-prices-condiciones ul li::marker {
  color: var(--primary-color);
}
.presupuestos-socio {
  height: 29.7cm;
}
.presupuestos-clicdata .presupuestos-img-small {
  width: 100%;
  max-width: 850px;
  height: auto;
}
.presupuestos-footer {
  position: relative;
  padding: 20px;
  height: 29.7cm;
  background-color: var(--primary-color);
}
.presupuestos-footer-divide-social {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
}
.presupuestos-footer-divide-social::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.presupuestos-footer-divide-social-media {
  width: 300px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.presupuestos-footer-divide-social-media img {
  width: 100%;
  height: auto;
}
.presupuestos-footer-divide-social-content {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.presupuestos-footer-divide-social-content-list {
  padding: 20px;
}
.presupuestos-footer-divide-social-content-list ul {
  list-style: none;
}
.presupuestos-footer-divide-social-content-list ul p {
  margin: 5px 0;
}
.presupuestos-footer-divide-social-content-list ul p a {
  color: #fff;
  text-decoration: none;
}
.presupuestos-footer-divide-social-content-list ul p i {
  padding: 5px 6px;
  background-color: #fff;
  color: var(--secondary-color);
  font-size: 11px;
  border-radius: 50%;
}
.presupuestos-footer-divide-social-content-list ul p i.fa-facebook {
  padding: 5px 7px;
}
.presupuestos-footer-divide::after {
  content: "";
  display: table;
  clear: both;
}
.presupuestos-footer-slogan {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  bottom: 300px;
}
.presupuestos-footer-slogan p {
  font-size: 40px;
  font-style: italic;
  color: #fff;
  text-align: center;
}
.presupuestos-footer-contact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  text-align: center;
}
.presupuestos-footer-contact-pais {
  display: inline;
}
.presupuestos-footer-contact-pais img {
  margin: auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50px;
}
.presupuestos-footer-contact p {
  color: #fff;
}
.presupuestos-footer-contact p b, .presupuestos-footer-contact p span {
  display: block;
}
.presupuestos-footer-contact p b {
  margin-bottom: 10px;
}
.presupuestos-footer-contact p span i {
  padding: 5px;
  background-color: #fff;
  color: var(--secondary-color);
  font-size: 10px;
  border-radius: 50%;
}
.presupuestos-footer-contact p span + span {
  margin-top: 8px;
}
.presupuestos-footer-contact p a {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.presupuestos .fa {
  background-size: 10px;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
}
.presupuestos .fa.fa-globe {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa-solid_globe-americas.png");
}
.presupuestos .fa.fa-facebook {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-brands_facebook-f.png");
  background-size: 6px;
}
.presupuestos .fa.fa-instagram {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-brands_instagram.png");
}
.presupuestos .fa.fa-twitter {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-brands_x-twitter.png");
}
.presupuestos .fa.fa-linkedin {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-brands_linkedin-in.png");
}
.presupuestos .fa.fa-phone {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-solid_phone.png");
}
.presupuestos .fa.fa-envelope {
  background-image: url("../../images/cotizaciones_clientes/icons/fontawesome/fa6-solid_envelope.png");
}

/*# sourceMappingURL=styles.css.map */
