@font-face { font-family: 'Myriad'; 
			 src: url('fonts/MyriadPro-Regular.otf');
			 font-weight: normal;
			 }
@font-face { font-family: 'Myriad'; 
			 src: url('fonts/MyriadPro-Bold.otf');
			 font-weight: bold;
			 }

body {
	font-family: 'Myriad', Sans-serif;
	line-height: 1.4;
    min-width:340px;
		color: #656464;
	width:100%;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	
}
body::-webkit-scrollbar-thumb {
  background-color: #4FA333;
	border-radius:5px;
  	outline: 1px solid slategrey;
}

section {
	background-color: #f7f7f7;
	
}

h2.title {
	font-weight: bold;
	margin-bottom: 1.3rem;
	color: #000;
	font-size:2.2rem;
	text-align: center;
}
.btn{
	padding: 15px 20px ;
	font-size:.7rem;
	letter-spacing: .65;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 1;
}
.btn-primary {
	background: #3067b0;
	border-color: #3067b0;
}
.btn-success {
	background-color: #4fa333;
	border-color: #4fa333;
}

.green-hr {
    width: 40px;
    height: 4px;
    background: #4fa333;
    margin: 0 auto 1.3rem;
}
.info-module {
    padding: 100px 0;
    /* color: #656464; */
    text-align: center;
}
.green-left-hr {
    width: 40px;
    height: 4px;
    background: #4fa333;
    margin: 0 10px 2.3rem;
}
.green-left-hr2 {
    width: 40px;
    height: 4px;
    background: #4fa333;
    margin: 0 1px 2.3rem;
}
.spacer.big {
    height: 100px;
    width: 100;
    display: block;
}
.btnPet{
color:#fff;
}
html {
  scroll-behavior: smooth;
}
.errorData
{
	border:1px solid red;
}
.containerNewsDB
{
	min-height:300px;
}

#detailModal{
    background: rgba(0,0,0,0.8);
}
#contIcon:hover
{
	cursor: pointer;
    opacity: 0.5;
}
#messageModalText
{
	padding: 5%;
    width: 100%;
    text-align: center;
	font-size:14px;
}
#messageModalTitle
{
	padding: 5%;
    width: 100%;
	font-size:14px;
}
.modal-body {
    margin-bottom: 50px;
}


#frmDetalleNoticia{
      width: 70vw;
    height: 84vh;
    overflow: hidden;
    border: none;
    margin: 2vh 15vw;
	    background: white;
}

#detailModal .modal-xl {
   max-width: 85vw;
    height: 85vh;
}
#detailModal .modal-xl {
   max-width: 85vw;
    height: 85vh;
}

#detailModal .modal-body {
        padding-top: 1%;
    padding-bottom: 1%;

}
.validateError{
	border: 1px solid red;
}

.btnSocial img
{
	    width: 14%;	
}

#btnCloseDetalle {
        right: 20vw;

}
#2448{
	display: none !important;
}
#2445{
	display: none !important;
}