/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    box-sizing: border-box;
    }

*,*:before,*:after {
 box-sizing: inherit;
    margin-top: 0;
}

body{
    background-color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0 !important;
}
/*Globales*/
.contenedor{
    width:95%;
    margin:0 auto;

}
@media only screen and(min-width:480px){
    .contenedor{
        width: 95%;
    }
}
@media only screen and(min-width:768px){
    .contenedor{
        width: 90%;
    }
}
@media only screen and(min-width:992px){
    .contenedor{
        width: 90%;
        max-width: 1100px;
    }
}
.seccion_form{
    margin-top: 10px;
    padding: 0;
    position: center;
    
    }
.seccion{
     padding: 30px 0;
}
section p{
    padding: 10px;
    margin: 30px;
    text-align: justify;
    
}
@media only screen and (min-width: 358px){ 
section p{
font-size: 1.1em;
}
}
@media only screen and (min-width: 768px){ 
section p{
font-size: 1.4em;
}
}
h2{
    font-family: 'Oswald', sans-serif;
    font-size: 2.1em;
    text-transform: uppercase;
    text-align: center;
    color: #000366;
    }
h2:after{
    content: '';
    margin: 0 auto;
    background-image: url(../img/Separador.png);
    height: 97px;
    width: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    

}
h3{
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    color: #f22222;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;

}
h4{
    font-family: 'Oswald', sans-serif;
    font-stretch: condensed;
    font-size: 1em;
    color: #f22222;
    text-transform: uppercase;
    margin-top:10px;
    text-align: center;

    
}
div.mc-field-group{
    width:90% !important;
    margin:0 !important;
    padding: 0 0 0 10%!important;
    }
div.mc-field-group label{
color: black;
}

div.indicates-required{
    margin-top: 10px;
    color:#220069;
    font-size: 1em !important;
}
div.clear{
    margin-top: 10px;
    text-align: center;
}
div#mce-success-response.response{
    color:#0eae3b !important;  
}
div#mc_embed_signup{
    background-color: #ffffff !important;
    margin: 35% 0 10%;
    padding: 0 5px 20px;
}
@media only screen and (min-width: 358px){ 
#mc_embed_signup .mc-field-group label {
font-size: 1em;    
    }}
@media only screen and (min-width: 768px){ 
#mc_embed_signup .mc-field-group label {
font-size: 1.3em;    
    }}
@media only screen and (min-width: 788px){ div#mc_embed_signup{
    padding: 0 10% ;
    margin: 0;
 
  }
}
#mc_embed_signup .button{
    background-color: #220069!important;
    color: white;
}

#mc_embed_signup .button:hover{
    background-color: royalblue!important;
}
/**Header**/
div.redes-sociales{
   
    width: 100%;
}
div.redes-sociales a{
    
    color: #ffffff;
    margin: 0 15px;
    font-size: 2em;
}
nav.redes-sociales{
    margin-top: 1%;
    text-align: center
}
nav.redes-sociales a{
    color: #ffffff;
    font-size: 2.8em;
    margin-right: 30px;
    margin-left: 30px;
}
nav.redes-sociales a:last-child{
    margin-right: 0px;
}

h1.nombre-sitio{
    font-size: 10.9vw;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    }
@media only screen and (min-width:768px){
h1.nombre-sitio{
    font-size: 8.5vw;
    margin: 10px;
    line-height: 1.3;
    float: center;
           }
}

/*Barra*/
div.barra{
  background-color: #220069;
  padding:0 0 5px 0;
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 1000;

       }
/**.fixed{
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 2;
}**/
div.logo{
    width: 80%;
    float: left;
    filter:contrast(1.3);
    margin: 0 0 10px 0;
        }
div.logo img{
    margin-left: 35%;
    position: absolute;
    width: 56%;
    }
@media only screen and (min-width:768px){
    div.logo img{
        margin-left: 0;
        position: inherit;
        width: 65%;
    }
}

@media only screen and (min-width:768px){
div.logo{
    width: 85%;
    margin-top: 15px;
    width: 30%;
    float: left;

}
}

    /*Navegacion Principal*/
nav.navegacion-principal{
display: none;
text-align: center;
width: 100%;
margin-top: 110px;

    }
nav.navegacion-principal a{
        font-family: 'Oswald', sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .8s cubic-bezier(0.5, 0, 1, 1);
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
        }
nav.navegacion-principal a:hover{
    background-color: royalblue;
    }
nav.navegacion-principal a:last-child{
color: white;
}

nav.navegacion-principal a:last-child:hover{
    background-color: royalblue;
    color: white;
    }
@media only screen and (min-width:358px){
    nav.navegacion-principal a{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin:0;
    float: left;
         }
}
@media only screen and (min-width:768px){
nav.navegacion-principal{
    width: 23%;
    float: left;
    text-align: center;
    padding: 0;
    margin: .5% 0 0 0;
    display: inline-block;
            }
nav.navegacion-principal a{
    
    padding: 1% 8%;
    width: 50%;
         }
    }

div.info{
    margin: 1% 0 0 -5px;
    padding:0;
    width:100%;
    float: left;
}
div.info a{
    font-family: "Oswald",sans-serif;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    transition: all .8s cubic-bezier(0.5, 0, 1, 1);
    display: block;
    padding: 1px 0;
}
div.info h3{
    margin: 10px 0 5px;
}
div.menu{
padding: 0;
margin: 0 0;
text-align: center;
}
div.menu2{
padding: 0;
margin: 0 0;
text-align: center;
}
div.menu3{
padding: 0;
margin: 0 0;
text-align: center;
}

div.menu ul{
padding: 0;
margin: 0;
list-style: none;
}
div.menu2 ul{
padding: 0;
margin: 0;
list-style: none;
}
div.menu3 ul{
padding: 0;
margin: 0;
list-style: none;
}
div.log{
font-family: "Oswald",sans-serif;
width: 100%;
font-size: .9em;
color: #ffffff;
padding: 10px 0 0 0;
margin: 0 20px 0 0;
font-stretch: condensed;

}

div.contacto{
    color: #ffffff;
    padding: 0;
    margin-top: 10px;
}
div.contacto ul{
    list-style: none;
}
div.info div li{
     margin: 4% 0 0 0; 
    font-size: 1em;
    font-family:"Oswald",sans-serif;
}

@media only screen and (min-width:358px)
{
   
    div.menu{
    width: 100%;
    float: left;
    display: none;
    }
     div.menu2{
    width: 100%;
    float: left;
    display: none;
    }
     div.menu3{
    width: 100%;
    float: left;
    display: none;
    }
    div.log{
    width: 70%;
    float: left;
    margin: 5px 0 0 15px;
    display: inline-block;
    }
    div.info div li{
        margin: 0;
        padding: 0;
        font-size: .9em;
    }
    
}
@media only screen and (min-width:728px)
{
   
    div.menu{
    width: 20%;
    float: left;
    display:inline-block;
    }
     div.menu2{
    width: 20%;
    float: left;
    display:inline-block;
    }
     div.menu3{
    width: 20%;
    float: left;
    display:inline-block;
    }
    div.log{
    width: 15%;
    float: left;
    display:inline-block;
    margin: 0;
    }
}
div.menu a:hover{
    background-color: royalblue;
}
div.menu2 a:hover{
    background-color: royalblue;
}
div.menu3 a:hover{
    background-color: royalblue;
}
    /*Menu Movil*/
 div.menu-movil{
        width: 60px;
        display: block;
        float: right;
        text-align: right;
        margin: 5px 15px 5px 0;


    }
@media only screen and (min-width:768px){
    div.menu-movil{
        display: none;
    }
    
}
    div.menu-movil span{
        height: 10px;
        margin-bottom: 7px;
        background-color: white;
        display: block;
    }
div.menu-movil:hover{
    cursor: pointer;
    }
nav.navegacion-principal a:first-child{
    margin-top: 0;
}
@media only screen and (min-width:768px){
nav.navegacion-principal a:first-child{
    margin-top: 0;
}
}
ul.titulo-nosotros{
    position: relative;
    padding: 85px 0;
        }
section.noso h3{
margin: 0 0 0 40px;
color:darkblue;
font-size:1.8em;
text-align: left;
}
section.noso p{
    margin-top: 0;    
}
/*Servicios*/

div.im-muestra{
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 20%;
}
div.im-muestra img{
    width: 10%;
}

div.bullet li{
    margin: 40px;
    list-style: none;
}
ul.ventas li{
    margin: 0 0 0 3.5%;
    padding: 0;
    list-style:initial;
    
}

@media only screen and (min-width:358px){
    div.descrip{
font-size: 1.8em;
margin: 0 0 0 0;
padding: 0;
display:inline-block;
width: 23%;
text-align: left;
}
    div.bullet{
    font-size: 1.3em;
    }
    
    .seccion img{
    width: 20%;
    display: inline-block;
    float: left;
    text-align: left;
    margin: 0 5px 0 0;
    padding: 0;
    }
}
@media only screen and (min-width:768px){
    div.descrip{
font-size: 1.8em;
 width: 23%;
    }
    div.bullet{
    font-size: 1.4em;
}    
    .seccion img{
        width: 5%;
        margin: 0 20px 0 0;
    }
}

    /*Footer*/
footer{
    margin-top: 3%;
    background-color:#220069;
    padding: 0;
    width: 100%;

}
footer .contenedor > div{
    color:white;
    padding: 13px;
    font-size: 12.3px;
}
footer .logo-foot{
    margin: 0;
    padding: 0;
    text-align: center;
}
footer .logo-foot img{
    padding: 0;
    width: 50%;
    
}
@media only screen and (min-width:480px)
{
    footer .contenedor > div{
    width: 33.3%;
        float: left;
        display: block;
    }
}
@media only screen and (min-width:728px)
{
    footer .contenedor > div{
    width: 33.3%;
    float: left;
    display:inline-block;
    }
}
footer .contacto{
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin-top: 10px;
}
footer .contacto ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .contacto li{
    margin:  0; 
    font-size: 1.3em;
    font-family: "Oswald",sans-serif;
    }

/*Parallax*/
.parallax::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(.7);
}
div.fondo{
    position: relative;
    height: auto;
    }
div.fondo::before{
    background-image: url(../img/FondoMWA.png);
    content: '';

}
ul.titulo-nosotros{
    position: relative;
    padding: 85px 0;
        }
#nosotros{
width: 100%;
float: left;
text-align: center;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
list-style: none;
     color: white;
    font-size: 4em;
    display: block;
    margin: 0;
}
div.fondo::before{
    background-image: url(../img/FondoMWA.png);
    content: '';

}
/*Inicio Slide */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

* {
    font-family: 'Roboto', sans-serif;

}
/* Slicebox Style */
div.descripcion h3{
    color:#ffffff;
    padding: 20px;
    font-size:1.8em;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
    bottom: 0;
    
}
div.descripcion h3{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}
div.descripcion h3:hover {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(0, 0, 0, 0.8);
}

/* custom style */
.container {
    height: 100vh;
    width: 100%;
    margin: auto;
    position: relative;
}
/*slide*/
.main {
	width:100%;
	height: 100vh;
    max-width:100%;
	margin: 0;
    
}
.slides{
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.slides img {
	width:100%;
    height: 93.5vh !important;    
}
 .slidesjs-container{
    height: 93.5vh !important;
}
.slidesjs-pagination {
position: relative;
    background:#424242;
	list-style:none;
	overflow:hidden;
    margin:0;
}
 
.slidesjs-pagination li {
	float:left;
}
 
.slidesjs-pagination li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background:#000;
}
 
.slides .active {
	background:#000;
}
 
.slidesjs-navigation{
	background:#000;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13px 20px;
	float:right;
}

@media only screen and (min-width:480px)
{.slidesjs-pagination {
    margin-left: 0;
    padding-left: 0;
    }
    
}
/*Style y Fonts*/

@font-face {
  font-family: 'icomoon';
      src:  url('../webfonts/icomoon.eot?qre94z');
  src:  url('../webfonts/icomoon.eot?qre94z#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf?qre94z') format('truetype'),
    url('../webfonts/icomoon.woff?qre94z') format('woff'),
    url('../webfonts/icomoon.svg?qre94z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}




    /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
