* 
{
  box-sizing: border-box;
}

html 
{
  scroll-behavior: smooth;
}


.raleway-<uniquifier> 
{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body 
{ 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "Raleway", sans-serif;
}


.topnav 
{
  display: block;
}

.topnav.responsive 
{
  display: block;
}
.topnav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

.topnav a 
{
  float: left;
  display: block;
  color: #00008B;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover 
{
  background-color: #ddd;
  color: black;
}

.topnav .logo 
{
  background-color: #fff;
  color: #000088;
  width: 20%;
}

.topnav .logo img 
{
  width: 100%;
  max-width: 140px;
}

.topnav .icon 
{
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

/*Principal*/
.container 
{
  position: relative;
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
}

.container img 
{
  vertical-align: middle;
}

.container .content 
{
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 139, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 90px;
}

.container .content p
{
  padding-left: 20px;
  font-size: 16pt;
  padding-top: 0px;
}

.container .content h1
{
  padding-left: 20px;
  font-size: 40pt;
}

.buttons
{
  padding: 20px;
}

.buttons a 
{
  background-color: white;
  color: #00008B;
  border-radius: 20px;
  border: 2px solid red;
  padding: 10px;
  font-weight: bold;
}

.buttons a:hover 
{
  background-color: red;
  color: #fff;
  border-radius: 20px;
  border: 2px solid red;
  padding: 10px;
}

.experiencia
{
  float: left;
  width: 100%;
  overflow: hidden;
}

.content .experiencia h1
{
  width: 100%;
  text-align: center;
  padding-top: 0px;
  font-size: 30pt;
}

.nosotros
{
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.nosotros .nosotrosizq
{
  width: 50%;
  padding: 20px;
  display: inline-block;
}

.nosotros .nosotrosizq h1
{
  text-align: center;
  font-size: 32pt;
}

.nosotros .nosotrosizq
{
  text-align: center;
  font-size: 36pt;
}

.nosotros .nosotrosizq .parrafonos
{
  font-size: 12pt;
}

.nosotros .nosotrosder
{
  width: 45%;
  padding: 20px;
  float: right;
}


.nosotros .nosotrosder img
{
  width: 100%;
  border-radius: 20px;
}


.nosotros .card
{
  width: 100%;
  display: inline-flex;
  padding: 20px;
}

.nosotros .card .containercard
{
   padding: 25px;
   /*background-color: #00008B;*/
   width: 33%;
   /*color: white;*/
   border-left: 2px solid red;
  border-right: 2px solid red;
}

.nosotros .card .containercard h4
{
  color: red;
}
/*slider*/

.slider 
{
  background: #fff;
  /*height: 100px;*/
  width: 90vw;
  overflow: hidden;
  margin: 0 auto;
}

.slider h1
{
  text-align: center;
}

.slider .move 
{
  display: flex;
  width: calc(250px * 14);
  animation: animacion 50s linear infinite;
}

@keyframes animacion {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider .box 
{
  /*height: 100px;*/
  width: 250px;
}

.slider .move .box img
{
  width: 250px;
  /*height: 100px;*/
  padding: 10px;
}


/*Catalogo*/
.catalogo
{
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.catalogo h1
{
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.catalogo .catcard
{
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
}

.catalogo .cardcat
{
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.catalogo .cardcat img
{
  width: 30%;
  border-radius: 20px;
}

.catalogo .cardcat h1
{
  font-size: 20pt;
}


/*testimoniales*/

.testimoniales
{
  width: 100%;
  height: 100%;
}

.testimoniales h2
{
  text-align: center;
}

.testimoniales img 
{
  width: 90px;
}

.testimoniales .testcont
{
   /*display: inline-flex;*/
   width: 100%;
   margin: 0 auto;
}

.testimoniales .container 
{
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
  width: 90%;
  margin: 0 auto;
}

.testimoniales .container::after 
{
  content: "";
  clear: both;
  display: table;
}

.testimoniales .container img 
{
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.testimoniales .container span 
{
  font-size: 20px;
  margin-right: 15px;
}
/*contacto*/

.contacto 
{
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.contacto h1
{
  text-align: center;
}

.contacto input[type=text], select, textarea 
{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contacto input[type=tel],input[type=email]
{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contacto input[type=submit] 
{
  background-color: red;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contacto input[type=submit]:hover 
{
  background-color: #00008B;
}

.contacto .container 
{
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #00008B;
}

.marcas
{
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}

.marcas h1
{
  text-align: center;
}

.marcas p
{
  text-align: center;
}

.contentmarcas
{
  display: inline-flex;
}

.contentmarcas img 
{
  width: 50%;
  padding: 10px;
}

/*Galeria*/
.header
{
  text-align: center;
}

.row 
{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img 
{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border-radius: 20px;
}
/*modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#myImg,#myImg2
{
  width: 45%;
  padding: 10px;
  display: inline-flex;
}

/* Modal Content (image) */
.modal-content 
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size:200px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/*movil*/

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

  body 
  {
    overflow-x: hidden;
    margin: 0;
  }

  .topnav
  {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  /*.topnav a:not(:first-child) */
  .topnav a:not(.logo):not(.icon)
  {
    display: none;
  }
  .topnav .icon 
  {
    /*display: block !important;*/
    position: absolute;
    right: 30px;
    top: 5px;
  }


.topnav.responsive a:not(.logo):not(.icon) {
  display: block;
  width: 100%;
}

  .topnav .logo
  { 
    width: 100%;
    display: block !important;
  }

  .topnav .logo img
  {
    width: 600%;
  }
.topnav 
{
  position: fixed;
  top: 0;
  width: 100%;
}
.topnav.responsive 
{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

  .topnav.responsive .icon 
  {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
  }
  .topnav.responsive a 
  {
    display: block !important;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fff;
  }

  .topnav.responsive img 
  {
    width: 100%;
  }

  .topnav.responsive a:not(.icon):not(.logo) {
    display: block;
    width: 100%;
  }


  .container
  {
    width: 100vw;
    height: 100%;
    padding-top: 110px;
  }

  .container img
  {
    width: 20%;
    height: 86vh;
  }

  .container .content
  {
    width: 100vw;
    height: auto;
    top: 20px;
    padding-top: 300px;
  }

  .container .content h1
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

  .container .content p
  {
    width: 100%;
    font-size: 8pt;
    padding-top: 20px;
    margin: 0;
  }

  .container .buttons
  {
    font-size: 8pt;
    width: 100%;
    display: inline-flex;
    padding: 12px 16px;
    min-height: 44px;
  }

  .container: .buttons animation: 
  {
    width: 100%;
  }

  .container .content .experiencia
  {
    padding-top: 0;
  }

  .container .content .experiencia h1
  {
    top: 0;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .nosotros
  {
    width: 100vw;
    height: auto;
    float: none;
    margin: 0;
    position: relative;
  }

  .nosotros .nosotrosizq
  {
    width: 100%;
    margin: 0;
  }

   .nosotros .nosotrosizq p
  {
    font-size: 12pt;
    text-align: center;
  }

  .nosotros .nosotrosizq h1
  {
    font-size: clamp(24px, 5vw, 40px); 
    text-align: center;
  }

  .nosotros .nosotrosizq .parrafonos
  {
    width: 100%;
    font-size: 12pt;
  }

  .nosotros .nosotrosder
  {
    width: 100%;
    margin: 0 auto;
    color: #00008B;
  }

  .nosotros .nosotrosder img 
  {
    width: 300px;
  }

  /*mision*/

  .nosotros .card
  {
    width: 100vw;
    float: none;
    margin: 0;
    display: block;
  }

  .nosotros .card .containercard
  {
    width: 100%;
    margin: 0;
    border: none;
  }

  .nosotros .card .containercard h4
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

    .nosotros .card .containercard p
  {
    font-size: 12pt;
    color: blue;
  }

  /*catalogo de servicios*/

  .catalogo
  {
    width: 100vw;
    display: block;
    margin: 0;
  }

  .catalogo h1
  {
    text-align: center;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .catalogo .catcard
  {
    width: 100vw;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .catalogo .catcard .cardcat 
  {
    width: 100%;
  }

  .testimoniales
  {
    width: 100vw;
  }

  .testimoniales img 
  {
    width: 20%;
    height: 20%;
  }

  .testimoniales p
  {
    text-align: center;
  }

  .marcas h1
  {
    font-size: 20pt;
  }

  .marcas .contentmarcas
  {
    width: 100%;
  }

  #myImg,#myImg2
{
  width: 100%;
  padding: 10px;
}
}

/*movil grande*/
@media screen and (max-width: 768px) 
{

  body 
  {
    overflow-x: hidden;
    margin: 0;
  }

  /*.topnav a:not(:first-child) */
  .topnav a:not(.logo):not(.icon)
  {
    display: none;
  }
  .topnav .icon 
  {
    float: right;
    display: block;
  }

  .topnav .logo
  {
    background-color: white;
  }

  .topnav .logo img
  {
    width: 100%;
  }
.topnav.responsive a:not(.icon):not(.logo) {
    display: block;
    width: 100%;
  }

.topnav 
{
  position: fixed;
  top: 0;
  width: 100%;
}
.topnav.responsive {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
  .topnav.responsive .icon 
  {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a 
  {
    display: block !important;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fff;
  }

  .container
  {
    width: 100vw;
    height: 100%;
    /*position: static;*/
    padding-top: 60px;
  }

  .container img
  {
    width: 100%;
    height: 86vh;
  }

  .container .content
  {
    width: 100vw;
    height: auto;
    top: 2px;
    padding-top: 60px;
  }

  .container .content h1
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

  .container .content p
  {
    width: 100%;
    font-size: 8pt;
    padding: 0;
    margin: 0;
  }

  .container .buttons
  {
    font-size: 8pt;
    width: 100%;
    display: inline-flex;
    padding: 12px 16px;
    min-height: 44px;
  }

  .container: .buttons animation: 
  {
    width: 100%;
  }

  .container .content .experiencia
  {
    padding-top: 0;
  }

  .container .content .experiencia h1
  {
    top: 0;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .nosotros
  {
    width: 100vw;
    height: auto;
    float: none;
    margin: 0;
    position: relative;
  }

  .nosotros .nosotrosizq
  {
    width: 100%;
    margin: 0;
  }

   .nosotros .nosotrosizq p
  {
    font-size: 12pt;
    text-align: center;
  }

  .nosotros .nosotrosizq h1
  {
    font-size: clamp(24px, 5vw, 40px); 
    text-align: center;
  }

  .nosotros .nosotrosizq .parrafonos
  {
    width: 100%;
    font-size: 12pt;
  }

  .nosotros .nosotrosder
  {
    width: 100%;
    margin: 0 auto;
    color: #00008B;
  }

  .nosotros .nosotrosder img 
  {
    width: 300px;
  }

  /*mision*/

  .nosotros .card
  {
    width: 100vw;
    float: none;
    margin: 0;
    display: block;
  }

  .nosotros .card .containercard
  {
    width: 100%;
    margin: 0;
    border: none;
  }

  .nosotros .card .containercard h4
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

    .nosotros .card .containercard p
  {
    font-size: 12pt;
    color: blue;
  }

  /*catalogo de servicios*/

  .catalogo
  {
    width: 100vw;
    display: block;
    margin: 0;
  }

  .catalogo h1
  {
    text-align: center;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .catalogo .catcard
  {
    width: 100vw;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .catalogo .catcard .cardcat 
  {
    width: 100%;
  }

  .testimoniales
  {
    width: 100vw;
  }

  .testimoniales img 
  {
    width: 20%;
    height: 20%;
  }

  .testimoniales p
  {
    text-align: center;
  }

  .marcas h1
  {
    font-size: 20pt;
  }

  .marcas .contentmarcas
  {
    width: 100%;
  }
}

/*TABLET*/
@media screen and (max-width: 1024px) 
{

  body 
  {
    overflow-x: hidden;
    margin: 0;
  }

  /*.topnav a:not(:first-child) */
  .topnav a:not(.logo):not(.icon)
  {
    display: none;
  }
  .topnav a.icon 
  {
    float: right;
    display: block;
  }

  .topnav .active
  {
    background-color: white;
  }

  .topnav .logo img
  {
    width: 20%;
  }

.topnav 
{
  position: fixed;
  top: 0;
  width: 100%;
}
.topnav.responsive 
{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
 }
  .topnav.responsive .icon 
  {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a 
  {
    display: block !important;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ddd;
    background: #fff;
  }

  .topnav.responsive a:not(.icon):not(.logo) {
    display: block;
    width: 100%;
  }


  .container
  {
    width: 100vw;
    height: 100%;
    /*position: static;*/
    padding-top: 60px;
  }

  .container img
  {
    width: 100%;
    height: 86vh;
  }

  .container .content
  {
    width: 100vw;
    height: auto;
    top: 2px;
    padding-top: 60px;
  }

  .container .content h1
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

  .container .content p
  {
    width: 100%;
    font-size: 8pt;
    padding: 0;
    margin: 0;
  }

  .container .buttons
  {
    font-size: 8pt;
    width: 100%;
    display: inline-flex;
    padding: 12px 16px;
    min-height: 44px;
  }

  .container: .buttons animation: 
  {
    width: 100%;
  }

  .container .content .experiencia
  {
    padding-top: 0;
  }

  .container .content .experiencia h1
  {
    top: 0;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .nosotros
  {
    width: 100vw;
    height: auto;
    float: none;
    margin: 0;
    position: relative;
  }

  .nosotros .nosotrosizq
  {
    width: 100%;
    margin: 0;
  }

   .nosotros .nosotrosizq p
  {
    font-size: 12pt;
    text-align: center;
  }

  .nosotros .nosotrosizq h1
  {
    font-size: clamp(24px, 5vw, 40px); 
    text-align: center;
  }

  .nosotros .nosotrosizq .parrafonos
  {
    width: 100%;
    font-size: 12pt;
  }

  .nosotros .nosotrosder
  {
    width: 100%;
    margin: 0 auto;
    color: #00008B;
  }

  .nosotros .nosotrosder img 
  {
    width: 300px;
  }

  /*mision*/

  .nosotros .card
  {
    width: 100vw;
    float: none;
    margin: 0;
    display: block;
  }

  .nosotros .card .containercard
  {
    width: 100%;
    margin: 0;
    border: none;
  }

  .nosotros .card .containercard h4
  {
    font-size: clamp(24px, 5vw, 40px); 
  }

    .nosotros .card .containercard p
  {
    font-size: 12pt;
    color: blue;
  }

  /*catalogo de servicios*/

  .catalogo
  {
    width: 100vw;
    display: block;
    margin: 0;
  }

  .catalogo h1
  {
    text-align: center;
    font-size: clamp(24px, 5vw, 40px); 
  }

  .catalogo .catcard
  {
    width: 100vw;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
  }

  .catalogo .catcard .cardcat 
  {
    width: 100%;
  }

  .testimoniales
  {
    width: 100vw;
  }

  .testimoniales img 
  {
    width: 20%;
    height: 20%;
  }

  .testimoniales p
  {
    text-align: center;
  }

  .marcas h1
  {
    font-size: 20pt;
  }

  .marcas .contentmarcas
  {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}