  /*Cualquier pantalla que mida, maximo, 720px*/
  @import url('https://fonts.googleapis.com/css2?family=Abel&family=Abril+Fatface&family=Aguafina+Script&family=Alumni+Sans+Inline+One:ital@0;1&family=Anton&family=Goblin+One&family=IBM+Plex+Serif:ital,wght@0,400;0,500;1,400&family=Jim+Nightshade&family=Koulen&family=Linden+Hill&family=Moul&family=Mukta:wght@200&family=Nanum+Myeongjo&family=Neonderthaw&family=Notable&family=Passion+One&family=Playfair+Display+SC:ital@1&family=Quicksand:wght@500&family=Raleway&family=Roboto+Flex:opsz,wght@8..144,100&family=Sail&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=Abel&family=Abril+Fatface&family=Aguafina+Script&family=Alumni+Sans+Inline+One:ital@0;1&family=Anton&family=Barlow+Semi+Condensed:wght@100;200;300&family=Goblin+One&family=IBM+Plex+Serif:ital,wght@0,400;0,500;1,400&family=Jim+Nightshade&family=Koulen&family=Linden+Hill&family=Lobster&family=Moul&family=Mukta:wght@200&family=Nanum+Myeongjo&family=Neonderthaw&family=Notable&family=Passion+One&family=Playfair+Display+SC:ital@1&family=Quicksand:wght@500&family=Raleway&family=Righteous&family=Roboto+Flex:opsz,wght@8..144,100&family=Sail&display=swap');
  
  @media (max-width: 720px ) {
	body {
		background-color: #0C0b0b;
    color: #fcfcfc;
	}
  #prim{
    border-top: 5px solid;
  }
  #prim1{
    border-top: 5px solid;
  }
  
  @font-face {
    font-family: Titulo;
    src: url(Glitten-Regular.otf);
  }

#a1, #b1, #c1, #d1, #e1, #f1:visited{
  color: rgb(205, 205, 205);
  font-size: 2rem;
  font-family: 'Roboto Flex', sans-serif;
  margin-left: 10%;
}
#indi{
  font-size: 3rem;

}


  hr{
    border-top: 5px solid;
  }
  iframe{
    margin-left: 10%;
    width: 80%;
    height: 80%;
    margin-bottom: 60px;
  }
  .relacion16a9 {
    aspect-ratio: 16/9;
  }
 
  a:link {
    color: #fcfcfc;
  }
  a:hover {
    font-weight: bold;
    color: grey;
  }
 
    
    /*Contacto*/
    
    #copor{
      background-size: cover;
      padding-top: 370px;
      margin-left: -63px;
    }
    #con{
      font-family:Titulo;
      font-size:3rem;
      font-weight: 600;
      color: rgb(245, 245, 243);
      margin-bottom: 0px;
      margin-left: 70px;
      padding-top: 0px;    
      padding-left: 10px;
      
      padding-bottom: 50px;    
      background-color: #00000072;
    }
    #expart{
      font-family:'Raleway', sans-serif ;
    
    margin: 0;
    font-size: 1.5rem;
    }
    *{
      box-sizing: border-box;
    }
    #exptit{
      margin-left: 10px;
    }
      .formulario {
        width: 500px;
        max-width: 100%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 80px;
        padding: 20px;
        padding-top: 45px;
        box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.411);
        position: relative;
      }

      .formulario__input, .formulario__label, .formulario__submit, .from-select{
        display: block;
        width: 100%;
      font-size: 1.3em;
        
      }

      .formulario__input{
        padding: 20px;
      
        margin-bottom: 40px;
        background: rgb(171 161 161 / 41%);
      }
     .formulario__input:focus {
       outline: 1px solid rgba(231, 228, 228, 0.41);
      }
      .formulario__input:focus + .formulario__label {
        margin-top: -160px;
      }
      .formulario__label{
        padding-left: 15px;
        position: absolute;
        margin-top: -95px;
        z-index: -20;
        transition: all 0.2s;
      }
      #tipo{
        color: #fcfcfc;
        outline: 1px solid rgba(231, 228, 228, 0.41);
        padding: 20px;
      
        margin-bottom: 40px;
        background: rgb(171 161 161 / 41%);
      }
      #tipo{
        background-color: #000000;
      }
      .formulario__submit{
        background: rgba(121, 116, 116, 0.41);
        color: white;
        padding: 16px 20px;
        cursor: pointer;
        border: none;
      }

    .fijar {
    margin-top: -160px;
    }
    #co{
      margin-left: 40%;
    }

  }
    
    /*Cualquier pantalla que mida, por lo menos, 720px*/
  @media (min-width: 720px) {
    body {
      background-color: #0C0b0b;
      color: #fcfcfc;
    }
    #prim{
      border-top: 5px solid;
    }
    #prim1{
      border-top: 5px solid;
    }
   
  
 
  #a1, #b1, #c1, #d1, #e1, #f1:visited{
    
    font-size: 2rem;
    font-family: 'Roboto Flex', sans-serif;
    margin-left: 3%;
   
  }
  #indi{
    font-size: 3rem;
  
  }
  
 p{
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.5rem;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
 }
 
 
    hr{
      border-top: 5px solid;
    }
    .relacion16a9 {
      aspect-ratio: 16/9;
    }
    a:visited {
      color: rgb(245, 245, 243);
    }
    a:link {
      color: #fcfcfc;
    }
    a:hover {
      font-weight: bold;
      color: gray;
    }
  
  

    /*Contacto*/
   
    #copor{
  
      background-size:cover;
      padding-top: 39px;
      padding-bottom: 30px;
  }
  #con{
    font-family:Titulo;
  font-size:6rem;
  font-weight: 600;
  color: rgb(245, 245, 243);
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 5px;    
  
  padding-bottom: 0px;    
  padding-left: 10px;    
  background-color: #000000ad;
   
  }
    #expart{
      font-family:'Raleway', sans-serif ;

    margin: 0;
    font-size: 1.5rem;
    }
    *{
      box-sizing: border-box;
    }
    #exptit{
      font-family:'Raleway', sans-serif ;
      
      margin: 2%;
      font-size: 1.5rem;
    
    }
      .formulario {
        width: 500px;
        max-width: 100%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 80px;
        padding: 20px;
        padding-top: 45px;
        box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.411);
        position: relative;
      }

      .formulario__input, .formulario__label, .formulario__submit, .from-select{
        display: block;
        width: 100%;
      font-size: 1.3em;
        
      }

      .formulario__input{
        padding: 20px;
        
        margin-bottom: 40px;
        background: rgb(171 161 161 / 41%);
      }
    .formulario__input:focus {
      outline: 1px solid rgba(231, 228, 228, 0.41);
      }
      .formulario__input:focus + .formulario__label {
        margin-top: -160px;
      }
      .formulario__label{
        padding-left: 15px;
        position: absolute;
        margin-top: -95px;
        z-index: -20;
        transition: all 0.2s;
      }
      #tipo{
        color: #fcfcfc;
        outline: 1px solid rgba(231, 228, 228, 0.41);
        padding: 20px;
        
        margin-bottom: 40px;
        background: rgb(171 161 161 / 41%);
      }
      #tipo{
        background-color: #000000;
      }
      .formulario__submit{
        background: rgba(121, 116, 116, 0.41);
        color: white;
        padding: 16px 20px;
        cursor: pointer;
        border: none;
      }

    .fijar {
    margin-top: -160px;
    }
  }


  @media (min-width: 1024px) {
    body {
     background-color: #000000;
     color: #fcfcfc;
    }
    @font-face {
      font-family: Titulo;
      src: url(Glitten-Regular.otf);
    }
  
    h2{
      font-family:'Aguafina Script', cursive;
      font-size:4rem;
      font-weight: 600;
      color: #f3e9e9;
      margin-bottom: 0px;
    }
    
    #copor{
      background-size: contain;
      padding-top: 70px;
      padding-bottom: 30px;
    }
    #a1, #b1, #c1, #d1, #e1, #f1:visited{
      
      font-size: 2rem;
      font-family: 'Roboto Flex', sans-serif;
      margin-left: 3%;
     
    }
    #indi{
      font-size: 3rem;
    
    }
    
    #con{
      font-family:Titulo;
    font-size:6rem;
    font-weight: 600;
    color: rgb(245, 245, 243);
    margin-bottom: 0px;
    margin-left: 30px;
    padding-top: 5px;    
    margin-right: 15px;
    padding-left: 10px;    
    background-color: #000000ad;
     
    }
    hr{
      border-top: 5px solid;
    }
     .relacion16a9 {
      aspect-ratio:16/9;
    }
  
   /*Contacto*/
 
 
  
  #expart{
    font-family:'Raleway', sans-serif ;

  margin: 0;
  font-size: 1.5rem;
  }
  *{
    box-sizing: border-box;
  }
  #exptit{
    margin-left: 50px;
  }
    .formulario {
      width: 500px;
      max-width: 100%;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 80px;
      padding: 20px;
      padding-top: 45px;
      box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.411);
      position: relative;
    }

    .formulario__input, .formulario__label, .formulario__submit, .from-select{
      display: block;
      width: 100%;
    font-size: 1.3em;
      
    }

    .formulario__input{
      padding: 20px;
      
      margin-bottom: 40px;
      background: rgb(171 161 161 / 41%);
    }
  .formulario__input:focus {
    outline: 1px solid rgba(231, 228, 228, 0.41);
    }
    .formulario__input:focus + .formulario__label {
      margin-top: -160px;
    }
    .formulario__label{
      padding-left: 15px;
      position: absolute;
      margin-top: -95px;
      z-index: -20;
      transition: all 0.2s;
    }
    #tipo{
      color: #fcfcfc;
      outline: 1px solid rgba(231, 228, 228, 0.41);
      padding: 20px;
      
      margin-bottom: 40px;
      background: rgb(171 161 161 / 41%);
    }
    #tipo{
      background-color: #000000;
    }
    .formulario__submit{
      background: rgba(121, 116, 116, 0.41);
      color: white;
      padding: 16px 20px;
      cursor: pointer;
      border: none;
    }

  .fijar {
  margin-top: -160px;
  }
  a:visited {
    color: rgb(245, 245, 243);
  }
  a:link {
    color: #fcfcfc;
  }
  a:hover {
    font-weight: bold;
    color: #fcfcfc;
  }
  
  
}