body{
    font-family: 'Sora', sans-serif;
}

h2{
    font-size: 48px;
    font-weight: 800;
}

h3{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ffffff;
}

h4{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

p{
    font-size: 22px;
    color: #5f5f5f;
    line-height: 1.8;
    margin-bottom: 0;
}

section{
    padding: 20px 0;
}

.topmargin-lg{  margin-top: 80px;   }
.topmargin-sm{  margin-top: 30px;   }
.topmargin-xs{  margin-top: 15px;   }

.topmargin-big { margin-top: 15%; }

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    min-height: 100px;
}

.nav-link{  color: #1a1a1a; }
.nav-link:hover{    color: #0a0a0a; }

.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo-brand{
    min-width: 180px;
    max-width: 200px;
}

.navbar-toggler{ font-size: 40px;}
.navbar-toggler:focus {outline: none;}

#inicio{
    background-image: url("/img/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    width: 100%;
    min-height: 550px;
    color: #ffffff;
}
#inicio h2 {
    font-size: 62px;
    font-weight: 400;
    margin-top: 80px;
    padding-left: 55%;
}
#inicio img{
    margin-top: 5%;
    height: 50px;
    min-height: 20px;
    width: auto;
}

.content-center{
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.content-right{
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: right;
}

.content-justify{
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: justify;
}

.font-size-800 { font-weight: 600; color: #424242}
.font-size-700 { font-weight: 800;}
.welcome-icon{ width: 60px; height: auto; margin-top: 5%;} 
.white-icon{ height: 100px; width: auto; margin-top: 5%;} 

#orange-section{    background-color: rgb(255, 133, 0); }
#orange-section .content-center{ max-width: 1250px;  }
#orange-section p{
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 300;
}

#somos{    background-color: rgb(109, 195, 0); }
#somos h2{  color: #ffffff; font-weight: 400;}
#somos .content-center{ max-width: 1250px;  }
#somos p{
    padding: 0 30px 0 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}
#somos iframe { margin-top: 5%;}

section #departamento{
    padding: 10px 0;
}

#ubicacion{    background-color: rgb(109, 195, 0); }
#ubicacion h2{  color: #ffffff; font-weight: 400;}
#ubicacion .content-center{ max-width: 1250px;}
#ubicacion p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

#servicio{    background-color: rgb(255, 133, 0); }
#servicio h2{  color: #ffffff; font-weight: 400;}
#servicio .content-center{ max-width: 100%;  }
#servicio p{
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 300;
}
.image-car{
    height: auto;
    width: 100%;
}
.horario{
    font-size: 32px;
    background-color: rgb(109, 195, 0);
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
}
.phone-font{
    font-size: 38px;
    font-weight: 700;
}

#footer{
    padding: 30px 0 30px 0;
}
#footer ion-icon {
    color: white;
    font-size: 40px;
  }
#footer p{
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 300;
}

.slide { text-align: center; }
.slide a {text-decoration: none; color: #303030;}

/* Nueva página de departamentos */
.pa-none{
    display: none;
}

.pa-submenu li:hover > ul {     display: block;     } 
.pa-submenu ul{     padding: 0;     }
.pa-submenu li{     list-style: none;   }
.pa-submenu a {
    background-color: rgb(109, 195, 0);
    color: white;
    cursor: pointer;
    padding: 3px 30px;
    text-align: center;
    font-size: 24px;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 15px;;
}
.pa-submenu a + ul {    display: none;      } 
.pa-submenu li:hover > a { 
    color: white;
} 
.pa-submenu a + ul > li {
    display: block; 
    position: absolute;
    z-index: 10;
    min-width:140px; 
    text-decoration: none;
    background-color: rgb(109, 195, 0);
    border-radius: 15px;
    padding: 10px 30px;
    border: rgba(0, 0, 0, 0.068) 1px solid;
    
}

#somos h4 {
    color: #fff;
    border-bottom: solid 2px orange;
    padding-bottom: 10px;
    margin:5% 20%;
}

/* Style the buttons that are used to open and close the accordion panel*/
.pa-accordion {
    background-color: rgb(109, 195, 0);
    color: white;
    cursor: pointer;
    padding: 3px 30px;
    text-align: center;
    font-size: 24px;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 15px;;
  }
  
  /* 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) */
  .active, .pa-accordion:hover {
    background-color: rgb(122, 206, 11);
  }
  
  
  /* Style the accordion panel. Note: hidden by default */
  .pa_panel {
    border-radius: 15px;
    text-align: justify;
    padding: 0 18px;
    background-color: rgb(122, 206, 11);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 350px;
  }

  .pa_panel p{
    font-size: 18px !important; 
    padding: 20px 30px;
  }
    

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

    h2{     font-size: 32px;    }
    h3{     font-size: 24px;    }

    .horario{   font-size: 18px;    }
    
    .phone-font{
        font-size: 42px;
        font-weight: 700;
    }
    #departamento h2{
        font-size: 32px !important;
    }
    /* #servicio h2{    font-size: 38px !important; } */
    #servicio p{    font-size: 16px;    }
    #servicio .pa-submenu p{    font-size: 18px;    }
    #footer p{  font-size: 16px;    }

    #inicio .content-right { 
        background-color: #0000000c;
        text-align: center;
    }
    #inicio h2 {
        padding-left: 0;
    }
    .panel {
        width: auto;
        left: 0;
      }

      .pa_panel {
        position: relative;
        z-index: 10;
        width: 380px;
    }
}

#welcome { 
    padding-top: 5%;
}
#welcom2 { 
    padding: 0%;
}

.center-items {
    text-align: center;
}
.icon-sm {
    width: 100px;
}

.my__text-light {
    font-weight: 300;
    font-size: 16px;
    color: rgb(61, 61, 61);
    padding-bottom: 5%;
}
.my__text-light2 {
    text-align: left;
}

.video-md {
    width: 320px;
    border-radius: 20px;
    border: solid 5px rgb(109, 195, 0);;
}

@media only screen and (max-width: 650px) {
    #welcome, #welcome2 { 
        padding-top: 30%;
    }
}
/*
@media only screen and (min-width: 768px) {...}

@media only screen and (min-width: 992px) {...}

@media only screen and (min-width: 1200px) {...} */