*{
	padding: 0;
	margin: 0;
}
html{
	height: 100%;
	width: 100%;
}

@font-face{
    font-family: gind;
    src: url('fonts/gind_regular.otf');	
}
/*
@page{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}*/

li {
    list-style-position: inside;
}

body{
    /*background-image: url('/img/bg_soporte_rcti.png');
    background-repeat: repeat;
    */
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
    margin: 0 auto;
    font-weight: normal;
    
}

canvas{
	padding: 0;
	margin: 0;
}

a{
    text-decoration: none;
}

p{ 
    display: block;
    clear: both;
}

#banner{
	width: 100%;
	margin: 0 auto;
	max-width: 1024px;
    overflow: hidden;
}

.container{
    display: block;
    width: 100%;
	background-color: #152138; /**152138*/
    color: white;
    padding: 0;
    margin: 0;
}

.sub_container{
    display: block;
	width: 100%;
    max-width: 1024px;
    height: auto;
	margin: 0 auto;
    text-align: left;
}

.sub_container > h2{
    background: #fff;
    color:#000;
    padding: 5px;
}

.topnav {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: right;
}

.topnav span {
    display: inline-block;
    text-align: center;
    /*padding: 16px;*/
    height: 64px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    font-size: 18px;
}

.topnav span img{
    position: absolute;
    vertical-align: middle;
    height: 128px;
    width: 128px;
    z-index: 2;
}

.topnav div{
    float: left;
    height: 64px;
}

.topnav div img{
    float: left;
    height: 100%;
    vertical-align: middle;
    margin-left: 16px;
}

.topnav div span{
    float: left;
    vertical-align: middle;
    margin-left: 16px;
    text-decoration: none;
    font-size: 32px;
    font-weight: bolder;
    line-height: 64px;
}


.topnav h2 {
    display:inline;
    text-align: right;
}

.topnav a{
    display: inline-block;
    color: #fff;
    margin-left: 16px;
    margin-right: 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
    line-height: 64px;
}

.topnav a img{
    width: 32px;
    float:right;
    filter: invert();
}

.topnav a:hover {
    
    filter: invert(100%);
    
    border-radius: 5px;
    animation:animatebtn_zumbido 0.4s infinite alternate;
}

@keyframes animatebtn_zumbido{
    from{transform: rotate(-5deg);} 
    to{transform: rotate(5deg);}
}

@keyframes animatebtn_zumbido_2{
    from{transform: rotate(-1deg);} 
    to{transform: rotate(1deg);}
}


.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}

#top_btn {
    display:    none; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     48px; /* Place the button at the bottom of the page */
    right:      0; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: #fff; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 10%;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
}
#top_btn:hover {
    transform: scale(1.2);
    /*animation:animatebtn_rot 0.8s reverse;*/
}

#share_btn {
    display:    block; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     48px; /* Place the button at the bottom of the page */
    left:       0; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: #fff; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 10%;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
}

#share_btn:hover {
    transform: scale(1.2);
    /*animation:animatebtn_rot 0.8s infinite;*/
}


#share_btn_f {
    display:    none; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     calc(48px + 48px); /* Place the button at the bottom of the page */
    left:       0; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: none; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 48px;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
    animation:animatebtn_f 0.8s}@keyframes animatebtn_f{from{bottom:  48px; left: 0;opacity:0 ; transform: rotate(0deg);} to{bottom:  calc(48px + 48px); transform: rotate(360deg); left: 0%;opacity:1}
}
#share_btn_f:hover {    
    transform: scale(1.2);
}

#share_btn_t {
    display:    none; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     calc(48px + 24px ); /* Place the button at the bottom of the page */
    left:       48px; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: none; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 48px;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
    animation:animatebtn_t 0.8s}@keyframes animatebtn_t{from{bottom: 48px; left: 0;opacity:0; transform: rotate(0deg);} to{bottom: calc(48px + 24px ); transform: rotate(360deg); left: 48px;opacity:1}
}
#share_btn_t:hover {
    transform: scale(1.2);
}

#share_btn_w {
    display:    none; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     calc(48px - 24px ); /* Place the button at the bottom of the page */
    left:       48px; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: none; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 48px;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
    animation:animatebtn_w 0.8s}@keyframes animatebtn_w{from{bottom: 48px; left: 0;opacity:0; transform: rotate(0deg);} to{bottom: calc(48px - 24px ); transform: rotate(360deg); left: 48px; opacity:1}
}
#share_btn_w:hover {
    transform: scale(1.2);
}

#share_btn_g {
    display:    none; /* Hidden by default */
    position:   fixed; /* Fixed/sticky position */
    bottom:     0px; /* Place the button at the bottom of the page */
    left:       0px; /* Place the button 30px from the right */
    z-index:    1; /* Make sure it does not overlap */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: none; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    width: 48px;
    max-width: 48px;
    /*height: 20%:*/
    color:  white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 50%; /* Rounded corners */
    font-size: 4vw; /* Increase font size */
    animation:animatebtn_g 0.8s}@keyframes animatebtn_g{from{bottom: 48px; left: 0;opacity:0;transform: rotate(0deg);} to{bottom: 0; transform: rotate(360deg); left: 0;opacity:1}
}
#share_btn_g:hover {
    transform: scale(1.2);
}

@keyframes animatebtn_rot{
    from{transform: rotate(0deg);} 
    to{transform: rotate(360deg);}
}


/* IMAGE !!! */
.im_container {
    width: 100%;
    position: relative;
    color: white;
    padding: 0;
    margin: 0;
	max-width: 1024px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.im_container > a{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.im_image{
	display: block;
	width: 100%;
    border: 0;
}

.im_container:hover {
    transform: scale(1.01);
}


.container_btext{
    height: 100%;
    width: 50%;
}

.btext {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px;
}

.btext > h2 {
    font-size: 5vw; 
    font-weight: bolder; 
    margin: 0px; 
    padding: 0px 0px 1vw;
}

.btext > p {
    font-size: 3vw; 
    font-weight:normal;
}
.btext > p > span {
    font-size: 9vw; font-weight: bolder;
}

.btext_consulta{
    display: inline-block; 
    border-style: solid;
    padding: 2vw;
    border-width: 0.5vw;
    border-radius: 1vw;
}

.im_text_bleft {
    position: absolute;
    bottom: 0;
    left: 0;
    
    margin: 0;
    padding: 0;
}


.im_text_tleft {
    position: absolute;
    top: 0;
    left: 0;
    /*background-color:rgba(0, 0, 0, 0.5);*/
    margin: 0;
    padding: 0;
}


.im_text_tright {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}


.im_text_bright {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.im_text_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

/* ACCORDION !!! */
.accordion {
/*    background: linear-gradient(to bottom,  rgba(102, 222, 254, 1), rgba(00, 102, 170, 1)); */
    background: #00449E;
    color: #fff;
    cursor: pointer;
    padding: 1%;
    margin-bottom: 5px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active_accordion, .accordion:hover {
    background-color: #ccc;
    color: #000;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_accordion:after {
    content: "\2212";
    color: #000;
}

.panel {
    display: none;
    width: 100%;
    
}
/* final acordion */

/*.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}*/


.animate-text-topleft-left{   animation:animateleft-tl 0.8s}@keyframes animateleft-tl{from{left: -1024px;opacity:0} to{left:0;opacity:1}}
.animate-text-topleft-right{  animation:animateright-tl 0.8s}@keyframes animateright-tl{from{left: 1024px;opacity:0} to{left:0;opacity:1}}
.animate-text-topleft-top{    animation:animatetop-tl 0.8s}@keyframes animatetop-tl{from{top:-1024px;opacity:0} to{top:0;opacity:1}}
.animate-text-topleft-bottom{ animation:animatebottom-tl 0.8s}@keyframes animatebottom-tl{from{top: 1024px;opacity:0} to{top:0;opacity:1}}

.animate-text-topright-left{   animation:animateleft-tr 0.8s}@keyframes animateleft-tr{from{right: 1024px;opacity:0} to{right: 0;opacity:1}}
.animate-text-topright-right{  animation:animateright-tr 0.8s}@keyframes animateright-tr{from{right: -1024px;opacity:0} to{right: 0;opacity:1}}
.animate-text-topright-top{    animation:animatetop-tr 0.8s}@keyframes animatetop-tr{from{top:-1024px;opacity:0} to{top:0; opacity:1}}
.animate-text-topright-bottom{ animation:animatebottom-tr 0.8s}@keyframes animatebottom-tr{from{top: 1024px;opacity:0} to{top:0; opacity:1}}

.animate-text-bottomleft-left{  animation:animateleft-bl 0.8s}@keyframes animateleft-bl{from{left: -1024px;opacity:0} to{left:0;opacity:1}}
.animate-text-bottomleft-right{ animation:animateright-bl 0.8s}@keyframes animateright-bl{from{left: 1024px;opacity:0} to{left:0;opacity:1}}
.animate-text-bottomleft-top{   animation:animatetop-bl 0.8s}@keyframes animatetop-bl{from{bottom: 1024px;opacity:0} to{bottom:0;opacity:1}}
.animate-text-bottomleft-bottom{animation:animatebottom-bl 0.8s}@keyframes animatebottom-bl{from{bottom: -1024px;opacity:0} to{bottom:0;opacity:1}}

.animate-text-bottomright-left{ animation:animateleft-br 0.8s}@keyframes animateleft-br{from{right: 1024px;opacity:0} to{right:0 ;opacity:1}}
.animate-text-bottomright-right{animation:animateright-br 0.8s}@keyframes animateright-br{from{right: -1024px;opacity:0} to{right:0 ;opacity:1}}
.animate-text-bottomright-top{  animation:animatetop-br 0.8s}@keyframes animatetop-br{from{bottom: 1024px;opacity:0} to{bottom:0 ;opacity:1}}
.animate-text-bottomright-bottom{animation:animatebottom-br 0.8s}@keyframes animatebottom-br{from{bottom: -1024px;opacity:0} to{bottom:0 ;opacity:1}}

.animate-top{
    position:relative;
    animation:animatetop 0.8s;
}
@keyframes animatetop{from{top:-1024px;opacity:0} to{top:0;opacity:1}}
.animate-left{
    position:relative;
    animation:animateleft 0.8s;
}
@keyframes animateleft{from{left:-1024px;opacity:0} to{left:0;opacity:1}}
.animate-right{
    position:relative;
    animation:animateright 0.8s;
}
@keyframes animateright{from{right:-1024px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{
    position:relative;
    -webkit-animation-name:animatebottom 0.8s;
    animation:animatebottom 0.8s;
}
@-webkit-keyframes animatebottom{from{bottom:-1024px;opacity:0} to{bottom:0;opacity:1}}
@keyframes animatebottom{from{bottom:-1024px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {
    -webkit-animation-name:animatezoom 1.2s;
    animation:animatezoom 1.2s;
}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


/* The Modal (background) */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.slider{
    position: relative;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.fullscreen{
    width: 200px;
}

.fullscreen:hover,
.fullscreen:focus {
    cursor: pointer;
}

.album_builder{
    height: 300px;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.album {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding: 0; /* Location of the box */
    margin: 0;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.album-content {
    margin: auto;
    display: block;
    max-height: 80%;
    max-width: 80%;
}

/* Caption of Modal Image */
.album-text {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 10%;
}

/* Add Animation */
.album-content, .album-text {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.album_close {
    position: absolute;
    top: 15px;
    right: 0;
    color: #f1f1f1;
    font-size: 70px;
    font-weight: bold;
    background: rgba(255, 0, 0, 0.2);
    border-radius: 20%;
    padding: 10px;
    text-decoration: none;
}

.album_close:hover,
.album_close:focus {
    color: #bbb;
    background: rgba(255, 0, 0, 1);
    text-decoration: none;
    cursor: pointer;
}


.album_next {
    position: absolute;
    top: 40%;
    right: 0;
    color: #f1f1f1;
    font-size: 70px;
    background: rgba(173, 153, 0, 0.2);
    border-radius: 20%;
    padding: 10px;
    text-decoration: none;
}

.album_prev {
    position: absolute;
    top: 40%;
    left: 0;
    color: #f1f1f1;
    font-size: 70px;
    background: rgba(173, 153, 0, 0.2);
    border-radius: 20%;
    padding: 10px;
    text-decoration: none;
}

.album_next:hover,
.album_next:focus,
.album_prev:hover,
.album_prev:focus {
    color: #bbb;
    background: rgba(21, 33, 56, 1);
    text-decoration: none;
    cursor: pointer;
}

.footercontainer{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(21, 33, 56, 1), rgba(21, 33, 56, 0.1));
    overflow: hidden;
    color: #fff;
    text-align: center; 
    vertical-align: middle;
}

.footer-box{
    display: inline-block;
    width: 31.3%;
    height: 100%;
    float: left;
    padding:10px;
    vertical-align: middle;
    min-height: 150px;
    line-height: 22px;
    text-align: left;
    
}

.footer-box img{
    vertical-align: middle;   
}

.footer-box a{
    color: #fff;
}

.footer-text-right{
    text-align: right;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.box{
    width: 100%;
    overflow: hidden;
}

.box div{
    /*display: inline-block;
    display: block;*/
}

.box div h1{
    display: block;
    padding: 14px;
}

.box div h2{
    display: block;
    padding: 14px
}

.box div h3{
    display: block;
    padding: 14px;
}

.box div h4{
    display: block;
    padding: 14px;
}

.box div p{
    display: block;
    padding: 14px;
}

.box div b{
    display: block;
    padding: 14px;
}


.box div center h3{
    padding: 14px;
}

.box div center b{
    display: block;
    size: 28px;
}

.box_pad{
    /*padding-left: 14px;*/
}

.box_25{
    display: block;
    float:left;
    width: 25%;
}
.box_33{
    display: block;
    float:left;
    width: 33%;
}
.box_50{
    display: block;
    float:left;
    width: 50%;
}
.box_75{
    display: block;
    float:left;
    width: 75%;
}
.box_100{
    position: relative;
    float: left;
    width: 280px;
    height: 120px;
    border: 1px solid #fff;
    margin: 0px;
    padding: 0px;
}

.box_inline{
    display: inline-block;
}

.box_flex{
    display: flex;
    align-items: center;
    width: 100%;
}

.box_fix{
    display: block;
    overflow: hidden;
    text-align: center;
}

.box_fix_240{
    display: inline-block;
    width: 240px;
}

.box_fix_280{
    display: inline-block;
    width: 280px;
}

.box_fix_320_free{
    display: inline-block;
    width: 320px;
}

.box_fix_320{
    display: inline-block;
    width: 320px;
    height: 640px;
    margin-left:5px;
    margin-top: 10px;
    border-radius: 5px; 
    border-width: 1px; 
    border-style: solid;
}
.box_fix_320 img {
    position: relative;
    float: left;
    height: 320px;
    width: calc(320px - 10px);
    padding: 0px;
    margin: 0px;
}
.box_fix_320 h2 {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.box_fix_320 p {
    position: relative;
    float: left;
    padding: 10px;
    text-align: left;
    text-align: justify; 
    letter-spacing: normal;
    line-height: 26px;
    
}

.box_fix_240 div{
    margin: 0 auto;
}

.text_span_value_left{
    padding: 0; 
    width: 60%; 
    text-align: right;
    float:left;
    font-size: 8vw;
}
.text_span_value_right{
    float: left;
    width: 40%;
    text-align: left;
    font-size: 2vw;
    padding-top: 1vw;
}


.edit_btn {
    display:    inline-block; /* Hidden by default */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: #cc9900; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    /*height: 20%:*/
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 20%; /* Rounded corners */
    width:auto;
    max-width:100%;
    height:auto;
    margin-left: 5px;
}

.arrow_btn {
    display:    inline-block; /* Hidden by default */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: blue; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    /*height: 20%:*/
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 20%; /* Rounded corners */
    width:auto;
    max-width:100%;
    height:auto;
    margin-left: 5px;
}

.delete_btn {
    display:    inline-block; /* Hidden by default */
    border:     none; /* Remove borders */
    outline:    none; /* Remove outline */
    background-color: red; /* Set a background color */
    /*background-image: "images/arrow-up.png"*/
    /*height: 20%:*/
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 20%; /* Rounded corners */
    width:auto;
    max-width:100%;
    height:auto;
    margin-left: 5px;
}

.cell_nav_a{
    flex-grow: 1; 
    overflow:hidden; 
    vertical-align: middle;
    font-size:32px;
}

input[type=text], input[type=tel], input[type=email], textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    /*.topnav a:not(:first-child) {display: none;}*/

    .topnav {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin:0;
        overflow: hidden;
        background: #fff;
        border-width: 0;
        border: none;
        vertical-align: top;
    }

    .topnav h2{
        display: none;
        font-size: 4vw;
        vertical-align: middle;
        font-weight: bolder;
        line-height: 7vw;
    }

    .topnav div{
        display: block;
        text-align: left;
        height: 7vw;
        font-size: 7vw;
        vertical-align: middle;
    }


    .topnav div img{
        vertical-align: middle;
        float: left;
        height: 7vw;
        width: auto;
        max-height: 100%;
    }

    .topnav div span{
        float: left;
        vertical-align: middle;
        margin-left: 1vw;
        font-size: 4vw;
        font-weight: bolder;
        line-height: 7vw;
    }


    .topnav a.icon {
        float: right;
        display: block;
        background: #000;
        height: 5vw;
        width: 5vw;
    }

    .topnav a.icon img {
        width: 100%;
        height:100%;
    }

    .topnav a:hover {
        filter: invert(100%);
        animation:animatebtn_zumbido_2 0.4s infinite alternate;
    }

    .topnav a{
        display: inline-block;
        color: #fff;
        padding: 1vw;
        text-decoration: none;
    }

    .topnav a img{
        width: 100%;
        float:right;
    }

    .topnav.responsive {
        position: relative;

    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        
    }

    .topnav.responsive div {
        display: inline-block;
        width: 100%;
        float: none;
    }

    .topnav.responsive div img{
        float:left;
        vertical-align: middle;
    }

    .topnav.responsive div span{
        float: left;
        vertical-align: middle;
        font-weight: bolder;
    }

    .topnav.responsive h2 {
        float: none;
        display: block;
        text-align: left;
        font-size: 4vw;
        vertical-align: middle;
        font-weight: bolder;
        line-height: 7vw;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive span {
        float: none;
        display: block;
        text-align: left;
    }

    body{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #top_btn, #share_btn {
        width: 48px;
    }


    .footer-box{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }


    .footer-text-right{
        text-align: center;
    }

    .box_25{
        width: 100%;
    }
    .box_33{
        width: 100%;
    }
    .box_50{
        width: 100%;
    }
    .box_75{
        width: 100%;
    }

    .box_flex{
        display: block;
    }
}



/*
CSS DE TUTOS
*/
#tutos{
			background: #2d2d2d;
			position: relative;
			width: 800px;
			margin: 0px auto;
		}
		#tutos > p{
			padding-left: 20px;
		}
		#tutos > p > span{
			display: block;
			padding-left: 20px;
		}

		code,xmp {
			display: block;
			width: calc(100% - 60px);
			background: #000;
			color: #fff;
			margin: 20px;
			padding: 10px;
			border: 2px solid #2dceFF;
                        word-break: break-all;
		}
                
                .phones{
                    position: relative;
                    float: left;
                    width: 100%;
                    
                    background: rgba(255,255,255,0.7);
                    color: #000;
                    font-weight: bolder;
                    font-size: 18px;
                    line-height: 24px;
                    padding: 5px;
                }
                .phones p{
                    position: relative;
                    float: right;
                    display: block;
                }
                .phones a{
                    position: relative;
                    float: right;
                    display: block;
                    margin-left: 15px;
                    padding-left: 5px;
                    padding-right: 10px;
                    
                }                
                .boxdiv {
                    position: relative;
                    float: left;
                    width: 100%;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
                .boxdiv div{
                    display: block;
                    position: relative;
                    float: left;
                    width: 320px;
                    height: 120px;
                    border: 1px solid #fff;
                    margin: 5px 5px;
                    padding: 0px;
                }
.boxdiv div > img{
    clear: initial;
    position: relative;
    float: left;
    height: 64px;
    width: 64px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 26px;
    padding: 0px;
}
.boxdiv div > p{
    clear: none;
    display: block;
    position: relative;
    float: left;
    width: 220px;
    margin: 20px 0px;
    padding: 10px;
    vertical-align: middle;
    font-weight: bolder;
    font-family: serif;
    font-style: italic;
}

#contactform input[type=submit]{
    display: block; 
    clear: both; 
    color:white; 
    border-radius: 5px; 
    margin-top: 5px;
    background: #000;
    font-weight: bolder;
    font-size: 22px;
    text-align: left;
}