/*
==========================================================================
  ORGULLOSAMENTE EL MEXICANO - [CONTACTO] - KUBIK;
==========================================================================
*/


section#contacto-section{min-height:860px;padding:0;position:relative;}
#xs-header{display:none;}

#initial{height: 750px;margin-bottom:0px;display:block;}
#initial.parallaxParent{
  width:100%;
  padding-top: 30px;
  position:relative;
  z-index:1;
  overflow: hidden;
}
#initial .image-parallax {
  height:200%;
  width:100%;
  position: absolute;
  top: -70%;
  background-size: auto !important;
  z-index:1;
  background:url(../images/contacto/header.jpg)no-repeat;
  background-position:top center;
}

.intro-txt{
    line-height:1.61;
}

#formulario{}
#sendBtn{width: 100%; ;max-width:300px;}
#jumping-arrow{
    font-size: 36px;
    display: block;
    color: red;
    position: absolute;
    left: calc(50% - 18px);
    top: calc(100% - 180px);
    z-index: 9;
}
/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@media screen and (max-width: 1920px){}
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){
    #xs-header{display:block;}
    .header#initial{display:none;}
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 360px){}



