* {
    margin: 0;
    padding: 0;
    list-style:none;
    -webkit-font-smoothing: antialiased;
}

body{
    background-color: #29abe2;
}

@font-face {
    font-family: 'modern_dos_437_9x16regular';
    src: url('../fonts/modern_16/moderndos4379x16-webfont.woff2') format('woff2'),
         url('../fonts/modern_16/moderndos4379x16-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'itc_avant_garde_gothic_stdemi';
    src: url('../fonts/avantgarde_demi/itcavantgardestd-demi-webfont.eot');
    src: url('../fonts/avantgarde_demi/itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgarde_demi/itcavantgardestd-demi-webfont.woff') format('woff'),
         url('../fonts/avantgarde_demi/itcavantgardestd-demi-webfont.ttf') format('truetype'),
         url('../fonts/avantgarde_demi/itcavantgardestd-demi-webfont.svg#itc_avant_garde_gothic_stdemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/avantgarde_book/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/avantgarde_book/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde_book/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/avantgarde_book/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/avantgarde_book/ITCAvantGardeStd-Bk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_ITCAvantGardeStd-XLt';
	src: url('../fonts/avantgarde_light/ITCAvantGardeStd-XLt.eot');
	src: local('☺'), url('../fonts/avantgarde_light/ITCAvantGardeStd-XLt.woff') format('woff'), url('../fonts/avantgarde_light/ITCAvantGardeStd-XLt.ttf') format('truetype'), url('../fonts/avantgarde_light/ITCAvantGardeStd-XLt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('../fonts/droid_italic/DroidSerif-Italic-webfont.eot');
    src: url('../fonts/droid_italic/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droid_italic/DroidSerif-Italic-webfont.woff') format('woff'),
         url('../fonts/droid_italic/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('../fonts/droid_italic/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-style: none;
    font-weight: normal;
}

a{
	text-decoration: none;
}

header{
    background-color: black;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+46,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 46%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+5,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+12,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 12%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    background-color: black;

    height: 202px;
	position: relative;
	z-index: 5000;
}

#logo{
    display: inline-block;
    width: 10%;
    margin-left: 80px;
    position: relative;
    z-index: 4000;
    top: 43px;
}

#logo img {
    height: 115px;
}


.redes{
    float: right;
    position: relative;
    top: 50px;
    text-align: right;
    margin-right: 80px;
	width:30%;
}

.facebook{
    background-color: #29abe2;
    border-radius: 2px;
    padding: 20px 10px 3px 10px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.facebook img{
   width: 22px;
}

.facebook:hover{
    background-color: #62CCE8;
    box-shadow: -8px 5px 20px 5px rgba(0,0,0,0.45),
    8px -5px 20px 5px rgba(0,0,0,0.45),
	-8px -5px 20px 5px rgba(0,0,0,0.45),
	8px 5px 20px 5px rgba(0,0,0,0.45);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.twitter{
    background-color: #62CCE8;
    border-radius: 2px;
    padding: 20px 5px 3px 5px;
}

.twitter img{
   width: 32px;
}

.email{
    background-color: #29abe2;
    border-radius: 2px;
    padding: 20px 7.5px 3px 7.5px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.email:hover{
    background-color: #62CCE8;
    box-shadow: -8px 5px 20px 5px rgba(0,0,0,0.45),
    8px -5px 20px 5px rgba(0,0,0,0.45),
	-8px -5px 20px 5px rgba(0,0,0,0.45),
	8px 5px 20px 5px rgba(0,0,0,0.45);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.email img{
   width: 27px;
}

.redes a:nth-child(4) img{
   position: relative;
   top: 1px;
}

.blue{
    background-color: #62CCE8;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blue:hover{
    box-shadow: -8px 5px 20px 5px rgba(0,0,0,0.45),
    8px -5px 20px 5px rgba(0,0,0,0.45),
	-8px -5px 20px 5px rgba(0,0,0,0.45),
	8px 5px 20px 5px rgba(0,0,0,0.45);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.orden{
    position: relative;
    z-index: 500;
}

.wrap_flag{
    position: absolute;
    right: 80px;
    top: 99px;
    z-index: 5000;
}

.wrap_flag_pic{
    position: absolute;
    right: 80px;
    top: 99px;
    z-index: 5000;
}

.flag1{
    margin-right: 0;
    color: white;
    font-family: 'DroidSerifItalic';
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-size: 17px;
    position: relative;
    top: 2px;
    float: left;

}

.text_flag{
    margin-right: 0;
    color: white;
    font-family: 'DroidSerifItalic';
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-family:'ITC Avant Garde Gothic Std Book';
    font-size: 17px;
    position: relative;
    top: 2px;
    float: right;

}

.flagcolor:hover{
    color: #29abe2;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.vertical{
    margin: 0 4px;
}

.flag_pic strong{
    font-weight: normal;
    background-color: #29abe2;
    border-radius: 2px;
    padding: 11px 15px 8px 15px;
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
    margin-left: 5px;
    display: none;

}

.backred{
    background: red;
}

.flag{
    margin-right: 65px;
    color: white;
    font-family: 'DroidSerifItalic';

}

.spain{
    margin-right: 5px;
}

.flag1 img{
    width: 33px;
	border-radius: 2px;
    margin-left: 0;
    position: relative;
    top: 0;
    display: none;
}

.flag_pick img{
    width: 42px;
	border-radius: 2px;
    margin-left: 3px;
    position: relative;
    top: 0;
}

.flag_pic img{
    width: 18px;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    top: 3px;
    display: none;
}

.flag_pic{
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 0;
    color: white;
    font-family: 'DroidSerifItalic';
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-size: 17px;
    position: relative;
    top: 3px;
    float: left;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
    /*idiomas con tipografia*/

.text_flag{
	position: absolute;
	right: 0;
}

.wrap_flag_pic:hover .text_flag{
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wrap_flag_pic .text_flag{
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wrap_flag_pic:hover .flag_pic{
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wrap_flag_pic .flag_pic{
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar .flag_youtube_main{
    display: none;
}

.flag_youtube_main{
    position: absolute;
    right: 180px;
    top: 99px;
}

    /*idiomas con tipografia*/
	
	
.flag_youtube_main{
    background-image: url(../img/YouTube_logo_white.png);
	float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 57px;
    height: 25px;
	margin-right: 22px;
}

.flag_esp_main{
    background-image: url(../img/bandera_esp_round.png);
}

.flag_ale_main{
    background-image: url(../img/bandera_ale_round.png);
}

.flag_eng_main{
    background-image: url(../img/bandera_eng_round.png);
}

.flag_esp{
    background-image: url(../img/bandera_esp_round_bn.png);
}

.flag_esp:hover{
    background-image: url(../img/bandera_esp_round.png);
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.flag_ale{
    background-image: url(../img/bandera_ale_round_bn.png);
}

.flag_ale:hover{
    background-image: url(../img/bandera_ale_round.png);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.flag_eng{
    background-image: url(../img/bandera_eng_round_bn.png);
}

.flag_eng:hover{
    background-image: url(../img/bandera_eng_round.png);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.flag img{
    width: 38px;
	border-radius: 2px;
	border: 1px solid white;
    margin-left: 15px;
}

.orden:hover{
    z-index: 600;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar{
    float: right;
    width: 100%;
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
    text-align: right;
    position: relative;
    padding: 13px 80px 15px 0;
}
.fix {
    position: fixed;
    top: 0;
    right:0;
	box-shadow: -2px 2px 15px 0px rgba(0, 0, 0, 0.8);
	z-index: 2000;
}
.nosotrosnav a{
    text-decoration: none;
    color: white;
    font-size: 1.5em;
	padding: 20px 30px 20px 30px;
	border-radius: 2px;
}

.nosotrosnav p img{
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	border-radius: 2px;
}

.nosotrosnav p:hover img, .nosotrosnav2 p:hover img, .telfhide:hover img, .fullcontact_article p img{
/*background: rgba(97,253,126,1);
background: -moz-linear-gradient(top, rgba(97,253,126,1) 0%, rgba(37,207,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,253,126,1)), color-stop(100%, rgba(37,207,68,1)));
background: -webkit-linear-gradient(top, rgba(97,253,126,1) 0%, rgba(37,207,68,1) 100%);
background: -o-linear-gradient(top, rgba(97,253,126,1) 0%, rgba(37,207,68,1) 100%);
background: -ms-linear-gradient(top, rgba(97,253,126,1) 0%, rgba(37,207,68,1) 100%);
background: linear-gradient(to bottom, rgba(97,253,126,1) 0%, rgba(37,207,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61fd7e', endColorstr='#25cf44', GradientType=0 );*/
    background-image: url(../img/whatsapp_logo_green.png);
    background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.ale_service a{
    letter-spacing: -0.7px;
}

.wrapper_fixed_menu .ale_service a{
    letter-spacing: -0.35px;
}

.shadow_menu {
    display: none;
}

.nosotrosnav a:hover .ico1 {
	background-image: url(../img/ico_servicios_blue1.png);
}

.nosotrosnav a:hover .ico2 {
	background-image: url(../img/ico_us_blue1.png);
}

.nosotrosnav a:hover .ico22 {
    background-image: url(../img/ico-reformas-blue.png);
}

.nosotrosnav a:hover .ico3 {
	background-image: url(../img/ico_contact_blue1.png);
}

.nosotrosnav span {
	width: 23px;
	height: 23px;
	background-size: cover;
	background-repeat: none;
    display: none;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;

}

.ico1 {
	background-image: url(../img/ico_servicios1.png);
	bottom: 2px;
}

.blue-ico1 {
    background-image: url(../img/ico_servicios_blue1.png);
}

.ico2 {
	background-image: url(../img/ico_us.png);
	bottom: 1px;
}

.ico22 {
    background-image: url(../img/ico-reformas.png);
    bottom: 1px;
}

.blue-ico22 {
    background-image: url(../img/ico-reformas-blue.png);
}

.ico3 {
	background-image: url(../img/ico_contact1.png);
	bottom: 1px;
}

#menu p{
    text-decoration: none;
    color: white;
    font-size: 1.5em;
	padding: 0 0 0 33px;
	border-radius: 2px;
	letter-spacing: 0.8px;
}

.nosotrosnav a:hover{
    background-color: #29abe2;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

/*b.nosotrosnav a.celeste:hover{
    background-color: #62CCE8;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}*/

.nosotrosnav a:active{
    background-color: #29abe2;
}

.nosotrosnav{
    display: inline-block;
    font-family: 'itc_avant_garde_gothic_stdemi','futura_xblkcnit_btXBlkIt';
    /*position: relative;*/
}

#menu img{
    position: relative;
	top: 4px;
    margin-right: 9px;
    height: 25px;
}

#menu .wrapper_facebook{
    display:none;
}

#menu li:hover ul{
    display: block;
    -o-animation-name: submenu;
    -webkit-animation-name: submenu;
    -moz-animation-name: submenu;
    animation-name: submenu;
}

@-o-keyframes submenu{
    0%{
        top: -60px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 60px;
        opacity: 1;
    }
}

@-webkit-keyframes submenu{
    0%{
        top: -60px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 60px;
        opacity: 1;
    }
}

@-moz-keyframes submenu{
    0%{
        top: -60px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 60px;
        opacity: 1;
    }
}

@keyframes submenu{
    0%{
        top: -60px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 60px;
        opacity: 1;
    }
}

#menu li ul {
    display:none;
    position: absolute;
	background: black;
	top: 65px;
	z-index: -10;
    -o-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-duration: 0.35s;
	top: 60px\9
}

.full_submenu >li{
    text-align: left;
	display: block;
}

.full_submenu a{
	padding:  10px 30px;
	display: block;
    font-size: 1.1em;
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-family:'ITC Avant Garde Gothic Std Book'
}

.blue-hover{
    background-color: #29abe2;
    z-index: 1001;
   /* -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;*/
}

.telfhide{
    display: none;
	position: relative;
    margin-right: 9px;
	color: white;
    font-family: 'itc_avant_garde_gothic_stdemi';
	font-size: 1.3em;
	bottom: 3.5px;
}

.telfhide a{
	color: white;
}

.telf_float{
	float: right;
	bottom: inherit;
    margin-right: 13.5px;
    font-family: 'itc_avant_garde_gothic_stdemi';
    top: 4px;
}

.telfhide img{
    position: relative;
	top: 4px;
    margin-right: 9px;
    height: 25px;
}

/*menu fixed*/

.logolittle{
    position: relative;
	top: 3.5px;
	float: left;
    margin-left: 90px;
	z-index: 1999;

}

.logolittle img{
    height: 28px;
}

.logolittle {
    margin-right: 20px\9
}

.fixed_menu{
    position: fixed;
	background-color: black;
    top: 0;
	left: 0;
	height: 36px;
	box-shadow: -2px 2px 15px 0px rgba(0, 0, 0, 0.8);
	z-index: 2000;
	width: 100%;
}

.menu .nosotrosnav2{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    text-align: left\9
}

.menu .flex_ale2{
    -webkit-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    text-align: right;
    text-align: left\9
}

.menu .flex1{
    -webkit-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
    text-align: right;
    text-align: left\9

}

.menu .flex2{
    -webkit-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
    text-align: center;
}

.menu .flex_ale3{
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    text-align: center;

}

.flex3{
    -webkit-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
}

.flex3{
    float: right\9
}

.like_little{
    position: relative;
	top: 3px;
    width:230px;
	float: right;
}

.fbook{
    border: medium none;
    overflow: hidden;
    width: 103px;
    height: 20px;
    border-radius: 11px;
    margin-bottom: 5px;
}

.tweet{
    width: 115px;
    height: 21px;
    width: 90px;
    height: 20px;
    position: relative;
    top: -5px;
    right: 5px;
}

#menu .tweet{
    width: 90px;
    height: 21px;
    position: relative;
    top: -5px;
}

.like_little iframe:nth-child(1){
    position: relative;
	right: 3.5px;
}

.like_youtube{
   background-image: url("../img/YouTube_logo_BN.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: right;
    height: 25px;
    position: relative;
    top: 3px;
    width: 51px;
	right: 8px;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}

.like_youtube:hover{
   background-image: url("../img/YouTube_logo_white.png");
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}

.full_submenu{
    padding: 5px 0 10px 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
	box-shadow: 4px 10px 35px 0px rgba(0, 0, 0, 0.9);

}

.menu{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	top: 5px;
	margin-right: 53px;
}

.menu li:hover ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
            flex-flow: column;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
            flex-direction: column;
    -o-animation-name: submenu3;
    -webkit-animation-name: submenu3;
    -moz-animation-name: submenu3;
    animation-name: submenu3;
    display: block\9
}

.menu li ul {
    position: absolute;
	display: none;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
            flex-flow: column;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
            flex-direction: column;
	top: 31px;
	background: black;
	z-index: -10;
    -o-animation-duration: 0.35s;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-duration: 0.35s;
    width: 300px\9
}

.menu li ul {
    top: 27px\9
}

@-o-keyframes submenu3{
    0%{
        top: -31px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 31px;
        opacity: 1;
    }
}

@-webkit-keyframes submenu3{
    0%{
        top: -31px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 31px;
        opacity: 1;
    }
}

@-moz-keyframes submenu3{
    0%{
        top: -31px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 31px;
        opacity: 1;
    }
}

@keyframes submenu3{
    0%{
        top: -31px;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 0;
    }

    100%{
        top: 31px;
        opacity: 1;
    }
}


.menu a{
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    position: relative;
	padding: 5px 20px 4px 20px;
	border-radius: 2px;
	padding: 8px 20px 7px 20px\9
}

.menu .full_submenu >li{
    text-decoration: none;
    color: white;
	border-radius: 2px;

}

.menu .submenu a{
    text-decoration: none;
    color: white;
	padding: 10px 20px 10px 30px;
	border-radius: 2px;
    font-size: 1em;
	text-align: left;
	padding: 7px 20px 7px 20px\9
}


.menu p{
    text-decoration: none;
    color: white;
    font-size: 1.3em;
	position: relative;
	border-radius: 2px;
	letter-spacing: 0.8px;
}

.menu a:hover{
    background-color: #29abe2;
    -moz-transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}

.submenu_flag .full_submenu{
    padding:0 0 5px 0;


}

.menu .submenu_flag a{
    position: relative;
    top: -5px;
	opacity: 1;
    padding: 0 15px 15px;
	border-radius: 2px;
    font-size: 1em;
	text-align: left;
	padding: 0\9
}

.menu .submenu_flag .submenu a{
    position: relative;
    opacity: 1;
    top: -1px;
	padding: 17px 15px;
	border-radius: 2px;
    font-size: 1em;
	text-align: left;
	padding: 15\9
}

.menu .submenu_flag a:hover{
    background-color: transparent;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu .submenu_flag .submenu a:hover{
    background-color: black;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu .flex3 a{
	padding: 0
}

.menu li{
    display: inline-block;
    font-family: 'itc_avant_garde_gothic_stdemi', 'futura_xblkcnit_btXBlkIt';
}

.img_phone{
    position: relative;
	top: 2px;
    margin-right: 9px;
    height: 20px;
}

.submenu_flag {
    position: absolute;
    /*right: 28%;*/
    right: 271px;
    z-index: 3;	
}
.submenu_youtube {
    position: absolute;
    right: 15%;	
}

.flag_fixed{
    position: relative;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
}

.flag_youtube{
    background-image: url(../img/YouTube_logo_white.png);
    background-size: 100%;
}

.flag_hide{
    display: none;
    float: right;
    bottom: 3px;
    position: relative;
}
 /* Empieza menu flex con icono bandera*/
 
 .menu .flex1{
    -webkit-flex: 1.05;
    -ms-flex: 1.05;
    flex: 1.05;
    text-align: right;
    text-align: left\9

}

 .menu .flex_ale{
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    text-align: right;
    text-align: left\9

}

 .flex3{
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
    right: -17px;
}

 /* Acaba menu flex con icono bandera*/


/*fin menu fixed*/

.videowebtube{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    box-shadow: 2px 2.5px 6px 1px rgba(0, 0, 0, 0.6);
    height: 160px;
    padding: 7px;
    width: 25%;
	overflow: hidden;
	position: absolute;
	display: none;
}

.align .videowebtube{
    float: right;
    margin-left: 400px;
    margin-top: 60px;
}

.youtube_embed{
    width: 100%;
	height: 100%;
    border-radius: 5px;
}

.icon_section{
    width: 280px;
	height: 280px;
	background-color: white;
	border-radius: 200px;
	position: absolute;
	z-index: 500;
	bottom: 40px;
	text-align: right;
	margin-right: 100px;
    right:0;
}

.left{
	float: left;
	margin-left: 100px;
	margin-right: 0;
	right: 100%;
	left: 0;
}

.articulo{
    margin-left: 90px;
	position: relative;
	/* SIN DE YOUTBE PLAYER top: 70px;*/
	/* CON YOUTBE PLAYER top: 30px;*/
	top: 70px;
    z-index: 1000;
}

.posicion_video{
	top: 40px;
}

.align{
    margin-right: 90px;
	text-align: right;
	float: right;
	margin-left: 0;
	width: 100%;
}

.parrafo{
	text-align: right;
	float: right;

}

h2{
    color: white;
    font-family: 'itc_avant_garde_gothic_stdemi',Century Gothic,verdana;
    font-size: 3em;
	top: 50px;
	position: relative;
	text-shadow: 0 2.5px 0 #1a1a1a;
}

h2 strong{
    font-style: normal;
	text-transform: uppercase;
}


h2 a{
    color: white;
}

.texto{
    color: white;
	font-family: 'Conv_ITCAvantGardeStd-XLt',Century Gothic,verdana;
    margin-top: 25px;
	top: 50px;
    font-size: 1.45em;
	line-height: 1.5em;
	position: relative;
	width: 600px;
	text-shadow: 0 1px 0 #1a1a1a;
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(255,255,255,0.45) 65%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

.ver_video {
	border: 1px solid white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    align-items: center;
    -webkit-align-items: center;
	width: 220px;
	height: 40px;
    border-radius: 3px;
    color: white;
    font-family: "Conv_ITCAvantGardeStd-XLt",Century Gothic,verdana;
    font-size: 30px;
    font-size: 25px;
    margin-top: 20px;
    position: absolute;
    text-shadow: none;
    width: 165px;
    line-height: inherit;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(255,255,255,0.45) 65%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: none;*/
}

.section7 .ver_video:before,  .punto_gas .ver_video:before{
    content: "";
    display: block;
    display: none;
    width: 165px;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    border: 0.5px solid black;
    z-index: -1;
    top: 0px;
    right: 1px;
}

.section7 .ver_info:before,  .punto_gas .ver_info:before{
    width: 75px;
}

.book{
    font-family: 'ITC Avant Garde Gothic Std Book',Century Gothic,verdana;
}

.section3 .ver_video {
    text-shadow: 0 1.5px 0 black;
}
.section7 .ver_video, .punto_gas .ver_video {
    text-shadow: 0.5px 0.5px 0 white, 1px 1px 0 #1a1a1a;
}

.fondoAljibes .ver_video, .fondoSalina .ver_video, .fondoMantenimiento .ver_video {
    text-shadow: 0 2px 0 #1a1a1a;
}

.ver_info{
    left: 173px;
    width: 75px;
}

.MantenimientoParall .ver_info, .AlturaGresites .ver_info, .fondoAljibes .ver_info{
    left: inherit;
}

.video_ale {
    width: 200px;
}

/*.texto_gresites .ver_video {
	display: none;
}

.texto_gresites .ver_info {
    display: inherit;
}*/

.align .ver_video {
    right: 0;
}

.align .ver_info {
    left: inherit;
    right: 173px;
}

.section5 .align .ver_info, .salinaParall .align .ver_info, .aljibesParall .align .ver_info{
    right: 0;
}

.ver_video:hover {
    box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.4), -15px 15px 35px 0 rgba(0, 0, 0, 0.4);
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ver_video img{
    margin-left: 7px;
    width: 27px;
	position: relative;
	bottom: 0.5px;
}

.cctv{
	width: 47%;
	float: left;
}

.parrafo{
    color: #01023d;
    color: black;
	text-shadow: 0 1px 0 white;
}

.section3 .parrafo {
    color: white;
    text-shadow: 0 1.5px 0 black;
}

.section3 .parrafo em{

    color: white;
    text-shadow: 0 1px 0 black;
}

.section3 .ver_video {
    background: rgba(28,163,192,0.1);
    color: white;
}

body section:nth-child(6) .ver_video:hover, body section:nth-child(4) .ver_video:hover, #camaras_go .ver_video:hover, .localizacionParall .ver_video:hover, .tuberiasParall .ver_video:hover, .fondoSalina .ver_video:hover, .AlturaGresites .ver_info:hover  {
    background-color: #29abe2;
    border: 1px solid #29abe2;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.textoblanco{
    color: white;
	text-shadow: 0 1px 0 #1a1a1a;
}

.textomante{
    color: white;
	text-shadow: 0 2px 0 #1a1a1a;
}

.textonegro{
    color: black;
	text-shadow: 0 1px 0 white;
}

.text_shadow{
	text-shadow: 0.5px 0.5px 0 white, 1px 1px 0 #1a1a1a;
}

.texto_gresites{
    width: 60%;
}

.texto strong{
    font-weight: normal;
    font-family:'itc_avant_garde_gothic_stdemi';
    padding-top: 70px;
    font-size: 1.1em;
}

em{
    font-style: normal;
    font-family:'DroidSerifItalic';
    font-size: 1.05em;
}

.textonegro strong{
    font-family:'DroidSerifItalic';
    color: white;
	color: #f9f747;
	text-shadow: 0 2.2px 0 black;
	font-size: 1.1em;
	font-size: 1.15em;
    font-weight: bold;
}

.tit_nosotros{
    text-align: left;
}

.text_nosotros{
    text-align: left;
	display: block;
	margin: 25px 0 50px 0;
	width: 95%;
}

.articulo_nosotros{
    margin-right: 100px;
    margin-right: 60px;
}

.furgo{
    float: left;
	margin: 0 100px 0 0;
}

.marginfurgo{
	margin: 0 0 150px 0;
}

.wrap_furgo{
	float: left;
	position: relative;
}

.wrap_clientes{
	float: right;
	position: relative;
	right: 30px;
}

.wrap_clientes img{
	width: 150px;
	margin: 0 5px;
	position: relative;
	bottom: 18px;
}

.wrap_clientes img:nth-child(2){
    margin: 0 5px 0 0;
}

.wrap_clientes img:nth-child(3){
	width: 190px;
    margin: 0 5px 0 0;
}

.wrap_clientes img:nth-child(5){
    margin: 0 0 0 5px;
}

.articulo_nosotros h4{
	position: relative;
    font-family: 'DroidSerifItalic';
    font-size: 1.5em;
    margin: 40px 0 100px;
	
}


.slogan {
    font-family: 'futura_xblkcnit_btXBlkIt';
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-family: 'itc_avant_garde_gothic_stdemi';
    color: white;
    display: block;
    right: 45px;
    bottom: 300px;
    font-size: 50px;
	line-height: 1em;
    text-transform: uppercase;
    padding: 10px;
    width: 666px;
    position: absolute;
    text-shadow: 0 2.5px 0 black, 0 5px 10px rgba(255,255,255,0);
    text-shadow: 1px 3.5px 0 black, 0 5px 10px rgba(255,255,255,0);
    -webkit-animation-name:AnimBub,AnimationSlogan;
	-webkit-animation-duration:30s,6s;
	-webkit-animation-timing-function:ease-in-out,ease;
	-webkit-animation-delay:0s,0s;
	-webkit-animation-iteration-count:infinite,1;
	-webkit-animation-direction:alternate,normal;
	-moz-animation-name:AnimBub,AnimationSlogan;
	-moz-animation-duration:30s,6s;
	-moz-animation-timing-function:ease-in-out,ease;
	-moz-animation-delay:0s,0s;
	-moz-animation-iteration-count:infinite,1;
	-moz-animation-direction:alternate,normal;
	-o-animation-name:AnimBub,AnimationSlogan;
	-o-animation-duration:30s,6s;
	-o-animation-timing-function:ease-in-out,ease;
	-o-animation-delay:0s,0s;
	-o-animation-iteration-count:infinite,1;
	-o-animation-direction:alternate,normal;
	animation-name:AnimBub,AnimationSlogan;
	animation-duration:30s,6s;
	animation-timing-function:ease-in-out,ease;
	animation-delay:0s,0s;
	animation-iteration-count:infinite,1;
	animation-direction:alternate,normal;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000;
}


.slogan_ale {
    font-size: 37px;
    width: 700px;
}

.slogan_eng {
    font-size: 35px;
    width: 700px;
}

.slogan em{
    color: white;
    font-family: "futura_xblkcnit_btXBlkIt";
	font-family: 'Conv_ITCAvantGardeStd-XLt';
    font-family: 'itc_avant_garde_gothic_stdemi';
    font-size: 20px;
    font-style: normal;
    position: relative;
    top: -20px;
	margin-left: 50px;
	opacity: 0;
}

.slogan em.slogan_em{
    font-size: 51.4px;
    margin-left: 0;
    opacity: 1;
    top: 4px;
}

.slogan em.slogan_ale_em{
    font-size: 36px;
}

.slogan em.slogan_eng_em{
    font-size: 38px;
    letter-spacing: 0.5px;
}

.slogan strong{
    font-style: normal;
    font-weight: normal;
    text-shadow: 1px .55px 0 white, 0 5px 10px rgba(255,255,255,0);
	background: black;
	color: #62CCE8;/*azul flojo*/
	border-radius: 7px;
	position: relative;
    letter-spacing: 0.3px;
    box-shadow: -2.5px 1.5px 2px 0 rgba(0, 0, 0, 0.35);
    font-size: 31.8px;
    padding: 5px 26px;
    top: -50px;
}

.slogan_ale strong{
    font-size: 30.6px;
    letter-spacing: 0.3px;
    padding: 5px 10px;
    top: 14px;
}

.slogan_eng strong{
    font-size: 33px;
    letter-spacing: -0.3px;
    padding: 5px 10px;
    top: 17px;
}


@-moz-keyframes AnimationSlogan{
	0%{
	bottom: 800px;
	}
	27%{
	bottom: 800px;
	}

	41%{
	bottom: 180px;
	}

	60%{
	bottom: 325px;
	}

	100%{
	bottom: 300px;
	}
}

@-webkit-keyframes AnimationSlogan{
	0%{
	bottom: 800px;
	}
	27%{
	bottom: 800px;
	}

	41%{
	bottom: 180px;
	}

	60%{
	bottom: 325px;
	}

	100%{
	bottom: 300px;
	}
}

@-o-keyframes AnimationSlogan{
	0%{
	bottom: 800px;
	}
	27%{
	bottom: 800px;
	}

	41%{
	bottom: 180px;
	}

	60%{
	bottom: 325px;
	}

	100%{
	bottom: 300px;
	}
}

@ keyframes AnimationSlogan{
	0%{
	bottom: 800px;
	}
	27%{
	bottom: 800px;
	}

	41%{
	bottom: 180px;
	}

	60%{
	bottom: 325px;
	}

	100%{
	bottom: 300px;
	}
}


.flotacion {
    -webkit-animation:AnimBub 20s ease-in-out 0s infinite alternate;
    -moz-animation:AnimBub 20s ease-in-out 0s infinite alternate;
    -o-animation:AnimBub 20s ease-in-out 0s infinite alternate;
    animation:AnimBub 20s ease-in-out 0s infinite alternate;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000
}

.flotacion2 {
    -webkit-animation:AnimAsp 9s ease-in-out 0s infinite alternate;
    -moz-animation:AnimAsp 9s ease-in-out 0s infinite alternate;
    -o-animation:AnimAsp 9s ease-in-out 0s infinite alternate;
    animation:AnimAsp 9s ease-in-out 0s infinite alternate;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000;
}


.bubbles1 {
	position: absolute;
	bottom: -1250px;
	left: 0;
	width: 20%;
}

.bubRep {
	left: 25%;
}

.tubRep {
    left: -15%;
	width: 45%;
	z-index: 3000;
}

.short {
	bottom: -600px;
	left: 65%;
	width: 20%;
	z-index: 1000;
	opacity: 0.9;
}

.bubbles2 {
    position: absolute;
	top: -50px;
	opacity: 1;
	left: 400px;
	width: 245px;
}

.bub3 {
	width: 305px;
	top: -170px;
}

.bub4 {
	width: 342px;
	left: 355px;
	top: -160px;
}

.bub_none {
	display: none;
}

.bub_repair {
    position: absolute;
	bottom: -30px;
	opacity: 1;
	left: 63%;
	overflow: hidden;
}

.aspir_repair {
    position: absolute;
	opacity: 1;
	left: 60%;
	overflow: hidden;
    top: 525px;
    width: 20%;
}

.aspir1 {
    position: absolute;
	opacity: 1;
	left: 82%;
	overflow: hidden;
	top: -2045px;
    width: 13%;
}

.aspir2 {
    position: absolute;
	opacity: 1;
	left: 76%;
	overflow: hidden;
	top: -1700px;
    width: 12%;
}

.aspirbub_blur {
    position: absolute;
	opacity: 1;
	left: 62%;
	overflow: hidden;
	top: -4345px;
    width: 17%;
}

.aspirbub {
    position: absolute;
	opacity: 1;
	left: 77%;
	overflow: hidden;
	top: -1845px;
    width: 15%;
}

.aspirbubsola {
    position: absolute;
	opacity: 1;
	left: 75%;
	overflow: hidden;
	top: -1110px;
    width: 22%;
}

.cable2 {
    position: absolute;
	bottom: -650px;
	left: 0;
	overflow: hidden;
}

.tub_vector {
    position: absolute;
	bottom: 1000px;
	right: 12%;
	overflow: hidden;
    width: 255px;
}

.cam_alone {
	bottom: -1020px;
}

.anim_pilot {
    -webkit-animation:round 0.6s ease-in-out 0s infinite alternate;
    -moz-animation:round 0.6s ease-in-out 0s infinite alternate;
    -o-animation:round 0.6s ease-in-out 0s infinite alternate;
    animation:round 0.6s ease-in-out 0s infinite alternate;
	opacity: 1;
}

.anim_onda1 {
    -webkit-animation:onda1 3s ease-in-out infinite;
    -moz-animation:onda1 3s ease-in-out infinite;
    -o-animation:onda1 3s ease-in-out infinite;
    animation:onda1 3s ease-in-out infinite;
}

@-moz-keyframes onda1{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.anim_onda2 {
    -webkit-animation:onda2 3s ease-in-out infinite;
    -moz-animation:onda2 3s ease-in-out infinite;
    -o-animation:onda2 3s ease-in-out infinite;
    animation:onda2 3s ease-in-out infinite;
}

@-moz-keyframes onda2{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    40%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.anim_onda3 {
    -webkit-animation:onda3 3s ease-in-out infinite;
    -moz-animation:onda3 3s ease-in-out infinite;
    -o-animation:onda3 3s ease-in-out infinite;
    animation:onda3 3s ease-in-out infinite;
}

@-moz-keyframes onda3{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.anim_onda4 {
    -webkit-animation:onda4 3s ease-in-out infinite;
    -moz-animation:onda4 3s ease-in-out infinite;
    -o-animation:onda4 3s ease-in-out infinite;
    animation:onda4 3s ease-in-out infinite;
}

@-moz-keyframes onda4{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.black_box {
	width: 100%;
    height: 150px;
	position: absolute;
	top: 0;
	right: 0;
    background: -moz-linear-gradient(top,  rgba(26,26,26,1) 0%, rgba(26,26,26,1) 47%, rgba(26,26,26,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,26,26,1)), color-stop(47%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(26,26,26,1) 47%,rgba(26,26,26,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(26,26,26,1) 47%,rgba(26,26,26,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(26,26,26,1) 0%,rgba(26,26,26,1) 47%,rgba(26,26,26,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(26,26,26,1) 0%,rgba(26,26,26,1) 47%,rgba(26,26,26,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#001a1a1a',GradientType=0 ); /* IE6-9 */

}

.black_box2 {
	width: 100%;
    height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
    background: -moz-linear-gradient(top,  rgba(26,26,26,0) 0%, rgba(26,26,26,1) 53%, rgba(26,26,26,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,26,26,0)), color-stop(53%,rgba(26,26,26,1)), color-stop(100%,rgba(26,26,26,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 53%,rgba(26,26,26,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 53%,rgba(26,26,26,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 53%,rgba(26,26,26,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(26,26,26,0) 0%,rgba(26,26,26,1) 53%,rgba(26,26,26,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a1a1a', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */

}

.wrap_rec {
    position: absolute;
    background: #1a1a1a;
    right: 90px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 1px 10px;
    top: 351px;

}

.rec_type {
    display: inline-block;
    width: 70px;
}

.tv_width {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    height: 150px;
    width: 99px;
    top: 408px;
    
	
}

.tub_round {
   position: absolute;
	opacity: 1;
    -webkit-animation:tubTv 14.4s ease-in-out infinite, tubMovement 28.8s ease-in-out infinite;
    -moz-animation:tubTv 14.4s ease-in-out infinite, tubMovement 28.8s ease-in-out infinite;
    -o-animation:tubTv 14.4s ease-in-out infinite, tubMovement 28.8s ease-in-out infinite;
    animation:tubTv 14.4s ease-in-out infinite, tubMovement 28.8s ease-in-out infinite;
	
}

.tv_width div:nth-child(2) {
    -o-animation-name: tubTv, tubMovement2;
    -webkit-animation-name: tubTv, tubMovement2;
    -moz-animation-name: tubTv, tubMovement2;
    animation-name: tubTv, tubMovement2;
    -o-animation-delay: 2.4s, 0s;
    -webkit-animation-delay: 2.4s, 0s;
    -moz-animation-delay: 2.4s, 0s;
    animation-delay: 2.4s, 0s;
}

.tv_width div:nth-child(3) {
    -o-animation-name: tubTv, tubMovement3;
    -webkit-animation-name: tubTv, tubMovement3;
    -moz-animation-name: tubTv, tubMovement3;
    animation-name: tubTv, tubMovement3;
    -o-animation-delay: 4.8s, 0s;
    -webkit-animation-delay: 4.8s, 0s;
    -moz-animation-delay: 4.8s, 0s;
    animation-delay: 4.8s, 0s;
}

.tv_width div:nth-child(4) {
    -o-animation-name: tubTv, tubMovement4;
    -webkit-animation-name: tubTv, tubMovement4;
    -moz-animation-name: tubTv, tubMovement4;
    animation-name: tubTv, tubMovement4;
    -o-animation-delay: 7.2s, 0s;
    -webkit-animation-delay: 7.2s, 0s;
    -moz-animation-delay: 7.2s, 0s;
    animation-delay: 7.2s, 0s;
}

.tv_width div:nth-child(5) {
    -o-animation-name: tubTv, tubMovement5;
    -webkit-animation-name: tubTv, tubMovement5;
    -moz-animation-name: tubTv, tubMovement5;
    animation-name: tubTv, tubMovement5;
    -o-animation-delay: 9.6s, 0s;
    -webkit-animation-delay: 9.6s, 0s;
    -moz-animation-delay: 9.6s, 0s;
    animation-delay: 9.6s, 0s;
}

.tv_width div:nth-child(6) {
    -o-animation-name: tubTv, tubMovement6;
    -webkit-animation-name: tubTv, tubMovement6;
    -moz-animation-name: tubTv, tubMovement6;
    animation-name: tubTv, tubMovement6;
    -o-animation-delay: 12s, 0s;
    -webkit-animation-delay: 12s, 0s;
    -moz-animation-delay: 12s, 0s;
    animation-delay: 12s, 0s;
}

@keyframes tubTv{
    0%{
    width: 40px;
    height: 40px;
    border-radius: 40px;
	left: 39.5px;
	bottom: 56px;
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255,255,255,0),
    0 0 0 0 rgba(255,255,255,0) inset,
	0 0 0 0 rgba(255,255,255,0) inset;
    }
	
    45%{
    box-shadow: 3px 3px 10px 5px rgba(255,255,255,0.6),
    2px 2px 10px 5px rgba(255,255,255,0.2) inset,
	-2px -2px 10px 5px rgba(255,255,255,0.2) inset;
    }
	
    55%{
   box-shadow: 2px 2px 5px 2px rgba(255,255,255,0.6),
    2px 2px 10px 2px rgba(255,255,255,0.2) inset,
	-2px -2px 10px 2px rgba(255,255,255,0.2) inset;
    }

    100%{
    width: 220px;
    height: 220px;
    border-radius: 220px;
	left: -50.5px;
	bottom: -34px;
    opacity: 1;
    box-shadow: 2px 2px 2px 0 rgba(255,255,255,0.6),
    2px 2px 10px 2px rgba(255,255,255,0.2) inset,
	-2px -2px 10px 2px rgba(255,255,255,0.2) inset;
    }
}

@keyframes tubMovement {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: 35px;
    margin-top: 35px;
}
28.5% {
    margin-left: 35px;
    margin-top: 35px;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: 30px;
    margin-right: 65px;
}
78.5% {
    margin-bottom: 30px;
    margin-right: 65px;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}
@keyframes tubMovement2 {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: 20px;
    margin-top: 30px;
}
28.5% {
    margin-left: 20px;
    margin-top: 30px;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: 10px;
    margin-right: 30px;
}
78.5% {
    margin-bottom: 10px;
    margin-right: 30px;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}
@keyframes tubMovement3 {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: 5px;
    margin-top: 15px;
}
28.5% {
    margin-left: 5px;
    margin-top: 15px;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: -5px;
    margin-right: 0;
}
78.5% {
    margin-bottom: -5px;
    margin-right: 0;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}
@keyframes tubMovement4 {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: -5px;
    margin-top: 0;
}
28.5% {
    margin-left: -5px;
    margin-top: 0;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: 0;
    margin-right: -5px;
}
78.5% {
    margin-bottom: 0;
    margin-right: -5px;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}
@keyframes tubMovement5 {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: 55px;
    margin-top: 50px;
}
28.5% {
    margin-left: 55px;
    margin-top: 50px;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: 50px;
    margin-right: 95px;
}
78.5% {
    margin-bottom: 50px;
    margin-right: 95px;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}
@keyframes tubMovement6 {
0% {
    margin: 0;
}
17.5% {
    margin: 0;
}
25% {
    margin-left: 50px;
    margin-top: 50px;
}
28.5% {
    margin-left: 50px;
    margin-top: 50px;
}
36% {
    margin: 0;
}
50% {
    margin-left: 0;
    margin-top: 0;
}
67.5% {
    margin: 0;
}
75% {
    margin-bottom: 45px;
    margin-right: 90px;
}
78.5% {
    margin-bottom: 45px;
    margin-right: 90px;
}
86% {
    margin: 0;
}
100% {
    margin: 0;
}
}

.rec_round {
    display: inline-block;
    position: relative;
    bottom: 7.5px;
    margin-left: 1px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: red;
    -webkit-animation:round 0.6s ease-in-out 0s infinite alternate;
    -moz-animation:round 0.6s ease-in-out 0s infinite alternate;
    -o-animation:round 0.6s ease-in-out 0s infinite alternate;
    animation:round 0.6s ease-in-out 0s infinite alternate;
}

@-moz-keyframes round{
    0%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}

@-webkit-keyframes round{
    0%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}

@-o-keyframes round{
    0%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}

@keyframes round{
    0%{
        opacity: 1;
    }
    75%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}


/* EMPIEZA DISPLAY*/


.preciso {
letter-spacing: -0.5px;
}
.display_wrap {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
            flex-flow: column;
	width: 37%;
	height: 200px;
    border: 6px solid black;
	border-radius: 5px;
	position: relative;
	padding: 5px;
	right: 90px;
	float: right;
	top: 85px;
    box-shadow: 2px 15px 35px 5px rgba(0, 0, 0, 0.4), 2px 4px 5px 2px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.4), 2px 4px 5px 2px rgba(0, 0, 0, 0.15) inset;
}

.display_shadow {
    border-radius: 5px;
    height: 103%;
    left: -4px;
    opacity: 0.2;
    position: absolute;
    top: -4px;
    width: 101.5%;
    z-index: 2;
background: rgba(226,226,226,1);
background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,0.5)), color-stop(51%, rgba(209,209,209,0.49)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(219,219,219,0.5) 50%, rgba(209,209,209,0.49) 51%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=1 );

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,0.49)), color-stop(51%, rgba(255,255,255,0.49)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

background: rgba(239,197,202,1);
background: -moz-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(239,197,202,1)), color-stop(50%, rgba(210,75,90,1)), color-stop(51%, rgba(186,39,55,1)), color-stop(100%, rgba(241,142,153,1)));
background: -webkit-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -o-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
background: linear-gradient(135deg, rgba(239,197,202,1) 0%, rgba(210,75,90,1) 50%, rgba(186,39,55,1) 51%, rgba(241,142,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99', GradientType=1 );

background: rgba(216,226,208,1);
background: -moz-linear-gradient(-45deg, rgba(216,226,208,1) 0%, rgba(142,170,116,1) 50%, rgba(111,141,83,1) 51%, rgba(191,211,171,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(216,226,208,1)), color-stop(50%, rgba(142,170,116,1)), color-stop(51%, rgba(111,141,83,1)), color-stop(100%, rgba(191,211,171,1)));
background: -webkit-linear-gradient(-45deg, rgba(216,226,208,1) 0%, rgba(142,170,116,1) 50%, rgba(111,141,83,1) 51%, rgba(191,211,171,1) 100%);
background: -o-linear-gradient(-45deg, rgba(216,226,208,1) 0%, rgba(142,170,116,1) 50%, rgba(111,141,83,1) 51%, rgba(191,211,171,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(216,226,208,1) 0%, rgba(142,170,116,1) 50%, rgba(111,141,83,1) 51%, rgba(191,211,171,1) 100%);
background: linear-gradient(135deg, rgba(216,226,208,1) 0%, rgba(142,170,116,1) 50%, rgba(111,141,83,1) 51%, rgba(191,211,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e2d0', endColorstr='#bfd3ab', GradientType=1 );

}

.gas {
    font-family: 'modern_dos_437_9x16regular';
    font-size: 2.5em;
    margin-left: 4px;
    margin-top: 4px;
    -webkit-flex: 0.65;
    -ms-flex: 0.65;
    flex: 0.65;
}

.gas strong{
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
}

.wrap_barra_extra_full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrap_barra_full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
    flex-flow: column;
	height: 85px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position:relative;
	bottom: 6px;
}

.wrap_barra {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 40px;
	border: 1px solid black;
}

.wrap_span{
	height: 20px;
	border: none;
    -webkit-justify-content:center;
    justify-content:center;
}

.wrap_barra_vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items:flex-end;
    align-items:flex-end;
    height: 78px;
    width: 30px;
	border: 1px solid black;
}

.medicion_vertical_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items:stretch;
    align-items:stretch;
    margin: 0 0 0 5px;
    width: 5px;
    height: 80px;
	border: none;
}

.medicion_vertical_wrap li{
    border-top: 1px solid black;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.medicion_vertical_wrap li:nth-child(4){
    border-bottom: 1px solid black;
}

@keyframes countdown{
    0%{
		opacity: 0;
    }
    0.8%{
		opacity: 0;
    }
    1.5%{
		opacity: 1;
    }
    5.8%{
		opacity: 1;
    }

    6%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@-moz-keyframes countdown{
    0%{
		opacity: 0;
    }
    0.8%{
		opacity: 0;
    }
    1.5%{
		opacity: 1;
    }
    5.8%{
		opacity: 1;
    }

    6%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@-webkit-keyframes countdown{
    0%{
		opacity: 0;
    }
    0.8%{
		opacity: 0;
    }
    1.5%{
		opacity: 1;
    }
    5.8%{
		opacity: 1;
    }

    6%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@-o-keyframes countdown{
    0%{
		opacity: 0;
    }
    0.8%{
		opacity: 0;
    }
    1.5%{
		opacity: 1;
    }
    5.8%{
		opacity: 1;
    }

    6%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes pause418{
    0%{
		opacity: 0;
    }

    68.75%{
        opacity: 0;
    }
    69%{
        opacity: 1;
    }
    98%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

@-moz-keyframes pause418{
    0%{
		opacity: 0;
    }

    68.75%{
        opacity: 0;
    }
    69%{
        opacity: 1;
    }
    98%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

@-webkit-keyframes pause418{
    0%{
		opacity: 0;
    }

    68.75%{
        opacity: 0;
    }
    69%{
        opacity: 1;
    }
    98%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

@-o-keyframes pause418{
    0%{
		opacity: 0;
    }

    68.75%{
        opacity: 0;
    }
    69%{
        opacity: 1;
    }
    98%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}

.wrap_barra_full span {
    font-family: 'modern_dos_437_9x16regular';
    font-size: 1.9em;
    position: absolute;
    bottom: -2px;
	opacity: 0;
    -o-animation: countdown 16s ease-in-out infinite;
    -webkit-animation: countdown 16s ease-in-out  infinite;
    -moz-animation: countdown 16s ease-in-out  infinite;
    animation: countdown 16s ease-in-out  infinite;
}

.wrap_barra_full span:nth-child(2) {
    -o-animation-delay: 0.733s;
    -webkit-animation-delay: 0.733s;
    -moz-animation-delay: 0.733s;
    animation-delay: 0.733s;
}

.wrap_barra_full span:nth-child(3) {
    -o-animation-delay: 1.466s;
    -webkit-animation-delay: 1.466s;
    -moz-animation-delay: 1.466s;
    animation-delay:  1.466s;
}
.wrap_barra_full span:nth-child(4) {
    -o-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.wrap_barra_full span:nth-child(5) {
    -o-animation-delay: 2.933s;
    -webkit-animation-delay: 2.933s;
    -moz-animation-delay: 2.933s;
    animation-delay: 2.933s;
}

.wrap_barra_full span:nth-child(6) {
    -o-animation-delay: 3.666s;
    -webkit-animation-delay: 3.666s;
    -moz-animation-delay: 3.666s;
    animation-delay: 3.666s;
}

.wrap_barra_full span:nth-child(7) {
    -o-animation-delay: 4.4s;
    -webkit-animation-delay: 4.4s;
    -moz-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.wrap_barra_full span:nth-child(8) {
    -o-animation-delay: 5.133s;
    -webkit-animation-delay: 5.133s;
    -moz-animation-delay: 5.133s;
    animation-delay: 5.133s;
}

.wrap_barra_full span:nth-child(9) {
    -o-animation-delay: 5.866s;
    -webkit-animation-delay: 5.866s;
    -moz-animation-delay: 5.866s;
    animation-delay: 5.866s;
}

.wrap_barra_full span:nth-child(10) {
    -o-animation-delay: 6.6s;
    -webkit-animation-delay: 6.6s;
    -moz-animation-delay: 6.6s;
    animation-delay: 6.6s;
}

.wrap_barra_full span:nth-child(11) {
    -o-animation-delay: 7.333s;
    -webkit-animation-delay: 7.333s;
    -moz-animation-delay: 7.333s;
    animation-delay: 7.333s;
}

.wrap_barra_full span:nth-child(12) {
    -o-animation-delay: 8.066s;
    -webkit-animation-delay: 8.066s;
    -moz-animation-delay: 8.066s;
    animation-delay: 8.066s;
}

.wrap_barra_full span:nth-child(13) {
    -o-animation-delay: 8.8s;
    -webkit-animation-delay: 8.8s;
    -moz-animation-delay: 8.8s;
    animation-delay: 8.8s;
}

.wrap_barra_full span:nth-child(14) {
    -o-animation-delay: 9.533s;
    -webkit-animation-delay: 9.533s;
    -moz-animation-delay: 9.533s;
    animation-delay: 9.533s;
}

.wrap_barra_full span:nth-child(15) {
    -o-animation-delay: 10.266s;
    -webkit-animation-delay: 10.266s;
    -moz-animation-delay: 10.266s;
    animation-delay: 10.266s;
}

.wrap_barra_full span:nth-child(16) {
    -o-animation-name: pause418;
    -webkit-animation-name: pause418;
    -moz-animation-name: pause418;
    animation-name: pause418;
}

.wrap_barra_full .barra {
    -o-animation: charged 16s ease-in-out infinite;
    -webkit-animation: charged 16s ease-in-out infinite;
    -moz-animation: charged 16s ease-in-out infinite;
    animation: charged 16s ease-in-out infinite;
}

@-o-keyframes charged{
    0%{
        width: 0;
		opacity: 1;
    }
    68.75%{
        width: 70%;
		opacity: 1;
    }

    80%{
        width: 70%;
        opacity: 1;
    }
    96%{
        width: 70%;
        opacity: 1;
    }
    100%{
        width: 70%;
        opacity: 1;
    }
}

@-moz-keyframes charged{
    0%{
        width: 0;
		opacity: 1;
    }
    68.75%{
        width: 70%;
		opacity: 1;
    }

    80%{
        width: 70%;
        opacity: 1;
    }
    96%{
        width: 70%;
        opacity: 1;
    }
    100%{
        width: 70%;
        opacity: 1;
    }
}

@-webkit-keyframes charged{
    0%{
        width: 0;
		opacity: 1;
    }
    68.75%{
        width: 70%;
		opacity: 1;
    }

    80%{
        width: 70%;
        opacity: 1;
    }
    96%{
        width: 70%;
        opacity: 1;
    }
    100%{
        width: 70%;
        opacity: 1;
    }
}

@keyframes charged{
    0%{
        width: 0;
		opacity: 1;
    }
    68.75%{
        width: 70%;
		opacity: 1;
    }

    80%{
        width: 70%;
        opacity: 1;
    }
    96%{
        width: 70%;
        opacity: 1;
    }
    100%{
        width: 70%;
        opacity: 1;
    }
}


.wrap_barra_vertical .barra {
    -o-animation: charged2 30s ease-in-out infinite;
    -webkit-animation: charged2 30s ease-in-out infinite;
    -moz-animation: charged2 30s ease-in-out infinite;
    animation: charged2 30s ease-in-out infinite;
}

@-o-keyframes charged2{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 75%;
		opacity: 1;
    }

    80%{
        height: 75%;
        opacity: 1;
    }
    99%{
        height: 75%;
        opacity: 1;
    }
    100%{
        height: 75%;
        opacity: 0;
    }
}

@-moz-keyframes charged2{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 75%;
		opacity: 1;
    }

    80%{
        height: 75%;
        opacity: 1;
    }
    99%{
        height: 75%;
        opacity: 1;
    }
    100%{
        height: 75%;
        opacity: 0;
    }
}

@-webkit-keyframes charged2{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 75%;
		opacity: 1;
    }

    80%{
        height: 75%;
        opacity: 1;
    }
    99%{
        height: 75%;
        opacity: 1;
    }
    100%{
        height: 75%;
        opacity: 0;
    }
}

@keyframes charged2{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 75%;
		opacity: 1;
    }

    80%{
        height: 75%;
        opacity: 1;
    }
    99%{
        height: 75%;
        opacity: 1;
    }
    100%{
        height: 75%;
        opacity: 0;
    }
}

.barra {
    background: black none repeat scroll 0 0;
    height: 36px;
    margin: 2px;
    width: 0;
}

.wrap_barra_vertical .barra {
    background: black none repeat scroll 0 0;
    height: 0;
    margin: 2px;
    width: 26px;
}
.wrap_datos{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    margin-bottom: 20px;
}

.wrap_datos li{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrap_datos li:nth-child(4){
    border-right: 1px solid black;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.datos{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
	height: 95%;
}

.wrap_datos .datos img{
	width: 15%;
}

.wrap_datos .datos:nth-child(1) img{
	width: 25%;
}

.wrap_datos .datos:nth-child(2) img{
	width: 60%;
}

.wrap_datos .datos:nth-child(3) img{
	width: 45%;
}

.datos ul{
    width: 60%;
	height: 55%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items:flex-end;
    align-items:flex-end;
    -webkit-justify-content:center;
    justify-content:center;
    padding: 2px 6px;
	border-bottom: 1px solid black;

}

.datos ul li{
    background: black;
	border: none;
	height: 0;
	margin: 0 1px;
    -o-animation: charged3 2s ease-in-out infinite alternate;
    -webkit-animation: charged3 2s ease-in-out infinite alternate;
    -moz-animation: charged3 2s ease-in-out infinite alternate;
    animation: charged3 2s ease-in-out infinite alternate;
}


.datos ul li:nth-child(2){
    -o-animation-name: charged4;
    -webkit-animation-name: charged4;
    -moz-animation-name: charged4;
    animation-name: charged4;
}

.datos ul li:nth-child(3){
    -o-animation-name: charged5;
    -webkit-animation-name: charged5;
    -moz-animation-name: charged5;
    animation-name: charged5;

}

.datos ul li:nth-child(4){
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-animation-name: charged4;
    -webkit-animation-name: charged4;
    -moz-animation-name: charged4;
    animation-name: charged4;
	border: none;
}

@-o-keyframes charged3{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 100%;
		opacity: 1;
    }
    80%{
        height: 100%;
        opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-moz-keyframes charged3{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 100%;
		opacity: 1;
    }
    80%{
        height: 100%;
        opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes charged3{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 100%;
		opacity: 1;
    }
    80%{
        height: 100%;
        opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@keyframes charged3{
    0%{
        height: 0;
		opacity: 1;
    }
    70%{
        height: 100%;
		opacity: 1;
    }
    80%{
        height: 100%;
        opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-o-keyframes charged4{
    0%{
        height: 0;
		opacity: 1;
    }
    15%{
        height: 0;
		opacity: 1;
    }
    85%{
        height: 100%;
		opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-moz-keyframes charged4{
    0%{
        height: 0;
		opacity: 1;
    }
    15%{
        height: 0;
		opacity: 1;
    }
    85%{
        height: 100%;
		opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes charged4{
    0%{
        height: 0;
		opacity: 1;
    }
    15%{
        height: 0;
		opacity: 1;
    }
    85%{
        height: 100%;
		opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@keyframes charged4{
    0%{
        height: 0;
		opacity: 1;
    }
    15%{
        height: 0;
		opacity: 1;
    }
    85%{
        height: 100%;
		opacity: 1;
    }
    99%{
        height: 100%;
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-o-keyframes charged5{
    0%{
        height: 0;
		opacity: 1;
    }
    30%{
        height: 0;
		opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-moz-keyframes charged5{
    0%{
        height: 0;
		opacity: 1;
    }
    30%{
        height: 0;
		opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes charged5{
    0%{
        height: 0;
		opacity: 1;
    }
    30%{
        height: 0;
		opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

@keyframes charged5{
    0%{
        height: 0;
		opacity: 1;
    }
    30%{
        height: 0;
		opacity: 1;
    }
    99%{
        opacity: 1;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}

.datos span{
    font-family: 'modern_dos_437_9x16regular';
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 3px 5px 0 10px;
    position: relative;
	text-align: center;
}

.medicion_wrap{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
}

.medicion_wrap li{
    border-left: 1px solid black;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.medicion_wrap li:nth-child(10){
    border-right: 1px solid black;
}

/* ACABA DISPLAY*/



@-moz-keyframes AnimAsp{
    0%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
	}
	33%{
	    -webkit-transform:translate3d(-10px,20px,0);
		-moz-transform:translate3d(-10px,20px,0);
		-ms-transform:translate3d(-10px,20px,0);
		-o-transform:translate3d(-10px,20px,0);
		transform:scale(-10px,20px,0)
	}
	66%{
	    -webkit-transform:translate3d(25px,-5px,0);
	    -moz-transform:translate3d(25px,-5px,0);
	    -ms-transform:translate3d(25px,-5px,0);
	    -o-transform:translate3d(25px,-5px,0);
	    transform:scale(25px,-5px,0)
	}
	100%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
		}
}



@-webkit-keyframes AnimBub{
    0%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
	}
	33%{
	    -webkit-transform:translate3d(-10px,20px,0);
		-moz-transform:translate3d(-10px,20px,0);
		-ms-transform:translate3d(-10px,20px,0);
		-o-transform:translate3d(-10px,20px,0);
		transform:scale(-10px,20px,0)
	}
	66%{
	    -webkit-transform:translate3d(-5px,-20px,0);
	    -moz-transform:translate3d(-5px,-20px,0);
	    -ms-transform:translate3d(-5px,-20px,0);
	    -o-transform:translate3d(-5px,-20px,0);
	    transform:scale(-5px,-20px,0)
	}
	100%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
		}
}

@-moz-keyframes AnimBub{
    0%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
	}
	33%{
	    -webkit-transform:translate3d(-10px,20px,0);
		-moz-transform:translate3d(-10px,20px,0);
		-ms-transform:translate3d(-10px,20px,0);
		-o-transform:translate3d(-10px,20px,0);
		transform:scale(-10px,20px,0)
	}
	66%{
	    -webkit-transform:translate3d(-5px,-20px,0);
	    -moz-transform:translate3d(-5px,-20px,0);
	    -ms-transform:translate3d(-5px,-20px,0);
	    -o-transform:translate3d(-5px,-20px,0);
	    transform:scale(-5px,-20px,0)
	}
	100%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
		}
}

@-o-keyframes AnimBub{
    0%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
	}
	33%{
	    -webkit-transform:translate3d(-10px,20px,0);
		-moz-transform:translate3d(-10px,20px,0);
		-ms-transform:translate3d(-10px,20px,0);
		-o-transform:translate3d(-10px,20px,0);
		transform:scale(-10px,20px,0)
	}
	66%{
	    -webkit-transform:translate3d(-5px,-20px,0);
	    -moz-transform:translate3d(-5px,-20px,0);
	    -ms-transform:translate3d(-5px,-20px,0);
	    -o-transform:translate3d(-5px,-20px,0);
	    transform:scale(-5px,-20px,0)
	}
	100%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
		}
}

@keyframes AnimBub{
    0%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
	}
	33%{
	    -webkit-transform:translate3d(-10px,20px,0);
		-moz-transform:translate3d(-10px,20px,0);
		-ms-transform:translate3d(-10px,20px,0);
		-o-transform:translate3d(-10px,20px,0);
		transform:scale(-10px,20px,0)
	}
	66%{
	    -webkit-transform:translate3d(-5px,-20px,0);
	    -moz-transform:translate3d(-5px,-20px,0);
	    -ms-transform:translate3d(-5px,-20px,0);
	    -o-transform:translate3d(-5px,-20px,0);
	    transform:scale(-5px,-20px,0)
	}
	100%{
	    -webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		-o-transform:translate3d(0,0,0);
		transform:scale(0,0,0)
		}
}

.videoweb {
	height: 150%;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
    top: -50%;
    width: 100%;
    position: absolute;
}

.photo {
    background-size: cover;
    -webkit-background-size: cover  !important;
    background-repeat: no-repeat;
	background-attachment: fixed;
    height: 650px;
    position: relative;
	z-index: 1500;
	overflow:hidden;
}

.summer {
	/*background-image: url(../img/foto_home_ok_heigh16_9503.jpg);*/
    background-size: auto;
    -webkit-background-size: auto !important;
    /*filter: url('/media/blur.svg#blur');
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);*/
}

.autumn {
	background: #7d7d7d\9
}
.autumn {
	background-color: #1a1a1a;
    background-image: url(../img/localizacion_high3.jpg);
}
.winter {
    background-image: url(../img/reparacion_fondo6508.jpg);
    background-size: auto;
    -webkit-background-size: auto !important;
}

.tuberiasbg {
    background-image: url(../img/tuberias650.jpg);
    background-size: auto;
    -webkit-background-size: auto !important;
	background-color: #000000;
}

.otros_servicios{
    background-image: url(../img/otros_servicios650.jpg);
    background-size: auto;
    -webkit-background-size: auto !important;
	background-color: #c2c0c0;
}

.fondoTuberias {
    background-color: #1A1A1A;
}

.punto_exacto {
    background-size: auto;
    -webkit-background-size: auto !important;
}

.punto_gas {
    background-color: #acb8a2;
}

.fondoMantenimiento {
    background-color: #1A1A1A;
    background-image: url(../img/mantenimiento15.jpg);
    background-image: url(../img/mantenimiento16.jpg);
    background-image: url(../img/mantenimiento17.jpg);
    background-image: url(../img/mantenimiento18.jpg);
    background-image: url(../img/mantenimientoface2.jpg);

}

.fondoAljibes {
    background-color: #afae9a;
    background-image: url(../img/aljibes5.jpg);
    background-image: url(../img/aljibes5-flip.jpg);
}

.fondoSalina {
    background-color: #141414;
    background-image: url(../img/sal3.jpg);
    background-image: url(../img/apartado-REFORMAS-RET.jpg);
}


.AlturaGresites{
    height: 1100px;
    background-color: #1A1A1A;
}

.AlturaNosotros{
    background-color: #1A1A1A;
    position: relative;
	overflow:hidden;
}

.fondo_contacta {
    background-attachment: fixed;
    background-color: #1A1A1A;
	background-image: url(../img/foto7.jpg);
    background-repeat: no-repeat;
    height: 1150px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover  !important;
}

.contacto{
    top: 0;
	margin-bottom: 27px;
}

.fullcontact_article{
    font-family: 'itc_avant_garde_gothic_stdemi', Century Gothic, verdana;
    color: white;
	float: left;
    width: 565px;
}

.margin_article{
    margin-bottom: 1.5em;
	margin-top: 15px;
}

.fullcontact_article a{
    color: white;
    font-size: 1.6em;
	text-shadow: 0 1.5px 0 #1a1a1a;
}

.fullcontact_article a:hover{
    text-decoration: underline;
}

.fullcontact_article p{
    font-size: 1.6em;
	text-shadow: 0 1.5px 0 #1a1a1a;
	/*width: 246px;*/
}

.fullcontact_article p img{
	-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fullcontact_article p:nth-child(7){
    display: none;
}

.redes_contact img{
	border-radius: 5px;
	background-color: #1a1a1a;
    padding: 7px 9px;
    vertical-align: middle;
	width: 27px;
}

.redes_contact img:hover{
	background-color: #106C84;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.email_article{
	margin: 15px 0;
}

.redesfull_contact{
	margin: 30px 0 0 0;
}

.siguenos{
	margin-top: 12px;
}

.redes_contact{
	margin: 15px 0 45px 0;
}

.logo_contact img{
    margin-right: 7px;
    position: relative;
    top: 4px;
    width: 28px;
}

.experiencia img{
    background-repeat: no-repeat;
	background-color: #1a1a1a;
    box-shadow: 1.5px 0.5px 2px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1.5px 0.5px 2px 0 rgba(0, 0, 0, 0.35);
    padding: 0;
	width: 80%;
    border-radius: 100%;
}

.experiencia{
	width: 40%;
	margin-bottom: 60px;
}

/*formulario nuevo*/

#formulario{
    background: #f92;
    display: block;
    width: 80px;
    position: absolute;
    top: 30px;
}

.formulario_float{
	float: right;
    margin-right: 90px;
    width: 40%;
}

form {
	width: 100%;
}

h3{
    color: white;
    font-family: 'itc_avant_garde_gothic_stdemi', Century Gothic, verdana;
    font-size: 1.6em;
	text-shadow: 0 1.5px 0 #1a1a1a;
    font-size: 1.1em\9
}

.tag_contact{
	float: left;
}

h4 {
    color: white;
    font-family: 'itc_avant_garde_gothic_stdemi', Century Gothic, verdana;
    font-size: 1.4em;
	background-color:  #1A1A1A;
	padding: 9px 20px;
	border-radius: 5px;
}

.articulo_nosotros h4{
	padding: 0;
	
}

.arterisco{
	background-color: rgba(255,255,255, 0.8);
	margin-left: 5px;
	float: left;
	border-radius: 5px;
	height: 46px;
	background: #ccecfe\9
}

.arterisco{
	height: 44px\9
}

.arterisco h4{
	background-color: transparent;
	font-size: 4em;
	color: #29abe2;
	padding: 0 13px;
    position: relative;
    bottom: 3px;
    bottom: 6px\9
}

#idiomboxfooter{
    margin-left: 90px;
	position: relative;
	top: 121px;
}

#formulariofull{
    margin-top: 0;
	width: 95%;
}
/* fin formulario nuevo*/

footer{
	background-color: black;
}

#raya {
	height: 2px;
	text-align: center;
	border-bottom:2px dashed #313131;
	display: block;
	position: relative;
	top: 30px;
}

.copyright{
    width: inherit;
	background-color: black;
    margin: 0 90px;
}

.designed{
	font-family: 'Conv_ITCAvantGardeStd-XLt',Century Gothic,verdana;
	color: white;
	text-align: center;
	padding: 3em 0;
    font-size: 0.9em\9
}

.designed a {
    font-family: 'itc_avant_garde_gothic_stdemi';
	color: white;
}

.designed .logo_zlabs {
    font-family: 'itc_avant_garde_gothic_stdemi',verdana;
}

.designed {
    line-height: 31px;
}

.designed a:hover {
	color: #29abe2;
}

.designed a:hover span {
	background-image: url(../img/logo_zlabs_blue.png);
}

.designed span {
    display: inline-block;
	width: 29px;
	height: 22px;
	background-image: url(../img/logo_zlabs.png);
	background-size: cover;
	vertical-align: middle;
	margin-right: 0.3em;
	margin-left: 0.35em;
}

.logo_barpie{
	vertical-align: middle;
	margin-right: 0.3em;
	position:relative;
	bottom: 1px;
	width: 29px;
}




/* WASSAP*/

.wassap-master{
    overflow: hidden;
}

.window-chat header{
    background: rgba(37,207,67,1);
    width: 100%;
    height: 90px;
    display: flex;
}

.window-chat h3{
    font-family: arial;
    font-weight: bold;
    text-shadow: none;
    align-self: center;
    margin-left: 75px;

}

.window-chat h3::before{
    content: "";
    display: block;
    position: absolute;
    left: 33px;
    top: 26px;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-size: 35px;
    background-repeat: no-repeat;
    background-image: url(../img/whatsapp_logo-2.png);

}

.window-chat {
    position: fixed;
    display: flex;
    width: 25px;
    height: 25px;
    bottom: 37px;
    right: 50px;
    background: white;
    background-color: #f4f7f6;
    opacity: 0;
    z-index: 10000;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    transform-origin: right bottom;
    transition: 0.25s ease-in-out;
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out, bottom 0.25s ease-in-out, right 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0s linear 0.25s;
}



.window-chat:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-image: url(../img/fondo-whatsapp-ret.jpg);
    background-size: cover;
}


.wassap-extended .window-chat {
    width: 450px;
    height: 350px;
    bottom: 15px;
    right: 25px;
    box-shadow: 6px 10px 30px 0 rgb(0 0 0 / 50%);
    opacity: 1;
    transition: all 0.25s ease-in-out;
    transition: all 0.22s ease-in-out;
    transition: width 0.22s ease-in-out, height 0.22s ease-in-out, bottom 0.22s ease-in-out, right 0.22s ease-in-out, box-shadow 0.22s ease-in-out, opacity 0s linear;
}


.boton-x{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border: none;
    border-radius: 20px;
    background: green;
    position: absolute;
    align-self: center;
    right: 25px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    transition: all 0.15s ease-in-out;

}

.boton-x:hover{
    background: darkgreen;
    transition: all 0.15s ease-in-out;
}

.wassap-extended .boton-x{
    width: 40px;
    height: 40px;
    transition: all 0.25s ease-in-out;
}

.boton-x:before, .boton-x:after{
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: white;
    border-radius: 2px;
    transition: all .4s ease-in-out;
}

.wassap-extended .boton-x:before, .wassap-extended .boton-x:after{

    display: block;
}

.boton-x:before{
    transform: rotate(45deg);
}

.boton-x:after{
    transform: rotate(-45deg);
}

.boton-x:hover:before{
    transform: rotate(315deg);
    transition: all .4s ease-in-out;
}

.boton-x:hover:after{
    transform: rotate(225deg);
    transition: all .4s ease-in-out;
}


.wassap-message{
    font-size: 20px;
    font-family: helvetica;
    align-self: center;
    position: absolute;
    left: 40px;
    padding: 20px 50px 20px 20px;
    border-radius: 20px;
    background-color: #c8fac2;
    margin-top: 90px;
    transform-origin: left bottom;
    opacity: 0;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.25));
    filter: drop-shadow(0.5px 1px 2px rgba(0,0,0,.2));
    transition: all 0.3s ease-in-out;
}

.wassap-extended .wassap-message{
    /*transform: scale(1);*/
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0.75s;
}

.wassap-message:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: -3px;
    width: 5px;
    height: 5px;
    background: inherit;
    transform: scale(7);
    -webkit-clip-path: path("M2.49,1.37a3.54,3.54,0,0,1-1,1.76,3.2,3.2,0,0,1-.72.55,4,4,0,0,1-.42.2C.27,3.94.1,4,0,4.12s.07.27.2.34A5,5,0,0,0,2.08,5a3.1,3.1,0,0,0,2.31-.47A3,3,0,0,0,4.86,1.7C4.67,1,4.14.12,3.32.17c-.39,0-.59.37-.7.71A3.92,3.92,0,0,0,2.49,1.37Z");
    clip-path: path("M2.49,1.37a3.54,3.54,0,0,1-1,1.76,3.2,3.2,0,0,1-.72.55,4,4,0,0,1-.42.2C.27,3.94.1,4,0,4.12s.07.27.2.34A5,5,0,0,0,2.08,5a3.1,3.1,0,0,0,2.31-.47A3,3,0,0,0,4.86,1.7C4.67,1,4.14.12,3.32.17c-.39,0-.59.37-.7.71A3.92,3.92,0,0,0,2.49,1.37Z");
}

.double-check{
    
    width: 210px;
    position: absolute;
    margin-left: 5px;
    bottom: 24px;
}


.cls-1{
    fill:none;
    stroke:grey;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:0.76px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: all 0.25s ease-in-out;
}

.wassap-extended .cls-1{
    stroke:#5daefd;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2s ease-in-out 1.5s, stroke .1s ease-in-out 2.25s;
}

.wassap-extended .cls-1:nth-child(2){
    transition: stroke-dashoffset 2.5s ease-in-out 1.7s, stroke .1s ease-in-out 2.5s;
}
.chat{
    font-family: 'itc_avant_garde_gothic_stdemi';
    font-size: 20px;
    white-space: nowrap;
    color: white;
    position: absolute;
    align-self: center;
    overflow: hidden;
    width: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    text-align: center;
}

.wassap-extended .chat{
    width: 110px;
    width: 100%;
    /*left: 39px;*/
    opacity: 1;
    transition: all 0.25s ease-in-out;

}

.chat:after{
    content: "Abrir chat";
    position: absolute;
    width: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

.chat-ale:after{
  content: "Öffnen chat";  
}

.chat-en:after{
  content: "Open chat";  
}

.wassap-extended .chat:after{
    opacity: 1;  
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(37,207,67,0) 0%, #25ae3e 40%, #25ae3e 60%, rgba(37,207,67,0) 100%);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: AnimationName 3.5s ease reverse infinite;
    -moz-animation: AnimationName 3.5s ease reverse infinite;
    animation: AnimationName 3.5s ease reverse infinite;
    transition: all 0.25s ease-in-out;
}


@keyframes AnimationName {
    0%{background-position:150% 150%}
    100%{background-position:-50% -50%}
}

@-moz-keyframes AnimationName {
    0%{background-position:150% 150%}
    100%{background-position:-50% -50%}
}

@-webkit-keyframes AnimationName {
    0%{background-position:150% 150%}
    100%{background-position:-50% -50%}
}


.fly-paper-wrap, .wassap-animation-wrap, .wassap-animation-circle-wrap, .wassap-fly-relleno-wrap, .wassap-line-wrap{
    position: absolute;
    right: 5px;
    width: 45px;
    height: 45px;
    align-self: center;
}

.fly-paper{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:none;
    stroke:#FFFFFF;
    stroke-width:4.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.wassap-extended .fly-paper{
    animation:fly-paper 4s infinite;
    -moz-animation:fly-paper 4s infinite;
    -webkit-animation:fly-paper 4s infinite;
}


@keyframes fly-paper{
    0%{    
        stroke-dashoffset: 1000;
    }
    5%{    
        stroke-dashoffset: 1000;
    }
    35%{    
        stroke-dashoffset: 0;
    }
    50%{    
        stroke-dashoffset: 1000;
    }
    100%{    
        stroke-dashoffset: 1000;
    }
}

.wassap-animation-circle-wrap{
    right: 5px;
    width: 45px;
    height: 45px;
}

.wassap-animation-circle{
    fill:none;
    stroke:white;
    stroke-width:4.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
}

.wassap-extended .wassap-animation-circle{
    animation:wassap-animation-circle 4s infinite;
    -moz-animation:wassap-animation-circle 4s infinite;
    -webkit-animation:wassap-animation-circle 4s infinite;
}

/*@keyframes wassap-animation-circle{
    0%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
    50%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
    70%{    
        fill:rgba(255,255,255,1);
    }
    75%{    
        stroke-dashoffset: 0;
        fill:rgba(255,255,255,1);
    }
    80%{    
    }
    100%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
}*/

@keyframes wassap-animation-circle{
    0%{ 
         stroke-dashoffset: 1000;
        fill:rgba(255,255,255,0);
    }
    50%{    
        stroke-dashoffset: 1000;
        fill:rgba(255,255,255,0);
    }
    58%{    
        fill:rgba(255,255,255,0);
    }
    60%{    
        fill:rgba(255,255,255,1);
    }
    75%{    
        stroke-dashoffset: 0;
    }
    85%{  
    fill:rgba(255,255,255,1);  
    }
    87%{  
    fill:rgba(255,255,255,0);  
    }
    100%{    
        stroke-dashoffset: 1000;
        fill:rgba(255,255,255,0);
    }
}
.wassap-fly-relleno-wrap{
    right: 1.5px;
    width: 50px;
    height: 50px;
}

.wassap-fly-relleno{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:none;
    stroke: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
}

.wassap-extended .wassap-fly-relleno{
    animation:wassap-animation-relleno 4s infinite;
    -moz-animation:wassap-animation-relleno 4s infinite;
    -webkit-animation:wassap-animation-relleno 4s infinite;
}

@keyframes wassap-animation-relleno{
    0%{    
        stroke-dashoffset: 1000;
        fill:rgba(37,207,67,0); 
        
    }
    50%{    
        stroke-dashoffset: 1000;
    }
    58%{    
        fill:rgba(37,207,67,0); 
    }
    60%{    
        fill:rgba(37,207,67,1);
    }
    75%{    
        stroke-dashoffset: 0;

    }
    85%{ 
        fill:rgba(37,207,67,1);   
    }
    87%{ 
        fill:rgba(37,207,67,0);   
    }
    100%{    
        stroke-dashoffset: 1000;
        fill:rgba(37,207,67,0); 
    }
}
/*
@keyframes wassap-animation-relleno{
    0%{    
        stroke-dashoffset: 1000;
        fill:none;
        
    }
    50%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
    70%{    
        fill:rgba(37,207,67,1);
    }
    75%{    
        stroke-dashoffset: 0;

    }
    77%{ 
        fill:rgba(37,207,67,1);   
    }
    79%{ 
        fill:rgba(37,207,67,0);   
    }
    100%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
}*/
/*
@keyframes wassap-animation-relleno{
    0%{    
        stroke-dashoffset: 1000;
        fill:none;
        
    }
    50%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
    70%{    
        fill:rgba(37,207,67,1);
    }
    75%{    
        stroke-dashoffset: 0;
        fill:rgba(37,207,67,1);
    }
    80%{    
    }
    100%{    
        stroke-dashoffset: 1000;
        fill:none;
    }
}*/


.wassap-line-wrap{
    transition: right 0.25s ease-in-out, opacity 0.15s ease-in-out;
    opacity: 0;

}

.wassap-extended .wassap-line-wrap{
    right: 265px;
    opacity: 1;
    transition: all 0.25s ease-in-out;

}

.wassap-line{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:none;
    stroke:white;
    stroke-width:4;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
/*ANIMACIÓN LOGO WASSAP SIN TELÉFONO DENTRO
.wassap-animation-wrap{
    right: 9px;
    width: 36px;
    height: 36px;
}


.wassap-animation{
    fill:none;
    stroke:#FFFFFF;
    stroke-width:6;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
}

.wassap-extended .wassap-animation{
    animation:wassap-animation 4s infinite;
    -moz-animation:wassap-animation 4s infinite;
    -webkit-animation:wassap-animation 4s infinite;
}


@keyframes wassap-animation{
    0%{    
        stroke-dashoffset: 1000;
    }
    50%{    
        stroke-dashoffset: 1000;
    }
    75%{    
        stroke-dashoffset: 0;
    }
    100%{    
        stroke-dashoffset: 1000;
    }
}*/

.wassap-wrap{
    cursor: pointer;
}

.wassap-logo{
    display: flex;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10000;
    width: 55px;
    height: 55px;
    background-color: rgba(37,207,67,1);
    border-radius: 55px;
    transform: scale(0);
    transform-origin: right center;
    transition: all 0.25s ease-in-out;
    transition: all 0.15s ease-in-out;
    transition: width 0.15s ease-in-out, transform 0s linear 0.15s;
}


 /*.wassap-wrap .wassap-logo:nth-child(1){
   background-image: linear-gradient(0deg, rgba(37,207,67,1) 0%, rgba(37,207,67,1) 16%, rgba(97,253,125,1) 100%);*/
    /*background-color: rgba(37,207,67,1);
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}*/

.wassap-extended .wassap-logo:nth-child(1){
    background-size: 200px;
    width: 200px;
    width: 322px;
    transform: scale(1.3);
    background-color: rgba(37,207,67,1);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
    transition: width 0.25s ease-in-out, transform 0s linear;

}

.wassap-extended .wassap-logo:nth-child(1):hover{
    /*background-color: rgba(124,249,134,1);*/
    transition: all 0.25s ease-in-out;
}

/*.wassap-wrap .wassap-logo:nth-child(1)::before{
    content: "";
    display: block;
    border-radius: 50px;
    margin: 0 auto;
    align-self: center;
    width: 0;
    height: 0;
    transform-origin: right bottom;
    transition: all 0.25s ease-in-out;
}

.wassap-extended .wassap-logo:nth-child(1)::before{
    content: "";
    display: block;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50px;
    width: 200px;
    height: 40px;
    transition: all 0.25s ease-in-out;
}*/

.wassap-wrap .wassap-logo:nth-child(2){
    background-color: rgba(37,207,67,1);
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    cursor: pointer;
    transform: scale(0);
    overflow: hidden;
    transition: all 0.15s ease-in-out;
}

.wassap-extended .wassap-logo:nth-child(2){
    z-index: 999;
}

.wassap-wrap .wassap-logo:nth-child(2)::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-position: center center;
    background-size: 36px;
    background-repeat: no-repeat;
    background-image: url(../img/whatsapp_logo-2.png);
}

.wassap-wrap .wassap-logo:nth-child(2)::before{
    content: "1";
    display: block;
    position: absolute;
    transform: scale(0);
    top: -4px;
    right: -1px;
    top: -6px;
    right: -2px;
    width: 22px;
    height: 22px;
    background: red;
    border-radius: 22px;
    color: white;
    text-align: center;
    line-height: 20px;
    font-family: helvetica;
}

.wassap-extended .wassap-wrap .wassap-logo:nth-child(2)::before{
    display: none;
}

/*.wassap-extended  .wassap-logo:nth-child(2){
    background-image: url(../img/fly-paper.png);
    transition: all 0.25s ease-in-out 1.35s;
}*/


.wassap-wrap .wassap-logo:nth-child(2).wassap-appear{
    /*transform: scale(1.3);
    transform-origin: right center;
    transition: transform-origin 0s linear 1.85s, transform 0s linear 1.85s;*/
    right: 48px;
    animation: wassap-appear 1s 1 1.5s forwards;


}

@keyframes wassap-appear{
    0%{
        transform: scale(0);
        bottom: 250px;
        opacity: 1;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }
    7.5%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }

    15%{
        transform: scale(1.3, 1.3);
        bottom: 40px;       
        transition-timing-function: ease-in-out;
    }
    20%{
        transform: scale(1.5, 1.3);
        bottom: 40px;        
        transition-timing-function: ease-in-out;
    }
    35%{
        transform: scale(1.3, 1.5);
        bottom: 150px;    
        transition-timing-function: ease-in-out;
    }
    50%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    53%{
        transform: scale(1.5, 1.3);
        bottom: 40px;    
        transition-timing-function: ease-in-out;
    }
    60%{
        transform: scale(1.3, 1.5);
        bottom: 80px; 
        transition-timing-function: ease-in-out;
    }
    85%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    92.5%{
        transform: scale(1.35, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
    }

    100%{
        transform: scale(1.3, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }   
}
/*

@keyframes wassap-appear{
    0%{
        transform: scale(0);
        bottom: 250px;
        opacity: 0;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }
    5%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }

    10%{
        transform: scale(1.3, 1.3);
        bottom: 40px;       
        transition-timing-function: ease-in-out;
    }
    15%{
        transform: scale(1.5, 1.3);
        bottom: 40px;        
        transition-timing-function: ease-in-out;
    }
    30%{
        transform: scale(1.3, 1.5);
        bottom: 150px;    
        transition-timing-function: ease-in-out;
    }
    50%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    53%{
        transform: scale(1.5, 1.3);
        bottom: 40px;    
        transition-timing-function: ease-in-out;
    }
    60%{
        transform: scale(1.3, 1.5);
        bottom: 80px; 
        transition-timing-function: ease-in-out;
    }
    85%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    92.5%{
        transform: scale(1.35, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
    }

    100%{
        transform: scale(1.3, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }   
}*/

/*@keyframes wassap-appear{
    0%{
        transform: scale(0) translateY(200px);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }
    25%{
        transform: scale(1.5) translateY(-50px);
        transition-timing-function: ease-in-out;
    }
    60%{
        transform: scale(1) translateY(0px);
        transition-timing-function: ease-in-out;
    }
    80%{
        transform: scale(1.5) translateY(-50px);
        transition-timing-function: ease-in-out;
    }
    100%{
        transform: scale(1.3)  translateY(0);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }   
}*/

/*@keyframes wassap-appear{
    0%{
        transform: scale(0);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }
    30%{
        transform: scale(1.5);
        transition-timing-function: ease-in-out;
    }
    60%{
        transform: scale(1);
        transition-timing-function: ease-in-out;
    }
    100%{
        transform: scale(1.3)  translateY(0);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }   
}*/
/*
@keyframes wassap-appear{
    0%{
        transform: scale(0);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }
    30%{
        transform: scale(1.8);
        transition-timing-function: ease-in-out;
    }
    55%{
        transform: scale(1);
        transition-timing-function: ease-in-out;
    }
    80%{
        transform: scale(1.5);
        transition-timing-function: ease-in-out;
    }
    100%{
        transform: scale(1.3)  translateY(0);
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }   
}*/

/*@keyframes wassap-appear{
    0%{
        transform: scale(0);
        bottom: 200px;
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }
    20%{
        transform: scale(1.3, 1.3);
        bottom: 40px;       
        transition-timing-function: ease-in-out;
    }
    21%{
        transform: scale(1.65, 1.3);
        bottom: 40px;        
        transition-timing-function: ease-in-out;
    }
    40%{
        transform: scale(1.3, 1.3);
        bottom: 150px;    
        transition-timing-function: ease-in-out;
    }
    65%{
        transform: scale(1.5, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    66%{
        transform: scale(1.5, 1.3);
        bottom: 40px;    
        transition-timing-function: ease-in-out;
    }
    75%{
        transform: scale(1.3, 1.3);
        bottom: 80px; 
        transition-timing-function: ease-in-out;
    }
    90%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    91%{
        transform: scale(1.5, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    95%{
        transform: scale(1.3, 1.3);
        bottom: 65px; 
        transition-timing-function: ease-in-out;
    }
    100%{
        transform: scale(1.3, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
        transform-origin: center bottom;
    }   
}*/
/*
@keyframes wassap-appear{
    0%{
        transform: scale(0);
        bottom: 250px;
        opacity: 0;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }
    7.5%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }

    15%{
        transform: scale(1.3, 1.3);
        bottom: 40px;       
        transition-timing-function: ease-in-out;
    }
    20%{
        transform: scale(1.5, 1.3);
        bottom: 40px;        
        transition-timing-function: ease-in-out;
    }
    32.5%{
        transform: scale(1.3, 1.5);
        bottom: 200px;    
        transition-timing-function: ease-in-out;
    }
    50%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    55%{
        transform: scale(1.5, 1.3);
        bottom: 40px;    
        transition-timing-function: ease-in-out;
    }
    65%{
        transform: scale(1.3, 1.5);
        bottom: 100px; 
        transition-timing-function: ease-in-out;
    }
    80%{
        transform: scale(1.3, 1.3);
        bottom: 40px; 
        transition-timing-function: ease-in-out;
    }
    90%{
        transform: scale(1.4, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
    }

    100%{
        transform: scale(1.3, 1.3);
        bottom: 40px;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }   
}*/

.wassap-wrap .wassap-logo:nth-child(2):hover{
    background-color: darkgreen;
    overflow: visible;
    transition: all 1s ease-in-out;
}

.ayuda{
    position: absolute;
    font-family: 'ITC Avant Garde Gothic Std Book';
    right: 65px;
    display: inline-block;
    white-space: nowrap;
    top: 15px;
    background: white;
    padding: 5px 12px 4px 12px;
    border-radius: 12px;
    color: black;
    font-size: 12.5px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    opacity: 0;
    transition: all .2s ease-in-out;
}

.wassap-wrap .wassap-logo:nth-child(2):hover .ayuda{
    /*top: 15px;*/
    opacity: 1;
    transition: all .2s ease-in-out;
}

.wassap-extended .ayuda{
    display: none;
}

.play{
    position: absolute;
    opacity: 0;
}


.ayuda::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 5px 0 5px 8px;
    border-left-color: #fff;
}


/*.sombra-wassap{
    background-image: url(../img/logo-whatsapp-sombra.svg);
    filter: blur(7px);
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    bottom: 36px;
    right: 39px;
    opacity: 1;
    transform: scale(1.2);

}*/


/* MEDIA QUERIES WASSAP*/

@media screen and (max-width: 1200px) /*and (orientation: portrait)*/{


.window-chat{
    left: 50px;
    /*left: 25px;*/
    transform-origin: left bottom;
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out, bottom 0.25s ease-in-out, right 0.25s ease-in-out, left 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0s linear 0.25s;
}

.wassap-extended .window-chat{
    height: 300px;
    left: 25px;
    /* left: 0;
    width: 100%;*/
    bottom: 5px;
    transition: width 0.22s ease-in-out, height 0.22s ease-in-out, bottom 0.22s ease-in-out, right 0.22s ease-in-out, left 0.22s ease-in-out, box-shadow 0.22s ease-in-out, opacity 0s linear;
}

.wassap-logo{
    width: 65px;
    height: 65px;
    width: 60px;
    height: 60px;
    left: 40px;
    /*left: 15px;*/
    bottom: 20px;
    /*left: unset;
    right: unset;
    margin: 0 4%;*/
    transform-origin: left center;
}

.wassap-wrap .wassap-logo:nth-child(2) {
    overflow: visible;
}

.wassap-wrap .wassap-logo:nth-child(2)::after {
    width: 65px;
    height: 65px;
    background-size: 43px;
    width: 60px;
    height: 60px;
    background-size: 39px;
}

.wassap-wrap .wassap-logo:nth-child(2).wassap-appear {
    right: unset;
}

.wassap-extended .wassap-logo:nth-child(1){
    width: 421px;
    transform: scale(1);
}

.chat{
    font-size: 25px;
}

.fly-paper-wrap, .wassap-animation-wrap, .wassap-animation-circle-wrap, .wassap-fly-relleno-wrap, .wassap-line-wrap {
    width: 55px;
    height: 55px;
}

.wassap-fly-relleno-wrap {
    width: 60px;
    height: 60px;
}

.wassap-line-wrap {
    width: 65px;
    height: 45px;
}

.wassap-animation-circle-wrap {}

/*.wassap-wrap .wassap-logo:nth-child(2).wassap-appear{
    left: 48px;
    left: 23px;
}*/

@keyframes wassap-appear{
    0%{
        transform: scale(0);
        bottom: 235px;
        opacity: 1;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }
    7.5%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }

    15%{
        transform: scale(1, 1);
        bottom: 20px;       
        transition-timing-function: ease-in-out;
    }
    20%{
        transform: scale(1.2, 1);
        bottom: 20px;        
        transition-timing-function: ease-in-out;
    }
    35%{
        transform: scale(1, 1.2);
        bottom: 135px;    
        transition-timing-function: ease-in-out;
    }
    50%{
        transform: scale(1, 1);
        bottom: 20px; 
        transition-timing-function: ease-in-out;
    }
    53%{
        transform: scale(1.2, 1);
        bottom: 20px;    
        transition-timing-function: ease-in-out;
    }
    60%{
        transform: scale(1, 1.2);
        bottom: 65px; 
        transition-timing-function: ease-in-out;
    }
    85%{
        transform: scale(1, 1);
        bottom: 20px; 
        transition-timing-function: ease-in-out;
    }
    92.5%{
        transform: scale(1.05, 1);
        bottom: 20px;
        transition-timing-function: ease-in-out;
    }

    100%{
        transform: scale(1, 1);
        bottom: 20px;
        transition-timing-function: ease-in-out;
        transform-origin: center center;
    }   
}

.ayuda{
    left: 75px;
    right: unset;
    top: 22px;
    top: 16px;
    font-size: 15px;
    animation:ayuda-appear 4.5s 1 3s forwards;
}

.wassap-wrap .wassap-logo:nth-child(2):hover .ayuda{
   opacity: 0; 
}

@keyframes ayuda-appear{
    0%{
        opacity: 0;
        transition-timing-function: ease-in-out;
    }
    45%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }
    75%{
        opacity: 1;
        transition-timing-function: ease-in-out;
    }
    100%{
        opacity: 0;
        transition-timing-function: ease-in-out;
    }
}

.ayuda:after{
    left: 2px;
    transform: rotateY(180deg);
    transform-origin: left;
    top: 8px;
}

.wassap-wrap .wassap-logo:nth-child(2)::before{
    animation: notification-appear .3s 1 7.5s forwards;
}

@keyframes notification-appear{
    0%{
        transform: scale(0);
        transition-timing-function: ease-in-out;
    }
    100%{
        transform: scale(1);
        transition-timing-function: ease-in-out;
    }

}

.wassap-line-wrap {
    transition: all 0.25s ease-in-out;
    right: unset;
    left: 0;
    background: rgba(37,207,67,1);
    border-radius: 20px;
    width: 55px;
}

.wassap-message {
    font-size: 17px;
    left: 30px;
    padding: 20px 40px 20px 20px;
}

.window-chat header {
    height: 70px;
}

.window-chat h3 {
    font-size: 25px;
}

.window-chat h3::before {
    top: 16px;
}

.boton-x {
    transform: scale(.85);
}

.wassap-extended .wassap-message {
    margin-top: -7px;
}
}


@media screen and (max-width: 600px){

.wassap-extended .window-chat{
    width: 100%;
    left: 0;
    bottom: 0;
}

.wassap-logo{
    left: unset;
    right: unset;
    margin: 0 4%;
}

.wassap-extended .wassap-logo:nth-child(1){
    width: 92%;
}
}

/*

.window-chat{
    width: 0;
    height: 0;
}

.wassap-logo{
    transform: scale(0);
}




/* PREFIJOS PARA NAVEGADORES
@-moz-document url-prefix() {li.telefono {margin-top: 0.3em;}}
.mac-os li.telefono {margin-top: 2px;}
.mac-os.safari li.telefono {margin-top: 9px;}
.mac-os.chrome li.telefono {margin-top: 5px;}*/



