h4 , h2, h3{
    font-weight: 200; 
}

p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 ;
}




.service-font{ 
    color:white;
    font-size: 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200 ;

}

.circulo-imagen {

    opacity: 0.8;  
    margin-bottom: 50px !important;
 

}

.boton-rojo{

    background-color: #E30613;
    height: 210px;
    width: 210px;
    border-radius: 50%;

}

.content-boton{
    color: white;
    font-weight: 200;    
    position: relative;
    top: 50%;
    transform: translateY(-50%); 

}

.header-custom{
    background-image:url(../img-new/bg_intro.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size:cover;
    background-attachment: fixed;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    text-align:center;
    color:#fff;
    }



.shadow{
    -webkit-box-shadow: 0px 7px 28px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 28px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 28px 2px rgba(0,0,0,0.3);
}




.bg-image{
    background-image: url(../img-new/bg_buttons.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.header {
      height: 880px !important;
} 

.bg-2 {
  background-image: url('../img-new/bg-nosotros.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  
}


.bg-3 {
  background-image: url('../img-new/bg-contact.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  
}

.h4-black{
    color:black;
}

.bg-negative{
    background-color: #030000;
}

.align-l
{
    text-align: left;
}

.margin-acord{
    margin-top: 5px;
}

.logo-top{
    height: 30px;
}

.link-prod{

    text-align: center;
    padding-bottom: 10px;
    font-weight: 600
}

.link-prod:hover{
    
    color:black;
}


/* ACORDEON */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    
    padding: 0 18px;
    background-color: white;
     width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.width-beneficios{
    padding:0px !important;
    max-width: 100%;
}





