/*
Theme name: Coonexo
Version: 1.0
Description: sitio para noticias Coonexo
Author: Pedro Guapache
Authon URI: https://github.com/alej36
License: GNU General Public Licence v2 or later
License: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap";



body {
	background-color: rgb(226, 232, 243) !important;
	font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
	overflow-x: hidden;
}

body a:hover{
	text-decoration: none;
}

/* * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
} */

main h1{
	color: #02271b;
}

.content {
	text-align: justify;
}

.img-content {
	padding-right: 55px;
}



/* a,h1,h2,h3,h4,li,p,span,ul{font-family:Montserrat} */
.attachment-large{max-width:100%;height:auto!important}
h1{margin:50px 0;font-weight: 900;}
ul{margin-bottom: 0px;}
header{background-color:#eff2f9}
/* header nav li{list-style:none;display:inline-block;padding:0 15px}
header nav li a{color:#fff;text-transform:uppercase}
header nav li a:hover{color:#fff} */
/* footer{background-color:#1c3643;padding:10px 0}
footer{color:white}
footer p{margin:0;color:#fff} */
.lista-productos h2{font-weight:900}
.lista-productos h4{font-weight:bold}
.lista-productos h4 a{color:#02271b}



/* HEADER */

.navigation {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.navigation.sticky {
	position: fixed;
	top: 0px;
    
    background-color: rgba(239, 242, 249);
    -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06)
}

/* .sticky #b-lg {
	display: none;
}

.sticky #s-lg {
	display: block;
	max-width: 55%;
	position: relative;
    top: 0;
} */


.navbar-toggler {
    padding: 0
}
.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -8px
}


.navbar-nav .nav-item {
	margin: 0 15px 0 0;
	font-weight: bolder;
}


.navbar-nav .nav-item a {
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    background: 0 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}



.navbar-nav .nav-item a, .navbar-nav .nav-item a {
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
    /* background: linear-gradient(to left, #008148 0%, #034E37 50.39%, #fff 100%); */
	border-radius: 15px;
	transition: all .4s ease-in-out;
    border: none;
    background: linear-gradient(to left, #008148 0%, #034E37 50.39%, #008148 100%);
    background-size: 200% auto;
    overflow: hidden
}

.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
    color: #fff;
	background-position: right center;
    -webkit-box-shadow: 0 0 35px rgba(3, 78, 55, .45);
    -moz-box-shadow: 0 0 35px rgba(3, 78, 55, .45);
    box-shadow: 0 0 35px rgba(3, 78, 55, .45)
}






.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 15px;
    height: 3px;
    background: #E9E220;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}


.navbar-nav .nav-item:hover a::before,
.navbar-nav .nav-item.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.sticky .navbar-toggler .toggler-icon {
    background-color: #034E37
}
.sticky .navbar-nav .nav-item a {
    color: #fff
}








/* margins paddings */


.mt-5 {
    margin-top: 5px
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
.mt-35 {
    margin-top: 35px
}
.mt-40 {
    margin-top: 40px
}
.mt-45 {
    margin-top: 45px
}
.mt-50 {
    margin-top: 50px
}
.mt-55 {
    margin-top: 55px
}
.mt-60 {
    margin-top: 60px
}
.mt-65 {
    margin-top: 65px
}
.mt-70 {
    margin-top: 70px
}
.mt-75 {
    margin-top: 75px
}
.mt-80 {
    margin-top: 80px
}
.mt-85 {
    margin-top: 85px
}
.mt-90 {
    margin-top: 90px
}
.mt-95 {
    margin-top: 95px
}
.mt-100 {
    margin-top: 100px
}
.mt-105 {
    margin-top: 105px
}
.mt-110 {
    margin-top: 110px
}
.mt-115 {
    margin-top: 115px
}
.mt-120 {
    margin-top: 120px
}
.mt-125 {
    margin-top: 125px
}
.mt-130 {
    margin-top: 130px
}
.mt-135 {
    margin-top: 135px
}
.mt-140 {
    margin-top: 140px
}
.mt-145 {
    margin-top: 145px
}
.mt-150 {
    margin-top: 150px
}
.mt-155 {
    margin-top: 155px
}
.mt-160 {
    margin-top: 160px
}
.mt-165 {
    margin-top: 165px
}
.mt-170 {
    margin-top: 170px
}
.mt-175 {
    margin-top: 175px
}
.mt-180 {
    margin-top: 180px
}
.mt-185 {
    margin-top: 185px
}
.mt-190 {
    margin-top: 190px
}
.mt-195 {
    margin-top: 195px
}
.mt-200 {
    margin-top: 200px
}
.mt-205 {
    margin-top: 205px
}
.mt-210 {
    margin-top: 210px
}
.mt-215 {
    margin-top: 215px
}
.mt-220 {
    margin-top: 220px
}
.mt-225 {
    margin-top: 225px
}
.mb-5 {
    margin-bottom: 5px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-45 {
    margin-bottom: 45px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-55 {
    margin-bottom: 55px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-65 {
    margin-bottom: 65px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-75 {
    margin-bottom: 75px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-85 {
    margin-bottom: 85px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-95 {
    margin-bottom: 95px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-105 {
    margin-bottom: 105px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-115 {
    margin-bottom: 115px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-125 {
    margin-bottom: 125px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-135 {
    margin-bottom: 135px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-145 {
    margin-bottom: 145px
}
.mb-150 {
    margin-bottom: 150px
}
.mb-155 {
    margin-bottom: 155px
}
.mb-160 {
    margin-bottom: 160px
}
.mb-165 {
    margin-bottom: 165px
}
.mb-170 {
    margin-bottom: 170px
}
.mb-175 {
    margin-bottom: 175px
}
.mb-180 {
    margin-bottom: 180px
}
.mb-185 {
    margin-bottom: 185px
}
.mb-190 {
    margin-bottom: 190px
}
.mb-195 {
    margin-bottom: 195px
}
.mb-200 {
    margin-bottom: 200px
}
.mb-205 {
    margin-bottom: 205px
}
.mb-210 {
    margin-bottom: 210px
}
.mb-215 {
    margin-bottom: 215px
}
.mb-220 {
    margin-bottom: 220px
}
.mb-225 {
    margin-bottom: 225px
}
.pt-5 {
    padding-top: 5px
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}
.pt-30 {
    padding-top: 30px
}
.pt-35 {
    padding-top: 35px
}
.pt-40 {
    padding-top: 40px
}
.pt-45 {
    padding-top: 45px
}
.pt-50 {
    padding-top: 50px
}
.pt-55 {
    padding-top: 55px
}
.pt-60 {
    padding-top: 60px
}
.pt-65 {
    padding-top: 65px
}
.pt-70 {
    padding-top: 70px
}
.pt-75 {
    padding-top: 75px
}
.pt-80 {
    padding-top: 80px
}
.pt-85 {
    padding-top: 85px
}
.pt-90 {
    padding-top: 90px
}
.pt-95 {
    padding-top: 95px
}
.pt-100 {
    padding-top: 100px
}
.pt-105 {
    padding-top: 105px
}
.pt-110 {
    padding-top: 110px
}
.pt-115 {
    padding-top: 115px
}
.pt-120 {
    padding-top: 120px
}
.pt-125 {
    padding-top: 125px
}
.pt-130 {
    padding-top: 130px
}
.pt-135 {
    padding-top: 135px
}
.pt-140 {
    padding-top: 140px
}
.pt-145 {
    padding-top: 145px
}
.pt-150 {
    padding-top: 150px
}
.pt-155 {
    padding-top: 155px
}
.pt-160 {
    padding-top: 160px
}
.pt-165 {
    padding-top: 165px
}
.pt-170 {
    padding-top: 170px
}
.pt-175 {
    padding-top: 175px
}
.pt-180 {
    padding-top: 180px
}
.pt-185 {
    padding-top: 185px
}
.pt-190 {
    padding-top: 190px
}
.pt-195 {
    padding-top: 195px
}
.pt-200 {
    padding-top: 200px
}
.pt-205 {
    padding-top: 205px
}
.pt-210 {
    padding-top: 210px
}
.pt-215 {
    padding-top: 215px
}
.pt-220 {
    padding-top: 220px
}
.pt-225 {
    padding-top: 225px
}
.pb-5 {
    padding-bottom: 5px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-45 {
    padding-bottom: 45px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-55 {
    padding-bottom: 55px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-65 {
    padding-bottom: 65px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-75 {
    padding-bottom: 75px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-85 {
    padding-bottom: 85px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-95 {
    padding-bottom: 95px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-105 {
    padding-bottom: 105px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-115 {
    padding-bottom: 115px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-125 {
    padding-bottom: 125px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-135 {
    padding-bottom: 135px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-145 {
    padding-bottom: 145px
}
.pb-150 {
    padding-bottom: 150px
}
.pb-155 {
    padding-bottom: 155px
}
.pb-160 {
    padding-bottom: 160px
}
.pb-165 {
    padding-bottom: 165px
}
.pb-170 {
    padding-bottom: 170px
}
.pb-175 {
    padding-bottom: 175px
}
.pb-180 {
    padding-bottom: 180px
}
.pb-185 {
    padding-bottom: 185px
}
.pb-190 {
    padding-bottom: 190px
}
.pb-195 {
    padding-bottom: 195px
}
.pb-200 {
    padding-bottom: 200px
}
.pb-205 {
    padding-bottom: 205px
}
.pb-210 {
    padding-bottom: 210px
}
.pb-215 {
    padding-bottom: 215px
}
.pb-220 {
    padding-bottom: 220px
}
.pb-225 {
    padding-bottom: 225px
}



/* FOOTER */

.logo img {
	max-width: 100%;
}

.footer {
    position: relative;
    z-index: 2;
    background: #eff2f9
}
.footer .footer-widget .footer-desc {
    line-height: 30px
}
.footer .footer-widget h4 {
    margin-bottom: 35px;
    font-weight: 500
}

.footer .footer-widget ul.footer-links li a {
    color: #6a7c92;
    display: block;
    line-height: 35px;
    transition: all .3s
}
.footer .footer-widget ul.footer-links li a:hover {
    color: #008148
}
.footer .footer-widget ul {
    padding-left: 20px
}
.footer .footer-widget ul li {
    list-style: disc
}
.footer .footer-widget .footer-contact li p {
    line-height: 35px
}
.footer .copyright-area {
    border-top: 2px solid rgba(106, 124, 146, .44);
    padding: 25px 0;
    font-size: 16px;
    position: relative;
    z-index: 2
}
.footer .copyright-area p {
    text-align: right
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer .copyright-area p {
        font-size: 15px
    }
}
.footer .copyright-area p a {
    color: #6a7c92
}
.footer .copyright-area p a:hover {
    color: #008148
}

.footer-social-links ul {
    justify-content: flex-start
}

.footer-social-links ul li {
    display: inline-block
}
.footer-social-links ul li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: rgba(106, 124, 146, .1);
    display: block;
    font-size: 18px;
    color: #6a7c92;
    margin-right: 15px
}

.footer-social-links ul li a:hover {
    background: linear-gradient(#008148 0%, #034E37 100%);
    color: #fff
}

.copyright-area ul {
	text-align: center;
}








/* ***** WS BUTTON ***** */

.ws .btn-ws {
	position: fixed;
	top: 165px;
	right: 10px;
	cursor: pointer;
	z-index: 99;
	width: 94px;
	height: 94px;
	background: url(assets/img/wa.svg) no-repeat;
	background-size: 65px 65px;
	background-position: center;
	border-radius: 50%;
	display: block;
	-webkit-transition:all .5s ease;
	overflow: hidden;
	

}

.ws .btn-ws:hover {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}


.ws .btn-ws::before {
   
	
	content: '';
  position: absolute;
  width: 120px;
  height: 120px;
 
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid #008514;
  top: -12%;
  left: -12%;

}
.ws .btn-ws::after {
    animation-delay: -1.5s;
}



@-webkit-keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.85, 0.85);
	  opacity: 0;
	}
  }
  
  @keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.85, 0.85);
	  opacity: 0;
	}
  }
  