
body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
   
main > section {
    margin: .0em auto;
    max-width: 50rem;
    width: 100%;
    border: none;
}

    main section {
        padding: .5em 2em;
        padding-bottom: 2em;
    }


    .imagenpost {
        display: flex;
        position: relative;
        overflow: hidden;
        flex-grow: 1;
        width: 100%;
        min-height: 13em;
        max-height: 21em;
        object-fit:cover;
        object-position: center;
        align-items: center;
    }


    .imagenpost img {
        object-fit:cover;
        min-height: 13em;
    }

    main section h1 {
        color: white;
        text-align: center;
        padding-top: .5em;
        border-bottom: 8px double white;
        border-top: 6px double white;
        margin-bottom: 1em;
        background: #f74b4b;
        margin-top: 1em;
    }

    main section a {
        color: #f74b4b;
        text-decoration: none;
    }

    main section a:hover {
        font-style: italic;
    }

    main section h2 {
        font-size: 1.4em;
        margin-left: 1.4em;
        margin-top: -0em;
    }


    hr {
        color: #b5b5b5;
        opacity: 0.3;
    }


    .textoprincipal .material-icons {
    font-size: 1.5em;
    color: #f74b4b;
    position: absolute;
    margin-bottom: -1em;
    }

    main section h3 {
        font-size: .8em;
        font-weight: normal;
        line-height: 1.5em;
        margin-bottom: -.4em;
        font-family: 'PT Serif', serif;
    }

    .textoprincipal {
        background-color: white;
        border: 1px solid #d0d0d0;
        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        -webkit-border-bottom-left-radius: 1.5em; 
        -moz-border-bottom-left-radius: 1.5em; 
        border-bottom-left-radius: 1.5em; 
        -webkit-border-bottom-right-radius: 1.5em; 
        -moz-border-bottom-right-radius: 1.5em; 
        border-bottom-right-radius: 1.5em; 
        margin: 2em auto;
        margin-bottom: 3em;
    }

    .videoresponsive {
        position: relative;
        margin: 0 auto;
        height: 0;
        padding-bottom: 56.25%;
        min-height: 0;
        min-height: 18em;
    }

    .videoresponsive iframe {
        display: block;
        position: absolute;
        width: 99%;
        height: 99%;
        min-height: 18em;
    }

    .iconotitle {
        height: 1em;
        margin-bottom: -.1em;
        margin-right: .4em;
    }

    main section p {
        font-size: 1em;
    }

    blockquote {
        padding: 1.4em 2em;
        padding-bottom: 1.2em;
        background: #f7f7f7;
        border-left: 4px solid #ededed;
        margin: 0;
        font-style: italic;
    }

   #comillasabre {
        font-size: 1.9em;
        color: #F34747;
        float: left;
        margin-top: -.5em;
        margin-right: .5em;
    }

   #comillascierre {
        font-size: 1em;
        color: #F34747;
        margin-top: -.5em;
        margin-left: .9em;
    }

    #mapa {
        height: 14.7em;
        margin-bottom: 2.5em;
    }

    label {
      font-family: 'Open Sans', sans-serif;
    }


    .individual {
        width: 64%;
    }

    .individual2 {
        width: calc( 36% - 1em );
    }

    .enviar {
      display: flex;
      justify-content: center;
      border: none;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: white;
      padding: 6px 2em 1em 2em;
      margin: 1.5em auto;
      text-decoration: none;
      text-align: center;
      max-width: 18em; 
      height: 2.4em; 
      -webkit-border-radius: 5px; 
      -moz-border-radius: 5px; 
      border-radius: 5px; 
      background-color: #F34747; 
      -webkit-box-shadow: 0 3px #d83e3e; 
      -moz-box-shadow: 0 3px #d83e3e; 
      box-shadow: 0 3px #d83e3e;
      transition: all 0.1s linear 0s; 
      top: 0px;
      position: relative;
    }

    .enviar:hover {
      top: 3px;
      background-color:#F34747;
      -webkit-box-shadow: none; 
      -moz-box-shadow: none; 
      box-shadow: none;
      color: white;
    }

    #iconos {
      width: 3em;
      height: 2.3em;
      background-color: #F34747;
      margin-top: .9em;
      margin-left:7.5%;
      padding: 8px 0px 8px 15px;
      -webkit-border-radius: 4px 0px 0px 4px; 
      -moz-border-radius: 4px 0px 0px 4px; 
      border-radius: 4px 0px 0px 4px;
      color: white;
      -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
      -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      border: solid 0px #cbc9c9;
    }

    input[type=text]{
      width: 100%;
      height: 2.4em; 
      -webkit-border-radius: 4px; 
      -moz-border-radius: 4px; 
      border-radius: 4px; 
      background-color: #ffffff; 
      -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      border: solid 1px #cbc9c9;
      margin-top: 13px;
      padding-left: 10px;
    }

    input[type=email]{
      width: 100%;
      height: 2.4em; 
      -webkit-border-radius: 4px; 
      -moz-border-radius: 4px; 
      border-radius: 4px; 
      background-color: #ffffff; 
      -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      border: solid 1px #cbc9c9;
      margin-top: 13px; 
      padding-left: 10px;
    }


    input:invalid {
      border: solid 1px #de1010;
      box-shadow: 1px 1px 5px rgba(247, 0, 0, 0.65); 
    }


    textarea{
      width: 100%; 
      height: 7em; 
      -webkit-border-radius: 4px; 
      -moz-border-radius: 4px; 
      border-radius: 4px; 
      background-color: #ffffff; 
      -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
      border: solid 1px #cbc9c9;
      margin-top: 1em; 
      padding-left: 10px;
      padding-top: .5em;
    }

    .Sugerencia {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -.4em;
    }

    
@media screen and (max-width: 600px){
	
    main section {
        padding: .5em 1em;
        padding-bottom: 1.5em;
    }
    
    .textoprincipal {
        -webkit-border-bottom-left-radius: 15px; 
        -moz-border-bottom-left-radius: 15px; 
        border-bottom-left-radius: 15px; 
        -webkit-border-bottom-right-radius: 15px; 
        -moz-border-bottom-right-radius: 15px; 
        border-bottom-right-radius: 15px; 
        border-bottom-right-radius: 15px; 
    }
    
        main section h1 {
        margin-top: .8em;
    }
    
}