@import url('font.css');
@import url('root.css');

/*-- Generales --*/
*{
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    outline: none;
}

body{
    font-family: 'Roboto+Condensed', sans-serif;
    font-weight : var(--font-weight);
    font-size : var(--font-size);
    color : var(--font-color);
    background-color : #EEE;
    margin : 0;
    padding:0;
    transition: 0.3s;
    overflow: hidden;
}

html{
    width : 100%;
    height : 100%;
    overflow-x : hidden;
}

a{
    text-decoration : none;
    color : #FFF;
}

a:active, a:hover{
    color : var(--secondary-color);
    outline : 0;
    cursor : pointer;
}

ul, li{
    margin : 0;
    padding : 0;
    -webkit-padding-start : 0;
    -webkit-margin-before : 0;
    -webkit-margin-after : 0;
}

h1{font-size : 3.2em; margin : .67em 0;}
h2{font-size : 2.5em; margin : .75em 0;}
h3{font-size : 2.17em; margin : .83em 0;}
h4{font-size : 2.05em; margin : .95em 0;}
h5{font-size : 1.83em; margin : 1.5em 0;}
h6{font-size : 1.75em; margin : 1.67em 0;}

h1, h2, h3, h4, h5, h6{
    margin : .5em 0;
    font-weight : 300;
    font-style : normal;
    line-height : 1.25   ;
}
h1.big{font-size: 5em;}


p{
    font-size: 1.15em;
    margin : 0 0 1.5em;
    line-height : 1.25;
}

.font-bold{font-weight : 700;}
.font-normal{font-weight : 500;}
.font-thin{font-weight : 300;}

.force-color-txt-white{     color: #FFF !important;}
.force-color-txt-black{     color: #000 !important;}
.force-color-txt-graylight{ color: #EEE !important;}
.force-color-txt-gray{      color: #333 !important;}

.tal{text-align : left;}
.tac{text-align : center;}
.tar{text-align : right;}

.ttc{text-transform : capitalize;}
.ttl{text-transform : lowercase;}
.ttu{text-transform : uppercase;}

img{
    border : 0;
    vertical-align : middle;
}
.img-circle{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.img-responsive{
    display : block;
    max-width : 100%;
    height : auto;
}
.bck-FFF{background-color: #FFF;}
.bck-000{background-color: #000;}
.bck-EEE{background-color: #EEE;}
.bck-333{background-color: #333;}

.fl{float : left;}
.fr{float : right;}
.fn{float : none;}
.fltclr{clear : both;}

.mt-05{margin-top : 5px;}
.mt-10{margin-top : 10px;}
.mt-20{margin-top : 20px;}
.mt-30{margin-top : 30px;}
.mt-40{margin-top : 40px;}
.mt-50{margin-top : 50px;}
.mr-05{margin-right : 5px;}
.mr-10{margin-right : 10px;}
.mr-20{margin-right : 20px;}
.mr-30{margin-right : 30px;}
.mr-40{margin-right : 40px;}
.mr-50{margin-right : 50px;}
.mb-05{margin-bottom : 5px;}
.mb-10{margin-bottom : 10px;}
.mb-20{margin-bottom : 20px;}
.mb-30{margin-bottom : 30px;}
.mb-40{margin-bottom : 40px;}
.mb-50{margin-bottom : 50px;}
.ml-05{margin-left : 5px;}
.ml-10{margin-left : 10px;}
.ml-20{margin-left : 20px;}
.ml-30{margin-left : 30px;}
.ml-40{margin-left : 40px;}
.ml-50{margin-left : 50px;}

.pt-05{padding-top : 5px;}
.pt-10{padding-top : 10px;}
.pt-20{padding-top : 20px;}
.pt-30{padding-top : 30px;}
.pt-40{padding-top : 40px;}
.pt-50{padding-top : 50px;}
.pr-05{padding-right : 5px;}
.pr-10{padding-right : 10px;}
.pr-20{padding-right : 20px;}
.pr-30{padding-right : 30px;}
.pr-40{padding-right : 40px;}
.pr-50{padding-right : 50px;}
.pb-05{padding-bottom : 5px;}
.pb-10{padding-bottom : 10px;}
.pb-20{padding-bottom : 20px;}
.pb-30{padding-bottom : 30px;}
.pb-40{padding-bottom : 40px;}
.pb-50{padding-bottom : 50px;}
.pl-05{padding-left : 5px;}
.pl-10{padding-left : 10px;}
.pl-20{padding-left : 20px;}
.pl-30{padding-left : 30px;}
.pl-40{padding-left : 40px;}
.pl-50{padding-left : 50px;}

.prlt{position : relative;}
.pasl{position : absolute;}
.pfx{position : fixed;}

.dblock{display : block;}
.dinline{display : inline;}
.dinlblo{display : inline-block;}
.dtable{display : table;}
.dtabcel{display : table-cell;}

.br10{-webkit-border-radius : 10px; -moz-border-radius : 10px; border-radius : 10px;}
.br20{-webkit-border-radius : 20px; -moz-border-radius : 20px; border-radius : 20px;}
.br30{-webkit-border-radius : 30px; -moz-border-radius : 30px; border-radius : 30px;}
.br40{-webkit-border-radius : 40px; -moz-border-radius : 40px; border-radius : 40px;}
.br50{-webkit-border-radius : 50px; -moz-border-radius : 50px; border-radius : 50px;}
.br10_0{-webkit-border-radius : 10px 0; -moz-border-radius : 10px 0; border-radius : 10px 0;}
.br20_0{-webkit-border-radius : 20px 0; -moz-border-radius : 20px 0; border-radius : 20px 0;}
.br30_0{-webkit-border-radius : 30px 0; -moz-border-radius : 30px 0; border-radius : 30px 0;}
.br40_0{-webkit-border-radius : 40px 0; -moz-border-radius : 40px 0; border-radius : 40px 0;}
.br50_0{-webkit-border-radius : 50px 0; -moz-border-radius : 50px 0; border-radius : 50px 0;}


.separador-solid-doble{height : 4px; border-bottom : 4px double rgba(221,221,221,.5); margin : 38px 0;}
.separador-solid{      height : 2px; border-bottom : 2px solid rgba(221,221,221,.5); margin : 38px 0;}
.separador-dashed{     height : 2px; border-bottom : 2px dashed rgba(221,221,221,.5); margin : 38px 0;}
.separador-dotted{     height : 7px; border-bottom : 2px dotted rgba(221,221,221,.5); margin : 38px 0;}
.separador-franja{     height : 6px; background-color : rgba(0,0,0,.05 ); margin : 38px 0; position : relative;}

.transparent25{ filter : alpha(opacity=25); opacity: 0.25;}
.transparent50{ filter : alpha(opacity=50); opacity: 0.5;}
.transparent75{ filter : alpha(opacity=75); opacity: 0.75;}
.transparent100{filter : alpha(opacity=100); opacity: 1;}

.noneAbsolute{display : none !important;}

.not-select-text{
-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Versión sin prefijo, actualmente compatible con Chrome y Opera */
}


/* Form */
input, select, textarea{
    height: 3.5em;
    font-family: 'Roboto+Condensed', sans-serif;
    font-size: 1em;
    font-weight : 500;
    background-color : transparent;
    color : var(--font-color);
}

input::placeholder,
select::placeholder,
textarea::placeholder{
    color : #777;
    text-transform: uppercase;
}

input:focus {
    border-color: var(--secondary-color);
    padding: 0 1em;
}

.form-input-group{
    display: block;
    margin-top: 2em;
}
.form-item-group-element{
    width: 100%;
}
.form-item-group-element,
.form-item-group-element.textarea{
    margin: 1em 0;
    width: 85%;
    position: relative;
}
textarea.form-input-style{
    padding: 1em;
    min-height: 10em;
    margin-bottom: 1em;
}
.form-input-style{
    border: none;
    border-radius: .5em;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    color: #1D1400;
    padding: 0 1em;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:focus {
    border-color: var(--secondary-color);
    color : var(--font-color);
    outline: none;
}
.select-css option {
    font-weight: normal;
    padding: 1.5em 1em;
}


/*-- Errores validación --*/
label.error{
    font-size : .8em;
    position : absolute;
    top: 1.5em;
    right: 1.5em;
    color: rgba(220,53,69,.85) !important;
    font-weight: 700;
}

input.error,
select.error,
textarea.error{
    border: 0;
    border-bottom: 2px solid rgba(220, 53, 69,.5);
}

input.error::placeholder,
select.error::placeholder,
textarea.error::placeholder,
input.error,
select.error,
textarea.error{
    color: rgba(220,53,69,.85) !important;
}

/*-- Scroll Arrows --*/
.mouse_scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 100px;
    z-index: 2;
}
.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}
.unu
{
  margin-top: 1px;
}
.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}
.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}
.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}
.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
 
  margin-top: -6px;
}
@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/*-- Scrollbar --*/
#onTop::-webkit-scrollbar{
    width : 5px;
    background-color : #333;
}
#onTop::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow : inset 0 0 6px rgba(0,0,0,.3);
    background-color : #EEE;
}
#onTop::-webkit-scrollbar-track{
    -webkit-box-shadow : inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color : #333;
}


/*-- Load Page --*/
#load-page{
    width: 100%;
    height: 100%;
    background: #1B1B1B;
    position: fixed;
    z-index: 99999999!important;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.load-container{
    width: 25px;
    height: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.custom-loader {
    width: 10em;
    height: 10em;
    display: grid;
    border: 2px solid #0000;
    border-radius: 50%;
    border-color: var(--secondary-color) #0000;
    animation: loaderCertus 1.75s infinite linear;
}
.custom-loader::before,
.custom-loader::after {    
    content:"";
    grid-area: 1/1;
    border:inherit;
    border-radius: 50%;
}
.custom-loader::before {
    border-color:#EEEEEE #0000;
    animation:inherit; 
    animation-duration: 1s;
    animation-direction: reverse;
}
.custom-loader::after{
    margin: 35px;
}
.custom-loader::before{
    margin: 15px;
}

@keyframes loaderCertus { 
    100%{transform: rotate(1turn)}
}


/*-- Buttons Footer Fixed --*/
.buttons-fixed{
    position: fixed;
    z-index: 1001;
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    text-align:center;    
}
.contact-wsp{
    background-color: #25D366;
    bottom: 1.5em;
    right: 1.5em;
}
.onTopScroll{
    background-color: var(--secondary-color);
    bottom: 6.5em;
    right: 1.5em;
}
.contact-wsp a,
.onTopScroll a{
    display: block;
    padding: 12px;
}
.onTopScroll a{
    color: #FFF;
}
.contact-wsp a:hover,
.onTopScroll a:hover{
    text-decoration: none;
    color: #FFF;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.contact-wsp a:hover{
    background-color: #21B759;
}
.onTopScroll a:hover{
    background-color:  var(--primary-color);
}
.contact-wsp .icomoon,
.onTopScroll .icomoon{
    font-size: 2em;
    margin-right: 0;
}

/*-- Botones --*/
.btn-default{
    display: inline-block;
    background-color: transparent;
    color: #FFF;
    padding: 1em 3em;
    font-size: 1em;
    border: 2px solid #FFF;
    border-radius: 2em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn-default:hover{
    background-color: #FFF;
    color: var(--primary-color);
    -webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
         -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}
.btn-slide-left{
    background-color: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 1em 3em;
    border-radius: 2em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-slide-left:hover {
    color: var(--primary-color);
}
.btn-slide-left::after {
    content: "";
    background-color: #FFF;
    position: absolute;
    z-index: -1;
    padding: 1em 3em;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
       -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
         -o-transition: all 0.35s;
            transition: all 0.35s;
}
.btn-slide-left:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
       -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
         -o-transition: all 0.35s;
            transition: all 0.35s;
}



/*-- Secciones --*/
/*-- Generales --*/
.section-item{
    display: block;
}
.container-section{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section{
    max-width: 1200px;
    width: 100%;
}
.content{
    display: block;
}
.content-distribution{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.padding-section{
    padding-top: 8.5em;
    padding-bottom: 8.5em;
}
.padding-section-top{
    padding-top: 6em;
}
.padding-section-bottom{
    padding-bottom: 6em;
}
.little-padding-top{padding-top: 3em !important;}
.little-padding-bottom{padding-bottom: 3em !important;}

.underlineSpan-center-5em-white,
.underlineSpan-center-5em-black,
.underlineSpan-left-3em-white,
.underlineSpan-left-3em-black{
    display: block;
    margin: 20px auto;
    width: 5em;
    height: 2px;
    background-color: rgba(255,255,255,.8);
}
.underlineSpan-left-3em-black{
    margin: 10px 0 30px;
    width: 3em;
    background-color: rgba(51,51,51,.8);
}
.underlineSpan-center-5em-black{
    background-color: rgba(51,51,51,.8);
}
.content-column-group{display: flex;}
.content-column{width: 50%; margin-bottom: 5em; padding: 0 5em;}



/*-- Header --*/
header{
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
header nav {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    font-size: 1.15em;
    font-weight: 600;
    height: 10em;
    transition: all .3s ease-out;
}
header nav .nav-logo img{
    max-width: 35%;
    margin: 0;
    margin-right: 5em;
    display: inline-block;
}
header nav.small{
    height: 6em;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
header nav.small .nav-logo img{
    max-width: 30%;
    margin: 0;
    margin-right: 5em;
    transition: all .3s ease-out;
}
header .container-header{
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 5em;
}
header nav .logo-menu img,
header nav.small .logo-menu img{
    display: none;
}
ul.menu-links{
    display: flex;
    align-items: center;
}
.menu-links li{
    margin-left: 4.25em;
    list-style: none;
}
.menu-links li:first-child{
    margin-left: 0;
    text-align: right;
}
.menu-links li a:hover{
    color: #FFF !important;
}
.menu-links li a:after{
    content: "";
    display: block;
    margin: auto;
    margin-top: 2px;
    height: 2px;
    width: 0px;
    transition: all .25s;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
         -o-transition: all .3s;
}
.menu-links li a:hover:after{
    width: 100%;
    background-color: #FFF;
}
nav.small .menu-links li a{
    color: var(--primary-color)
}
nav.small .menu-links li a:hover{
    color: var(--primary-color) !important;
}
nav.small .menu-links li a:after{
    content: "";
    display: block;
    margin: auto;
    margin-top: 2px;
    height: 2px;
    width: 0px;
    transition: all .25s;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
         -o-transition: all .3s;
}
nav.small .menu-links li a:hover:after{
    width: 100%;
    background-color: var(--primary-color);
}
header nav .nav-logo img.logo-color{
    display: none;
}
header nav.small .nav-logo img.logo-color{
    display: inline-block;
}
header nav .nav-logo img.logo-white{
    display: inline-block;
}
header nav.small .nav-logo img.logo-white{
    display: none;
}


/*-- Intro --*/
.s-intro{
    background-image: url('../img/imagenes/fondo-certus.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: calc(var(--font-size) + 4vw);
}
.s-intro .padding-section{
    padding-bottom: 0;
}
.s-intro .container-section{
    justify-content: flex-end;
}
.s-intro .section{
    width: 50%;
    padding-right: 10em;
}
.s-intro .section h1{
    font-size: calc(var(--font-size) + 1.35vw);
    margin-top: 0;
    margin-bottom: 0;
}
.s-intro .section h2{
    font-size: calc(var(--font-size) + 1.2vw);
    margin-top: 0;
    margin-bottom: 0;
}
.s-intro .section h6{
    font-size: calc(var(--font-size) + 1vw);
    margin: 1em 0;
    letter-spacing: -.5px;
}
.s-intro .section p{
    margin-top: 0;
    margin-bottom: 3em;
    padding-right: 8em;
}


/*-- Nosotros --*/
.content-title h1.big{
    color: var(--title-big-section);
    line-height: 1.1;
    margin: 0;
}
.content-title span.subra{
    display: block;
    margin-top: .25em;
    width: 4em;
    height: .15em;
    border-radius: 2em;
    background-color: var(--subra-big-section);
}
.intro-about-us{
    display: flex;
    align-items: center;
}
.content-about-us,
.s-about-us .content-title{
    padding: 0 6em;
}
.intro-about-us p{
    margin-bottom: 0;
}
.intro-about-us p:first-child{
    margin-bottom: 1em;
}
.content-equipo{
    margin-top: 15em;
}
.items-equipo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-color-general);
    text-align: center;
    min-width: 200px;
    width: 20%;
    margin: 0 2em;
    margin-bottom: 4em;
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 25px 5px #D5D6D7;
    border-radius: .75em;
}
.items-equipo .avatar-equipo{
    position: absolute;
    top: -6em;
}
.items-equipo .avatar-equipo img{
    max-width: 160px;
}
.items-equipo .txt-equipo{
    padding-bottom: 1em;
}
.items-equipo .txt-equipo h6{
    font-size: 1.5em;
    color: var(--title-big-section);
    margin-top: 5em;
    font-weight: 700;
}
.items-equipo .txt-equipo h6 small{
    font-size: .6em;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.items-equipo .txt-equipo p{
    padding: 0 1em;
}


/* Misión - Visión - Valores */
.s-mvv{
    background-image: url('../img/imagenes/fondo-mision.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
}
.items-mvv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-color-general);
    text-align: center;
    min-width: 200px;
    width: 30%;
    margin: 0 2em;
    padding: 0 2em;
    margin-bottom: 4em;
    position: relative;
}
.items-mvv .icon-mvv img{
    max-width: 150px;
}
.items-mvv .txt-mvv{
    letter-spacing: -.5px;
}
.items-mvv h6{
    font-size: 1.75em;
    color: var(--font-color);
    margin-top: 1em;
    font-weight: 700;
}
.line-separador-af::after,
.line-separador-be::before{
    content: '';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 25%;
    right: -8%;
    background-color: var(--font-color);
    width: .5px;
    height: 150px;
}
.line-separador-be::before{
    right: 0;
    left: -7%;
}


/*-- Servicios --*/
.content-servicios{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.s-servicios .content-distribution{
    justify-content: space-around;
}

.item-servicios{
    width: 33.33%;
    margin-bottom: 5em;
    padding: 5em 2em;
}
.item-servicios h4{
    margin: 1em 0;
}
.item-servicios .item-serv-img{
    overflow: hidden;
}
.item-servicios .item-serv-img img{
    transition: transform .5s ease;
}
.item-servicios .item-serv-img:hover > img{
    cursor: pointer;
    transform: scale(1.1);
    transition: transform .5s, visibility .5s ease-in;
}
.item-servicios span.subra{
    display: block;
    margin-top: .5em;
    margin-bottom: 1.25em;
    width: 4em;
    height: .15em;
    border-radius: 2em;
    background-color: var(--subra-big-section);
}
.item-servicios ul{
    line-height: 1.75;
    padding-left: 1em;
}


/* Contacto */
.s-contacto{
    background-image: url('../img/imagenes/fondo-contacto.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-contacto p{
    margin-bottom: 0;
}
.s-contacto .content-txt p{
    padding-right: 6em;
}
.s-contacto span.subra{
    display: block;
    margin-top: 4em;
    width: 16em;
    height: 0.75em;
    border-radius: 2em;
    background-color: #FFF;
}
.s-contacto .content-redes a{
    margin: 0 .85em;
}
.s-contacto .content-redes a:first-child{
    margin-left: 0;
}
.s-contacto .content-redes a:last-child{
    margin-right: 0;
}
.s-contacto .content-redes i{
    font-size: 2.5em;
}
#mensaje-enviado{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
}
#mensaje-enviado p{
    color: #FFF;
    margin-bottom: 0;
    line-height: 1;
}


/*-- Footer --*/
footer .logo-footer img{
    max-width: 16em;
}
footer .copy p{
    margin-bottom: 0;
}