.whatsapp-i {
  position:fixed;
  width:65px;
  height:65px;
  bottom:50px;
  right:25px;
  background-color:#25d366;
  color:#FFF; 
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.icono{
    width: 65%;
    padding-top: 11px;
}



.logo{
    max-width: 100%;
    padding: 18px;
    width: 330px;
}


@media only screen and (max-width: 1366px) {
  header.masthead { 
      height: 350px!important; 
      background-size:cover; 
      margin-top: 0px!important;
    padding-top: 0px!important; 
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
  

@media only screen and (max-width: 990px) {
  .logo { 
      width: 263px !important;
  }
}
  
@media (max-width: 768px) {
  .cabeza-inner {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .cabeza-inner .cotizaciones {
    margin-top: 10px;
    justify-content: center !important;
    margin: 0 auto !important;
  }
}


@keyframes slidein {
  from {
      bottom: 0;
      opacity: 0; 
  }

  to {
      bottom: 30px;
      opacity: 1;
  }
}





.alert{
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: 1;
}
















#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    border-radius: 10px;
    width: 100%;
    padding: 8px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 10px;
    background:#8BC3A3!important;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:5px;
    color:#fff;
    background:#8BC3A3!important;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}
  

a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: #abd2d3;
    text-decoration: none;
}

.boton{
    text-align: center;
    
    background: #427778;
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px;
    border-radius: 5px;
}
 

.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:#427778!important; 
    
    background: #427778!important; 
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    
    padding-top: 5px;
     
    height: 55px;
    width: 55px;
    text-align: center;
    border: 2px solid white;
   
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
}


.navbar-toggler{
    color: white;
    background: #87B3B4;
    
}
 



.read-more-paragraph .hidden-text {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.read-more-paragraph.show-hidden-text .hidden-text {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph.show-hidden-text .show-hidden-text {
  display: none; 
}




.read-more-paragraph2 .hidden-text2 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph2.show-hidden-text2 .hidden-text2 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph2.show-hidden-text2 .show-hidden-text2 {
  display: none; 
}



.read-more-paragraph3 .hidden-text3 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph3.show-hidden-text3 .hidden-text3 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph3.show-hidden-text3 .show-hidden-text3 {
  display: none; 
}

.read-more-paragraph4 .hidden-text4 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph4.show-hidden-text4 .hidden-text4 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph4.show-hidden-text4 .show-hidden-text4 {
  display: none; 
}

.read-more-paragraph5 .hidden-text5 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph5.show-hidden-text5 .hidden-text5 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph5.show-hidden-text5 .show-hidden-text5 {
  display: none; 
}


.read-more-paragraph6 .hidden-text6 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph2.show-hidden-text6 .hidden-text6 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph2.show-hidden-text6 .show-hidden-text6 {
  display: none; 
}

.read-more-paragraph7 .hidden-text7 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph7.show-hidden-text7 .hidden-text7 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph2.show-hidden-text7 .show-hidden-text7 {
  display: none; 
}

.read-more-paragraph8 .hidden-text8 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph8.show-hidden-text8 .hidden-text8 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph8.show-hidden-text8 .show-hidden-text8 {
  display: none; 
}

.read-more-paragraph9 .hidden-text9 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph9.show-hidden-text9 .hidden-text9 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph9.show-hidden-text9 .show-hidden-text9 {
  display: none; 
}

.read-more-paragraph10 .hidden-text10 {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.read-more-paragraph10.show-hidden-text10 .hidden-text10 {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph10.show-hidden-text10 .show-hidden-text10 {
  display: none; 
}
 
 





 



/*Animaciones*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}













.icons{
    width: 95px!important;
    padding: 10px!important;
    margin: 10px!important;
    background: #427879;
    border-radius: 90px; 
    
        -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    
    
}

.logo-pie{
    width: 200px;
}


 
.vermas{
 
    font-size: 15px;
    font-weight: 100!important;
    opacity: 0;

     padding-top: 10px;
     
     
    
    text-transform: lowercase;

    text-align: center;
    color: white;
 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

body{
        margin: 0px!important;
    padding: 0px!important;
}

html {
	scroll-behavior: smooth;
    margin: 0px!important;
    padding: 0px!important;
    
    overflow-x: hidden;
    
  
}



.btn{
    background: #87B3B4;
    color: white;
    border-radius: 90px;
}

.vermas o{
    background: rgba(66, 120, 121, 0.5);
    border-radius: 92px;
    padding: 3px 6px 3px 6px;
    
}

.service-block:hover .vermas{ 
     opacity: 1;
}


.icons:hover{ 
    transform:  scale(1.1);   
    box-shadow: 0px 0px 5px white;
    border: 2px solid white;
}

section{
    padding: 55px  0px  50px  0px!important;
   box-shadow: inset 0px  0px 20px rgba(124, 137, 137, 0.2);
    line-height: 38px; 
}

.servicios{
    background: rgba(97, 173, 189, 0.58);
    color: white;
    
}




.nav-link{

    

}


button{
    background: rgba(0, 0, 0, 0)!important;
    border: none!important;
    
    
    color: white;
    margin: 0px 25px 0px 25px;
    font-weight: 500;
    font-size: 17px;
    font-weight: 100;
    
    letter-spacing: 2px;
    
    box-shadow: 0px  0px  0px black;
    border-width: 0px;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.dropdown{
    margin-top: 7px;
}


button:hover{
    color: #87B3B5;
    transform: scale(1.05);
    border: none!important;
}



.novedades{
    background: rgba(97, 173, 189, 0.75);  
    color: white!important;
}

 
.container{
    text-align: center;
}

.form-row{
    padding-bottom: 20px;
}

.contacto{
    background: rgba(45, 128, 178, 0.65); 
    color: white!important;
}


.sistema{
    background: rgba(45, 128, 178, 0.75);   
    color: white!important;
}




h3{
    text-transform: uppercase;
    font-size: 18px!important; 
    font-weight: 500;
    color: #2e2e2e;
}

li{
    list-style: none;
}

.list li{
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
}

footer{
    background: rgb(43, 118, 163);
    color: white!important;
}

 

.main-title{
    text-align: center!important;
    width: 100%!important;
    margin-bottom: 10px;
    color: #1F3938;
    
    font-size: 24px;
    font-weight: 600;
}

.light{
    color: white;
    border-color: white;
}

h2{
 font-size: 24px;    
}
h4{
    font-size: 20px;
}

hr{
    width: 50px;
    border: 2px solid #1F3938;
    float: left; 
    margin: 0px;
    margin-bottom: 30px;
}

footer li{
    list-style: none;
}
.cuadrofo{
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    
    padding: 0px!important;
    margin-bottom: -10px!important;
}

.service-block{ 
    height: 190px; 
}

.service-block .media-heading { 
    font-size: 16px;
    padding-bottom: 30px;
}

.team-item-brief hr{
    margin: 0px;
     color: red;
    height: 1px;
}

.team-item-name{
    margin: 0px!important;

    color: #313131;
}

.team-item-title{
    color: #5c5c5c;
}


 
 
.team-item-title {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

.team-grid img {
    padding: 30px 30px 10px 30px;
    margin: 0 auto;  
}



.team-grid {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.team-item {
  width: 100%; 
    text-align: center;  
}
.team-item:hover {
  cursor: pointer;
}

@media (min-width: 374px) {
  .team-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 700px) {
  .team-item {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 850px) {
  .team-item {
    width: calc(25% - 20px);
  }
}
.team-item-brief {
  position: relative; 
    text-align: center; 
}

.team-item-brief-arrow { 
  opacity: 0;

  position: absolute; 
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* arrow */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.79);
    border-top: 10px solid transparent;
  transition: all .05s ease;
    margin-bottom: -16px;
 
     
  width: 10px!important;
  height: 0px!important;
 
}

.team-item-description {
 border-radius: 5px;
    font-size: 16px;
  
    text-align: left;
  background: rgba(255, 255, 255, 0.79);
  
    
  position: relative;
  display: none;
  width: 100%;
  left: 0;
  padding: 1em 1.5em 0.1em 2em;
  margin-bottom: 2em;
    margin-top: 1em;
}


.team-item.is--active .team-item-description {
  display: block;
}
.team-item.is--active .team-item-brief:after {
  display: block;
}
.team-item.is--active .team-item-brief-arrow {
  opacity: 1;
}
 
.team-item-photo {
  width: 80%; 
}

 

.team-item-photo{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;   
}


  
.btn_trans:hover .circulo{ 
-webkit-filter: brightness(80%);
filter: brightness(80%); 
    transform: translate(0px, -30px); 
    box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.55),  0px 30px 0px rgba(0, 0, 0, 0.0);
}


.btn_trans:hover > .team-item-photo {
  width: 80%;
  filter:brightness(0.5)  
}


.team-item-click-area{
    position: relative;
}

.team-item-photo{
    
}

 



@media (min-width: 374px) and (max-width: 700px) {
  .team-item-description {
    width: calc(200% + 40px);
  }

  .team-item:nth-of-type(2n+2) .team-item-description {
    margin-left: calc(-100% - 40px);
  }
}
@media (min-width: 700px) and (max-width: 850px) {
  .team-item:nth-child(3n+1):nth-last-child(-n+3) ~ .team-item {
    margin-left: 30px;
    margin-right: auto;
  }

  .team-item-description {
    width: calc(300% + 60px);
  }

  .team-item:nth-of-type(3n+2) .team-item-description {
    margin-left: calc(-100% - 60px/2);
  }

  .team-item:nth-of-type(3n+3) .team-item-description {
    margin-left: calc(-200% - 60px);
  }
}
@media (min-width: 850px) {
  .team-item-description {
    width: calc(400% + 80px);
  }

  .team-item:nth-of-type(4n+2) .team-item-description {
    margin-left: calc(-100% - 80px/3);
  }

  .team-item:nth-of-type(4n+3) .team-item-description {
    margin-left: calc(-200% - 80px/1.5);
  }

  .team-item:nth-of-type(4n+4) .team-item-description {
    margin-left: calc(-300% - 80px);
  }
}
 


 
.cabeza{
    width: 100%; 
    text-align: center;
}
 
.lead{
    font-size: 18px;
}


h3{
    font-size: 16px!important;
}

.navbar{ 
    background: background: rgba(97,173,189,1);
background: -moz-linear-gradient(top, rgba(97,173,189,1) 0%, rgba(45,128,178,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,173,189,1)), color-stop(100%, rgba(45,128,178,1)));
background: -webkit-linear-gradient(top, rgba(97,173,189,1) 0%, rgba(45,128,178,1) 100%);
background: -o-linear-gradient(top, rgba(97,173,189,1) 0%, rgba(45,128,178,1) 100%);
background: -ms-linear-gradient(top, rgba(97,173,189,1) 0%, rgba(45,128,178,1) 100%);
background: linear-gradient(to bottom, rgba(97,173,189,1) 0%, rgba(45,128,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61adbd', endColorstr='#2d80b2', GradientType=0 );   
    
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.nav-link{
    color: white;
    margin: 0px 15px 0px 15px;
    font-weight: 500;
    font-size: 15px;
    font-weight: 100;
    
    letter-spacing: 2px;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav-link:hover{
    color: #87B3B5;
    transform: scale(1.05);
}

nav .navbar-nav {
    text-align: center!important;
}
 
 

 h5{
    background: #ffffff!important;
    text-align: center;
     
    width: 100%; 
    padding: 8px 8px 3px 8px;
    
    color: black;
    
    font-size: 19px;
    opacity: 1; 
    bottom:  -50px;
    
    z-index: 9999999999999999999;
    left:  0px; 
}


 
 




.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 990px) {
    
    footer{
        padding: 5px;
    }
    
    footer p{
        font-size: 13px!important;
    }
    
    
    .cuadrofo{
        padding-bottom: 20px!important;
    }
    
    
    
    
      header.masthead { 
          
      margin-top: -50px;
          
  }
    
    
    
    
    .boton{ 
    width: 100%; 
}
    
    
 
    
    label{
        font-size: 13px;
    }
    h2{
        font-size: 22px!important;
    }
    
    h3{
        font-size: 14px!important;
    }
    
    p{
        font-size: 15px!important;
        padding: 4px;
    }
    
    h4{
        font-size: 20px;
    }
    
    li{
        font-size: 14px;
    }
    
    .data{
        margin-bottom: 20px;
    }
    
    .pie-cont{ 
        margin: 0px!important;
    }
    
    
    ul{ 
        padding: 0px!important;
        margin: 0px!important;
    }
    
    
    
    .cabeza{
        background: white;
        z-index: 99;
    }
    

    .masthead{
        margin-top: -265px!important;
        z-index: -1;
    }
                         
  
    
   .ir-arriba{
    margin: 10px;
   }
    
}

.linea{
    float: inherit;
    width: 80%;
    border-width: 0.5px;
    margin-bottom: 5px;
 
    border-color: white;
    margin: 0 auto!important;
    
}


@media only screen and (max-width: 1200px) {

    .logo-pie{
        width: 170px!important;
        margin-bottom: 25px;
    }
    
    
    
    
    
    
}