/*tipografia roboto mono*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap');

/*tipografia roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*Fuente Edo SZ*/
@font-face {
    font-family: 'Edo SZ';
    src: url('../fuentes/edosz.ttf');
    }

:root{
    --background: linear-gradient(135deg, hsla(229, 76%, 66%, 0.185) 0%, hsla(270, 37%, 46%, 0) 100%);
    --boton-padding:20px 40px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    font-family: 'Roboto Mono', monospace; /*Roboto Mono*/
    font-family: 'Roboto', sans-serif; /*Roboto*/
    *font-family: 'Edo SZ', normal; /*Edo SZ*/
    background-color: #fff;
}
body{
  font-family: 'EDO SZ';
  font-size: 1em;
}
.nav{
    display: flex;
    height: 100px;
    align-items: center;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    justify-content: flex-end;
    margin-right: 10px;
}

.nav__items{
    color: #000;
    text-decoration: none;
    margin-right: 0px;
    padding: 10px 15px;
    font-weight: inherit;
}

.nav__items__foto{
    width: 12%;
}

.nav__items__iz{
    margin-right: 195px;
}

.nav__items-cta{
    border: 1px solid #ffc431;
    background: #ffc431;
    color: #fff;
    border-radius: 5px;
}
h2{
  text-align: center;
}
h3{
  text-align: justify;
  font-family: 'Roboto';
  padding: 2%;
  margin:2%;
}
.tabla{
  padding: 0;
  border-collapse: collapse;
  border: 0;
  height: 100vh;
  width: auto;
  margin: 0 auto;
  
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/ /*lo hace movil*/
    background-position: center;
    position: relative;
}
tr{
  
  height: 506px;
}
td{
  width: 25%;
  height: 506px;
}

.info1_foto{
  width: 100%;
  height: 506px;
  display: block;
}
.info2_foto{
  width: 100%;
  height: 506px;
  display: block;
}
.info3_foto{
  width: 100%;
  height: 506px;
  display: block;
}

#info1{
  background-color: #9CCFE1;
  width: 25%;
  height: 506px;
}
#info2{
  background-color: #6EB5A5;
  
  height: 506px;
}
#info3{
  background-color: #A13842;
  
  height: 506px;
}

.fondo{
  font-family: 'Edo SZ';
  color: #ffffff;
  margin-top: 0;
}
.contenedor_piePagina{
  width: 100%;
  height: 100vh;
  background-image: url('../img/footter.png');
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  /*background-attachment: fixed; /*lo hace movil*/
}
.titulo__piePagina{
  display: flex;
  height: 550px;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  font-family: 'Edo SZ', normal;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.subtitulo__piePagina{
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'Edo SZ', normal;
}

.piePagina__cta{
  margin-right: 30px;
}

.piePagina{
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'Edo SZ', normal;
  color: #fff;
}

.piePagina__cta{
  font-family: 'Edo SZ', normal;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}
/*responsive*/
@media screen and (max-width:1312px){
  .nav__itemsderecha{
      margin-right: 200px;
  }
}

@media screen and (max-width:1169px){
  .nav__itemsderecha{
      margin-right: 150px;
  }
  
  .contenido_header{
      font-size: 14px;
  }
}

@media screen and (max-width:950px){
  .contenido_header{
      font-size: 12px;
  }
td{
  width: 50%;
}
 .tabla{
   width: 50%;
   
 }
 
  .contenedor_piePagina{
      background-position: center;
  }
 
}

@media screen and (max-width:850px){

  .nav__itemsderecha{
      margin-right: 50px;
  }
}

@media screen and (max-width:750px){

  .nav__itemsderecha{
      margin-right: 0;
  }

  .contenido_header{
      font-size: 11px;
      margin-right: 5px;
  }

  .nav__items{
      padding: 8px 13px;
  }

}

@media screen and (max-width:650px){

  .contenido_header{
      font-size: 10px;
  }

  .nav__items{
      padding: 7px 12px;
  }
}

@media screen and (max-width:560px){

  .nav__itemsderecha{
      font-size: 3px;
      visibility: hidden;
  }

  .nav__items__foto{
      margin-right: 0;
  }

  
}
