
.selector-for-some-widget {
  box-sizing: content-box;
}

.btn_navegacion {
color: blue
}

.sr-only {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #0000FF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.logo{
    max-width: 150px;
}
/* contacto */
.logo2 {
  height: 120px;
  width: 260px;
}


.flex-container {
  display: flex;
  height: auto;
  background-color: orange;
}

.flex-container > div {

  width: 40px;
  margin: 10px;
  text-align: center;
  line-height: 50px;
  flex: 200px;

}

.titulocoti {
  color: white;
  font-size:22px;
  font-style: bold;
  text-align: center;
}


body {
  background-color: whitesmoke; 
  margin: 0%;
}

.texto{
    font-size: 22px;
    color: #06012f;
    text-align: justify;
    font-weight: 400;
    font-style: normal;
}

.Titulos{
    font-size: 50px;
    color: #2c2a61;
    text-align: center;
    font-weight: 500;
    font-style: bold; 
    align-content: center;   
}
.divfranja{
  background: black;
}



/* navbar */
nav{
  background-color: #06012f;
}


ul {
  list-style-type: none;
  margin-left: 50%;
  margin-right: 0px;
  padding: 0;
  overflow: hidden;
  background-color: #06012f;
  text-align: right;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.topnav {
  background-color: #06012f;
  overflow: hidden;


}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
   justify-content: end;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}


.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/*INDEX */
.pindex {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 60px;
  margin-left: 60px;
}

.centrarv {
  border-radius: 50%;
  width: 60%;
  height: 60%;"
  }

.centrarh{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  height: auto;
}

.centrarh_serv{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  height: auto;
}

.centrarh_index{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  
}

.centrarhc{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  height: auto;
}


/*FOOTER*/
.textfooter {
 text-align: right;
 background-color: whitesmoke; 
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 0%;
 color: #06012f;
}

.foot {  
 background-color: whitesmoke; 
 color: #06012f;
 justify-content: end;
 align-content: center;
}

a {
  background-color: rgb(#06012f);:
}

.icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 8px;
}


/*columnas */

.column1  {
  margin: auto;
  float: left;
  width: auto;
  padding: auto;
  height: auto; 
}

.column3 {
  margin: auto;
  float: right;
  width: auto;
  padding: auto;
  height: auto;
  vertical-align: middle;
}

.column2 {  
  align-content: center;
  float: center;
  width: 85%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin: 0px;
}

/*CATALOGO*/
img.zoom {
    width: 350px;
    height: 300px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}


/* titulos sucursales*/
.titlesucursales {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  font-style: bold;
}

.textosucursales {
  font-size: 14px;
  text-align: center;
  font-style: bold;
}
/*botones con recuadro*/
.boton_enc {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #f28907;
  background-color: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  border: 2px solid #06012f;
}
.boton_enc2 {
  display: block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #f28907;
  background-color: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  border: 2px solid #06012f;
  margin-left: auto;
  margin-right: auto;

}

.boton_enc:hover {background-color: whitesmoke;
}

.boton_enc:active {
  background-color: whitesmoke;
  transform: translateY(4px);
  *{box-sizing:border-box;
  }



  .agradecimiento{
    background-color: #0d0459;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.agradecimiento p{
    height: 100%;
    padding: 24% 0;
    margin: auto;
}

