/*
Theme Name: Centro Siembra
Theme URI: www.centrosiembra.org
Description: Theme de centrosiembra.org
Version: 1
Author: #matruskaestudio
Author URL: matruskaestudio.com
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

html {
  font-size: 100%;
}

.container-fluid {
  padding: 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row>* {
    padding-right: 0px;
    padding-left: 0px;
}

.full-height {
  height: 100vh;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-full {
  width: 100%;
  height: auto;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 3.5rem;
  padding-bottom: 1rem;
}

h4::after {
  content: "";
  position: absolute;
  max-width: 25rem;
  left: 0.08rem;
  bottom: 0;
  width: 80%;
  height: 10px;
}

.t1::after {
  background-color: #0C5655;
}

.t2::after {
  background-color: #910C07;
}

.t3::after {
  background-color: #15BAB1;
}

.t4::after {
  background-color: #0C5655;
}

.t5::after {
  background-color: #0C5655;
}

.h4-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 3.5rem;
  padding-bottom: 1rem;
  margin-left: -2rem;
}

.h4-2::after {
  content: "";
  position: absolute;
  max-width: 25rem;
  left: 2.08rem;
  bottom: 0;
  width: 80%;
  height: 10px;
}

.h4-3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 3.5rem;
  padding-bottom: 1rem;
  margin-left: -2rem;
}

.h4-3::after {
  display: none;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 3.5rem;
  margin-top: 4rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  padding: 0 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: #FFFFFF;
  z-index: 10;
  box-shadow: -1px 1px 8px rgba(0,0,0,0.5);
}

header .nav li {
  height: 100%;
}

header .nav li a {
  color: #0c5655;
  font-size: 0.8rem;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-p {
  background-color: #FFFFFF;
}

.menu-p li {
  position: relative;
}

.menu-p li .nav-link {
  position: relative;
  padding-top: 3rem;
  height: 100%;
}

.menu-p li .nav-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #b3b3b3;
}

.menu-p li:last-child .nav-link::after {
  display: none;
}

.menu-p li a:hover {
  background-color: #F2F2F2;
}

header .nav li a:hover {
  color: #dc9e25;
}

header .social li {
  border-right: 0 !important;
}

header .social li a {
  color: #910C07 !important;
  font-size: 1.3rem !important;
  padding: 0.6rem;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

header .social li a:hover {
 color: #dc9e25 !important;
 -moz-transform: scale(1.3);
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}

header .social3 li {
  border-right: 0 !important;
}

header .social3 li a {
  color: #8db048 !important;
  font-size: 1.3rem !important;
  padding: 0.5rem;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}

header .social3 li a:hover {
 color: #dc9e25 !important;
 -moz-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.sub-menu {
  position: absolute;
  width: max-content;
  left: 0.5rem;
  height: 70px;
  top: 0px;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  z-index: -1;
  display: inline-table;
}

.menu-p li:hover > .sub-menu {
  top: 114px !important;
}

.menu-p li:hover < .menu-p < .sub-menu-bar {
  height: 40px !important;
}

.sub-menu a {
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 0.95rem !important;
  height: 100%;
  display: table-cell;
  padding: 0 0.7rem 0 0.7rem;
  vertical-align: middle;
}

.sub-menu a:hover {
  background-color: #B27D1F !important;
  color: #FFFFFF !important;
}

.sub-menu-bar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 114px;
  height: 0;
  background-color: #DC9E25;
  z-index: -2;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.buscar-bar {
  position: fixed;
  width: 100%;
  left: 0;
  top: -90px;
  height: 80px;
  background-color: #DC9E25;
  z-index: -2;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  z-index: 9;
}

.abierto2 {
  top: 114px;
}

.buscar-bar form {
    margin-top: 1.05rem;
    padding-left: 3rem;
}

.buscar-bar form input[type="text"] {
    border: 0;
    padding: 10px;
    width: 70%;
    max-width: 350px;
    color: #6A6458;
    background: #FFFFFF;
}

.buscar-bar form label {
    color: #ffffff;
}

.buscar-bar form input[type="submit"] {
    border: 0;
    padding: 9px;
    background-color: #B27D1F;
    color: #ffffff;
    border: 3px solid #DC9E25;
}

.buscar-bar form input[type="submit"]:hover {
    color: #ffffff;
    background-color: #DC9E25;
    border: 3px solid #FFFFFF;
}

.img-bg {
  position: relative;
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.titulo1 {
  position: relative;
  color: #FFFFFF;
  font-size: 3.5rem;
  padding-bottom: 2rem;
  width: 80%;
}

.titulo1::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 9px;
  background-color: #dc9e25;
  left: 0;
  bottom: 0;
}

.box-1 {
  position: relative;
  padding: 8% 12% 17% 14%;
}

.box-1::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 50%;
  left: 10%;
  top: 40%;
  background-color: #FFFFFF;
}

.box-1 p {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.3rem;
}

.titulo2 {
  font-size: 3.5rem;
}

.txt1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1.3rem;
  padding: 2rem 2rem 6rem 4rem;
}

.txt2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 1.3rem;
  padding: 2rem 4rem 6rem 3rem;
}

.txt3 {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 1.3rem;
  padding: 2rem 4rem 6rem 0;
}

.txt4 {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 1.3rem;
  padding: 2rem 4rem 0 0;
}

.b-rojo > b {
  color: #910C07 !important;
}

.fecha {
  font-size: 1.5rem !important;
  margin-top: 2rem;
}

.leer-mas {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0c5655;
  border: 4px solid #0c5655;
  padding: 0.4rem 2rem;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.leer-mas:hover {
  color: #FFFFFF;
  background-color: #0c5655;
}

.box-2 {
  padding: 5rem 2rem 2rem 2rem;
  background-color: #8db048;
  z-index: 2;
}

.box-2 h1 {
  color: #FFFFFF;
}

.articulo {
  position: relative;
  padding: 0.5rem;
}

.articulo:hover > .content {
  background-color: #FFFFFF;
}

.articulo .content {
  padding: 1rem;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

 .img-articulo {
  width: 100%;
  height: 20vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 }

 .img-articulo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

 .img-full2 {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
  top: 0;
  z-index: -1;
 }

 .articulo .content h1 {
   font-family: 'Montserrat', sans-serif;
   font-weight: bold;
   font-size: 1.8rem;
   color: #333333;
 }

.articulo .content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
}

.articulo .content hr {
  opacity: 1;
  color: #dc9e25;
  height: 3px;
  width: 80%;
  margin: 2rem 0;
}

.articulo .content .leer-mas {
  font-size: 1.2rem;
}

.footer {
  position: relative;
  background-color: #333333;
  padding: 5rem 1rem 10rem 1rem;
  background-image: url(images/foot1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 2%;
}

.footer::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2rem;
  bottom: 0;
  right: 0;
  background-color: #8db048;
}

.footer .nav1 {
  display: block;
  text-align: right;
  list-style: none;
  border-right: 4px solid #c48414;
  padding: 0.5rem 4rem 0.5rem 0.5rem;
}

.footer .nav1 li {
  margin: 0.5rem 0;
}

.footer .nav1 li a {
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.footer .nav1 li a:hover {
  color: #dc9e25 !important;
  border-color: #dc9e25 !important;
}

.collapseSubMenu2 > a {
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.collapseSubMenu2 > a:hover {
  color: #dc9e25 !important;
  border-color: #dc9e25 !important;
}

.footer .social-foot li {
  margin: 0 0.6rem;
}

.footer .social-foot li a {
  position: relative;
  color: #FFFFFF;
  font-size: 1.5rem;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.footer .social-foot li a:hover {
  color: #333333;
  background-color: #FFFFFF;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.footer .social-foot li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .social-foot2 li a {
  position: relative;
  border: 0;
  border-radius: 0;
  width: 18rem;
  height: auto;
}

.footer .social-foot a img {
  width: 18rem;
}

.footer .social-foot2 a img {
  width: 18rem;
}

.footer .social-foot3 li a {
  position: relative;
  color: #FFFFFF;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.footer .social-foot3 li a:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn {
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 5rem;
  text-align: left;
  padding-right: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.btn img {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 4rem;
}

.abanico {
  font-size: 1rem;
  background-color: #f7f7f7;
  padding: 4rem 4rem 6rem 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.titulo3 {
  width: fit-content;
  display: block;
  padding-left: 4rem;
  margin-bottom: 2rem;
}

.titulo3 h1 {
  background-color: #FFFFFF;
  color: #dc9e25;
  font-size: 6rem;
  display: block;
  width: 100%;
  padding: 0 1rem;
}

.titulo3 h1:last-child {
  width: fit-content;
}

.documento {
  position: relative;
}

.documento .img-docu {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.documento .img-docu img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.documento .cont {
  background-color: #f2f2f2;
  padding: 2rem;
}

.documento .cont h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.documento .cont h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #0c5655;
}

.documento .cont p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.documento .cont .leer-mas {
  font-size: 0.8rem;
}

.documentos {

}

.documentos h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #0c5655;
}

.documentos h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333333;
}

.documentos hr {
  opacity: 1;
  color: #000000;
  height: 4px;
  width: 90%;
  margin: 2rem 0;
}

.documentos p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.documentos p b {
  font-weight: bold;
  color: #0c5655;
}

.documentos strong {
  font-weight: bold;
  color: #0c5655;
}

.documentos p a {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0c5655;
  border: 4px solid #0c5655;
  padding: 0.4rem 2rem;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.documentos p a:hover {
  color: #FFFFFF;
  background-color: #0c5655;
}

.slider {
  position: absolute;
  width: 400%;
  height: 100%;
}

.slide {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
}

.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 2rem;
  cursor: pointer;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.prev:hover {
  -moz-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}

.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2rem;
  cursor: pointer;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.next:hover {
  -moz-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}

.menu-resposive {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 20;
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-left: 2rem;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
  -moz-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.menu-resposive .nav {
  flex-direction: column;
  align-content: flex-start;
}

.menu-resposive .nav:nth-child(1) li {
  border-bottom: 1px solid #b3b3b3;
}

.menu-resposive .nav li a {
  color: #0c5655;
  font-size: 1.5rem;
  padding: .5rem 1rem .5rem 0;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.collapseSubMenu > a {
  color: #0c5655;
  font-size: 1.3rem;
  padding: .2rem 1rem .2rem 1.2rem;
  display: block;
}

.menu-resposive .nav:nth-child(1) li a {
  padding: 1rem 3rem 1rem 0;
}

.menu-resposive .nav li a:hover {
  color: #dc9e25 !important;
}

.menu-resposive .social {
  flex-direction: row;
  margin: 2rem 0;
}

.menu-resposive .social li {
  border-right: 0 !important;
  padding-right: 1rem;
}

.menu-resposive .social li a {
  color: #910C07 !important;
  font-size: 1.5rem !important;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-resposive .social li a:hover {
 color: #dc9e25 !important;
 -moz-transform: scale(1.3);
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}

.menu-resposive .nav:last-child li a {
  color: #8db048 !important;
  font-size: 1rem !important;
  font-weight: 500;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-resposive .nav:last-child li a img {
  max-width: 290px;
  width: 90%;
}

.cerrar-menu {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 57px;
  cursor: pointer;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 57px;
  cursor: pointer;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  z-index: 12;
  background-color: #FFFFFF;
  padding: 0.5rem;
  display: none;
}

.abierto {
  right: 0;
}

.cerrar-menu:hover, .menu-btn:hover {
  padding: 0.2rem;
}

.noticia {

}

.noticia h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #0c5655;
}

.noticia h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333333;
  width: 90%;
}

.noticia hr {
  opacity: 1;
  color: #000000;
  height: 4px;
  width: 100%;
  margin: 2rem 0;
}

.noticia p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 90%;
}

.noticia p b {
  font-weight: bold;
}

.noticia .leer-mas {
  font-size: 1rem;
}

.comparte-btn {
  padding-top: 2rem;
}

.comparte-btn p {
  padding-right: 1rem;
  display: inline;
}

.comparte-btn .fa {
  font-size: 2rem;
  color: #910C07;
  display: inline;
  vertical-align: text-top;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.comparte-btn .fa:hover {
  color: #333333;
}

.comparte-btn2 {
  position: absolute;
  right: 1rem;
  bottom: 1.8rem;
}

.comparte-btn2 .fa {
  font-size: 1.5rem;
  color: #910C07;
  display: inline;
  vertical-align: text-top;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.comparte-btn2 .fa:hover {
  color: #333333;
}

.cuadro {
  position: relative;
  cursor: pointer;
}

.cuadro div {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cuadro:hover > div{
  height: 100%;
}

.cuadro div p {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  -moz-transform: scale(-50%);
  -webkit-transform: scale(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}

.page-general p {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 1.3rem;
  padding: 2rem 4rem 0 0;
}

@media (max-width: 1000px) {
  header {
    display: none !important;
  }

  .buscar-bar {
    display: none !important;
  }

  .menu-btn {
    display: block;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 76%;
  }
  .documento .img-docu {
      height: 52vw;
  }

  .img-articulo {
    height: 40vw;
}

  .full-height2 {
    height: 70vh !important;
  }

  .full-height3 {
    height: 50vh !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

  .titulo-margin {
    margin-top: 6rem;
  }
}
