#barprogress{
    transition: all 0.5s ease;
    position: fixed;
    height: 4px;
    background-color: #658E2E;
    /*width: 10px;*/
    z-index: 99999999;
}

.rw-float-bttn-whatsapp {
    position: fixed;
    width: 60px;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
}

.rw-float-bttn-whatsapp a {
    position: relative;
    display: block;
}

.rw-float-bttn-whatsapp a::after, .rw-float-bttn-whatsapp a::before {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #00e676;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-animation: onda 1.7s infinite;
    -moz-animation: onda 1.7s infinite;
    -o-animation: onda 1.7s infinite;
    animation: onda 1.7s infinite;
}

.rw-float-bttn-whatsapp a::before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.rw-float-bttn-whatsapp a::after {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.rw-float-bttn-whatsapp a img {
    position: relative;
    z-index: 2;
}

@keyframes onda{0%{transform:translate(-50%,-50%) scale(1)}15%{opacity:1}100%{transform:translate(-50%,-50%) scale(2.5);opacity:0}}

#listado-detalle > ul{
    list-style-type: none;
    padding: 0;
}

.navbar {
    padding: 10px 0;
    display: flow-root !important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.navbar-collapse{
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 30px 43px 30px 64px;
    transition: all 1s;
    background: rgba(166,164,50,1);
    background: -moz-linear-gradient(left, rgb(166,164,50) 0%, rgb(0,135,56) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(166,164,50)), color-stop(100%, rgb(0,135,56)));
    background: -webkit-linear-gradient(left, rgb(166,164,50) 0%, rgb(0,135,56) 100%);
    background: -o-linear-gradient(left, rgb(166,164,50) 0%, rgb(0,135,56) 100%);
    background: -ms-linear-gradient(left, rgb(166,164,50) 0%, rgb(0,135,56) 100%);
    background: linear-gradient(to right, rgb(166,164,50) 0%, rgb(0,135,56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a432', endColorstr='#008738', GradientType=1 );
}

.navbar-collapse-clic{
    left: 0 !important;
}

.navbar-nav {
    padding-top: 40px;
}



.nav-item {
    border-right: none;
}

/*.nav-item {
    border-bottom: 1px solid grey !important;
}*/

.navbar-light .navbar-nav .active > .nav-link
{
    color: #ffffff !important;
}    




/*.navbar{
  display: flow-root !important;
    padding-top: 0;
    padding-bottom: 0;
}*/

.navbar-dark .navbar-toggler{
  float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-link {
    padding: 15px 1rem;
}

.nav-item {
/* border-bottom: 1px solid #56BBCB;
 padding-top: 5px;
 padding-bottom: 5px;*/
 padding-right: 0;
 padding-left: 0;
}



.navbar-expand-lg .navbar-nav .dropdown-menu{
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
}

.dropdown-item {
    font-size: 13px;
    color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item:focus {
   background-color: #a6a432;
   color: #ffffff;
}



/*.nav-item:first-child {
  border-top: 1px solid #56BBCB;
}*/

.nav-item:last-child {
  border-bottom: none;
}


.menuh{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9999999;
} 
     
.demo-icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.demo-icon-2
{
    width: 218px;
}

.icono{
  width: 50%;
  transition: all 0.8s;
}

.icono path{
  fill: #fff !important;
}

#logo-a{
    background: linear-gradient(to right, #e4502c 0%, #ec8223 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-left: 0;
    margin-right: 15px;
    -webkit-transition: top 0.5s, bottom 0.5s, background, 0.5s; 
    transition: top 0.5s, bottom 0.5s, background 0.5s, 0.5s;
}

#logo-a:hover{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    unicode-bidi: bidi-override;
    direction: rtl;
}

#logo-b{
    color: #5b5b5f;
    font-size: 50px;
    margin: 0;
}

#logo-pie{
    font-size: 54px;
    line-height: 54px;
    color: #ffffff;
    max-width: 338px;
}

#redes-pie{
    font-size: 37px;
    /*margin-bottom: 20px;*/
    color: #ffffff;
}


#fondo-cabecera{
    /*background: url(../img/fondo-cabecera.png);
    background-position: center top; center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    height: 250px;*/
    transition: all 15s;
    /*animation: ripple 15s infinite;*/
}

.mySlides img{
    /*display: block;
     width: 100%; */
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    max-width: 100%;
    max-height: 250px;
}

/* SLIDER*/


*{box-sizing:border-box}

.slideshow-container{
/* max-width: 1000px;*/
  position:relative;
  margin:auto;
  width: 100%;
  height: 250px;
}

.mySlides{
 /*display:none;*/
 position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; 
    /* margin: 0 auto;*/
}

.prev, .next{
 cursor:pointer;
 position:absolute;
 top:50%;
 width:auto;
 margin-top:-22px;
 padding:16px;
 color: rgba(255,255,255,0.8) !important;
 font-weight:bold;
 font-size:18px;
 transition:0.6s ease;
 border-radius:0 3px 3px 0;
}

.next{
 right:0;
 border-radius:3px 0 0 3px;
}

.prev:hover, .next:hover{
  
  background: rgba(101,142,37,0.8);
}


.text-banner{
/*opacity: 0;
    background-color: rgba(10, 10, 10, 0.75);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    padding-top: 173px;
    color: #fff;
}

.numbertext{
 color:#f2f2f2;
 font-size:12px;
 padding:8px 12px;
 position:absolute;
 top:0;
}

.fade{
/* -webkit-animation-name:fade;
 -webkit-animation-duration:1.5s;
 animation-name:fade;
 animation-duration:1.5s;*/
    opacity: 0;
    transition: all 1.5s;
}

/*@-webkit-keyframes fade{
 from{opacity:.4}
 to{opacity:1}
}

@keyframes fade{
 from{opacity:.4}
 to{opacity:1}
}*/

.detalle-contenido{
    /*opacity: 0;
    font-size: 14px;*/
    text-align: center;
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* left: 0; */
    width: 90%;
    margin: auto;
    z-index: 1;
    transition: all 0.5s;
}

.detalle-contenido:hover{
  /*   opacity: 1;
   -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);*/
}

.descripcion-banner{
    padding: 8px 16px;
    font-size: 14px;
    font-family: "Playfair-Regular";
    /*opacity: 0;*/
    margin-left: -500px;
    transition: all 3s;
}


/* FIN SLIDER*/


h1{
    color: #658e25;
    font-size: 30px;
    padding-bottom: 0px;
    font-family: OpenSans-Semibold;
}

.h1servicios{
  font-family: "Playfair-Regular";
}

h2{
    color: #008739;
    font-size: 22px;
    font-family: OpenSans-Semibold;
}

h3 {
    color: #008739;
    font-size: 17px;
    font-family: OpenSans-Semibold;
}

p{
    font-family: Roboto-LightItalic;
}

.roboto-light{
    font-family: Roboto-Light;
}

.opensans-semibold{
    font-family: OpenSans-Semibold;
}

.opensans-bold{
    font-family: OpenSans-Bold;
}


body{
    height: 100%;
    position: relative;
    color: #3c3c3b;
    font-family: OpenSans;
    background: url(../img/dot-grid.png);
}

.card{
    border: none;
    background-color: transparent;
}

.card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0 !important;
}

.card-body {
    padding: 0;
}

.card-body > p{
    margin-bottom: 0 !important;
}

.imgzoom{
   transition: all 0.8s;
}

.imgzoom:hover{
  transform: scale(1.25);
}

#img1{
    border-radius: 360px;
    max-width: 603px;
    border: solid 6px #fff;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    max-width: 85%;
}

#img2{
    max-width: 498px;
    border: solid 6px #fff;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}

.imgservicios{
    border-radius: 360px;
    max-width: 603px;
    border: solid 6px #fff;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    max-width: 85%;
}

.icon-food{
    height: 110px;
    width: 110px;
    color: #fff;
    font-size: 4rem;
    border-radius: 74px;
    border: solid 4px #fff;
    display: block;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.icon-food-texto{
    font-size: 14px;
    height: 24px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
}

.verde-a{
    background-color: #a6a432;
}

.verde-b{
    background-color: #008739;
}

.verde-c{
    background-color: #658e25;
}


.fondo-gris{
    background-color: #ededed;
}

.fondo-gris-trans{
    background-color: rgba(237,237,237,50%);
}

#fondo-verde{
    min-height: 390px;
    padding: 27px 0px 27px 0px;
}

.fondo-gris-pedido{
    background-color: #5b5b5f;
}

#fondo-verde-1{
    min-height: 420px;
    padding: 15px 0 15px 0;
}

.pad-top-bottom{
    padding: 15px 0px 15px 0px;
}

.pad-todo-15{
    padding: 15px;
}


#fondo-blanco{
    height: 200px;
    padding: 40px 0px 40px 0px;
    font-size: 20px;
    line-height: 20px;
}

.fondo-blanco-2{
    height: 150px;
    padding: 33px 0px 33px 0px;
}

.resmes{
    overflow: hidden;
}

.resmes img{
    transition: all 0.5s;
}

.resmes:hover img {
  transform: scale(1.3);
 /* transform-origin: 50% 50%;*/
}

.bg-oscuro{
    opacity: 0;
    background-color: rgba(10, 10, 10, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
}

.bg-oscuro:hover{
    opacity: 1;
}

.misvis{
    font-size: 15px;
}

.misvis-line{
    border-bottom: solid 0.5px #008739;
    padding-bottom: 4px;
}

.servicios-line{
    border-bottom: solid 0.5px #ffffff;
    padding-bottom: 15px;
}

#nosotros-detalle{
    font-size: 13px;
}

#fondo-servicios{
    background: url(../img/fondo-servicios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 35px 0px;*/
}

#fondo-publicaciones{
    background: url(../img/fondo-publicaciones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 15px 80px 15px;
}

.text-pagina{
    padding: 36px 0;
    color: #ffffff;
    font-size: 21px;
    font-family: Opensans-Semibold;
}

.servicios-listado{
    font-family: Roboto-Regular;
    font-size: 15px;
    padding: 13px 11px;
    margin-bottom: 11px;
    color: #008739;
    list-style-type: none;
    padding-left: 36px;
    text-indent: -16px;
    background-color: #f1f3e7;
}

.servicios-listado > span{
    color: #000000;
    margin-right: 11px;
}

#titulo-publicaciones{
    font-size: 43px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
    line-height: 55px;
    padding-bottom: 37px;
    text-shadow: 3px 3px 3px #21252926;
}

#flechas{
    color: #ffffff;
    font-size: 80px;
    padding-top: 120px;
    text-align: right;
    width: 54px;
    margin-left: auto;
}

#icono-flechas{
    margin: 0;
}

#detalle-publicaciones{
    color: #ffffff;
    font-size: 18px;
    padding-top: 25px;
}

.titulo-libro{
    color: #008739;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    border-bottom: solid 1px #658e25;
    padding-bottom: 10px;
}

.detalle-libro{
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    font-family: Roboto-Regular;
    color: #3c3c3b;
}

.texto-gris{
  color: #3c3c3b;
}



.titulo-clientes{
    color: #658e25;
    font-size: 23px;
    padding-right: 20px;
}

#espacio-line-cli{
    flex: 1;
    padding-top: 8px;
}

#linea{
    height: 1px;
    background-color: #008739;
}


.circulo-masmenos{
    background-color: #a6a432;
    width: 15px;
    height: 15px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 13px;
    cursor: pointer;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-menos{
  background-image: url(../iconos/svg/menos.svg);
}

.icon-mas{
  background-image: url(../iconos/svg/mas.svg);
}

.circulo-masmenos-2 {
    background-color: #008739;
    width: 23px;
    height: 23px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-menos-2{
  background-image: url(../iconos/svg/menos.svg);
}

.icon-mas-2{
  background-image: url(../iconos/svg/mas.svg);
}


.font800{
    font-weight: 800;
}

.font500{
    font-weight: 500;
}

.font23{
    font-size: 23px;
}

.font20{
    font-size: 20px;
}

.font18{
    font-size: 18px;
}

.font14{
    font-size: 14px;
}

.font15{
    font-size: 15px;
}

.label-menu{
    font-size: 13px;
    margin-bottom: 0;
}

.font10{
    font-size: 10px;
}

.font11{
    font-size: 11px;
}

.font8{
    font-size: 8px;
}

.entrega{
    /*height: 45px;*/
    display: inline-block;
}


/* BULLETS DE PUBLICACIONES*/

#slideshow {
    margin:0 auto;
    /*width:760px;
    height:350px;*/
    position:relative;
}
#slideshow #slidesContainer {
    margin:0 auto;
    /*width:560px;
    height:263px;*/
    overflow:auto;
    /* allow scrollbar */
    position:relative;
}
#slideshow #slidesContainer .slidex {
    margin:0 auto;
   /* width:540px;*/
    padding: 0px 15px;
    /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
   /* height:263px;*/
}
/** 
 * Slideshow controls style rules.
 */

#bullets{
    list-style-type: none;
    padding: 0;
}
.nav-bullet {
   /* position : absolute;
    clear : both;
    bottom : 5px;
    left : 42%;*/
}
.nav-bullet ul li {
    float : left;
    margin-top : 20px;
}
.nav-bullet ul li a {
    list-style-type : none;
    text-indent : -9999px;
    display : block;
    width : 10px;
    height : 10px;
    float : left;
    margin : 0 5px;
    background-color : #bdbdbd;
    border-radius : 10px;
    -moz-border-radius : 10px;
    -webkit-border-radius : 10px;
}
/*BULLET HIGHLIGHT CLASS*/
.nav-bullet ul li a.activeBullet {
    background-color : #658e25;
}
.nav-bullet ul li a:hover, .nav-bullet ul li a.active {
    background-color: #a9a9a9;
}
/*.active {
    background-color: #bdbdbd !important;
}*/

/* FIN DE BULLETS*/

#fondo-verde-pie{
    background: #499b4b;
    color: #fff;
    padding: 45px 30px 25px 30px;
    background: url(../img/fondo-pie.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.red{
    margin: 0px 10px;
    display: inline-block;
    width: 40px;
}

.espacio-top{
  margin-top: 23px;
}

.pie-titulo{
    font-size: 19px;
    text-shadow: 2px 2px 3px #2125294a;
}

.lista-pie{
    padding-inline-start: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.color-icono-pie{
    color: #008739;
}

.lista-pie li{
    font-size: 14px;
    padding: 2px 0;
}

#pie-telef-icono{
    width: 33px;
    height: 33px;
    border-radius: 50px;
    font-size: 20px;
    margin-right: 10px;
}

#pie-email-icono{
    width: 33px;
    height: 33px;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 10px;
}

#pie-telef-dato{
    font-weight: 500;
}

#pie-email-dato{
    font-size: 11px;
    line-height: 11px;
}

.espacio-pie{
    margin: 10px 5px 15px 0;
}

#derechos{
    text-transform: uppercase;
    font-size: 8px;
    border-top: solid 0.5px #ffffff;
    padding-top: 10px;
    color: #ffffff;
    margin-top: 20px;
}

#derechos a{
  color: #ffffff;
}

.fondo-degradado-slider{
background: rgba(166,164,50,1);
background: -moz-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,164,50,1)), color-stop(100%, rgba(0,135,56,0.9)));
background: -webkit-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -o-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -ms-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: linear-gradient(to right, rgba(166,164,50,0.7) 0%, rgba(0,135,56,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a432', endColorstr='#008738', GradientType=1 );
}

.fondo-degradado{
background: rgba(166,164,50,1);
background: -moz-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,164,50,1)), color-stop(100%, rgba(0,135,56,0.9)));
background: -webkit-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -o-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: -ms-linear-gradient(left, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
background: linear-gradient(to right, rgba(166,164,50,1) 0%, rgba(0,135,56,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a432', endColorstr='#008738', GradientType=1 );
}

/* NOSOTROS*/

.fondo-degradado-valores{
background-color: #f1f3e7;

padding: 20px 30px;
}

.fondo-degradado-valores > p{
    margin-bottom: 0;
    font-family: Roboto-Regular;
}

.valores-titulo{
    font-family: Opensans-Semibold;
    font-size: 20px;
    color: #008739;
    padding-bottom: 5px;
}


.fondo-degradado-trasnparente{
background-color: #f1f3e7;
}



.fondo-degradado-noticias{
  text-align: justify;
  height: calc(100% - 20px);
  font-family: Roboto-regular;
  cursor: pointer;
  /*width: calc(100% - 88px);
  padding: 20px 50px 20px 55px;*/
  padding: 20px 15px 20px 15px;
  background-color: #f1f3e7;
}

.fondo-degradado-noticias{
  
}

.fondo-degradado-noticias:hover > .btnpdf{
  background-color: #008739;
}

.textopdf{
    color: #3c3c3b;
}

.textopdf:hover{
    color: #008739;
}

.btnpdf{
    width: 88px;
    height: 88px;
    background-color: #658e25;
    float: right;
}

.btnpdf svg{
  width: 50%;
}

.btnpdf path{
  fill: #ffffff;
}



.noscroll{
    overflow: hidden;
}

#cerrarmenu{
    cursor: pointer;
    color: #fff;
    text-align: right;
    font-size: 25px;
}

.h-menu {
  width: 30px;
  height: 3px;
  background-color: #008739;
  margin: 5px 0;
}



#logo-b-pie{
    width: 159px;
    margin: 0;
}

#logo-a-pie{
    margin: 0 15px 0 0;
}

.break:before{
    display:block; 
    content: " ";
}






.borde-convocatoria{
    border: solid 1px #a1a233;
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 26px 0;
}

.vigente{
    width: 65px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
}

.finaliza{
  display: inline-block;
    font-size: 13px;
}

.vacantes{
    font-family: Roboto-Regular;
    text-align: center;
    color: #008739;
    font-size: 18px;
    font-weight: 600;
    margin: 45px 0 10px 0;
}

.ciudad{
  font-family: Roboto-Light;
    font-size: 16px;
    text-align: center;
}

.iconopdf{
    width: 32px;
    height: 32px;
    background: url(../iconos/svg/pdf.svg);
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 10px;
}

.verconvocatoria{
  text-align: center;
  margin-bottom: 30px;
  font-size: 13px;
  color: #3c3c3b;
}

.verconvocatoria:hover{
    color: #3c3c3b;
}

.btncv{
    background-color: #658e25;
    color: #ffffff;
    width: 100px;
    height: 38px;
    font-size: 13px;
    margin-right: 20px;
    line-height: 25px;
}

.btnpostular{
    color: #ffffff;
    width: 77px;
    height: 38px;
    font-size: 13px;
}

.btnpostular:hover{
    color: #ffffff;
}





:focus
{
    outline: none;
}




.negrita{
    font-weight: bold; 
}



.font11{
    font-size: 11px;
}

.font13{
    font-size: 13px;
}

.font14{
    font-size: 14px;
}

.font20{
    font-size: 20px;
}



.bg-grey{
	background-color: #4B4B4D;
}
.txt-grey{
	color: #4B4B4D;
}

.msg-error{
	color: red;
}

.msg-save{
	color: green;
}



.row-no-margin{
	margin: 0;
}

.no-padding{
	padding: 0;
}

.no-padding-lr{
	padding-left: 0;
	padding-right: 0;
}

.pointer{
	cursor: pointer;
    font-size: 13px;
}

.form-control{
    border: 1px solid transparent;
    border-bottom: 1px solid #658e25;
    border-radius: 0;
}

.form-group {
    margin-bottom: 2rem;
}

textarea.form-control {
    height: 100px;
}

.btn-enviar{
  padding: 10px 25px;
  border-radius: 50px;
}

.espacio-dato{
  padding: 17px 50px 0 3px;
    margin-bottom: 20px;
}

.linea-gris-contacto{
  height: 1px;
    width: 100%;
    background-color: #d1d1d1;
    margin-top: 18px;
}

#contacto-icono{
  width: 27px;
  margin-right: 14px;
}

#contacto-telef-dato{
  font-size: 17px;
}

#contacto-correo-dato,
#contacto-direccion-dato{
  font-size: 15px;
}

#contacto-icono svg,
#contacto-icono-redes svg{
  width: 100% !important;
}

.contacto-icono-redes path{
  fill: #008739;
  transition: all 1s;
}

.contacto-icono-redes:hover .fb svg path{
  fill: #3f61a5;
}

.contacto-icono-redes:hover .in svg path{
  fill: #136ca3;
}

.contacto-icono-redes {
    width: 40px;
    margin-right: 14px;
}

#map {
    height: 590px;
  }


.publi{
  padding-bottom: 15px;
}

.publi:hover{
  background-color: #f6f6ea;
}


  /* ESTILOS PARA CARRUSEL DE LOGOS CLIENTES*/
.customer-logos {
  background-color: transparent;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* FIN CARRUSEL*/

a, a:hover, a:visited{
  text-decoration: none;
}

.link-pie,
.link-pie:hover,
.link-pie:visited{
  color: #ffffff;
}

.link-contacto,
.link-contacto:hover,
.link-contacto:visited{
  color: #3c3c3b;
}


.custom-file-label::after {
    display: none !important;
}


.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: #658e25;
}

.modal-body {
    background-color: #008739;
    color: #ffffff;
    padding: 19px;
}

.f25{
    font-size: 25px;
}

.modal-header .close {
    padding: 0; 
    margin: 0; 
    position: absolute;
    right: 4px;
    top: 0;
}


/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {...}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {

.modal-dialog {
    max-width: 350px;
}

#fondo-nosotros{
    background: url(../img/nosotros-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}

#fondo-estudios-biologicos{
    background: url(../img/estudios-biologicos-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}

#fondo-estudios-ambientales{
    background: url(../img/estudios-ambientales-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}

#fondo-estudios-arqueologicos{
    background: url(../img/estudios-arqueologicos-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}

#fondo-estudios-salud-ocupacional{
    background: url(../img/seguridad-salud-ocupacional-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px;
}



#fondo-convocatorias{
    background: url(../img/convocatorias-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px; 
}

#fondo-img-convocatorias{
    background: url(../img/convocatorias-lellingeria.jpg);
    background-repeat: no-repeat;
    /*background-position: center top;
    background-size: cover;*/
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
}

#fondo-noticias{
    background: url(../img/noticias-fondo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px; 
}

#fondo-publicaciones-top{
  background: url(../img/publicaciones-fondo.jpg);
  background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px; 
}

#fondo-contactanos{
  background: url(../img/contactenos-fondo.jpg);
  background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 266px; 
}

.mySlides img {
    max-height: 300px;
}

.slideshow-container{
  height: 300px;
}

.descripcion-banner {
    display: inline-block;
    /*border-radius: 4px;*/
}


#logo-a {
    font-size: 45px;
}

#logo-b {
    font-size: 45px;
}

.navbar-toggler {
    padding: 0.15rem 0.55rem;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}


#fondo-verde {
    min-height: 100px;
}

.img-libro{
    max-width: 80%;
}

.titulo-libro{
    font-size: 18px;
}

.detalle-libro {
    font-size: 14px;
}

#fondo-publicaciones{
    padding: 140px 155px 80px 90px;
}

#socios{
    margin-top: -36.5px;
}

.break-derechos:before{
    display:block; 
    content: " ";
}

.icon-food {
    height: 100px;
    width: 100px;
    color: #fff;
    font-size: 4rem;
    transition: all 0.3s;
/*    border: solid 3px #fff;*/
}



.icon-food-texto {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: 500;
}


.margin-110{
    margin-top: -80px;
}

.margin-60{
   /* margin-top: 60px;*/
}

#fondo-verde-1 {
    min-height: auto;
    padding: 20px 0 20px 0;
}

#logo-b-pie{
    width: 145px;
}

#logo-pie{
    font-size: 50px;
    line-height: 50px;
}


.pie-titulo {
    font-size: 16px;
}

#pie-telef-icono {
    width: 27px;
    height: 27px;
    font-size: 17px;
    margin-right: 5px;
}

#pie-telef-dato {
    font-size: 13px;
}

#pie-email-icono {
    width: 27px;
    height: 27px;
    font-size: 13px;
    margin-right: 5px;
}

#pie-email-dato {
    font-size: 10px;
}


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/


@font-face {
  font-family: "Playfair-Regular";
 /* src: url("../fonts/OpenSans-Bold.eot");  IE9 Compat Modes */
  src: /*url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),  IE6-IE8 */
   /* url("../fonts/OpenSans-Bold.svg") format("svg"),  Legacy iOS */
    url("../fonts/PlayfairDisplay-Regular.ttf.ttf") format("truetype"), /* Safari, Android, iOS */
  /*  url("../fonts/OpenSans-Bold.woff") format("woff"),  Modern Browsers */
  /*  url("../fonts/OpenSans-Bold.woff2") format("woff2");  Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/OpenSans-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/OpenSans-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/OpenSans-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/OpenSans-Semibold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/OpenSans-Semibold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/OpenSans-Semibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light2.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Light2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Light2.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Light2.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Light2.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Light2.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Light2.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-LightItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-LightItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-LightItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-LightItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-LightItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-MediumItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-MediumItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-MediumItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-MediumItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular2.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Regular2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Roboto-Regular2.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Roboto-Regular2.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Roboto-Regular2.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Roboto-Regular2.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Roboto-Regular2.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


#wrap-preload{
  background-color: #ffffff;/*rgba(255,255,255,0.9);*/
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000000;
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;*/
  transition: opacity .5s ease, visibility .5s ease;
  transition: all 1s ease;
}

#wrap-preload.close{
  opacity: 0;
  visibility: hidden;
}

/*#wrap-preload > img.gif{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}*/

#carga{
  border:15px solid rgba(166,164,50,0.5) ;
  border-top-color: #009841;
  border-top-style: groove;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation: girar 1.5s linear infinite;
}

@keyframes girar{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

.descripcion-banner{
    font-size: 33px;
}

#img1{
    max-width: 600px;
}

#fondo-publicaciones {
    padding: 100px 55px 60px 50px;
    height: 100%;
}

#flechas {
    /*padding-top: 80px;*/
    padding-top: 60px;
}

h3 {
    font-size: 21px;
}

#nosotros-detalle {
    font-size: 15px;
}


.nav-item {
 /*border-right: 1px solid #56BBCB;*/
 padding-right: 0px; 
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 border-bottom: 0px;
}   
.nav-item:first-child {
  /*border-left: 1px solid #56BBCB;*/
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: calc(0.5rem + 6px);
    padding-left: calc(0.5rem + 6px);
}

.derecha{
	margin-right: 0px !important;
}


#pie-email-dato {
    font-size: 13px;
    line-height: 13px;
}



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

header{
    min-height: 106px;
}

.navbar-collapse{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    font-size: 14px;
}

.navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-top: 15px;

}


.nav-item.dropdown:hover > .dropdown-menu {
 /* display: block;*/
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.4s;
}



.nav-item {
    border: 0 !important;
    /*margin: 0 8px;*/
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}


.dropdown-item {
    font-size: 13px;
    color: #ffffff;
    height: 38px;
    line-height: 30px;
    border-bottom: solid 1px #a6a432;
    transition: all 0.4s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  background-color: #008739;
}

.navbar-light .navbar-nav .active > .nav-link,
.nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active,
.nav-link:focus,
.nav-item.dropdown:hover

 {
    color: #ffffff !important;
    background-color: #658e25;
   /* padding: 15px;*/
}

.navbar-light .navbar-nav .nav-link {
    color: #008739;
    font-size: 14px;
    transition: all 0.4s;
}

.nav-item.dropdown:hover > .t-blanco-hover{
  color: #ffffff;
}

.icon-food:hover{
/*  transform: rotate(5deg);*/
  transform: scale(1.1);
}

.icon-food:hover > .icono{
  transform: rotate(20deg);
}

#circulo-animado-1{
    width: 279px;
    height: 279px;
    border-radius: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -100;
    opacity: 0.8;
    transition: all 15s;
}

.circulo-movimiento-1{
    margin-top: 44%;
}

#circulo-animado-2{
    width: 172px;
    height: 172px;
    border-radius: 150px;
    position: absolute;
    margin-top: -172px;
    margin-left: -119px;
    z-index: -100;
    opacity: 0.8;
    transition: all 10s;
}

.circulo-movimiento-2{
    margin-top: -270px !important;
}

#cerrarmenu,
#btnmenu{
    display: none;
}

.navbar-nav {
    padding-top: 0;
}

.mySlides img {
    max-height: 450px;
}

.slideshow-container{
  height: 450px;
}

.mitad-xl{
    max-width: 540px;
    text-align: justify;
}

#fondo-publicaciones {
   /* padding: 100px 30px 80px 25px;*/
    padding: 60px 50px 60px 60px
}

#titulo-publicaciones {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
}

#detalle-publicaciones {
    font-size: 14px;
}

.titulo-libro {
    font-size: 16px;
}

.detalle-libro {
    font-size: 11px;
}

/*@keyframes ripple{
  0%{
    transform: scale(1);
  }
  
  100%{
    transform: scale(1.1);
  }
}*/

#top82{
    margin-top: 82px !important;
}


.fondo-degradado-valores{
min-height: 142px;
}

#margin-60{
    /*margin-top: -60px;*/
}

.margin-110 {
    margin-top: -80px;
}

#fondo-verde {
    min-height: 100px;
}

#pie-telef-icono {
    width: 33px;
    height: 33px;
    font-size: 20px;
    margin-right: 10px;
}

#pie-email-icono {
    width: 33px;
    height: 33px;
    font-size: 15px;
    margin-right: 10px;
}

#pie-telef-dato {
    font-size: 16px;
}

#pie-email-dato {
    font-size: 14px;
}

#derechos {
    font-size: 9px;
}

#logo-b {
    font-size: 50px;
}

#logo-a {
    font-size: 50px;
}

#img1 {
    max-width: 536px;
    border: solid 10px #fff;
}


.animado,
.animado-header{
    opacity: 0;
    transition: all 0.5s;
}

.mostrarDerIzq{
    animation: mostrarDI 1s;
}

@keyframes mostrarDI{
    0%{
        transform: translateX(-50%);
    }
    100%{
        transform: translateX(0);
    }
}

.mostrarIzqDer{
    animation: mostrarID 1s;
}

@keyframes mostrarID{
    0%{
        transform: translateX(50%);
    }
    100%{
        transform: translateX(0);
    }
}

.mostrarArriAba{
    animation: mostrarArAb 1s;
}

@keyframes mostrarArAb{
    0%{
        transform: translateY(-50%);
    }
    100%{
        transform: translateY(0);
    }
}

.mostrarAbaArri{
    animation: mostrarAbAr 1s;
}

@keyframes mostrarAbAr{
    0%{
        transform: translateY(50%);
    }
    100%{
        transform: translateY(0);
    }
}


.text-banner {
    padding-top: 273px;
}

path{
  transition: all 0.3s;
}

.red:hover .fb svg path{
  fill: #3f61a5;
}

.red:hover .in svg path{
  fill: #136ca3;
}

.entrada1,
.entrada2,
.entrada3{
  opacity: 0;
  transition: all 1.2s;
  margin-left: -100px;
}

.entrada4,
.entrada5{
  opacity: 0;
  transition: all 1s;
}

.entrada6{
  opacity: 0;
  transition: all 1.5s;
  margin-top: 100px;
}

.fnd{
  opacity: 0;
  transition: all 1s;
}

.icn{
  opacity: 0;
  margin-top: -40px;
  transition: all 1s;
}

.izqder{
  opacity: 0;
  margin-left: -100px;
  transition: all 1s;
}

.pb150{
    padding-bottom: 150px !important;
}




}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


.rw-float-bttn-whatsapp {
    width: 45px;
}

.rw-float-bttn-whatsapp a::after, .rw-float-bttn-whatsapp a::before {
    width: 45px;
    height: 45px;
}


.break:before{
    display: contents;
    content: "";
}

.icon-food{
    height: 110px;
    width: 110px;
    color: #fff;
    font-size: 4rem;
}

#fondo-publicaciones {
   /* padding: 100px 50px 80px 50px;*/
}

/*.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}*/

.borde-convocatoria{
    max-width: 95%;
}

.fondo-degradado-noticias{
    height: auto;
    /* width: calc(100% - 88px); */
    padding: 20px 138px 20px 55px;
}

.btnpdf{
   float: none;
    position: absolute;
    right: 0;
    top: 0;
}




}
