@import url("fonts.css");
/*! HTML5 Boilerplate v5.2.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
 *
 * These selection rule sets have to be separate.
 * 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;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_eurostile';
  src: url('fonts/eurostile.eot');
  src: local('☺'), url('fonts/eurostile.woff') format('woff'), url('fonts/eurostile.ttf') format('truetype'), url('fonts/eurostile.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Aller_Rg';
  src: url('fonts/Aller_Rg.eot');
  src: local('☺'), url('fonts/Aller_Rg.woff') format('woff'), url('fonts/Aller_Rg.ttf') format('truetype'), url('fonts/Aller_Rg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Aller_Bd';
  src: url('fonts/Aller_Bd.eot');
  src: local('☺'), url('fonts/Aller_Bd.woff') format('woff'), url('fonts/Aller_Bd.ttf') format('truetype'), url('fonts/Aller_Bd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
.center {
  max-width: 1024px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
body {
  width: 100%;
}
.gracias {
  width: 100%;
  padding: 50px 0px;
}
.gracias .center {
  max-width: 640px;
}
.gracias .center h1 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-family: 'Conv_eurostile';
  font-size: 80px;
  color: #dc953e;
}
.gracias .center p {
  margin: 0;
  text-align: center;
  font-family: 'Conv_Aller_Rg';
  font-size: 30px;
}
.gracias .center p a {
  text-decoration: underline;
}
.wide-container {
  width: 100%;
}
.wide-container .contenido-s {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1);
}
.wide-container .contenido-s .cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -512px;
  margin-top: -194px;
}
.wide-container .contenido-s .cont p {
  font-family: 'Conv_Aller_Rg';
  font-size: 31px;
  color: #fff;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 5px #000000;
}
.wide-container .contenido-s .cont p.logo {
  margin-bottom: 60px;
}
.wide-container .contenido-s .cont p.span {
  font-weight: bold;
  font-size: 45px;
}
.wide-container .contenido-s .cont p img {
  max-width: 107px;
  width: 100%;
}
.wide-container .contenido-s .cont p a {
  text-decoration: none;
}
.wide-container .contenido-s .cont p a button {
  max-width: 202px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  background-color: #dc953e;
  font-family: 'Conv_Aller_Rg';
  font-size: 25px;
  color: #fff;
  padding: 0px 20px;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.wide-container .contenido-s .cont p a button:hover {
  background-color: #fff;
  border: 1px solid #dc953e;
  color: #dc953e;
}
.bg1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0px;
  max-height: 160px;
  background-color: #fff;
}
.bg1 .center p {
  margin: 0;
  text-align: center;
}
.bg1 .center p.span {
  text-align: center;
  color: #38438c;
  font-family: 'Conv_Aller_Rg';
  font-size: 30px;
}
.bg1 .center p a {
  text-decoration: none;
}
.bg1 .center p a button {
  max-width: 202px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  background-color: #dc953e;
  font-family: 'Conv_Aller_Rg';
  font-size: 25px;
  color: #fff;
  padding: 0px 20px;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.bg1 .center p a button:hover {
  background-color: #fff;
  border: 1px solid #dc953e;
  color: #dc953e;
}
.imgb {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgb img {
  width: 100%;
}
.cuadros {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0px 10px 0px;
  max-height: 510px;
}
.cuadros .center {
  max-width: 1100px;
}
.cuadros .center .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.cuadros .center .row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 540px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
}
.cuadros .center .row .col p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #3d3d3d;
  padding: 0px 28px;
  font-family: arial;
  font-size: 17px;
}
.cuadros .center .row .col p.span {
  font-family: 'Conv_Aller_Rg';
  font-size: 44px;
  font-weight: lighter;
  color: #dc953e;
  padding: 0px;
}
.cuadros .center .row .col p.span b {
  font-family: 'Conv_Aller_Bd';
}
.cuadros .center .row .col .imagen {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 170px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 5px;
}
.cuadros .center .row .col .imagen .cdo {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 134px;
  height: 134px;
  background-color: #3857a5;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.cuadros .center .row .col .imagen .im1 {
  background-image: url(../img/im1.png);
}
.cuadros .center .row .col .imagen .im2 {
  background-image: url(../img/im2.png);
}
.cuadros .center .row .col .imagen .im3 {
  background-image: url(../img/im3.png);
}
.cuadros .center .row .col .imagen .im4 {
  background-image: url(../img/im4.png);
}
.cuadros .center .row .col .imagen .im5 {
  background-image: url(../img/im5.png);
}
.cuadros .center .row .col .imagen .im6 {
  background-image: url(../img/im6.png);
}
.cuadros .center .row .col .imagen p.txt {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 0px;
  font-family: Arial;
  font-size: 15px;
  opacity: 0;
  padding-top: 10px;
}
.cuadros .center .row .col .imagen:hover .cdo {
  opacity: 0.8;
}
.cuadros .center .row .col .imagen:hover .im1 {
  background-image: url(../img/im1.png);
}
.cuadros .center .row .col .imagen:hover p.txt {
  opacity: 1;
}
.cuadros .center .row .sombra {
  background-image: url(../img/sombra.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.cuadros .center .btn {
  width: 100%;
  text-align: center;
}
.cuadros .center .btn a {
  text-decoration: none;
}
.cuadros .center .btn a button {
  max-width: 202px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  background-color: #dc953e;
  font-family: 'Conv_Aller_Rg';
  font-size: 25px;
  color: #fff;
  padding: 0px 20px;
  margin: -2px 0px 0px 0px;
  position: relative;
  z-index: 2;
}
.cuadros .center .btn a button:hover {
  background-color: #fff;
  border: 1px solid #dc953e;
  color: #dc953e;
}
.carusel ul li a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carusel ul li a img:hover {
  opacity: 0.8;
}
.bg3 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0px;
  max-height: 160px;
  background-color: #fff;
  position: relative;
}
.bg3 .center p {
  margin: 0;
  text-align: center;
}
.bg3 .center p.span {
  text-align: center;
  color: #38438c;
  font-family: 'Conv_Aller_Rg';
  font-size: 30px;
}
.bg3 .center p a {
  text-decoration: none;
}
.bg3 .center p a button {
  max-width: 202px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fff;
  background-color: #dc953e;
  font-family: 'Conv_Aller_Rg';
  font-size: 25px;
  color: #fff;
  padding: 0px 20px;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.bg3 .center p a button:hover {
  background-color: #fff;
  border: 1px solid #dc953e;
  color: #dc953e;
}
.parallax {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../img/parallax1.jpg);
  background-position: center;
  background-attachment: fixed;
  /*background-repeat: no-repeat;
    background-size: cover;*/
  width: 100%;
  padding: 160px 0px 140px 0px;
}
.parallax .center {
  text-align: center;
}
.parallax .center a {
  text-decoration: none;
}
.parallax .center a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 190px;
  color: #fff;
}
.parallax .center a:hover i {
  color: #dc953e;
}
.parallax1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../img/parallax3.jpg);
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 80px 0px 140px 0px;
}
.parallax1 .center p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  text-align: left;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
}
.parallax1 .center p.span {
  font-family: 'Conv_Aller_Rg';
  font-size: 36px;
  text-align: left;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
}
.parallax1 .center .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 50px;
}
.parallax1 .center .row form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.parallax1 .center .row form input::-webkit-input-placeholder,
.parallax1 .center .row form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
.parallax1 .center .row form input:-moz-placeholder,
.parallax1 .center .row form textarea:-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
.parallax1 .center .row form input:-ms-input-placeholder,
.parallax1 .center .row form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
.parallax1 .center .row form .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
}
.parallax1 .center .row form .col .inps {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.parallax1 .center .row form .col .inps:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.parallax1 .center .row form .col .area {
  height: 170px;
}
.parallax1 .center .row form .col .inps-sub {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 50px;
  color: #fff;
  border: 2px solid #dc953e;
  background-color: #dc953e;
  font-family: 'Conv_Aller_Rg';
  font-size: 22px;
}
.parallax1 .center .row form .col .inps-sub:hover {
  background-color: #c18234;
  border: 2px solid #c18234;
}
.bg4 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0px;
  background-color: #fff;
}
.bg4 .center ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bg4 .center ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.bg4 .center ul li p {
  font-family: 'Conv_Aller_Rg';
  font-size: 23px;
  color: #3c3c3c;
  margin: 0;
  text-align: left;
}
.bg4 .center ul li p.span {
  font-size: 73px;
  font-family: 'Conv_Aller_Bd';
  color: #dc953e;
}
.bg4 .center ul li p a {
  font-family: 'Conv_Aller_Rg';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #3c3c3c;
}
.bg4 .center ul li p a:hover {
  color: #dc953e;
}
.parallax2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../img/parallax4.jpg);
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 160px 0px 140px 0px;
}
.parallax2 .center {
  text-align: center;
}
.parallax2 .center .row {
  text-align: center;
}
.parallax2 .center .row .col {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 133px;
  height: 133px;
  /*.box-shadow(0px 0px 100px #fff);*/
  margin: 10px 60px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
}
.parallax2 .center .row .face {
  background-image: url(../img/face.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax2 .center .row .face:hover {
  background-image: url(../img/face-hover.png);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
}
.parallax2 .center .row .insta {
  background-image: url(../img/instagram.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax2 .center .row .insta:hover {
  background-image: url(../img/instagram-hover.png);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
}
.parallax2 .center .row .yt {
  background-image: url(../img/youtube.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax2 .center .row .yt:hover {
  background-image: url(../img/youtube-hover.png);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
}
.bg5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #dc953e;
  padding: 8px 0px;
}
.bg5 .center p {
  margin: 0;
  text-align: right;
  color: #fff;
  font-size: 16px;
}
.bg5 .center p a {
  text-decoration: none;
}
.bg5 .center p a img {
  max-width: 30px;
  width: 100%;
}
.soloenmovil {
  display: none;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 1024px) and (min-width: 640px) {
  .center {
    max-width: 640px;
  }
  .wide-container .contenido-s .cont {
    max-width: 640px;
    margin-left: -320px;
    margin-top: -194px;
  }
  .wide-container .contenido-s .cont p a button {
    margin: 0px;
  }
  .bg1 {
    max-height: 143px;
  }
  .bg1 .center {
    padding: 0 10px;
  }
  .bg1 .center p.span {
    font-size: 20px;
  }
  .cuadros {
    max-height: 960px;
  }
  .cuadros .center {
    max-width: 640px;
  }
  .cuadros .center .row .col .imagen p.txt {
    opacity: 1;
  }
  .cuadros .center .row .sombra {
    background-image: none;
  }
  .bg3 {
    max-height: 145px;
  }
  .bg3 .center p.span {
    font-size: 20px;
  }
  .parallax {
    background-size: cover;
  }
  .parallax1 {
    background-size: cover;
  }
  .parallax1 .center p {
    text-align: center;
  }
  .parallax1 .center p.span {
    text-align: center;
  }
  .parallax1 .center .row {
    text-align: center;
  }
  .parallax2 .center .row .col {
    margin: 10px 30px;
  }
}
@media all and (max-width: 639px) and (min-width: 320px) {
  .center {
    max-width: 320px;
  }
  .soloenmovil {
    display: block;
  }
  .noenmovil {
    display: none;
  }
  .wide-container .contenido-s .cont {
    max-width: 320px;
    margin-left: -160px;
    margin-top: -194px;
  }
  .wide-container .contenido-s .cont p {
    font-size: 25px;
  }
  .wide-container .contenido-s .cont p.logo {
    margin-bottom: 30px;
  }
  .wide-container .contenido-s .cont p.span {
    font-size: 35px;
  }
  .wide-container .contenido-s .cont p img {
    max-width: 70px;
  }
  .wide-container .contenido-s .cont p a button {
    margin: 10px 0px 0px 0px;
  }
  .bg1 {
    max-height: 173px;
  }
  .bg1 .center {
    padding: 0 10px;
  }
  .bg1 .center p.span {
    font-size: 22px;
  }
  .cuadros {
    max-height: none;
    height: auto;
    padding: 30px 0px 50px 0px;
  }
  .cuadros .center {
    max-width: 640px;
  }
  .cuadros .center .row .col {
    text-align: center;
  }
  .cuadros .center .row .col p {
    padding: 0;
  }
  .cuadros .center .row .col p.span {
    font-size: 35px;
  }
  .cuadros .center .row .col .imagen p.txt {
    opacity: 1;
  }
  .cuadros .center .row .sombra {
    background-image: none;
  }
  .bg3 {
    max-height: 176px;
  }
  .bg3 .center p.span {
    font-size: 22px;
  }
  .parallax {
    background-size: cover;
    padding: 110px 0px 100px 0px;
  }
  .parallax .center a i {
    font-size: 100px;
  }
  .parallax1 {
    background-size: cover;
  }
  .parallax1 .center p {
    text-align: center;
  }
  .parallax1 .center p.span {
    text-align: center;
  }
  .parallax1 .center .row {
    text-align: center;
  }
  .bg4 .center ul li p {
    text-align: center;
  }
  .bg4 .center ul li p.span {
    font-size: 55px;
  }
  .parallax2 .center .row .col {
    margin: 10px 5px;
    width: 90px;
    height: 90px;
  }
  .parallax2 .center .row .face {
    background-size: 30%;
  }
  .parallax2 .center .row .insta {
    background-size: 50%;
  }
  .parallax2 .center .row .yt {
    background-size: 50%;
  }
}
