/* header */

@font-face {
    font-family: 'MiFuente';
    src: url('../font/static/Montserrat-Black.ttf') format('ttf'),
         url('../font/static/Montserrat-BlackItalic.ttf') format('ttf'),
         url('../font/static/Montserrat-Bold.ttf') format('ttf');
         
    /* Añade más formatos si tienes */
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5, p{
    font-family: 'MiFuente', sans-serif !important;
}
.mylogo{
    width: 180px !important;
    height: auto !important;
}

.myimg1{
    width: 900px !important;
    height: auto !important;
    /* display: none; */
}

.myimg2{
    width: 425px !important;
    height: auto !important;
    margin-right: 250px !important;
    /* display: none; */
}

.myservicesimg {

  width: 800px !important;
  height: auto !important;
  padding-left: 170px !important;
  /* display: none; */
  
}

.navbar .nav > li > a {
    font-size: 20px !important;
}

.ws{
color: #00de43 !important;
}
.insta{
    color: #de00b2 !important;
}

.ws:hover{
    color: #009ade !important;
    font-size: 30px !important;
}

.insta:hover{
    color: #009ade !important;
    font-size: 30px !important;
}
/*            */
.mysectionIntro{
    font-family: Arial, Helvetica, sans-serif !important;
}

.mysectionIntro p{
    font-family: Arial, Helvetica, sans-serif !important;
}

/* contact */

.mysectioncontact{
    background: #000 url(../img/bg/bg-white1.jpg) 50% 0 no-repeat !important;
}

.mazda{
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    
  
}

.mazdaborder{
    position: absolute;
    padding: 15px 30px;
    margin-top: 150px;
    margin-left: 180px;
    border-style: solid;
    border-radius: 50px 50px;
    border-color: rgb(255, 255, 255);
    background: #009ade;
    text-align: center;
    
}


.hyundaiborder{
    position: absolute;
    padding: 15px 30px;
    margin-top: 175px;
    margin-left: 800px;
    border-style: solid;
    border-radius: 50px 50px;
    border-color: rgb(255, 255, 255);
    background: #009ade;
    text-align: center;
    
}

.hiundai{
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
   
}

.volvoborder{
    position: absolute;
    padding: 25px 100px;
    margin-top: 150px;
    margin-left: 800px;
    border-style: solid;
    border-radius: 50px 50px;
    border-color: rgb(253, 255, 255);   
    background: #009ade;
    text-align: center;
    
}
/* PRIMERA SECCION */
#featured .img-bg-init img{

    width: 100%;
    height: auto;
    top: 100;
}

  /*FIN  PRIMERA SECCION */

@media (max-width: 600px){
 
       
    

    #video-bg{
        display: none;
    }

    /* .myimg1{
       width: 100px !important;
       height: auto !important;
       right: -150px;
      

       
    }
    
    .myimg2{
        width: 10px !important;
       height: auto !important;
     
    }

    #sequence ul li .myservicesimg img{
        width: 300px !important;
       height: auto !important;
       position: absolute;
      right: 216px;
    

    } */

   .fade{
        font-size: 30px !important;
        margin-top: 50px !important;
    }

    .mazdaborder{
        position: absolute;
        padding: 5px 15px;
        margin-top: 50px;
        margin-left: 50px;
        border-style: solid;
        border-radius: 50px 50px;
        border-color: rgb(255, 255, 255);
        background: #009ade;
        text-align: center;
     
    }

    #sequence ul li .myimg2 img{
        width: 200px;
        height: auto;
    
    }

  
}



@media (max-width: 900px){

    .myimg1{
        width: 400px !important;
        height: auto !important;
        margin-right: 100px !important;
       
    }
    .myimg2{
        width: 300px !important;
        height: auto !important;
        margin-right: 50px !important;
     
    }
    
    .myservicesimg {
    
      width: 400px !important;
      height: auto !important;
      padding-left: 100px !important;
     
      
    }
}

@media only screen and (min-width: 601px) {
    /* Estilos para pantallas más grandes que 600px */
    #sequence img{
      display: none;
    }
  }
  


  
  
