/*fuentes*/

@font-face {
    
  font-family: "montserrat-bold";
  src: url("/Fonts/Montserrat-Bold.otf") format('woff');
 
}
@font-face {
    
  font-family: "montserrat-medium";
  src: url("/Fonts/Montserrat-Medium.otf") format('woff');
 
}
@font-face {
    
  font-family: "poppins-black";
  src: url("/Fonts/Poppins-Black.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-bold";
  src: url("/Fonts/Poppins-Bold.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-light";
  src: url("/Fonts/Poppins-Light.otf") format('woff');
 
}

@font-face {
    
  font-family: "poppins-medium";
  src: url("/Fonts/Poppins-Medium.otf") format('woff');
 
}


.section-agencia {

    position: relative;
    width: 100%;
    height: 1080px;

}


.text-agencia {


    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);

}


.text-agencia h1{

    color: #ffffff;
    font-size: 2.5vw;
    font-family: poppins-bold;


}


.productos-agencia{


    width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

}





.productos-agencia-1 img{

    width: 20%;
    height: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
    


}


.productos-agencia-2 img{

    width: 20%;
    height: 20%;
    margin-top: 15;
    margin-bottom: 15%;
    margin-left:1%;
    margin-right: 1%;


}


/*

@media only screen and (min-width: 320px){


  .section-agencia {

 
    height: 280px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 320px){


  .section-agencia {

 
    height: 280px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 375px){


  .section-agencia {

 
    height: 280px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 425px){


  .section-agencia {

 
    height: 280px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}

*/

@media only screen and (min-width: 768px){


  .section-agencia {

 
    height: 400px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 1024px){


  .section-agencia {

 
    height: 512px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 1280px){


  .section-agencia {

 
    height: 640px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 1440px){


  .section-agencia {

 
    height: 720px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 1680px){

  .text-agencia {


    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);

  }


  .section-agencia {

 
    height: 840px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}


@media only screen and (min-width: 2560px){

  .text-agencia {


    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);

  }


  .section-agencia {

 
    height: 1280px;

  } 


  .productos-agencia{


    width: 100%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;

  }

}