@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Raleway:ital,wght@0,100;0,200;0,400;0,600;1,400;1,600&family=Roboto:wght@100;300;400;500&display=swap');
@import url("../parallax/style.css");
@import url("animate.css");

/*verde:  #508760*/

/* se agrego para dropdown de menu hover */

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


body { font-family: 'Raleway', arial; letter-spacing: 0px;  }
a { text-decoration: none; color:#036 }

.presenta .cuadro {padding-top: 340px; }
.presenta .titulo { font-family: 'Raleway', San serif; font-size: 48px; color:#fff; 
  /*text-shadow: 2px 2px 0px #000;*/ line-height: 100%; font-weight: 700; margin-bottom: 10px; }
.presenta .titulo span { font-size: 26px; color: #FF6601; }
.presenta .sub { font-size:22px; font-weight:700; color: #fff; line-height: 150%; }


.presenta2 .cuadro {padding-top: 70px; padding-bottom: 20px;  }
.presenta2 .titulo { font-family: 'Raleway', San serif; font-size: 48px; color:#fff; 
  /*text-shadow: 2px 2px 0px #000;*/ line-height: 100%; font-weight: 700; margin-bottom: 10px; }
.presenta2 .titulo span { font-size: 26px; color: #FF6601; }
.presenta2 .sub{font-size:22px; font-weight:700; color: #fff; line-height: 150%; }


.bg-negro a{ color: #fff; text-decoration: none; }
.bg-negro a:hover { color:#9cbe9c; }

@media (max-width: 640px) {
  .presenta .cuadro {padding-top: 240px; }
	.presenta .titulo { font-size: 30px; }
	.presenta .titulo span { font-size: 20px; }
  .presenta .sub{font-size:22px; font-weight:500}
}

.titulos-sect { color:#ff6600; font-size: 48px; font-weight: 700; }
.titulos-sect1 { color:#666; font-size: 38px; font-weight: 700; letter-spacing: -1px; }
.titulos-sect1 span{ font-weight: 400; }

#services {
    padding: 30px 0;
}
.service-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-box .service-icon {
    float: left;
    margin-top: 5px;
}
.service-box .service-icon i {
    font-size: 32px;
    color: #ff6600;
}
.service-box .service-content {
    padding-left: 48px;
}
.service-box .service-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.service-box .service-content h4 a {
    color: #444;
}
.service-box .service-content h4 a:hover {
    color: #ff6600;
}
.service-center .service-icon {
    float: none;
    width: 60px;
    height: 60px;
    margin: 0px auto 20px;
    background: #ddd;
    line-height: 70px;
    border-radius: 4px;
    text-align: center;
}
.service-center .service-content {
    padding-left: 0;
}


.clientes h2 { font-size: 36px; text-shadow: 1px 1px 1px #fff; }
.clientes h2 span{ font-size: 30px; }
.clientes .cuadro{  margin: 10px 3px 10px;  max-width: 320px; height: 90px; 
  padding: 10px; text-align: left; color: #999;  }
.clientes .cuadro a{  filter: grayscale(1); opacity: 0.8;}
.clientes .cuadro a:hover {filter: grayscale(0);}
.clientes img { max-width: 230px; margin-bottom: 10px;}

.box-planes0 {
  width: 100%; max-width: 310px; height: auto;
  position: relative;
  border: 1px solid #BBB;
  background: #666; margin-right: 10px;
  padding: 25px; color: #fff;
}

.box-planes {
  width: 100%; max-width: 310px; height: auto;
  position: relative;
  border: 1px solid #BBB;
  background: #353B48; margin-right: 10px;
  padding: 25px; color: #fff;
}

.box-planes1 {
  width: 100%; max-width: 1310px; height: auto;
  position: relative;
  border: 1px solid #BBB;
  background: #353B48; margin-right: 10px;
  padding: 25px; color: #fff;
}


.box-planes  H4{
  color: #eee; font-size: 22px;
}
.box-planes  H4 span{
  color: #ccc; font-size: 16px;
}


.plan-info {
  color: #fff; font-size: 15px;
}
.price { font-size: 20px; font-family: Arial; }
.price span{ color:#ccc; font-size: 16px; }


.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}






  #goTop .fa {
    color: #FFFFFF;
    width: 40px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 24px;
    height: 40px;
    
    position: fixed;
    bottom: 40px;
    right: 27px;
    
    background: rgb(256,127,0);
    background: transparent\9;
    background: rgba(256,127,0,0.7);
    -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,255);
  box-shadow: 0 0 5px 0 rgba(255,255,255,255);
}




.novedades .titulo_news_home { font-size: 24px; font-family: 'Playfair Display', San serif; color:#7cb57c;}
/* cards*/
.novedades .card { height: 380px; }
.novedades .card-volanta { color: #000; font-size: 12px; font-weight: 700; letter-spacing: 0px; text-transform: uppercase; }
.novedades .card-title { color: #508760; font-size: 16px; font-weight: 700; letter-spacing: 0px; }
.novedades i { color: #cc0000 ; }
.novedades .card-text { font-size: 14px; }


.mas-widg .titulo_news_home { font-size: 22px;  }
.mas-widg .title { font-size: 14px; color: #508760; font-weight: 700;  }
.mas-widg .marco { max-width: 100px; max-height: 70px; overflow: hidden; float: left; margin-right: 8px;  }

div [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}




.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%; 
  float: left;
}
@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;margin-left:5px;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 19%;
    float: left; margin-left:5px;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}







.card{
  transition:0.5s; padding: 15px;
  cursor:pointer; border: 0px;
}
.card a{ text-decoration: none;}


.card .marco { height:150px; overflow: hidden; }
.card img{
  width:100%;
}
.card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  /*box-shadow: 10px 10px 15px rgba(0,0,0,0.3);*/
}
.card-text{
  height:80px; color: #666;  
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}



.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px; color: #508760;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a i {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #000; }



footer {
  padding: 7em 0; }

.footer-08 {
  padding: 0;
  overflow: hidden;
  background: #f1f6f5; }
  .footer-08 a {
    color: #508760; }
  .footer-08 p {
    color: rgba(0, 0, 0, 0.6); }
  .footer-08 .footer-heading {
    font-size: 18px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer-08 .footer-heading.footer-heading-white {
        color: #fff; } }
  .footer-08 ul.list-unstyled li a {
    color: rgba(0, 0, 0, 0.3); }
 
  .footer-08 .aside-stretch-right {
    background: #12cc94; }
    .footer-08 .aside-stretch-right:after {
      background: #12cc94; }
    @media (max-width: 767.98px) {
      .footer-08 .aside-stretch-right {
        background: transparent; }
        .footer-08 .aside-stretch-right:after {
          background: transparent;
          display: none; } }




.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.facebook-container {
  position:relative;
  height:auto;
  overflow:hidden;
}

.facebook-container iframe, .facebook-container object, .facebook-container embed {
  width:400px;
  height:500px;
}

@media (max-width: 640px) {
    .facebook-container iframe, .facebook-container object, .facebook-container embed {
    max-width: 300px;
    }

}


/* pages */

.paginas h3{ font-size: 40px; color:#508760; } .paginas h4{ font-size: 30px; } .paginas h5{ font-size: 24px; }
.paginas .textos_paginas { font-size: 18px; }
.paginas .img-capt {  color:#333; font-size: 13px; text-align: center; }
.paginas .recuadro {   color:#fff; font-style: iatalic; font-size:18px; padding:10px; border:0px #ccc solid; margin:15px auto 0px;       background-color: #508760; width: 100%; font-weight: bold}
.paginas .blockquote{ font-family: Georgia,serif; color:#333; font-style: italic; font-size:19px; padding:5px 20px 5px 20px; 
                 border-left: 6px  #508760 solid; margin:15px 60px 20px 10px;}



.videospag .marcofoto{ padding:0px; background-color: #ccc; position: relative; border: 0px solid #000;  max-height:180px; overflow:hidden; margin-bottom:10px;}
.videospag .marcofoto img{ width: 100%;}

.videospag .marcotube{ padding:1px; position: relative; border: 0px solid #cc0000; MARGIN-bottom: 10px; MARGIN-top: 0px; max-height:200px; overflow:hidden;} 
.videospag .marcotube img{ width:100%; margin:-30px 50px -40px 0px;}
.videospag h4 a{ display: block; width: 100%; font-size: 16px; margin: 0px 0px 50px; color: #666; font-family: 'Roboto'; }

.videospag  .marcoencimatube {  background-image:url('../img/logo_stellamp_333x70.png'); background-position:center; background-repeat: no-repeat; 
                                   position:absolute; border: 0px solid #cc0000; min-height:10px; height: 85%; width:90%; margin:-150px 0 150px; cursor:pointer; } 


.fotospag .marcofoto{ padding:0px; background-color: #ccc; position: relative; border: 0px solid #000;  
  max-height:130px; overflow:hidden; margin-bottom:10px;}
.fotospag .marcofoto img{ width: 100%;}
.fotospag h4{ display: block; width: 100%; font-size: 14px; margin: 0px 0px 50px; color: #666; font-family: 'Roboto'; }




/* noticias */

.titulo-noticia-fluid { background: rgb(256,256,256);
  background: linear-gradient(0deg, rgba(256,256,256,1) 20%, rgba(153,190,153,0.8) 80%); 
  border-bottom: 0px #ccc solid;
}

.titulo-noticia { color:#000; font-size:40px; font-family: 'Playfair Display', San serif; padding-top: 140px; padding-bottom: 30px;}
.vernota .int-volanta{ color: #508760; margin-top: 20px; }                 
.vernota .int-copete{ color: #000; font-size: 18px; margin: 10px auto 30px; }                 
.vernota .int-noticia{ color: #333; font-size: 16px; margin: 30px auto 30px; }                 
.vernota .int-noticia a{ color: #09c; text-decoration: none; font-size: 16px;} 
.vernota .fotonota { width: 100%; max-height: 500px; overflow: hidden; }
.vernota .fotonota img{ width: 100%;}

@media (max-width: 640px) {
    .titulo-noticia { font-size:30px; }
}


.tira_sociales{ width:99%; display:block; background-color:#fff;  margin:15px 10px 20px;  }
.tira_sociales .btn-face a{ background-color: #3b5998; color:#fff;} 
.tira_sociales .btn-face a:hover{ background-color: #ddd; color:#666 } 
.tira_sociales .btn-twitter a{ background-color: #00acee; color:#fff; } 
.tira_sociales .btn-twitter a:hover { background-color: #eee; color:#666 }
.tira_sociales .btn-whatsapp a{ background-color: #0b6; color: #fff } 
.tira_sociales .btn-whatsapp a:hover {background-color: #eee;  color:#666  }
.tira_sociales .btn-print a{ background-color:#0b6; color: #fff;  } 
.tira_sociales .btn-print a:hover { background-color: #454E99;  color:#fff  }

.tira_sociales .btn-linkedin a { background-color: #0e76a8; color: #666 } 
.tira_sociales .btn-linkedin a:hover { background-color: #333  }
.tira_sociales .btn-telegram a { background-color: #30A5D7; color: #fff } 
.tira_sociales .btn-telegram a:hover { background-color: #eee;  color:#666   }

.badge {background-color: #508760; padding: 8px; margin-right:10px; margin-bottom: 10px;}
.badge-tags a{  color: #fff; text-decoration: none;  } .badge-tags a:hover{  color: #ccc  }

.rela { width: 100%; display:inline-block; border:0px solid #ccc; background-color:#fff; padding: 0px; margin:10px 0px 15px; }
.rela a { color: #666;  font-size: 19px; font-weight: 700; text-decoration: none; letter-spacing: -1px; }
.rela a:hover{ color: #333;}
.rela span { display: block;  color: #333; font-size: 16px; font-weight: 400; margin: 5px auto 5px }
.rela .marcor { width: 140px; max-height: 80px; float: left; margin-right: 10px; margin-bottom: 0px; overflow: hidden; }
.rela .marcor img{ width: 110%; }


/* NOVEDADES TODAS*/


.novedades-all .titulo_news_home { font-size: 24px; font-family: 'Playfair Display', San serif; color:#7cb57c;}
/* cards*/
.novedades-all .card { height: 380px; margin-bottom: 10px; }
.novedades-all .card-volanta { color: #000; font-size: 14px; font-weight: 700; letter-spacing: 0px; text-transform: uppercase; }
.novedades-all .card-title { color: #508760; font-size: 18px; font-weight: 700; letter-spacing: 0px; }
.novedades-all i { color: #cc0000 ; }
.novedades-all .card-text { font-size: 14px; }





.pagination li {
  margin-left: .25rem;
  margin-right: .25rem;
}

.pagination li .page-link {
  border-radius: .25rem;
  border: none;
  min-width: 2.25rem;
  text-align: center;
  color: #4f5464;
}

.pagination li.active .page-link,
.pagination li .page-link:hover {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}




.noticia_sec { clear:both;
  BORDER: #eaeaea 0px solid;  PADDING-BOTTOM: 8px; MARGIN-BOTTOM: 20px; MARGIN-TOP: 5px; overflow:hidden; text-align:left; }

.noticia_sec .volanta { COLOR: #FF7000; font-size:14px; font-family: 'Roboto', Arial; letter-spacing:0px;  }

.noticia_sec .tapa-volanta SPAN {
  padding-left:8px; COLOR: #06C; font-size:14px; font-family: 'Roboto', Arial;  letter-spacing:0px; line-height:120%; }

.noticia_sec .tapa-volanta {
  LINE-HEIGHT: 120%; DISPLAY: block; MARGIN-BOTTOM:0px; COLOR: #000 ; FONT-SIZE: 12px; border:0px solid #333333; margin-bottom:0px; }
    
.noticia_sec .bajada {
  LINE-HEIGHT: 140%; MARGIN-BOTTOM: 10px; FONT-SIZE: 15px; PADDING-TOP: 0px; font-family:'Roboto',Arial;
}
.noticia_sec .marcofoto { 
padding:0px; background-color: #ffffff; float:left; border: 0px solid #cccccc; margin-right:20px; MARGIN-bottom: 10px; max-height:200px; 
              width: 100%; max-width:400px; overflow:hidden;
}
.noticia_sec .marcofoto img{ width:100%;}

.noticia_sec H1 a {
  LINE-HEIGHT: 120%; DISPLAY: block; COLOR:#333; FONT-SIZE: 22px; FONT-WEIGHT: 600;  text-decoration:none; font-family: 'Lato',Arial; letter-spacing:-1px;
}

.noticia_sec H1 a:hover {
  COLOR: #508760;
}