


/*Phone 1*/

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

  
.item-menu {
    font-size: 3rem;
    line-height: 5rem;
}

.pointer_menu.active {
    display: none;
}

.sub-menu {
    /* max-height: 500px; */
}
  
  
.menu-content {
    padding-left: 15px;
    padding-right: 15px;
}  
    
.order-mobile-0{
    
order: 0;
    
margin-bottom: 3rem;
}

.order-mobile-1{
    
order: 1;
}

.c-row {
   margin-top:5rem;
}

.absolute-sec {
    display: none;
}

.grid-images {
    flex-direction: column;
    gap:4rem
}

h1 {
    font-size: 2rem;
}

h2 {

    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h2.white {
    font-size: 2rem;
}

.item-grid-images h3 {
    width: 100%;
}

.section-page {
    padding-top: 4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.link-p {
    padding: 1rem;
}

.flex-space-vertical {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.hero {
    display: flex;
    justify-content: center;
}

.hero img {
    width: 250vw;
}

.mobile-horizontal {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto;
}

.mobile-horizontal:not(:last-child){
    margin-bottom: 3rem;
}

form {
    gap: 0;
}

.c-input {
    margin-bottom: 2rem;
}

.n-input {
    margin-bottom: 2rem;
}

.c-textarea {
    margin-bottom: 2rem;
}

.form-check {
    margin-bottom: 2rem;
}


.bg-s {
    padding: 4rem 0;
    padding-left: 15px;
    padding-right: 15px;
}

.img-bs {
    width: 80px;
    margin-bottom: 0;
    height:auto;
}

.socials {
    gap: 1rem;
}

footer .row {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.desktop{
    display:none;
}

.mobile{
    display:block;
}


.n-fixed {
    padding-left: 15px;
    padding-right: 15px;
}

.text-box {
    padding: 2rem;
}

.title-box {
    line-height: 2rem;
}

.box-img {
    height: 420px;
}

footer {
    padding-left:15px;
    padding-right:15px;
}

.img-70 {
    width: 60%;
}




.message-send {
    width: 80%;
    left: 10%;
    padding: 2rem;
}





.message-error {
    width: 80%;
    left: 10%;
    padding: 2rem;
}




}


/* Phone 2 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    
    
  
  
.item-menu {
    font-size: 2.5rem;
    line-height: 4rem;
}

.pointer_menu.active {
    display: none;
}

.sub-menu {
    /* max-height: 500px; */
}
  
  
.menu-content {
    padding-left: 15px;
    padding-right: 15px;
}  
    
.order-mobile-0{
    
order: 0;
    
margin-bottom: 3rem;
}

.order-mobile-1{
    
order: 1;
}

.c-row {
   margin-top:5rem;
}

.absolute-sec {
    display: none;
}

.grid-images {
    flex-direction: column;
    gap:4rem
}

h1 {
    font-size: 2rem;
}

h2 {

    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h2.white {
    font-size: 2rem;
}

.item-grid-images h3 {
    width: 100%;
}

.section-page {
    padding-top: 4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.link-p {
    padding: 1rem;
}

.flex-space-vertical {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.hero {
    display: flex;
    justify-content: center;
}

.hero img {
    width: 250vw;
}

.mobile-horizontal {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto;
}

.mobile-horizontal:not(:last-child){
    margin-bottom: 3rem;
}

form {
    gap: 0;
}

.c-input {
    margin-bottom: 2rem;
}

.n-input {
    margin-bottom: 2rem;
}

.c-textarea {
    margin-bottom: 2rem;
}

.form-check {
    margin-bottom: 2rem;
}


.bg-s {
    padding: 4rem 0;
    padding-left: 15px;
    padding-right: 15px;
}

.img-bs {
    width: 80px;
    margin-bottom: 0;
    height:auto;
}

.socials {
    gap: 1rem;
}

footer .row {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


.desktop{
    display:none;
}

.mobile{
    display:block;
}


.n-fixed {
    padding-left: 15px;
    padding-right: 15px;
}

.text-box {
    padding: 2rem;
}

.title-box {
    line-height: 2rem;
}

.box-img {
    height: 420px;
}

footer {
    padding-left:15px;
    padding-right:15px;
}

.img-70 {
    width: 60%;
}



.message-send {
    width: 80%;
    left: 10%;
    padding: 2rem;
}





.message-error {
    width: 80%;
    left: 10%;
    padding: 2rem;
}

}



@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {


}





@media only screen
and (min-device-width: 768px) 
and (max-width: 820px) {
    
.absolute-sec {
    display: none;
}

h2 {
    font-size: 2rem;
}

.box-img {
    height: 450px;
}

.bg-s {
    padding: 5rem 0 5rem 0;
}

h3 {
    font-size: 2rem;
}

.img-bs {
    height: 100px;
}


.item-grid-images h3 {
    width: 100%;
}
.subtitle:before {
    width: 2rem;
}


.c-link:before {
    width: 2rem;
}

.c-link:hover:before {
    width: 2rem;
}

.c-link.active:before {
    width: 2rem;
}

.grid-images {
    gap: 2rem;
}

.desktop{
    display:none;
}

.mobile{
    display:block;
}

.pointer_menu.active {
    display: none;
}

.flex-space-vertical {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


footer .row>div {
    margin-bottom: 3rem;
}

.img-70 {
    width: 60%;
}

.img-footer {
    width: 20%;
}


.hero img {
    width: 150vw;
}

.hero {
    display: flex;
    justify-content: center;
}

.sub-menu {
    /* max-height: 500px; */
}

}



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {


}



/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
      
      
      
.absolute-sec {
    top: -5vw;
    width: 25rem;
}

.item-grid-images h3 {
    width: 100%;
}
.subtitle:before {
    width: 2rem;
}


.c-link:before {
    width: 2rem;
}

.c-link:hover:before {
    width: 2rem;
}

.c-link.active:before {
    width: 2rem;
}

.img-bs {
    height: 100px;
}


.box-img {
    height: 500px;
}

.pointer_menu.active {
    display: none;
}


.sub-menu {
    /* max-height: 500px; */
}

}


/* Landscape */
@media only screen 
  and (min-device-width: 1100px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
 
 .absolute-sec {
    top: -5vw;
    width: 25rem;
}  

.item-grid-images h3 {
    width: 100%;
}

.subtitle:before {
    width: 2rem;
}


.c-link:before {
    width: 2rem;
}

.c-link:hover:before {
    width: 2rem;
}

.c-link.active:before {
    width: 2rem;
}

h2 {
    font-size: 2.5rem;
}

.img-bs {
    height: 100px;
}

.box-img {
    height: 500px;
}

.pointer_menu.active {
    display: none;
}


.sub-menu {
    /*max-height: 500px;*/
}

}



@media only screen 
  and (min-device-width: 1100px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    
    

}



@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
 


}


@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
      

}



f