.social_icons{ /* Green */

    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding: 10px 0px 0px 10px;
}

.texto-borde {
    /* -webkit-text-stroke: 2px white; */
    text-shadow: -2px -2px 1px #777777;
}

.btn-noticias {
    /* display: inline-block; */
    display: flex;
    position: absolute;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing:.5px;
    padding: .75rem 2rem;
    text-transform: uppercase;
    border:2px solid transparent;
    background: #89ba4f ;
    color: #fff;
    border-color: #89ba4f ;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50px;
    margin: 14rem 0px 0px 58%;
}

.btn-noticias:hover {
background: #75a676;
color: #fff;
border-color: #75a676;
}

.card-noticias{
    display: flex;
    height: 17.3rem;
    position: relative;
}

.imagen-noticia img {
    display: flex;
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 10%;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 5px solid #eff0f3;
    margin-top: -5px;
}

.client-info-noticias{
    margin-left: 250px;
}

#fondo-gris{
    background-color: #f4f9fc;
}

h1, #h1, h2, #h2, h3, #h3, h4, #h4, h5, #h5, h6, #h6 {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #222;
  }

.my-btn {
border: 2px solid black;
background-color: white;
color: black;
padding: 6px 10px;
font-size: 14px;
cursor: pointer;
border-radius: 25px;
}

/* Green */
.btn-success {
border-color: #04AA6D;
color: green;
}

.btn-success:hover {
background-color: #04AA6D;
color: white;
}

/* Blue */
.btn-info {
border-color: #2196F3;
color: dodgerblue
}

.btn-info:hover {
background: #2196F3;
color: white;
}

/* Orange */
.btn-warning {
border-color: #ff9800;
color: orange;
}

.btn-warning:hover {
background: #ff9800;
color: white;
}

/* Red */
.btn-danger {
border-color: #f44336;
color: red
}

.btn-danger:hover {
background: #f44336;
color: white;
}

/* Blue */
.btn-primary {
border-color: #1f355e;
color: #1f355e
}

.btn-primary:hover {
background: #75a676;
color: white;
}

/* Gray */
.btn-default {
border-color: #e7e7e7;
color: black;
}

.btn-default:hover {
background: #e7e7e7;
}

.bg-grey{
    background: #f1f1f1;
}

/* Green */
.btn-violet {
  border-color: #8731e9;
  color: #7724d6;
}
  
.btn-icono{
border-radius: 100%;
}

.less-mt {
    padding: 80px 0px 70px 0px;
    position: relative;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: grey;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

.off
{
  transform: translate(-10%,-50%);
}

.on
{
  transform: translate(-100%,-50%);
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.card-pagina{
  display: flex;
  min-height: 20rem;
  height: fit-content;
  position: relative;
}

.imagen-pagina img {
  display: flex;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: -5px;
  border-radius: 10px;
}

.facebook{
  color: #3b5998;
}

.twitter{
  color: #00acee;
}

#insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 20px; /* change this to change the size*/
  
}

.youtube{
  color: #FF0000;
}
