/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.txt
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body {
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    font-family: "Open Sans";


}

/*FORMULARIO DE CONTACTO*/
.contact {
    font-family: "Open Sans";
    margin-left: 46px;
    margin-right: 46px;
    max-width: 600px;
    margin: 0 auto;
    align-content: center;
    margin-bottom: 20px;
}
.contact h3 {
    font-size: 30px;
    font-family: "Open Sans";
}
.btn {
    font-size: 20px;
    background-color: #17ab87;
    margin-top: 10px;
    color: #fff;
}


/*marco alrededor del conjunto de campos*/
/*.form-validate  {
    border: 1px solid #ccc;
    border-radius: 20px;
}*/






/*edita toda la página del artículo automáticamente sin añadir nada en el articulo*/
.item-page {
    margin-left: 46px;
    margin-right: 46px;
    
}

/*titulo de los articulos*/
.page-header h2 {
    margin-left: 46px;
    font-size: 30px;
}


/*edita el artículo si ponemos en joomla en cada uno delante de todo el texto <div class="article-details"*/
.article-details {
  margin-bottom: 10px;
  margin-right: 46px;
  margin-left: 46px;
}

/*RESPONSIVE*/
@media (max-width:520px){
  body {
    width: 50%;}
}

@media (min-width:768px){
  <!—- Aquí van todos los estilos CSS -->
}

@media (orientation: landscape) {
  <!-- Aquí van todos los estilos CSS -->
}
    /*Portrait: orientación vertical
    Landscape: orientación horizontal*/

@media only screen and (min-width:320px) and (max-width:480px){
<!—- Aquí van todos los estilos CSS -->
}


