/*
Theme Name: Roneous Child
Theme URI: http://www.themelogi.com/themes/roneous
Description: A child theme of Roneous Theme
Author: THEMELOGI
Author URI: http://www.themelogi.com
Version: 1.0.0
Template: roneous
*/






/* */






#seccion{
    padding:0;
}






#contenido{
  width: 70%;
  margin: 0 auto;
  padding-top:40px;
}


.mb72 {
  margin-bottom:30px;
}


#contenido h1{
  font-size:2.2rem;
  font-weight:600;
}

#contenido .widgetsubtitle{
  font-size:2rem;
  color: #000;
}


#contenido .text {
  font-size: 1.8rem;
  color: #000;
}



#form{
  width: 70%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 20px 20px 0;
  margin-top:30px;
}


#form h2 {
  font-size: 2rem;  
  font-weight:600;
  color:#9F1411;
}



#form label {
    font-weight:600;
    color: #000;
    margin-bottom:30px;

}


#form input[type="submit"]{
    margin-top:50px;
    background-color:#9F1411;
    font-size:2rem;
    border:1xp solid #9F1411;
    padding:0 20px;
}



/* Formulario */




/* Large desktops (1281px and up) */
@media (min-width: 1281px) {
  /* estilos para pantallas grandes */
  

  
  
  
}








/* ##Device = Laptops, Desktops     ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
    
    
    
    
}




/*   ##Device = Tablets, Ipads (portrait)  ##Screen = B/w 768px to 1024px*/

@media (min-width: 768px) and (max-width: 1024px) {
    
    
    
    
}




/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    

    
    
}




/* ##Device = Tablets, Ipads (portrait)   ##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) {



    
}



@media (min-width: 481px) and (max-width: 767px) {
    
    
    
    
    
}








/* ##Device = Most of the Smartphones Mobiles (Portrait)  ##Screen = B/w 320px to 479px*/
@media (min-width: 320px) and (max-width: 480px) {
    
    
#contenido{
  width:90%;
}

#contenido .widgetsubtitle {
  font-size: 1.5rem !important;
}
    
#form{
  width:90%;
  padding: 20px 10px 0;
}

#form input[type="text"]{
    font-size: 1rem;
}
    
    
}
